Yes still working on Twisted apps, just doing a little of Pylons ( http://www.pylonshq.com ) work right now. Just much much faster to get up and running with it.
As many have found before me, orgmode in Emacs is an extremely useful tool. I've come late to the game but after two weeks of daily use I can comfortably say that I'm quite sorry that I didn't make this a part of my development toolkit a long time ago. The main value it brings to my daily routine is ease of use. It's a great note taking, time logging, and general organization tool. Publishing solutions for several targets is built in. Specifically the HTML and Open Office targets are extremely solid. Considering the lack of issues I've encountered thus far I hold high hopes for the return on investment of my time once I go deeper into this tool. Currently experimenting on building a process for publishing a few of my hobby static sites as org mode pages.
Installing mosh on LMDE 13 As an alternative to Ubuntu Precise Pangolin the speedy Linux Mint Debian Edition 13 is a very worthy distribution. A fantastic installation process is supplemented by a clean desktop that screams attention to detail. Even in a VM environment it's so quick to respond that it's become my primary personal development box. These are some quick notes to help you install the mosh mobile shell . An alternative secure remote shell. It's the perfect companion for those times that you are remotely logged in via an unreliable connection. sudo apt-get install git libncurses5-dev automake zlib1g-dev protobuf-compiler libprotoc-dev libprotobuf-dev libutempter-dev libio-pty-perl Then just follow the instructions for "Compiling from Git" at http://mosh.mit.edu/ . $ git clone https://github.com/keithw/mosh $ cd mosh $ ./autogen.sh $ ./configure $ make # make install ... and that's all it takes to have a working mosh shell.
If you want to build a large community site but don't want to do everything from scratch. TypePad gives you a leg up, and it's a Django app so implementation is dead easy for the simple case, and adds social sauce to your webapp out of the box. Motion Django Meetup View more presentations from Mike Malone .
Comments