Entries from January 2009 ↓

Purple is the fad

Here are icons from three apps I use fairly regularly – seems like purple is the cool color right now. Time for iTunes to change its color again.

Purpleisit

Raising Octopus from Eggs

Where would people like this go without the internet?

 

Fixing PDB and TextMate for files with spaces in path

There is a cool little glue package out there called PdbTextMateSupport that allows you to highlight the current line of python code as you debug it in PDB, python’s debugger. It works by sending URLs to textmate – however the python code does not escape spaces in the path, and if you are on OS X there is a decent chance that you have a folder somewhere along the way that might have a space… Here is the fix:

Continue reading →