Archives week 42 of 2008
Oct. 20, 2008 - Oct. 26, 2008
Is "Boredom" Instinctual?
Written by
on
in
Design Theory.
A few days ago one of my colleagues mentioned a scholarly article he'd read the night before. Researchers were attempting to show a genetic link for thrill-seeking (novelty-seeking) behaviour with some success. That is, for their definition of "novelty-seeking" they seemed to have discovered a relationship between (IIRC a particular gene) and the behaviour in ...
PyGTA Tonight: You got Python in my XML!
Written by
on
in
Snaking.
How would you merge large quantities of Python-accessible information into a pre-existing set of XML documents. This approach combined lxml.etree (ElementTree) with Kid templates (based on ElementTree) to efficiently annotate a large tree of documents. We'll look at how to use ElementTree (and how to use the query mechanism in lxml's implementation to search your ...
Stripped pkg_resources out of OpenGLContext and PyVRML97
Written by
on
in
Snaking.
Definitely seems to have been a setuptools bug that karked my setup last week when trying to get TurboGears running with Twisted + Athena. By downgrading to a previous version of SetupTools I was able to get TurboGears to run properly again. Also ran into a weird bug where setuptools was causing a single character ...