Lost-theory - blog.lost-theory.org - lost theorem
General Information:
Latest News:
Hosting a naked (no-www) domain on dotcloud, GAE, etc. 24 Mar 2012 | 11:52 pm
Some platform-as-a-service providers like Google App Engine, dotCloud, etc. don't allow you to host a naked domain (example.com), and only serve requests from the www subdomain (www.example.com). How...
How to parse the output of git log 19 Feb 2012 | 11:17 am
Here is how to get the output of "git log" in an easy to parse format and build a python dict from the result. You could then convert the dict to JSON, XML, HTML, etc. First, look at the git-log man ...
New blog 13 Feb 2012 | 11:06 pm
I decided to migrate my old Zine blog to blohg. Blohg is a static site generator that uses ReStructured Text, mercurial, Flask, and Frozen-Flask for the backend. This should be easier to keep up to da...