Mark Bowytz

Besides contributing at @TheDailyWTF, I write DevDisasters for Visual Studio Magazine, and involved in various side projects including child rearing and marriage.

Oct 2012

Illinois Has Left the Universe

by in Error'd on

"Not only has my zip code seceded from the union, but it apparently has left the universe, as well," writes Mark, "I should really consider going to more neighborhood association meetings."


Confessions: Hacker Proof Boolean

by in Feature Articles on

"Years ago, long before I'd actually started programming, I spent my time learning about computers and data concepts by messing around with, believe it or not, cheat devices for video games," wrote Rena K., "The one I used primarily provided a RAM editor and some other tools which allowed me to tool around with the internal game files and I even get into muddling around with the game data all in the interest of seeing what would happen."

"As such, by the time my inflated hacker ego and I got into programming professionally, I was already pretty familiar with basic things like data types and binary. I was feeling pretty darn L33T."


Not Good Enough for Paul

by in CodeSOD on

"If I told you that I work for a primarily Microsoft coding shop that hires on non-Microsoft developers, you'd think that it would be an unending, seething mass of WTF code," writes Hank, "but really, it isn't."

"The new hires that the company brings on are usually eager to learn and their diverse backgrounds and experiences make our team more well-rounded overall."


All Steam Edition

by in Error'd on

The number of Steam errors that get sent to The Daily WTF's Inbox is somewhat unnerving. So, naturally, the only thing to do is to turn a bunch of 'em into an all-Steam edition of Error'd!



The Angry MD

by in Tales from the Interview on

After a few weeks of searching, Steven M's job prospects were looking pretty grim.

So, in a bid to find more exciting work than his small hometown could offer, he packed up and moved to London.


Sausage Mystery Ingredient

by in Error'd on

"I found that Tesco puts some interesting ingredients in their 'Half-Fat Pork Sausages'," writes Simon.


The Secret Squirrel Club, a Gun, and More

by in Coded Smorgasbord on

"I guess the developer wanted to make make sure that all his bases were covered!" wrote Ryan.

/// <summary>
/// Returns True if the input string is 
/// null, empty, "undefined", or "null".
/// </summary>
/// 

Literal DVD Burner

by in Error'd on
foo

"I was looking for an external DVD burner for my notebook computer," writes John Snape, "I guess they took the design literally when they made this one!"


Best of Email: Career Limiting Email, That's What the BCC Field is for, and More

by in Feature Articles on

Don't forget, The Daily WTF loves terrible emails. Got one your self? Then mail in your mail!


Career Limiting Email (from Ben)


Known Bad Code

by in CodeSOD on

Juho was skimming around code, searching for a bug, when saw the following PHP code. In my opinion, its purpose was probably as a workaround for a bug in MySQL 5.0. I mean, I hope it was.

At least the original author knew it was bad code.