topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday November 12, 2025, 2:09 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 19 20 21 22 23 [24] 25 26 27 28 29 ... 46next
576
General Software Discussion / Re: DirMS and Buzzsaw
« Last post by allen on May 20, 2007, 03:24 PM »
I've been using buzzsaw for years--long enough that I couldn't tell you whether or not it makes a difference. I'd have to remove it to find out, I suppose :P

Having just run windows defrag analysis on my hard drive--which has been fully defragged only once (shortly after getting it) with Dirms then running buzzsaw constantly from that time on, my final score is:
Total Fragmentation 3%
File Fragmentation 7%
Free space fragmentation 0%
577
Mini-Reviews by Members / Re: XYplorer File Manager
« Last post by allen on May 20, 2007, 12:28 PM »
BTW the xywiki looks interesting as well, but it loads excrutiatingly slowly (I've had to hit reload three times when it was stuck at between 95 and 100%).

Hmn, you're right... it hasn't always been that way.  Maybe just a temporary hiccup somewhere in the pipeline.
578
Post New Requests Here / Re: IDEA: Soda can / bottle cooler
« Last post by allen on May 16, 2007, 01:37 PM »
Mythbusters looked into various ways to cool a six pack a while back . . . what a great job. Not the first or last time they were paid to sample alcohol in the name of science :D
579
With the option enabled to use the master password to protect wand data, the extracted text unwand generates has all the data except passwords intact. (site, username, other form info, no passwords).

With that option not selected, it exports the whole shebang--passwords included.
580
I also recommend UNWAND to decode your wand file into a text file in case you ever need the passords for another browser ....there is no export/import to my knowedge (would probably defeat the purpose).

http://speedman.sk/1...operawanddatenglish/

Not to break topic, but thanks for that--didn't know that was out there, great find.
581
General Software Discussion / Re: pls recommend a good benign keylogger
« Last post by allen on May 15, 2007, 12:00 PM »
CHS was suggested, I myself compose everything in AceText (link in sig) -- I depend on real time spell checking -- but in either case, the idea is the same--composing everything in an external app that by nature is constantly saving your data.
582
In the case of imagiine, it's considerably more pressing it be cached, I admit--imagiine has a pretty big rendering engine, does more than just spit out quotes--and it uses externally hosted quote files exclusively, so all uses of it are on the same machine -- ultimately making it a much more demanding task--some things it renders are mechanically fairly complex...



That being said, I still advocate caching--particularly for dynamic images intended for forum/signature use.  I originally shared your view, but I believe it was JG (or maybe mouser, or both) who changed my line of thinking... The big question is, are you considering scale?  If there are 10 readers viewing the post, that image has just been drawn from scratch 10 times, maybe all in the same second.  If you've posted more than one post in that thread, 10 becomes 20, 30, 40, etc.  So now, in a single moment, you have one server reading the quotes file into memory, then the rendering server retrieving the quote after downloading it from a remote server, rendering it into the image, then the image being downloaded by the client.  On the other hand, a simple mechanism to quickly check the age of the image is considerably less work for the server.  If the cached images were hosted in the location of the main script, you'd eliminate having to contact the server that hosts the quote file altogether in cases when the cached image was fresh. The entire opration would consist exclusively of checking the age of the recent cache and serving the image.  If the file was old, it would have to be re-rendered--but instead of going through the whole process of reading the quotes file, fetching it, rendering the image from scratch once for every single viewer for every instance of the image on a page... It would be done once. Just once. :)

While on the per-view scale the difference between caching and not caching is fairly negligible, the value increases with the view rate -- a DC forum post getting slash-dotted or significantly dug would make the difference between a cached random quote image and an on-demand rendered quote image nothing short of exponential.

A novel advantage to caching is everybody sees the same random quote--if someone likes a quote and exclaims as much, a shared view would make sense of that exclamation :)

Cached or not, though--great little script.  I find the way you handled remote quote files particularly fascinating.  While it's a bit more complicated for the end user to set up, it certainly decreases the amount of data that has to be exchanged between the renderer and the remotely hosted quote file.

One warning/bit of advice from my own experience--is some forum software tries to detect and filter out php scripts being used as images.  The easiest way to get around that is with mod-rewrite.  Sneaking the remote quote page into the URL, but making it ultimately look like a png, jpeg, whatever.
583
Unfinished Requests / Re: IDEA: HTTP to FTP downloader
« Last post by allen on May 09, 2007, 12:14 PM »
The problem is, without any sort of shell access, how do you get the server to perform the operation in the background?  Most server side scripting configurations are set to automatically time out after only a few minutes execution time -- and snagging big files would almost certainly time out.
584
Living Room / Re: OMGLOLWTFBBQ! They set us up teh b0mbs!!11
« Last post by allen on May 09, 2007, 05:39 AM »
I think this is the author's repository -- easier to keep an eye on for future episodes, has its own feed and whatnaught.  There's one more episode there than on the geeksaresexy blog.
585
Seems like I remember GAIM having some multi-user functionality -- ability to switch profiles/users (and all associated accounts) without having to switch windows profiles.  With Pidgeon, this doesn't seem to be the case . . .

