Choosy lets you open the right link in the right browser with a simple, unobtrusive and elegant interface.
Iconic creates beautiful custom folder icons for Mac OS X that fit in perfectly with the standard icons.
Spacelog brings NASA transcripts to the web in a searchable, linkable format. We built it at a /dev/fort.
Just Buy This One helps people get over choice paralysis & buy the best stuff. Built with the team at Reevoo.
In what’s apparently turning into a series of posts about how I use Git, I thought I might post a few of the aliases I use. Adding aliases to Git effectively allows you to define your own simple sub-commands, which invoke one of the built in sub-commands, another alias, or some external command. More…