|
|
|
| Non-WTF Job: IT Applications Manager at Questex Media Group (Auburndale, Ma) |
| « Prev | Page 1 | Page 2 | Page 3 | Next » |
|
Wonder if they meant 'FileNotFound'?
|
|
Oh, wrapped integers to make me chuckle so...
|
|
That nView one is awesome.
|
|
Status report on my latest project... 2,147,483,647% complete! I'm done forever, sweet!
|
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 12:49
•
by
justin (a robot pirate... arrr...)
|
i love that, not only is the math pure awesome, but the chart is just as awesome. apparently, 17179869123.89GB is slightly less than 68.11GB... |
|
Somehow displaying the duplicate primary key message twice makes sense. But that might be me.
|
|
That reminds me of my favorite popup message of all time. "The program has encountered an error: There is no error."
I wish I had the presence of mind to screenshot it when I found it. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 13:00
•
by
David
|
You can find one of those in a previous pop-up potpurri. These are awesome. Thanks Alex! Please make a habit of doing it twice a month! |
So where is the Problem? There are two mails sent which were not written yet. I don't see the Problem |
|
Maybe "SILVER" is one of those quantum boolean states. I'm a little curious what would happen if he had selected that as the option of choice.
|
Never let it be said that nView doesn't have enough options! Now, if they were really clever, each one of those options menus would actually contain different options. Think of the customer support hilarity! |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 13:17
•
by
smbell
|
No, you don't get it. The 17179869123.89GB is so compressed that takes up slightly less than half the disk. The 68.11GB is just the worst case estimate of what you can compress to the remaining, roughly, 4GB of physical disk space. :) |
What's lame about it? The only lame thing I see here is people's obsession with saving images with text as JPG. It doesn't work! Stop it! PNG or even GIF will not mangle text like JPG does. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 13:20
•
by
sinistral
|
|
After looking up nView, which I thought was an HTML/CSS/PHP editor (that's Nvu), it's the technology from nVidia that allows you to control multiple monitors and what's on each one. That must be, what, a dodeca SLI setup he's got going there?
|
I think the real WTF is that the capacity is wrong. Obviously in a case like this you just take the size it reports in use, the size reported as being free, and just sum them. Sure, it will fluctuate, but it will be definitively inaccurate, rather than just wrong. |
Thanks, I will. |
Did you really just link to the spanish definintion for LOL? |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 13:56
•
by
marvin_rabbit
|
Si. |
Wait a minute, these are pirates. What's with the picture townspeople and pirates actually getting along? What happened to the killing, raiding, and general grief that these swashbucklers should be dealing out? Although the pirate with an octopus on his shoulder instead of a parrot is a nice touch. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 14:28
•
by
emurphy
|
Finally, a use for that ZIP of death that I keep hearing about! |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 14:38
•
by
Krenn
|
Puzzling, isn't it? |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 14:42
•
by
Anonymous
|
Those are easy to create, though. It comes from the UNIX errno practice. Windows does something similar with "getLastError". A function will return with either the right data or 0 to indicate an error. Then you check the last error code to find out what the error was. So what happens is something like this: setLastError(SUCCESS); // clear the error if (doSomething() == 0) { // It failed showErrorMessage("Operation failed: %s", getLastError()); } All that has to happen is for doSomething() to cause an error and then fail to reset it. Then when showing the error message, you'll get something like "Operation failed: the operation completed successfully." since the error code was never updated. Generally speaking messages like that are bugs in the OS API. Several Windows API neglect to set an error code on all errors. Smart programs (or at least ones expecting getLastError to be capable of returning junk) special-case "successful" error codes, changing them to "unknown error" before displaying the message to the user. |
que? |
The first rule of error handling is there are no errors. The second rule of error handling is there are no errors. captcha: billgates Who would you fight? |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 14:59
•
by
Elizabeth Fong
|
This one's my booch. Failing over from the BitTorrent download module to the HTTP download module wasn't passing on the 'total size' value. Elizabeth Fong Technical Operations Manager, Three Rings Design |
Actually they are all laughing because they cut off each others noses. captcha: knowhutimean Seriously? the captcha is knowhutimean? |
|
I love how the 20 THz processor still only got a Windows System
Performance Rating of 2. I guess 960 MB of RAM isn't much when you have a 20 THz, but I wouldn't know. |
Talk about the match: I like how the graph is at 50%. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:07
•
by
Minos
|
I think I would just click "Cancel", assuming it removes the threat. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:11
•
by
foxyshadis
|
Maybe this uses the MATTX CODEC to compress those 17 exabytes into a much more manageable size. http://mattl.co.uk/mattx/codec/ Also I hate to say it, but this is what you get when you buy a lexmark. Unlike some brands (HP), you can't say lexmark has ever stood for quality. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:14
•
by
Anonymous
|
I love how the dialog is designed to ensure that the percentage value is properly formated for the current locale. That way, when the percent goes above 1000, it'll have appropriate grouping. Not a WTF, since it means that it's probably using Java's built-in localization support (Puzzle Pirates is Java-based, right?), but still mildly amusing. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:16
•
by
Wuffi
|
That's easy. The wall mount has to be silver in order to work! |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:17
•
by
foxyshadis
|
That or idiots who think checking GetLastError() in the UI thread is a brilliant idea, or using any of the singleton/static variable paradigms to hold on to the message. (It works when run on a single cpu! It must be the customer's imagination!) |
|
This remembers me of 5th Element - Corben Dalles saying: I only know to languages: 'English' and 'Bad English' ;-) |
|
Are you telling me that I wasn't the only one to submit that exact same Puzzle Pirates WTF? Am I to believe that there is more than one WTF'er who plays Puzzle Pirates?
|
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:23
•
by
GeekMessage
|
No, SILVER is related to boring old everyday non-quantum optics: Since the device is painted silver, wall-mounting it only makes sense if you painted your wall SILVER. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:23
•
by
Willbo
|
And apparently you only know 'Bad English'... -- W |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:29
•
by
GeekMessage
|
Good choice. Had you elected to click the "No, I don't want to watch out" button, your game character would have gone to sleep, and been eaten by a gruesome monster. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:33
•
by
GeekMessage
|
Such a shame that nobody expected the Spanish Inqui..., err, definition. |
I can only wish I had the time and energy for a proper flamewar, but it has to be asked: Does a blog that's so MS-centric really want to bring up the question of "Is there any *real* OS that actually requires free disk space to delete a file?"? |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:45
•
by
trippyz
|
|
Cool. We don't usually get real programmers in here.....
Probably need to chuck a bit more javascript in there ;-) |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:48
•
by
GeekMessage
|
At least there are no significant errors which a significant number of users would want to be removed. See Bill Gates: Microsoft software essentially bug-free |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:56
•
by
Volmarias
|
It's always nice to hear from the author of the WTF. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 15:59
•
by
Digitalbath
|
I am a self-proclaimed BitTorrent expert. I have 15+ years experience in BitTorrent. Want to hire me? |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 16:26
•
by
Migala
|
You sound absolutely brillant |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 16:38
•
by
Hanneth
|
Come on people, obviously SILVER is for those people that want to keep away werewolves. A steel, or cast iron wall mount isn't going to keep those werewolves away from your TV, so some thing has to. |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 17:01
•
by
smbell
|
I'm not sure "WTF'er" is very appropiate language. I'm feeling very offended right now. </sarasm> |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 17:03
•
by
4tehwin!!!
|
ahem...."outside", not "outbox"....more like there are 2 messages in that folder that haven't been moved from the inbox yet ;) captcha = null....well, it would have been better as "null" anyway |
And just how many monitors would one need to see the far end of that progress bar? |
Re: Pop-up Potpourri: Givin' It 120%
2006-08-25 17:09
•
by
cronthenoob
|
|
I want to play puzzle pirates now!!!
|
| « Prev | Page 1 | Page 2 | Page 3 | Next » |