- 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
Gotta love the Monty Python error. Great selection of quotes to use for stupid errors.
Admin
The hearing thing is definitely based on what our ears expect and are trained to hear (because to me, it still sounds a lot more like 'naught'). It's likely you are right on the intended word, though I'm not sure whether IMDB is a reliable resource for something so subjective. 100% certainty would be dvd with subtitles turned on (which I should have thought about in my last post).
Admin
Admin
I strongly suspect that the airline checkin one is because the submitter a) disabled JavaScript or b) had a browser they hadn't tested in, or both. Most systems of that sort let you pick what you're going to validate against, then dynamically create the form boxes you need to supply all the fields that validation method needs. To see what I mean, try online checkin at Alaska Air's website, with a lookup via credit card number -- when you make a selection, it adds an extra text box to let you enter your last name.
Admin
I take the opposite view in that when they use the colloquial phrase "snuff it", it has greatest impact if the preceding sentence sounds entirely biblical.
Admin
Admin
Admin
Admin
Admin
Admin
I've just checked the DVD subtitles, and they are as follows:
Once the number three, being the third number, be reached... then lobbest thou thy Holy Hand Grenade of Antioch... towards thy foe... who, being naughty in My sight, shall snuff it.'"
If you desire, I can post a screenshot.
Admin
Since they are clearly saying "naught", I'm of the opinion the writer of subtitles could have made a mistake, so I would only be satisfied by the script.
Admin
No. You're wrong. The correct phrase is "Being naughty in my sight".
It's a silly way of saying "[Your enemies], who, being sinners, will perish."
It doesn't make sense your way, which translates roughly to "[Your enemies], who, not being visible to the God almighty, will perish."
But it doesn't matter. Listen to the clip. He's clearly saying "naughty".
Admin
Ask, and ye shall receive!
Books.Google preview : http://tinyurl.com/yalklke
In case that url is broken, here is the image directly : http://skizzers.org/andy/tmp/books.png
Satisfied?
-Andy
Admin
I'm sorry. I can't accept that because it's not on a wooden table.
Admin
I am not surprised about the WTF on KLM's website, it's the worst one out there of all airlines.
Admin
TDWTF=Amusing
Admin
OMG, I know the suite of products of the "unknown browser" - it's ours! The eggtimer image behind the error message is quite unique.
Now I just wonder which product is it - the suite is quite big.
Admin
Admin
Of course, after the 43 days you find out that passwords with a letter 'I' in the third position are not supported, and you have to start over again. It will also change all the ' in your password to ' to prevent XSS (and make it impossibe for you to log in).
Admin
FWIW, I've always heard it as "naughty".
(I do find it interesting that, every time I've had my interest piqued by something this random in a brand-new TDWTF comment thread and gone to Google it, the TDWTF thread has been one of the top hits... case in point, the top two hits for "naught in my sight" are this thread. Apparently Google re-indexes this site very promptly.)
Admin
cat /dev/urandom|dd count=73161 >passwd.txt?
And hope the maximum is a bit larger than the minimum. Less than 5 seconds. copy-paste may give you a problem though.
Admin
No. I totally saw the Holy Hand Grenade scene in my head, too.
W/V: Transverbero - Transvestite reverberations?
Admin
What's all this rubbish about not allowing ‘I’ as the fifth character in a password?
Admin
Congratulations, you have won this week's Useless Use of Cat Award!
Try
or perhapsAdmin
In that case, I'll have to stand corrected.
~places a paper bag over his head~
Admin
Admin
For instance, I routinely run grep via the form
instead of because with the former, A: when I notice that I need to use a different regexp, I can just hit Up and start editing (whereas with the latter I would also have to move back to the middle of the command in order to edit the string instead of the filename),and B: when I notice that I need to use a more complicated pipeline, I can insert a new command anywhere in the pipeline and have it Just Work (whereas with the former inserting a new command at the beginning of the pipeline would require me to edit the grep command and pass the input file to the new first command).
Those two conveniences put together are, IMO, more than enough to outweigh the slight inefficiency of adding a cat invocation at the beginning of the pipeline.
(Hmm. This makes three consecutive posts with CAPTCHAs I don't think I've ever seen mentioned before. Has Alex changed something in the backend lately?)
Admin
Well, I admit to mentioning it in somewhat of a "Devil's Advocate" spirit - it's not like modern systems are likely to choke because you spawned a "cat" process! But it is useful to know the alternatives available, as they can teach you helpful tricks for when you're doing something more complex...
Actually, both of those conveniences are maintained with the simplest alternative, which is to redirect standard input:
becomes
Admin
Not quite useless in fact. It's a performance thing.
dd is a single threaded process that does either input or output, but not both at the same time (in most common implementations, I'm sure someone has made a more optimized version somewhere).
By putting cat in front of it the reading takes place concurrently with the writing, it's buffered in the pipe. When dd gets to reading the input is already there, it no longer has to wait for actual I/O to take place. Whether that's a physical disk or the generation of random bytes makes little difference. The pipe is in memory and therefore faster than real I/O.
you should try
versus
The second one will be faster (for files of significant size), especially on a multicore/multi CPU machine.
will accelerate even further, assuming you pass mbuffer a large chunk of memory. Use buffer if mbuffer is not available.
A similar setup brought down my backup from 90 to 30 minutes because reading and writing can take place more or less concurrently.
Admin
I love the complex version of "Assertion failed var!=3" that this one developer of Visual Studio created. I think I'm gonna code all my assertions with such error messages from now on.
Admin
Admin
OMG, How did you know that?
Admin
Technically, yes. Same is true for every other language.
Admin
Area code 404?
Admin
Admin
I don't think you can regard DVD subs as authoritative - I saw the original release 10 times or so in the cinema during the 70's & at no time did I think the word was anything but "naught". The trouble with DVD's in general is that they're re-mastered & hence fiddled with - perhaps Palin was supposed to say naughty but said naught or vice-versa. Certainly, as far as Python goes, you can't really apply the "what would be funniest?" criterion, especially to one of their films. As someone pointed out, what you need is an original copy of "The Book of Armaments"
Admin
Admin
Admin
SAY WHAT AGAIN. I DARE YOU, I DOUBLE DARE YOU M**RF**ER!
Admin
Ever read "Mr Bunny's Big Cup of Java?" - ""ish seems very similar to the diagram of whitespace....
Admin
Nope. I think the people publishing the script got it wrong too.
Could you please provide any notes taken while the scriptwriters were collaborating?
Cheers in Advance!!
Admin
What?
Admin
Obviously 'obvious' is oblivious to most WTF comment-writers.
Loved the beatdown on 'Naughty', excellent use of Google Books.
Also loved the useless use of cat.
captcha:sino Is that some klnd of racial slur?
Admin
Admin
I don't think you can, either, and here's why: When I first watched Trainspotting, I confess I was having a little trouble making out Renton's opening monologue, so I turned on the DVD subtitles. They seemed to correctly follow the dialog. They also included a line from the song playing in the backround, Iggy Pop's Lust For Life. According to the titlers, "We'll dance like hypnotized chickens."
Admin
Validation for the droplist has already been written
http://thedailywtf.com/Articles/October-Road.aspx
Admin
It's quite common for them to leave out words altogether or paraphrase, presumably in the interests of brevity since I don't know what other interest it could possibly serve. Slightly less common but far more annoying is when they mix up words that sound similar.
Among the more egregious examples I can remember off the top of my head, "mite" being consistently rendered as "might" in Firefly (e.g. "a mite concerned" becomes "a might concerned", which doesn't even make sense - and they use that word quite a bit), and "piqued" being rendered as "peaked" in a line from Futurama ("My intellectual curiosity re cryogenics was peaked[sic]").
So no, I would not regard DVD subtitles as an authoritative source. Think of them as the source code comments from an application that's a couple of years old written by someone who no longer works for the company - at best they're a guide to the general intention, but don't rely on them being accurate in any way.
Admin
If The=security, will this site now be known as Security Daily WTF?
Admin
The drive is not ready for use; its door may be open. Please check drive
Wha'dya mean you can't figure out what it wants you to do?
Close the freakin' door! What, were you born in a barn?