Alex Papadimoulis

Founder, The Daily WTF

May 2011

Assortment of Awesomeness

by in Souvenir Potpourri on

Ever since the first Free Sticker Week ended back in February '07, I've been sending out WTF Stickers (and, now mini-buttons) to anyone that mailed me a SASE or a small souvenir. More recently, I've been sending out the coveted TDWTF Mugs for truly awesome souvenirs. Nothing specific; per the instructions page, "anything will do." Well, here goes anything, yet again! (previous: Now with TDWTF Buttons).


Derek Glover (San Jose, CA) sent this incredible assortment of awesomeness.


Bring Some Gloves, Finding the G-spot, and More Support Stories

by in Feature Articles on

High-tech Office Equipment (from Mike E)
One of my favorite support tickets:

******************************************************
* TICKET #BX-4314321      *CLOSED*        2009-05-18 *
******************************************************
*                                                    *
* ASSIGNED  : Michael E-----                         *
* DEPT CODE : T1-SUP                                 *
* CUSTOMER  : Mary L------                           *
* HARDWARE  : Other - "Stapler?"                     *
* RESOLUTION: CLOSED-WITHDISPATCH                    *
*                                                    *
*                                                    *
* __ ISSUE __                                        *
*                                                    *
*   Mary called me direct to request that I or some- *
*   body in IT unplug the electric stapler that was  *
*   on her desk.                                     *
*                                                    *
* __ TROUBLESHOOTING __                              *
*                                                    *
*   #2009-05-18 9:33 AM #                            *
*   I advised that she can safely unplug the stapler *
*   by locating power cord. She was not comfortable  *
*   with performing those steps.                     *
*                                                    *
*   #2009-05-18 12:40 PM#                            *
*   Unplugged stapler and placed it on her desk, as  *
*   she was at lunch.  Will re-open ticket if she    *
*   requires help plugging it back in.               *
*                                                    *
******************************************************

Ask Rumen Again

by in CodeSOD on

"As you might imagine," Misho writes, "there is a lifetime supply of Whiskey Tango Foxtrot when you work on a project that Rumen helped develop."

"But this one in particular stood out."


Disgruntled Bomb: Java Edition

by in Feature Articles on

A little while back, we had a Bring Your own Code called The Disgruntled Bomb that sought to answer, "what is the worst thing a disgruntled employee could leave behind in the source code?"

The comments were great and featured all sorts of solutions. Most were in C and C++, but there were few unique ones like a cronjob and even an incredible one-liner for .NET.


A Really Cold Winter

by in Error'd on

"I didn't realize how cold of a winter it was until reviewing pics from a skiing trip," Lee Hasiuk, writes "at least it was few tenths of a degree warmer than absolute zero."


The Special Test Page

by in Feature Articles on

Among the fringe benefits offered by John Ashby's company was the "employee discount purchase program." It's commonplace in many large organizations, and basically allows employees to use the company's bulk-buying discounts for personal computers and the like. The prices were rarely that great, especially when compared with what one could get at the local office warehouse with a coupon, but no matter – it was a popular program, especially for managers, and especially for their printers.

The year was 1998, and digital photography was entering the realm of upper-middleclass hobby. Costing a mere $699.99, the Sony Digital Mavica captured images at a stunning 0.3 megapixels and stored them on 3.5” floppy disk using its integrated disk drive. It was the must-have toy, and nearly all of the managers had one.


Labview Spaghetti

by in CodeSOD on

"Most software developers haven't had the misfortune opportunity to work with National Instrument's Labview," writes Alex, "it's a unique, development environment designed to automate processing and measuring equipment in laboratory setups."

"That said, you certainly don't need to be an expert to understand why the following program is a problem. It's a small selection of a program which controls some of my company's test equipment."


Classic WTF: Faulty by Design

by in Feature Articles on

Faulty by Design was originally published on December 4th, 2007.


After 18 long months, it was finally time to celebrate. David M. and his fellow dev team members received word that their latest build had passed QA testing and was ready for delivery.


Serious Failure

by in CodeSOD on

"If you've got a public-facing web site that gets millions of hits a day," Luke writes, "chances are you have a middle-tier services layer you hit via HTTP. And every now and then, some of those HTTP requests will fail."

"What's the best way to handle this condition? Get to a known condition by shutting down the entire JVM and Application Server, of course!"


Classic WTF: The Intermittent Hum

by in Feature Articles on

Between Penguicon, SODEC, and an unusually hectic week at work prepping for a new release of BuildMaster, I didn't get a chance to do a new article today. But, I do have a fun classic: The Intermittent Hum was originally published on December 3rd, 2007.


R. Young got his first job as a developer right out of college. He was a Programmer Consultant I, which meant that he'd be sent to a client site to fix bugs in some old system. But on his first assignment, he got lucky: the client actually wanted him and the junior-level programmer to develop a small application.


The Vista Fix

by in Representative Line on

"I was hired on to take things over from a fellow named 'Trent', who was known for writing some stunningly awful code," Michael writes, "I was not only to be tasked with rewriting one of our two main software products into a modern language (compared to the VB6 in which it was currently built), but in the short term I was also tasked with maintaining the older versions. "

"Before I started, I tried out our software (consumer utility stuff, registry cleaning, startup items and the like) and found it was crashing on my system. It turned out that the startup items had an issue for Vista users - Trent had hardcoded all of his directories rather than use environment variables, and so Vista systems would attempt to open a folder that simply did not exist.