In 2008, over one thousand people experienced the world’s first virtual web conference. Together, we created a new type of conference that is environmentally-friendly, affordable, and interactive.

In 2009, we are going to take it one step further.


Back on Leopard

Plagued with random Bus Errors in Python on my Tiger install, and wanting to upgrade to Python 2.5.1 (as Python 2.5 is not supported by Google App Engine and the SDK has errors in it that won't be fixed), I decided to upgrade to Leopard again. I had initially upgraded right after Leopard was released, [...]

Winning at the shell game: iPython on Google App Engine

iPython is an awesome extended Python shell that gives you goodies like tab completion for instances, history tracing (so you can easily copy interactive sessions as doctests), etc. And, if you install it, your Django project on Google App Engine will automatically start using it instead of the regular python shell when you use ./manage.py [...]