General

gisty

A while back, I blogged about a little Python program I wrote that uploads snippets to gist from the command-line. Well, Martin Cozzi took the original gist and made a full-fledged GitHub project out of it, called gisty. So now...
General

I think I love supervisor

Supervisor is simple. It's easy to use. It lets me start, stop, and monitor all my little processes: $ supervisorctl status celeryd STOPPED Apr 15 03:17 PM dropboxd RUNNING pid 8442, uptime 1 day, 1:04:48 rabbitmq STOPPED Apr 15...