Category archives: Snaking
Discussions of programming, particularly of programming Python
I hate it when problems "fix themselves" (Hard to guard against reoccurance that way...)
Written by
on
in
Snaking.
I spent most of yesterday and half of today trying to track down a bug in email sending from the billing system. We hadn't changed any code, but were suddenly seeing duplicate emails. Spent ages trying to find something wrong with the code, eventually just had to assume it was a system-level problem.
So, plaintive ...!-->!-->
Moving StarPy discussions to the mailing list (Formalizing communications)
Written by
on
in
Snaking.
Since there are more people using it and there are people wanting to share experiences and/or discuss usage we should use a mechanism that's a little more community oriented. In that vein, I'll try to switch to using the StarPy-users discussion list for most discussions of the library. Probably still post little snippets here once ...
Just about ready for a new PyOpenGL release (About time...)
Written by
on
in
Snaking.
Spent today on PyOpenGL. Got the nurbs code working for most of the demos. Cleaned up the GLU module implementation as I was doing that. Started work on the documentation, first updating the main page and then beginning work on the auto-generated documentation.
Good news is that the documentation generation process no longer requires so ...!-->!-->
PyGTA presentation on ctypes this Tuesday (Special sneak preview for the PyCon presentation...)
Written by
on
in
Snaking.
I'll be presenting ctypes this Tuesday at PyGTA. We have considerably longer at PyGTA than I will at PyCon, so we'll be able to go into more depth than we will in Texas. We're going to look at when/where/why and try to get into some of the how, time permitting.
As usual, we'll meet at ...!-->!-->
Flight booked but no red-eyes (Have to leave a bit early on the last sprint day)
Written by
on
in
Snaking.
Couldn't find a late flight out on the 1st, so I'll have to leave around 1 or 2pm to get to the 5:35pm flight (depending on how far the airport is commute-wise). Should get in fairly early on the 22nd, though, probably get to the hotel around 1pm.
Whatever happened to the red-eye flights? Check ...!-->!-->
NeHe demo 45 (Vertex Buffer Objects) sort-of working (If it didn't look wrong...)
Written by
on
in
Snaking.
Bit of work this afternoon. Mostly wanted to get the GL.arb.vertex_buffer_objects extension working. Turns out we had some demo code in the NeHe directory, it had originally been written against a CVS version of PyOpenGL 2.x, but with some tweaks and cleanup it ran with PyOpenGL 3.x (most of the tweaks just ripping out code ...
Numeric (legacy) support now working in OpenGL-ctypes (Well, cvs version...)
Written by
on
in
Snaking.
Finally got some time for OpenGL-ctypes. Decided to work on the module to support using Numeric 24.x as a data format. Thanks to a thread on ctypes-users it turned out to be a trivially simple module.
It turns out that the "object" type has a __basicsize__ attribute which tells you the size in bytes of ...!-->!-->
Upgrading pytable's database introspection for postgresql (Code-like output, but egads it's a lot of text...)
Written by
on
in
Snaking.
One of the features of pytable that's been sitting on the "need to do" list is getting the introspection to the point where one can use the output of the introspection process as editable schemas for further development in legacy applications.
That is to say, I wanted to be able to point the introspection at ...!-->!-->
PyCon hotel room reserved (Still need to get a roomie and a plane ticket)
Written by
on
in
Snaking.
Just reserved the hotel room for PyCon. Double occupancy with 2 double beds from Feb 22nd to March 1st. Still don't have a roomie for the week.
Eric the Python IDE Rocks (Just struck by the need to say this...)
Written by
on
in
Snaking.
I've been working without Eric on the workstation for a while now (due to build problems under Python 2.5)... or more accurately, I've not been working on the workstation much, partly because I didn't have Eric there. (Since the workstation is by far the most ergonomic place I have available to code (with the chairs ...