Archives Nov. 22, 2005
Slides for this evening (To avoid repeating the PyCon problem...)
Written by
on
in
Snaking.
Okay, the slides for the presentation are now up. Hopefully the demo will work, but if not at least I'll have my talking points available.
I have to stop thinking about this now, I have work to get done.
For the ravening OpenGL-ctypes hordes (A few tweaks and fixes...)
Written by
on
in
Snaking.
Prepping for mini-talk tonight on OpenGL-ctypes I've just been installing it to Tim's laptop. Came across a few shallow bugs along the way; for one, I'd introduced unintended dependencies on FreeGLUT and GLE, those are now caught on failure, there was also a pointless import of Numeric in the glget module (Numeric shouldn't be a ...
Pythonic duct tape (When data imports...)
Written by
on
in
Snaking.
I spent much of the day working on CDR billing-data import for the VoIP project. This is pretty simple stuff, download the records, load them, unify them with the ids in the database, and then insert records to record the charges. It just takes forever. Lots of trivial little bits that need to be dealt ...