Blog
Why you don't make $80k+ and how you can get there
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 [...]
TeuxDeux: Adventures in Screen Scraping
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 [...]
Quality over cost or how PennySMS sucks and I switched to Twilio
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 [...]
Switching to Linux, you're doing it wrong
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 [...]
The Zen of the Server Crash
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 [...]
Why you shouldn't redirect HTTP errors back to / or how I learned to always include a favicon.ico file
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 [...]
Ditched WordPress
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 [...]
My Thoughts on Rails Rumble
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 [...]
Setting up a secure MySQL server on Rackspace Cloud Servers
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 [...]
Why I recently switched to WordPress
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 [...]