- 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
That Stiffness one could easily be a commercial for Viagra.
Admin
If the funny part is intended to be, "What moron programmar wrote this stupid meaningless message?!", then yes, the person laughing would do well to study the problem domain before making such a remark, because it might well turn out that if only he knew the jargon of that profession, he would realize that the message makes perfect sense. In which case the person laughing is the moron.
But if the funny part is intended to be, "Doesn't this message sound funny if you take it out of the context of the specific technical domain!", then I will readily join in the fun. I've had plenty of times that I've written something about a technical computer issue and then looked back at it and realized that, taken out of context, it could sound amusing, risque, or whatever. And I'm sure that half the statements I make in a work day would sound incomprehensible or incoherent to a non-computer person.
Hey, I'll bet I write a statement like "x=x+1" almost every day. Show that to your algebra teacher and ask him if that's even possible.
Admin
Source link: http://www.thesun.co.uk/sol/homepage/news/article6686.ece
(From the link itself)
Admin
Warning number NaN Warning number File Not Found
Admin
Thank you, thank you. I'll be here all week. Try the veal.
Admin
Expectation Failed
The article given in the TDWTF update could not be read by this user.
The article wrote: WTF but we only allow WTF.
Admin
Is it an example of Expection handling?
Admin
I guess you haven't had to go through airport security since 9/11...
Admin
With regards to the Netflix envelope, the printed address is redundant if there is a barcode from what I understand. I don't speak barcode though, so I can't tell if it's a real address.
Admin
A loss in precision does not necessarily imply a loss of accuracy. It could be a matter of 1.0 rather than 1.0000. I'd consider the likelihood of losing accuracy very high, but it isn't always going to happen.
There is absolutely nothing wrong with the dialog box, with the possible exception of not having a hyphen in "illconditioned". It means exactly what it says, and is entirely correct.
Admin
I don't speak barcode either, but I an tell that the barcode in question is the same number, repeated over and over... if I had to guess, I'd say that number was probably "9", making it just as useless as the plaintext version.
Admin
Looks like gzip compression done twice on the html output. I'd check the php.ini settings.
Admin
Layman's description of the difference between precision and accuracy, using a language most Americans should understand: Guns. 8) Fire some shots at a target:
So, precision is about repeatability, hitting a mark again and again, even if it's the wrong mark. A sniper might only get one shot, so accuracy is paramount, though precision is also good to have in case you get another shot. With a submachine gun spraying bullets, you're ignoring precision and hoping for sufficient accuracy from at least some of the bullets!
Admin
#2 makes sense, mathematically. Numerically solving an ill-conditioned problem (or matrix) causes a precision loss on floating point numbers, but it doesn't necessarily result in a loss of accuracy.
It's like entering "((10^10 + 10^-10) / 10^10 - 1)) * 10^10" on a calculator. The result will be 0 instead of the correct 10^-10, which is imprecise - but whether it's inaccurate depends on what precision you needed. "((10^10 + 10^-10) / 10^10 - 1)) * 10^20" also yields 0 instead of the correct 1, which is just as imprecise but more likely to be an accuracy problem.
In summary: precision != accuracy.
Admin
hmmm ... you get a pant-load of viagra emails, and I get none. are the spammers trying to tell you something?
Admin
Admin
Captcha: luctus - G-rated version of "licked us"
Admin
Admin
I'm pretty sure the ticker is the one on the sides of the Johns Hopkins Downtown Center near the Inner Harbor. I used to work at JHU and we had meetings there occasionally.
Admin
This is correct. I took the photo - didn't notice the "errorism" on the side, though!
Admin
Try this one then - http://morsecode.scphillips.com/jtranslator.html
This thread is full of win.
Admin
+++[>++This+++<-]>+[>++comment+++>++++>+has+++>++been++<written<<<-]>--.>++by+++++++.>+something++.>+++++.
Admin
Admin
Best comment I've ever seen here!
Admin
I'll bet the Netflix envelope will arrive just fine.
I was at the Post Office last week and I noticed that they were sorting outgoing mail into four bins.
Admin
A watch with no hands is neither accurate nor precise...
Admin
The client sent the Expect: 100-continue in Courier font, but the server was expecting in Times Roman font. What's so hard to understand about that?
Admin
Loss of precision does not always lead to a loss of accuracy. Let's write down an estimate for pi:
Now let's drop some precision:
You can't really say that the 2nd number is less accurate, in fact, you could make an argument that it is more accurate...