- 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
No comment
Admin
The real WTF is that Thomas doesn't know the difference between precision and accuracy.
Admin
<quote>The real WTF is that Thomas doesn't know the difference between precision and accuracy. </quote> Exactly. Except for one minor misspelling (illconditioned), there's no WTF.
Admin
Hold the presses, terrorists stole our list data!
As for the Socratic method, knowing that you don't know why is more important than knowing why...
Admin
Thank Goodness! I was just stopping by to explain the difference between accuracy and precision, and it restores my faith in geeks everywhere that I don't need to.
As for the first one, Errorism List seems appropriate.
Admin
That's about the first time I've seen the phrase "The real WTF" followed by a relevant failure. Seriously, I learned that as a freshman in high school.
Admin
The real WTF is that not only does thomas not know the difference between precision and accuracy, but he's the kind of person who needs to use finite element (or possibly something else using stiffness matrices). If you're an engineer/physicist/mathemetician who doesn't know that difference... you may have a problem.
Admin
due to the lack of precision in its stiffness matrix, the servers expectation has failed and the server did not know why so it printed an invalid mailing envelope which was caught by netflix staff but was still sent anyway.
Admin
Did you know that "Warning number 55302" comes with it's own tape?
http://www.drillspot.com/products/64055/Brady_55302_Warning_Tape
[image]Admin
I know I'm illconditioned and suffer from isolated stiffness.
CAPTCHA: consequat - what happens when you try to squat down at my age?
Admin
Admin
If there is an ill conditioned stiffness matrix, and precision is lost, the error in precision can via multiplications yield entirely inaccurate results. Anyone who has taken a course in numerical methods knows that. I'm not sure what the WTF is here.
Admin
What's the problem with the first image? The ticker SAYS it's an "Errorism list".
Admin
I think you guys are being too hard on Thomas. Although the message is indeed not as absurd as it may appear to the layman, he is still technically correct: a loss of precision does necessarily cause a loss in accuracy (but not vice versa).
For instance, let's say I have this Python code:
googol = 100.0 ** 100 x = 1000000000.0 x += googol x -= googol print x # prints 0.0 instead of 1000000000.0
The error is caused only by precision, but it has rendered calculations on small numbers meaningless. No matter what you're calculating, 0 and 1,000,000,000 aren't likely to be in the same ballpark... probably not even in the same sport. When the precision was thrown out the window, the accuracy went with it.
Admin
Yes, we can ... get rid of those (t)errorists, that's why the list has #NO DATA anymore. Well done, Mr. President, and much faster than I expected.
Admin
Well, if the Netflix envelope didn't arrive, then the USPS has a lot to learn from the UK Royal Mail. The Netflix one wouldn't have been a challenge at all for them.
Admin
Could not enter comment. Form does not know why
Admin
If I've learned anything from reading The Daily WTF it's that errorism is a greater threat than terrorism ever could be.
Admin
Admin
Admin
It sounds like the stiffness matrix could use some Viagra. I have approximately 3,947,234 emails that I could forward to it...
Admin
Warning number 1 Warning number 2 Warning number 3 ...
Do I really need to list them all?
Admin
Admin
Hmm...maybe my 9th grade physics teacher explained precision/accuracy to me a bit wrong, or maybe I'm remembering it wrong...but, wouldn't the predictability of your scenario show the very definition of precision? I mean, that code will always produce 0.0. Always (right?). That is as precise as it gets. Accurate, not even a little. But as precise as it gets.
I think what you were demonstrating was full precision, without any accuracy...of course, accuracy is all relative anyhow. If you're margin of error is +-googol, you're not all that far off...and you'd have some modicum of accuracy, along with the best precision money can buy.
In any event, the WTF was submitted in such a manner that it assumes they are the same. Which they are not.
Oh and you absolutely can have accuracy without precision. I think my "relative" accuracy shows that well enough...
Admin
Warning number 0 Warning number 'null' Warning number is not an object Warning number content not found
Admin
Target: 50 Precise Result set: 4, 4, 4, 4 Accurate Result set: 51, 49, 48, 52
Target: Bullseye Precise: Always get the same outer box Accurate: Always get near the bullseye
Target: Explanation of Precision versus Accuracy Precise: Providing unnecessarily complex code to humans to demonstrate an obvious thing Accurate: Providing three analogies to describe the difference for humans
Admin
Someone forgot to enter data into something? That's HILARIOUS.
Seriously, it's getting about as old as people copy-pasting from the article and changing the noun with the word "comment" and posting it so they get the first post without actually reading the article.
Admin
Care to summarize that? Content filtering here has given it the somewhat dubious label "web-based proxy or anonymizer".
Admin
A loss of precision does not necessarily cause a loss in accuracy, but it does almost always cause a loss in accuracy. A counterexample can be seen in the following python code:
x = 10000.000000 y = round(x, 3) print(x, y)
x = 1000.0001110 y = round(x, 3) print(x, y)
which returns:
10000.0 10000.0 1000.000111 1000.0
we lost precision, but not accuracy in the first calculation, and lost both in the second.
(This post was written with python 3.0.1, notice the new print syntax)
Admin
It's amazing that they deliver anything at all. See http://www.telegraph.co.uk/news/uknews/1436409/First-class-only-14.5m-letters-lost.html
Whenever I go to the post office to mail something, and they ask me "Is it anything urgent or valuable?", I always want to reply "If it was, I wouldn't be giving it to you"
Admin
The Expect 100 thing is not a WTF... Look at the fonts... The expected string is clearly different.
Admin
A watch that shows the time to the nearest hundredth of a second, but is five minutes slow, is precise but not accurate. A watch that shows the time to the nearest minute, and shows the correct time, is accurate but not precise.
Admin
We regularly get post delivered to us with just our name and street name, and occasionally with just our name and town name. (Some companies' postcode databases can't handle our address, because we don't have a house number). (This may not sound too impressive, but my surname is 'Smith', which isn't rare in the UK...)
Admin
That's not an approximation but a mis-estimation.
Not a grammar nazi, a terminology nazi.
CAPTCHA: Distineo. Distineo form isn't big enough for my entire comment.
Admin
The funny thing is, I bet the Netflix envelope would work. They probably move a few tens/hundreds of thousands of them through any given distro center on any given day; one that has a bad label could probably be safely routed to wherever the other mountain of mailers are headed.
Admin
Admin
Admin
Maybe the movie is so awful Netflix doesn't want it back...
Admin
Admin
Admin
Could it be an approximation in base 3947234, converted back into decimal?
Admin
Admin
Admin
Well, thousands of people dead doesn't inconvenience me in the least. It's a tragedy to be sure, but it doesn't inconvenience me.
Admin
The text of which is '; DELETE TABLE Warnings --
Admin
There is nothing wrong about the error message for ANALYSIS.DLL. That is a very technical description of a very specific problem in numerical methods for structural analysis, which has very clear consequences in the accuracy of the results of the calculation. It makes perfect sense to those who are familiar with the domain. It might look funny only if you are not familiar with the language.
And in this case, the use of "precision" and "accuracy" is... "precise and accurate".
That's what happens when you have mathematicians-structural engineers writing software for other mathematicians-structural engineers: they speak a domain-specific language common to them that outsiders don't understand.
But, wait! There really is a WTF: a component that clearly is a computational DLL, boasting its own UI.
Admin
Or, a UI that can report exceptions thrown by a DLL! Oh wait, you were being sarcastic...
Admin
Browser (code name BRIAN): "Are you the Expect: 100-continue?" Server: "Expect: 100-continue?! F**K OFF! We're the 100-continue Expectation! snicker Expect: 100-continue..."
Admin
Actually, the USPS is pretty good at this too. Given that many more Netflix returns will be delivered to the correct address on the same day and days before and after, it would take a special effort not to be able to deliver the given example.
Admin