@jmoiron luckily 3.2 fallback mode is tolerable; things actually get quite usable with a little effort
@jmoiron sorta tried gnome 3.2 again, still unimaginably awful.. virtual desktops completely broken (switching freezes machine)
@jmoiron released gaspar; ship cpu intensive tasks to simple preforked workers; easy & infrastructureless http://t.co/9X8rjpj9
@jmoiron Wish there was a saner way to group tasks in a #fabric fabfile so that "fab --list" wasn't impossible to sort through.
@jmoiron @mikeywaites should only fail if you bypass django.db.models.sql.compiler somehow; does your custom QS inherit from models.query.QuerySet?
aa8fe8fa to jmoiron.net rename script.py to manage.py to be friendlier to my django history and various aliases
abf7bb82 to jmoiron.net fix the reorg; it actually works already; app all anchored at 'jmoiron' namespace, which seems nicer
@jmoiron @mikeywaites it should; it patches django's sql query compiler (the thing that turns ORM chains into SQL), which is pretty deep.
@jmoiron @funkatron agree in spirit with your manifesto; if software is managing complexity, composing apps from simple tools is the only way to go