A Blank Page, Part 2
Seven years ago, I wrote a post about how scary a blank page is, and how I struggle to get the big ideas out of my head and onto paper. I had all...
Read more →
belchak.com
Technology · Theology · AI Seven years ago, I wrote a post about how scary a blank page is, and how I struggle to get the big ideas out of my head and onto paper. I had all...
Read more →A blank page is scary. It is filled with possibility, but sometimes it’s really hard to know where to start. Maybe this is why I struggle with a lot...
Read more →Starting Wednesday, I’m shutting down my connection to Facebook for the next few months and drastically cutting back on my usage of other social...
Read more →I recently heard a quote by Tom Ziglar on a Ziglar Show podcast that went like this: "The fastest way to success is by replacing bad habits with good...
Read more →So you've just gotten that management role for which you've been gunning for months or years now. Congratulations! You're a few weeks in, and you're...
Read more →Like many companies, I'm sure, we're investigating using Sensu for monitoring and Graphite for metrics collecting. The docs for making these two...
Read more →So, I've been really hating WordPress as a blog engine lately. Tons of spam, lots of emails from spam accounts signing up and trying to post...
Read more →I have been working on migrating my company's Pivotal Tracker to JIRA. We love most of the features of JIRA, but we were really missing the nice...
Read more →If you're like me, you end up doing a lot of testing in virtual machines. I run several VMs that do various different tasks for me so that I don't...
Read more →I have recently upgraded to OSX Lion, and I have to say that I love everything about it. Except for one thing. In many apps, the key repeat has been...
Read more →We use a Campfire at Needle for our day-to-day communication between our tech team members and other business members. We really like Campfire's...
Read more →A few months ago, I started investigating the health benefits of standing while I work at my computer. The benefits are myriad, and include: More...
Read more →In my previous post about unit testing for django, I laid the groundwork for how to unit test any django application. One nice feature that django...
Read more →Unit testing is a very important part of any software project. It helps you know that the new code you are deploying works, and isn't going to blow...
Read more →VIM has been my editor of choice for at least 15 years. I love how fast I can edit files, perform menial tasks, and wreak general havoc on any code...
Read more →I have been using django for web development for almost a year now, and I just recently started using South to do database migrations. To be fair,...
Read more →Ever have this problem? You just rebuilt a machine, and when you go to SSH into it, you get the following message:...
Read more →One of the big problems with hosting your own database solution is that you have to do backups for it on a regular basis. Not only do you need to do...
Read more →After doing some crypto updates to a django application that I am working on, I discovered that the Facebook API was dog slow for retrieving any...
Read more →