- 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
Guess it's better than a method called "howToTellYourProgrammersAreLackingSleepAndHighOnCaffeine" or placeholder constants like:
public static final String GLOBAL = "Girls #18 Fujiyoushi Dead 41 to go";
Admin
MakeCum is very funny. I can't help thinking though maybe it's accidental. It is possible.
I previous incarnations I have actually issued the command line:
> ROLLBACK DICK
For the life of me I can't remember what the acronym stood for but to get the inclusion of the "K" was a certain fix created out of the necessity to correctly complete the phrase above.
Admin
What does captcha mean? Is it more brilliant than a paula bean?
can someone give me a link to the wtf article about captcha?
Admin
Agreed, but what a shame they forgot the "finally" clause with the same code.
Admin
Maybe the original unobfuscated code was C++?
Admin
Besides, COMMA is much esier to spell then DELIIMTRER
Admin
Reminds me of a system I once worked on, where one of the comments that had survived months of source-code check-ins was something like:
/ * This doesn't work - need to fix on Monday */
Admin
How many parcels could a processor process if a processor could process parcels?
Admin
Nah. It's easier this way:
string twentySpaces = " ";
int length = 0;
for (int i=0;i<twentySpaces.Length;i++)
{
length++;
}
Console.WriteLine("The length of twentySpaces is {0}.", length);
And yes, I do envision the Battlestar Glactictica making out. Is there something wrong with that?
Admin
You are all missing the true humor of this one:
Support: "I'm sorry, I don't know if I can help you with this. I'll stick it in My Pants and Julia will handle it as soon as possible."
captcha: jiggles ... I think the captcha system is getting in on the grade school humor.
Admin
i liked this wtf... particularly because i know the guy who's company developed the jetstar website :)
Admin
To illustrate; my bank offers a statement download facility; you can choose Money, Quicken, etc, or "csv"; and guess what the delimiter is?
Tab
Now I'll grant that many spreadshets copy/paste better with tab, but why call it csv?
Marc
Admin
It must be important to do this 'checkpoint' thing no matter what at least once a day...
Admin
No, it's data rhymes with pat-a or that-a. I think it's a WASP thing.
Admin
Because if it has a .csv extension Excel will open it without having to copy/paste or import. Just double-click the file. And it has to have tab delimiters because too much real data often contains real commas.
Admin
Luckily, I've never worked for "this" company, but one of our vendors does act like that.
We ran into a serious problem involving the two different programs we use (one for data capture, one for data analysis). Turns out that program A wrote a bunch of data with "block sizes" too large for program B (I assume it's because they used a fixed-sized buffer instead of reading the block size and allocating memory dynamically, a wtf on it's own).
We emailed company B about the problem at 4pm on Monday, and by 10am on Tuesday we had a custom-compiled version of the application ready to roll that would accept the block-size we needed. It was just the single .exe and not the entire installer. My boss was thrilled that the company had reacted to our problem so quickly. I just about shit a brick, since I knew that .exe couldn't have gone through any kind of QA or testing. Also, the "About" box showed exactly the same version number as the version we had previously, so there was no way to identify which version was installed on a system without simply trying to open up one of the "huge block" files and seeing if it segfaulted or not.
Admin
And somehow, I posted this in the wrong thread!
WTF.
Admin
I guess no regular users will use the application on Sundays, so it is safe to assume that anyone using the application on a Sunday is an admin. At least until some user figures out if he changes the date of the PC clock to Sunday then you will get full admin privileges
Admin
this is why you use qualifiers
ie
"some data here","an address, usa"
Admin
We had a new programmer for whom English was a second language. She defined three variables in her COBOL program for loops:
01 COUNTERS.
05 COUNT PIC 99.
05 CONT PIC 99.
05 C...
I'll let you figure out what the last one was - I enjoyed watching my manager try to explain to her what the problem was, especially because she couldn't understand what he was saying. Eventually she got it and both were red-faced for hours afterwards... we were red-faced too - with laughter.
captcha - shizzle
Admin
Or, its a getting-rich man's conditional breakpoint, if you get paid per line of code!
Admin
That last WTF was sad. Made me die a little inside.