Monthly Archives: November 2008

TaskPaper is All Sorts of Awesomeness.

I finally got around to trying out TaskPaper (one of the apps I got from MacHeist a while ago), and it’s a brilliant and simple todo app. You enter something like this: Inbox: – Put camera in car – Put … Continue reading

Posted in Technical HOWTOs | Tagged | 2 Comments

Accessing git over ssh on a non-standard port

Simple ssh access to a git repo can be sufficient for a small dev team–but what if you’re using a non-standard ssh port? The solution–do as Linus says. Use ~/.ssh/config. My config now looks like this: Host my.servername.org Port 1234 … Continue reading

Posted in Technical HOWTOs | Tagged , , | Leave a comment

Importing a local CVS repository into git on ubuntu

Every post I found in the googles referenced pserver (CVS’s clear-text socket-server protocol) when importing a CVS repository. Until I found this. Huzzah. So I wanted to import a local CVS repository — something sitting in /home/cvs, and setting CVSROOT … Continue reading

Posted in Technical HOWTOs | Leave a comment

Installing git with MacPorts

The Good: MacPorts makes git, the new source version control system hotness, available to Mac users. The Bad: MacPorts sometimes has attitude, and poops out trying to compile or install packages. The Ugly: MacPorts doesn’t tell you how to fix … Continue reading

Posted in Technical HOWTOs | Tagged , , | 2 Comments

So Many Toys, So Little Time

Tonight’s been one of those daunting “where have I been OMG OMG” nights on the tubes. NFS? Ha! That’s OLD SKOOL. Sun’s got lustre, a free, open-source SAN with no single point of failure. Ubuntu Hardy’s got a lustre kernel … Continue reading

Posted in Technical HOWTOs | Tagged | Leave a comment

Make OpenOffice the default “.doc” and “.xls” application on Mac OS X

OpenOffice 3.0 is now out for the Mac. Finder opens files that end in “.doc” with TextEdit by default, and “Open with…” doesn’t seem to stick. What to do? In the finder, find a file that ends in “.doc”, Click … Continue reading

Posted in Technical HOWTOs | Tagged , | 9 Comments