Though there's a permanent need to post tech stuff to my primary blog at http://blog.bascht.com, I wanted to keep that place more like a personal weblog, e.g. clean. So what you're seeing here, is the workaround for that: It's the Tech-Blog of Bascht

This is the place where I want to post code snippets, rants and beautiful findings around the world of Symfony, Doctrine and other fancy stuff.

And, beware: It's got syntax highlighting!

#!/usr/bin/env python # -*- coding: utf-8 -*- if __name__ == "__main__":   print "Hi Posterous!"