- 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
actually what the hell, is the author having a stroke? Bruce are you OK?
Admin
So the real WTF is that dreams aren't real?
Admin
Sorry, I didn't develop any interest for the story. Could you please elaborate a bit more on the Kaley Cuoco part?
Admin
Why not getting rid of the idiotic bar in the frist place?
Admin
This is an example of the kind of anonymization/embellishment that we DON'T need on the site.
Admin
Kaley who?
Admin
That was the worst WTF i have seen in ages.
A boring story about a run of the mill error - then made to try and be interesting by adding a dream......
Admin
trwtf is wave files!
If you have to use them (why?), at least call them wav files
captcha: ludus, short for ludicrous
Admin
A long time ago, we had a UNIX machine in our lab.
The backup process ran every day and everyone was used to the fact that it took several hours to finish.
Then we discovered the small bug in the backup command:
dd bs=10 if=.....
After fixing this SMALL bug, it finished in a few minutes...
Admin
The real WTF is just about to happen. That notification email he just got tells him that for some reason its combining the wrong files, since the procedure to do so worked on audio size, and would seek out the appropriate files based on that, within a set of directories spanning mutliple locations. Now it just cobbles together any old crap as long as the chunk nos match.
A bit like my coding really :/
Admin
Sorry, Eric, she's dating Superman now.
http://wonderwall.msn.com/movies/henry-cavil-kaley-cuoco-dating-1759105.story?ocid=answw11
Admin
"...and then I woke up and it was just a dream. The End."
Admin
A dream sequence? This ain't Dallas FFS
Admin
While the dream part may be a storytelling WTF in itself, TRWTF is publishing a patch on week-ends.
Admin
TRWTF is WAV files. It's a phone company recording (presumably) telephone voice prompts or autodialer recordings. 128Kbps MP3 would be overkill and there are speech codecs for VoIP that would reduce these files to trivial sizes.
Admin
Yeah, 20MB file sizes for voice prompts in a phone system is absurd. Not only is 128kb overkill, anything over 8bit 8k mono is pointless.
Admin
So TRWTF is that they put code into production without ever testing it?
Admin
Does Eric work for the NSA?
Admin
Should we start a petition to bring back MFD, as it would improve the overall quality of the site?
Admin
I've once done something like that as well. Back in the days when Delphi 5 and dBase IV-files where still considered 'ok' (ish) we had some function that needed to loop on all records in a table.
So, progressbar.min=0; progresbar.max=table.count(); and then happily crunch your way through the data and increment the progress bar on every row. (oh, and call Application.ProcessMessages() because, of course, all work was done in the GUI-thread...)
Turns out table.count() used a cursor to iterate over all rows and took ages, while the actual work took lightly less than half a second.
Admin
Most phone companies use GSM audio compression - why wav files? Sure storage is cheap nowadays, but this is a terrible idea...
Oh, and the real WTF is Big Bang Theory - that show is awful and horrendous(Kaley is hot though, I'll give you that).
Captcha: baratus. B.A. Baratus, also known as Mr. C, hates flying...
Admin
Admin
Yep, that was pretty dumb. I don't mind the anonymization most of the time (other than when it's code where half of it has been rewritten into another language and the other half hasn't, leading to an awesome noncompiling language chimera, those are always fun.) But this is a great example of what not to do: start off with a hook that sounds like it's going to be a great story, and then reveal it was a dream, completely irrelevent, and that the actual story is going to be extremely boring. Which it was. I already forgot what it was about.
(Also by the way, it's Comic-Con, not Comicon.)
Admin
Goal is to determine how many segments to process.
Existing algorithm opens headers of already segmented audio, determines the total size, then divides by segment size to determine how many segments are to be processed.
Existing algorithm doesn't realize, it already knows how many segments there are.
WTF?
Admin
Admin
Please keep your private celebrity fetishes out of articles you publish for public consumption because that's incredibly creepy, thanks in advance.
Captcha: caecus - please don't tell me about your caecus fetish, either.
Admin
And then they all fell down a well, right?
Admin
Seconded. This isn't a fanfic site.
Admin
WTF did i just read?
Admin
Which is, of course, the Italian counterparts of BNL.
Admin
Admin
For the love of Bruce almighty, they're WAV files, not "wave" files.
Admin
Mr. Johnson, what you've just written is one of the most insanely idiotic things I have ever read. At no point in your rambling, incoherent story were you even close to anything that could be considered "The Real WTF". Everyone on this site is now dumber for having read it. I award you no points, and may God have mercy on your soul.
Admin
Editors: please go take englinsh classes, again. You clearly failed the first time.
"and it was only a dream" - 3rd grade cop out to telling a good story. Why bother putting it in this article? It doesn't add anything...
"An emergency, thought Eric? Yeah, sure. Then why wasn't it an emergency yesterday evening." - stupid Eric (or editor). Something can be not-an-emergency because there is still time to deal with it yesterday. Or because the degree of badness is not yet understood. Or a million other reasons. Then, today, when badness is better understood, and there is no time to fix before damage happens, yes it is an emergency.
"However, thanks to a change in the export process" - use of however is distracting and unnecessary. Should not have been inserted.
"The import was split into three steps. First it loads..." - get your tenses straight. "was split" = past. "loads" = present. be consistent. probably 6th grade stuff, at the latest.
"while the real work took only four, Eric went further into the code" - consider using words like "delved" instead of "went". Words that provide a more descriptive, more visceral description of the activity, rather than a very bland, passive "went."
"What he saw was that the time" poor construction and passive, again. "He discovered..." or "He read..." or "He was shocked to see..."
"rather than measuring the file size, it was measuring the audio size. Which required it to open" - you have not explained the difference between file size and audio size. Why should any reader know what this is? Also, don't start sentences with "which." You're not good enough writers to experiment with poetic license yet. Practice getting the basics solid before you try to do advanced stuff.
"Given the criticalness of the accuracy of the progress bar" - again, why would accuracy be critical? This has not been identified - or if it has, it's so long ago in a poorly written story that it's forgotten. Also, try "Given the critical customer requirement that the progress bar be accurate..." or "Given the criticality that the progress bar be accurate...". And remember: you're writing for a geek site. Accuracy and correctness are different things. The progress bar was probably sufficiently accurate to a percentage point, but provided incorrect status, unrepresentative of the actual state.
You never told the reader what the problem was. Was it that the space was running out because the size checking mechanism wasn't working? Was it that there was plenty of space but the server failed to allow uploads? Was it that performance degraded to an unacceptable level? Was it that the president couldn't receive an audio update about the status of his daughter? Why did Eric's change actually matter?
The real WTF: thedailywtf.com
Admin
Admin
Progress bars were invented by a project management team.
Admin
And the Rav4 Genie.
Admin
Admin
The real WTF is that this actress is terribly ugly. Nothing to have wet dreams about.
Admin
Look, get it right!
Admin
1 - wave? 2 - someone one call who doesn't leave a PC running? 3 - fanfiction?
Admin
4 ??? 5 PROFIT!!
Admin
Hey, I run all my phone calls through my 7.1 surround system with the Bluetooth connection on my cell.
Admin
Before you teach English, you should look up these three words: sarcasm, embellishment, & allusion. They will answer all your invalid points.
Admin
Is no-one going to mention the spelling errors?
Admin
Funny? WTF?
Admin
glad to see I wasn't the only one who thought the dream was lame. I have never seen Big Bang, but I remember the first time I saw her was on 8 simple rules, she was only reason I watched the show (hey come on now, I was a teenager living with my parents, I would take anything to see some hot girls especially if my parents didn't disapprove)
Admin
The WTF itself was WTF... you know, meta-WTF-ness. Like with the dream and all, and that Kaley Cuoco thing. Oh yeah, and with grammar errors throughout the WTF made it even more WTF.
So basically, can I just ask: Why did you want a meta-WTF?
Admin
Exactly. And it is a fairly NSFW lookup on Google. Thanks a ton TDWTF, my employer's going to ask why I ran that search at work.
Admin
Could have done without The Kaley Cuoco Misdirection, but there's something to be said about a front page story that ends with dog slobber.