Archives week 47 of 2005
Nov. 21, 2005 - Nov. 27, 2005
Inch, inch, inching along (Tiny bit of OpenGL-ctypes work...)
Written by
on
in
Snaking.
Oh, how trivial a bit of work it was. I just added a numarray-based array FormatHandler to OpenGL-ctypes. It seems to work fine, though I don't have any non-trivial numarray-using code with which to test it. The difference between the Numpy and numarray code is trivial, other than the imports the modules are identical (including ...
Magritte and chocolate and music (Wandering about Toronto...)
Written by
on
in
Vindaloo.
Michelle cancelled for the Plasticised People exhibit, so I spent the day at the library. Nothing really exciting that way, picked up a new book to read and a "Pocket Magritte" to flip through.
Magritte is one of those painters I feel ambivalent about; some of his work is playing with interesting ideas, but for ...!-->!-->
Plasticised People (Tomorrow's plans...)
Written by
on
in
Vindaloo.
I had completely forgotten that Michelle and I had agreed to go to the Plasticised People exhibit tomorrow to sketch. So much for my plans to get huge amounts of writing done.
Not much else to report, basically the whole day was spent on phone conferences. Not the most productive day in the world, but ...!-->!-->
Good PyGTA Turnout (and other little details...)
Written by
on
in
Snaking.
Turnout at PyGTA last night was decent, 9 or 10 people, enough to occupy (but not fill) the whole meeting end of the Linux Caffe. I should have brought along some VRML content to display, OpenGLContext's tests just aren't that interesting to watch. Also ran into a bug with the mouse-event handling, thinking it may ...
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 ...