Other than that, it's definitely rebranded but don't see that drastic of core differences.  Of course, I'm not much of an IM'er, so.
586
fSekrit / Idiotic Antivirus
« Last post by allen on May 05, 2007, 09:07 AM »
AntiVir PE is driving me absolutely crazy--every time I go near an fsekrit file it pops up alerts: HEUR-DBLEXT/Crypted . . . to the point where I'm about to just uninstall it and not bother with antivirus software :P
587
Living Room / Re: gmail slowing down??
« Last post by allen on April 24, 2007, 05:47 AM »
I haven't had any such problems of late--and actually am quite pleased as over the last few months gmail's opera compatibility has gone up.  I use gmail via the webmail interface most of the time, though--using my mail client only for maintaining a local backup.

I've always used my own smtp server, so I can't say about it--but I've had no trouble with the pop3.
588
Regex is something I'm passionate about--actually, my love for it is what drove me to learn php.  Wanted to do more, dynamically, with regex.  I also am a huge fan of JGSoft, owning licenses to all of Jan's apps save for the help compiler.

I've played with regex coach a bit as well as (obviously) regexbuddy -- both of which are good tools for learning/debugging regex.  Regexbuddy has some great features the coach didn't though, at least when I tried it -- the ability to save/reuse expressions, basic grep functionality, syntax hilighting.  It's also cool how it can communicate/exchange data with other JGSoft apps if you have them.  Launch it from editpad or powergrep to create/modify an expression then send it back to the parent app.

That said, I have to admit to having not used regexbuddy all that much, personally -- Mostly I used it as a sandbox for saving often-used expressions prior to EditPad Pro being able to do that itself -- and then later getting powergrep.

It's a great regex tool, don't get me wrong.  I just find EditPad pro sufficient to make it obsolete -- find/replace dialog itself has syntax highlighting and the ability to highlight matches in real time -- so I can create and test expressions comfortably without having to launch an additional application.

Rambling aside--regex is great. JGSoft is great.  You can't go wrong with either one, and together... yeah, still great. :)
589
General Software Discussion / Re: Don't call it "the tray"!
« Last post by allen on April 21, 2007, 09:43 AM »
T N A works for me. 

"Man, your TNA is full of excess junk..."
590
Official Announcements / Re: Cody's (Internet Citizens) Club Begins!
« Last post by allen on January 09, 2007, 04:52 PM »
Wouldn't you know it, I've been a member all my life . . . or, at least, already completed the assignment(s). I think. I'm not willing to check the introduce yourself thread, I hate reading things I wrote previously.
591
Do you play Kingdom of Loathing Skrommel? I swear that icon is ripped right from the glyph for my favorite in game familiar :P
592
Post New Requests Here / Re: IDEA: "Personal Censor"
« Last post by allen on January 06, 2007, 10:00 AM »
Ok, I've implemented such a feature--but keep in mind it's a bit rough in some areas.  You can search a URL and view the results either as source or see the changes/highlights within the page itself.  Excluding html tags from the query would, however, take a great deal of work than I care to do, so don't be surprised with the occasional format breakage on a page.  Also, at present, it won't elegantly integrate an intricately designed website with the find highlighters -- so there's plenty of breakage there.  But there shouldn't be too many complications with the replacement aspect--much simpler than the find/preview functions!
593
Living Room / Re: Wii Browser
« Last post by allen on December 22, 2006, 11:32 AM »
Early xmas present :)

As for breaking tv's ... I don't know, have to be a freak or idiot.  Or be trying to make blogosphere headlines.
594
Living Room / Wii Browser
« Last post by allen on December 22, 2006, 06:58 AM »
Making this post from my Nintendo Wii browser--typing is a bit slow but DC looks great!
595
Find And Run Robot / Re: Windows Logo key shortcut keys in FARR?`
« Last post by allen on December 21, 2006, 10:41 AM »
I'd be inclined to just use the windows key for FARR :P I can't remember the last time I actually used the start menu . . .
596
Find And Run Robot / Re: FARR v2.00.01 ALPHA PREVIEW Release
« Last post by allen on December 20, 2006, 11:12 AM »
I'd actually made a special group for taking locations and re-routing them to my file explorer -- lacked autocomplete, but was easier to get to via keyboard than start>run.  Now, with great pleasure, I get to delete that group :D
597
Find And Run Robot / Re: FARR v2.00.01 ALPHA PREVIEW Release
« Last post by allen on December 20, 2006, 10:51 AM »
Bugs aside, the additions to FARR 2.0 totally remove any need for me to resort to the run box -- it's brilliant. 
598
Find And Run Robot / Re: New FARR v2 Icon Design Needed
« Last post by allen on December 20, 2006, 06:49 AM »
I really like the blue billiard running man . . . perhaps just making an alternate tray icon that has an empty whiute circle so as to not have the blue smudge in there might work? It would still be a recognizeable icon, even if slightly different from the main application one.

Edit: How about a white circle with a thick blue border and the running robot in the middle?  Might scale better than the pool ball.
599
General Software Discussion / Re: musikCube 1.0 Final Released
« Last post by allen on December 06, 2006, 08:12 PM »
I am officially in love.  Finally an application that manages an entire collection of music elegantly, seamlessly, and without consuming all my system resources!
600
General Software Discussion / Re: What's your Favorite Recent Computer Game, and Why?
« Last post by allen on November 15, 2006, 06:35 AM »
tried the new hitman - couldn't do level 2 so gave up. might try sniper elite again, gave up very early with it last time - same applies to theif 3.

Silent Assasin every level on normal and the next difficulty up. I'm so sneaky :)
Pages: prev1 ... 19 20 21 22 23 [24] 25 26 27 28 29 ... 46next