Categories
Tags
Page 28 of All Articles
I’m unsure of how many parts this series will consist of, but this is the first. Prior to Ubuntu’s Unity, I was a long time user of Gnome 2 with the occasional deviation to KDE (typically days at a time, just was never my thing). Prior to the release of
[…]
So I’ve been using Xmonad for a little while now (one of these days I’ll blog about my recent OS / Window Manager trials) and the one thing that has left me a bit meh is the way the toolbars work. First off, there’s a myriad of options. Some work
[…]
I’ll be the first to admit that I feel like my estimating abilities are horrible, but today I did an estimate, felt confident that I did enough due diligence and amazingly enough, even with a bit of justified padding was viewed as a reasonable estimate. So why after all these
[…]
So I’ve been busy and have neglected reading for a few weeks now and decided to pick up Cold Hard Truth: On Business, Money & Life as I’ve recently become obsessed with Kevin O’Leary’s Twitter feed and figured it would be a semi-decent read as I wait for my Kevin
[…]
One thing that I really enjoy about OSX (possibly the only thing) is the text to speech capabilities. The command line application say sounds good and doesn’t seem nearly as buggy as some of the open source counterparts. Now what I’ve been doing recently to help get my daughter acclimated
[…]
As you may remember from a previous post, I typically rewrite my error traffic back to / instead of having a fancy 404 page. The logic behind this is that I’d rather get my users to a page that’s functional instead of presenting them with an error page, also I’ve
[…]
Just cleaning up a repository at work and came across a script I haven’t used in forever, a script to lint all PHP files in a directory, recursively. Expect something more stimulating soon as I found out the hard way that tumblr doesn’t seem to auto-save your posts once you’ve
[…]
This post was supposed to happen 3 months after launch, pushed back to 6 months after launch, wait maybe at 10,000 users, better still at 15,000 users but well, shit happens. Here we are just over 8 months since the initial go live and now at over 17,000 users. A
[…]
After many years of maintaining my personal blog as a way to help aid in my own learning and to feel like a bad ass because of that proud feeling of building something with your hands (well fingers) I have migrated to Tumblr for the indefinite future. You may remember
[…]
Yep, it’s a sad truth, unless you’re a Kevin Rose or a Reid Hoffman (or insert some other person’s name that you think is really important and could successfully leverage a landing page) there’s a good chance you’re going to thow up an alleged “viral landing page” and will be
[…]
I planned to write this post 7 hours from now, but as I sit up at 3:49am on the verge of my first vacation in 2 years and on the heels of a beta launch of the new scenekids.com, I figure there’s no better time to type. This particular blog
[…]
CVS vs SVN, SVN vs Git, Git vs Mercurial… who fucking cares. I’ve been through my share of version control systems (CVS, Visual Source Safe, SVN, Serena PVCS and Dimensions and as of late, git) and the one thing that stands out to me is that it doesn’t matter which
[…]
Still kicking myself over this one, last night I accidentally dropped a database instead of just the table I wanted to get rid of. Now at one point, I had nightly database backups on my server, but when I added the Linode backup plan for $4.95 a month, I stopped
[…]
It’s [was] like The Odd Couple, but not as funny. Incidentally, starting a webcomic seemed like a great idea at the time. I knew it was going to be hard to keep the content coming, so I cut some corners with the art (a la Dinosaur Comics) by having some
[…]
So after the public outcry that I’m a total asshole that just immediately starts yelling “RTFM you fucking n00b” based on my previous post, I decided to revisit each of my points and try to provide some helpful insight. Before revisiting the points I’d like to state that the only
[…]
First off, if you’re not familiar with WorkFlowy you may want to watch this video. WorkFlowy is quite simply a list maker and based on my own usage of planning out a program / script I decided to create a script to take an exported list and convert it into
[…]
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 Hacker News) is because you don’t deserve it, for one
[…]
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 no one else was following or forking it. If you
[…]
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. The major drawback to this was that I had to
[…]
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 clunky So you’ve finally installed Linux, most likely Ubuntu as
[…]
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. First to go was our Internet connection at CrowdSavings.com HQ.
[…]
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 never been an issue shy of needing to explain why
[…]
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 plug-ins than get your hands dirty with some code. I’m
[…]
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 all fairly intriguing and wanted to see the different stages
[…]
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 do to set up the server as securely as possible
[…]