- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Admin
Cutie!?!?
Anyway, sounds like Microsoft Time to me..
Admin
We'll need an xsd file for that though.
Admin
Maybe they're using radix 25 (dec) math?
Admin
LOL 1+1=3 for large values of 1
Admin
There is for me (University of Toronto)
Admin
Apple did this too, in the bootup process for Tiger nonetheless! I'm running Leopard now, and the command mentioned here: http://daringfireball.net/misc/2005/04/tiger_details#waitingforloginwindow. doesn't seem to exist anymore. Perhaps they've just hidden it better.
Admin
Wow, that actually makes pretty good sense dude.
Lou www.big-brother-watching.net.tc
Admin
I once did the same thing but the company didn't like it ("too jerky"), and they wouldn't buy indefinite progress either.
I then tried increasing the range of the progress bar each time I incremented it, starting at around 50%. That caused the bar to fill asymptotically, never quite reaching the end.
I added a routine that "completed" the bar in a half second or so once the operation was done. I've seen any number of progress bars that seemed to work that way.
This worked in my case, but would have to be tuned for individual cases (assuming that the total number of steps could be roughly predicted.) Otherwise the bar would appear to stick.
Admin
I found a really funny bug in the file copying window in Windows 95 and maybe Windows 98. If you grabbed the window with your mouse and moved it around, the bar would stop, but worse than that, so did the copy.
Any non-believer was always amazed when I showed them this.
Admin
So that's what happens when VLC Media Player has to rebuild the font cache...
Admin
Maybe throw in some XPath and XSL transformations. I think we may be getting somewhere!
Admin
Does anyone actually believe this is for real?
Admin
was hoping someone else saw that! i actually thought i must've been smoking crack this morning when i noticed it!
Admin
I don't see what the BFD is. Read his method comment, that makes sense to me. I couldn't understand the whole problem or tell you if he implemented the right design without seeing what GUI framework you're using and what threads are running, etc.
It sounds like the beginning of the task is really something that is indeterminate. And the end of the task is linear. So he randomly progresses up to half way for the indeterminate part, and then finishes smoothly/linearly/accurately for the last half. Brilliant! This man needs a beer!
Btw, I've committed some progress bar sins along the way, including setting up strange sleeps, yields and bizarre threading and paint calls. But I repented.
Admin
But I should add his implementation had some bugs. Rand generation was weird. Should be something like
Admin