First off, you’re going to be offended by this, partially because it’s true and partially because I’m right. The reason you don’t make $80-100k (or whatever the magic number of deservingness [my word, you can’t have it] is as per…
Been a busy week, still dedicated to blogging regularly though. Decided the best way to balance out my busy weeks is to post code that I had on github but decided to pull down as I wasn’t maintaining it, and…
For nearly the last two years I’ve run a simple SMS reminder service known as ReminderWire. The site was initially built around the idea of using the built in carrier email addresses for cell phones to send the SMS messages.…
As a long time Linux user, I’m constantly trying to get people to experience all the awesome. For the most part, people are reluctant, but I’m finding that I run into one or more of the following It seems pretty…
I was talking to someone last week about how I attempt to keep cool when things fall apart. I call it “the Zen of the Server Crash” and as luck would have it, everything started to fall apart that afternoon.…
I have this nasty habit of being completely dismissive of HTTP error handling by not handling 404 errors and setting the ErrorDocument in my .htaccess file to point to / (e.g. ErrorDocument 404 /). For the most part, this has…
To at least one person’s dismay, I have abandoned WordPress for not only my blog, but for any future endeavours. WordPress seems great if you can’t build a blog on your own and would rather interact with a series of…
Anyone that knows me knows that I’m not a big fan of Rails, largely due to the fact that I dislike the community. So this year, I decided to follow the Rails Rumble on Twitter just because I found it…
Recently I’ve been building out dedicated MySQL servers to combat some of the shortcomings we have encountered with hosting MySQL on Rackspace Cloud Sites (commentary on this will be saved for another post). During my research on what I could…
Anyone that knows me knows that I’m not a huge fan of using canned web applications. I find them to be insecure (talking to you OSCommerce) often times a pain to upgrade and more often than that a nightmare to…