"rails foobar -m http://....", *exactly* what I've wanted for Django. I can get something similar with paster but it feels so hacked up →2010/03/15
The idea of moving to Rails is appealing if only for the simplicity of the tools. Python still has nothing that compares to 'gem'. →2010/03/15
because, you know, github is basically the sourceforge+freshmeat for this generation of OSS software. →2010/03/13
Decided I'm going to start pushing for projects I care about to move to github/bitbucket if they aren't already there (officially). →2010/03/13
Once again I find myself trying to do completely basic "package management" tasks with easy_install and finding it's not reasonably possible →2010/03/13
Wow: RT @pgammo: Noted on MLB Network:14 players struck out more times in 2009 than Albert Pujols swung and missed. →2010/03/12
I take back what I said about PyDev (or Eclipse anyway), it got really slow with ~5 files open whenever I switched tabs... →2010/03/12
PyDev for Django development is actually pretty nice, first I've really used any IDE. →2010/03/11
html5media HTML5 video tags make embedding videos into documents as easy as embedding an image. All it takes is a single <video> tag. Unfortunately, not all browsers natively support HTML5 video tags.