December 20, 2011 at 12:31 PM | categories:
Code
| View Comments
I recently moved this site to Blogofile, a Python + Mako static site and blog generator. It works really nicely, but there were a couple of additions I made that might be interesting for others. One feature my old Template Toolkit based website had was the automatic updating of...
December 19, 2011 at 06:39 PM | categories:
Code
| View Comments
Saw this interesting StackOverflow question linked on reddit this morning. I thought I had a bit of a handle on cache use after reading Using OpenMP but I must admit I had trouble understanding the answer. This great comment really bought it home for me: Caches are hash...
December 19, 2011 at 06:05 PM | categories:
Misc
| View Comments
First Post! Here is some syntax highlighting: import this if __name__ == "main": print "Hello, World!" ...