The Thirteen Greatest Error Messages of All Time
Technologizer writes "They add insult to injury — and computing wouldn't be the same without 'em. So I rounded up a baker's dozen of the most important error messages in computing history — from Does Not Compute to Abort, Retry, Fail to the Sad Mac to the big kahuna of them all — the mighty Blue Screen of Death. And just in case my judgment is off, I include a poll to let the rest of the world vote for the greatest error message of all." I can't believe that "I'm sorry Dave, I'm afraid I can't do that" didn't make the list.
Surely "Keyboard Error: Press Any Key To Continue" should have been in there somewhere?
Username or password invalid. It's probably got the most face time...
SYNTAX ERROR
:^)
That's all I ever got out of one when I'd play around with them at Sears back in the day.
This should of been on the list.
In similar vein: PC LOAD LETTER
Btw: Of course they didn't modify this message for countries which don't use the Letter format, making it even more confusing...
I don't read replies by ACs.
"Few users will like an error message no matter how well it is designed."
--Roger S. Pressman, _Software Engineering: A Practitioner's Approach_
I've never run into the FailWhale, because I've never tried Twitter. Although I'm confused by TFA's comment:
If you can explain what the image has to do with a Web 2.0 service buckling under extreme traffic, please let me know.
8 little birds trying to carry a whale they have tethered seems like a perfectly appropriate image to accompany a server strain error IMO.
He's getting rather old, but he's a good mouse.
The fact that you bothered to include this error implies to me that you knew there was a chance that the system call could fail.
Maybe. Or maybe the programmer was just really anal retentive, like me.
I don't really consider myself a programmer, but I do write a fair share of CGI scripts. In my scripts, I detaint the user inputs and provide appropriate error codes for user inputs that fail the detaint. The error trapping almost always leads to one (or more) of some finite set of possibilities, but I *always* include a catch-all along the lines of...
1) Didn't match valid input;
2) Didn't match expected error #1;
...
n) Didn't match expected error #n;
n+1) Catch-all (just on the off chance that I failed to account for a possible error).
For the catch-all case, I include an error message similar to "This error message shouldn't be possible. Please send an e-mail to tell me how you got here."
MCSE? No, sir...I don't do Windows. Yes, I am an idealist. What's your point?