Geek Humor from the Past
August 10, 2016
For starters, if you’re not a techie, you probably won’t find much in the way of entertainment in this post. You’re certainly welcome to read on, but you’re not likely to get it.
Many years ago, while sitting at my desk one day, a colleague came to me and asked for my help. For the sake of discussion, let’s just call her Maria.
I followed her to her desk, where she showed me her screen. Flustered and deeply distraught over something that had clearly been troubling her for some time, she insisted that “something was wrong with the operating system.” On her screen, I couldn’t believe my eyes when I saw user32.dll, a Windows system file, open in Notepad.
Instead of sarcastically asking her what she could possibly hope to accomplish by editing this binary file, assuming Windows would even let her do it, I calmly asked her to take me through what she was doing. She said it all started when she ran some module in a Microsoft Access database, so I asked her to run the code.
She seemed a little reluctant, as if she was scared of causing further damage to her apparently fouled-up Windows installation, but she acceded to my request. The code ran until the debugger stopped at a function, where it gave her an error message. Not being familiar with the specific function, I asked her if she checked the help manual for the function.
Little could I have imagined that the concept of online help was quite the revelation to poor Maria, whose eyes lit up like Christmas trees when I pressed F1. Imagine. Product help. Hey, you learn something new every day. Googling the function also hadn’t entered her mind at all either.
A 15-second investigation revealed that one of the parameters was wrong, so after a simple fix, the code miraculously began to work. The operating system wasn’t corrupt after all.
You don’t say.
Now you might be thinking that big, bad Curtis is just being too hard on poor Maria. She’s probably a recent graduate, and who among us hasn’t made a silly mistake or two at that point of our careers? Everyone has to start somewhere.
And you might be right.
Except that Maria wasn’t a recent graduate. She was actually older and more experienced than I was, and I had more than a decade under my belt at the time. A recent graduate probably wouldn’t even have had enough knowledge to head for the Windows directory and open up user32.dll.
I’ve seen a lot during my multi-decade career in IT. Few top this one. The thought process that led an experienced developer from a misbehaving Access function to editing user32.dll in Notepad is probably something I don’t ever want to know.
Previous post | Next post |