[16:13:29] <aclark> shentonfreude: do you use twitter TTW? is it as offensive as pythonpackages.com ?
[16:16:27] <shentonfreude> aclark: rarely, usually do Twitter through Syrinx. I never have full-screen browsers so I find all non-fluid layouts annoying.
[16:19:55] <shentonfreude> I guess I like to have (say) my left half of screen with a browser and right half with Emacs. On a second physical screen (e.g., laptop + LCD monitor) I have mail, IM, and other distractions. If I'm only on a single physical screen, its realestate is precious to me so fluid layout is a big plus for me. Google mail and calendar does a pretty fine job here, for example.
[22:30:35] <alexande`> i used django before, but i think it is too heavy framework for this task
[22:38:19] <hazmat> alexande`, werkzeug by itself is decent and simple, or webapp2 (supports appengine but works fine standalone), or just webob by itself.
[22:38:42] <hazmat> larger frameworks but not batteries included frameworks that are good.. pyramid, flask
[23:07:06] <aclark> i thought that's what django piston was for