The ubiquity of vi
Whenever a conversation about tools comes up, I find myself, inevitably, putting on a sheepish grin and confessing that yes, in fact, I am a vi user.
And I'll be honest - in my early days as a developer, I just wanted to earn a little respect.
Go ahead, make ...
Read More
Quick and dirty "what I'm reading" plugin
(Note: that partner id in the absolute_url below is mine. I won't object if you want to use it, but you might be better off signing up for your own: Powells.com Partner Program)
The model:
class Book(models.Model): RATING_CHOICES = ( ('1', '1'), ('2', '2'), ('3', '3'), ...
Read More
Git on Mac OS X
Okay, forget what I just said about svn on OS X. This week, I'm moving one of my projects into a private repo on github. Why? Well, obviously because it's the new hotness. Because all the kids are doing it? Actually, the answer is "why not?". It can't ...
Read More
Read More


