Django gotcha: initial_data.json is loaded on every syncdb, so you shouldn't use it for data that you'd edit later.
miniblog.
Related Posts
A cute JS project that automatically instantiates controllers based on the HTML you've loaded, allowing you to easily add logic to pages using Turbolinks:
ldd arbitrary code execution https://www.catonmat.net/blog/ldd-arbitrary-code-execution/ (LD_TRACE_LOADED_OBJECTS magically changes program execution behaviour!)
;;;###autoload seems rather silly in elisp, since you typically want all interactive functions to be loaded. Flexibility is good I suppose.

