Email Tagging

The last 6-8 months have been pretty hectic for me, both at work and with other "real life" stuff and I've noticed, as a result, that my email handling has really suffered. I can't even say it's begun to suffer because it's entirely snowballed to the point where my inbox …

more ...

Merry Christmas!

Merry Christmas to all my friends, family, co-workers, partners-in-crime, and just generally everyone else out there. I share a wonderful eCard with you all. May it bring you much joy and laughter.

Personalize funny videos and birthday eCards at JibJab!

God bless the faithful!

more ...

Git patch workflow

Probably most people who use git know about patch management and whatnot, so I'm writing this largely for myself as I keep forgetting (mostly because I don't have to do it very often).

Some code that I'm working on has a development branch which I'm working on while other fixes …

more ...

Git commits on xkcd

I've had no time to do any coding lately, which makes me sad, but when I did have time and was doing lots of commits in short periods of time, I definitely felt like doing this. Many many times.

more ...


Real-world SSD vs HDD: cvs2svn speed

This just absolutely blew my mind so I figured I'd post a quick note about it. I have to convert a CVS repository to SVN and this is a big repository, over 33k commits to it spanning a decade. In my trial runs, using cvs2svn resulted in it taking just …

more ...

Setting up a Drobo 5N

There's something about NAS units that makes me happy. Tiny little boxes full of storage and ripe for mucking with since for the most part they run Linux make me all warm and fuzzy and just generally put me in a good mood. Probably because I'm a bit of a …

more ...


Converting subversion to git redux

I know I've written about this in the past (here and here), but I needed to do another conversion the other day that was similar, yet different. Previous posts talked about pulling parts of a subversion repository into a git repo -- effectively taking one svn repo apart into multiple git …

more ...