Skip to main content

3AM Me

For the most part, my job doesn't require me to be up late at night. It's pretty rare these days that I have to be logged on to my work machine once I get home. Sure, I interact with people in other parts of the world, but for the most part, we can get it all done within the confines of our regular business hours. That said, a very coincidental set of circumstances has made me decide that I can't wait until the next time that I do have to be awake for this.

The first part of this story starts with a work snippet. I support an application that gets used at all hours of the day, and one day, we started seeing intermittent errors in the middle of the night. They just started at 3AM for no apparent reason, even though no one had changed anything (at least not that I'm aware of). The worst part was that they were intermittent errors, so it became much harder to reproduce the errors or troubleshoot what was going on.

Regardless, someone suggested I check the credentials, since that was a problem in the past. Now, this is probably not the best of suggestions, because the user name stays the same and the password stays the same. If it works some of the time, you want to look for something that doesn't stay constant throughout the whole process. Otherwise, it should work all of the time (or none of the time). So, that led to the following conversation with a buddy of mine:

Me: "About the only way that'd happen is if I logged in at 3AM to change the password. And then logged back in a couple of hours later to change it back."
Friend: "I wouldn't put it past you."
Me: "Yeah, 3AM Sam is a real jerk."
Friend: "That's what I hear."

This friend sure does like to mess with me, no? But still, I was pretty amused by the notion of logging in to work in the middle of the night just to wreak a little havoc. That's part of the reason why I remember this exchange; I could BE the chaos monkey.

Not two days later, the Mild Girlfriend was telling me about a dream she had where I was critiquing other people's form for squats. Apparently, dream Sam is also a jerk. In my defense, she said that the subconscious thought was along the lines of me emphasizing form on the CrossFit blog I help to maintain. Or maybe she was just trying to be kind about dream Sam's jerk tendencies. Either way, the timing was too perfect. Given the exchange about work, this immediately made me laugh. I'm talking about the good, hearty kind of the laugh, the kind that comes from your belly.

After I explained why this was so funny to the slightly confused Mild Girlfriend, it more or less stuck. 3AM Sam is a jerk.

Comments

Popular posts from this blog

Backlog

I am an information junkie. Always have been. I'm one of those people that cares far more about the storyline in a video game than the actual game play. At work, I will spend time researching things related to solved problems, because I want to know exactly why it failed in the first place. And if someone learns something new, I want to go see what it's about, because I want to know what they know. I know it's not exactly the average outlook on life, but it is what it is. Anyhow, this mentality leads to my habit of tracking various websites, blogs, and other internet web sources to keep my information flow constant. Doing all of this manually is tedious at best, though, so I use Google Reader  to organize all of these feeds. It just makes things simpler to have a single source of RSS feeds, so that I can quickly browse through items related to my interests. Given all of that, it should come as no surprise that I also try to keep up with my feeds on a regular basis. I ...

Units of Measure

I mentioned it recently, but I have a bit of an opinion about valid units of measure. Specifically, I am a fan of the metric system when it comes to temperature . As I mentioned in that post, a system that tells me that the temperature is "negative four degrees" is much better at explaining that it is flippin' cold than one that tells me the temperature is "twenty four degrees." The negative sign matters. Now, as soon as I mentally conceded that the metric system made a ton of sense for temperature, I immediately started thinking that it probably makes sense for other units, as well. I mean, if I'm going to apply the whole "this just makes sense" standard to the ambient temperature, it makes sense to think about mass, volume, and length in the same general way. Why force people to remember that there are sixteen ounces in a pound? Or that, more confusingly, there are eight  fluid  ounces in a cup? The conversion rates just seem arbitrary at that ...

The Joys of Coding

I normally don't blog about what I do (I'm a software developer), because 1) I've already got a work blog that's more suited for that, and 2) I'm a software developer, so most of the time it's not amusing. Sure, I find it interesting, and I learn things every day. However, unless you already lean towards Computer Science, it's not going to be very amusing to you. So, for the sake of keeping my audience (all 4 of them) happy, I stay away. Today, I'm going to break that rule, because my work actually did cause mild amusement. So, without further ado ... I've got a deadline coming up fairly soon, so I've been coding away for the last few days. It's not busy enough where I'm stressing about it, but let's just say it's a little easier to concentrate on my work these days. In it of itself, that's not news-worthy, but because I've been more productive lately, I've also been generating more working code lately. That...