Author archives: Mike

RSS feed of Mike

Moving StarPy discussions to the mailing list (Formalizing communications)


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 ...

Continue reading

Just about ready for a new PyOpenGL release (About time...)


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 ...

Continue reading

I like my father (Loving the Universe...)


Dad has a great post up from a few days ago.

Whiskered warrior
No, say defender
Facing dark forces
On unkempt walls
Holding off demons
With soft words
Of hard wisdom
As the day fades

Fighting darkness
With each word
Hoping light
Will carry on
Without him
That his battle
Will help someone
See the ...

Continue reading

Refactoring fatigue setting in (Upgrade scripts making me sick...)


I'm continuing to refactor the ISP/VoIP billing system as I add new features. Spent most of today working on a state-table based sub-system... sometime around 11pm I started writing yet another upgrade script (in the infinite series of upgrades scripts that is my life) and realised I should just back off half the changes again. ...

Continue reading

I get to work at Linux Caffe today! (Yay!)


Have been working at home all month, so haven't been able to get down yet. Today, however, yay! Of course, I was up until 4am last night, so a bit slow off the mark. Oh well, a few hours of collegial atmosphere will do me good before PyGTA.

PyGTA presentation on ctypes this Tuesday (Special sneak preview for the PyCon presentation...)


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 ...

Continue reading

Flight booked but no red-eyes (Have to leave a bit early on the last sprint day)


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 ...

Continue reading

NeHe demo 45 (Vertex Buffer Objects) sort-of working (If it didn't look wrong...)


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 ...

Continue reading

Numeric (legacy) support now working in OpenGL-ctypes (Well, cvs version...)


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 ...

Continue reading

Beagle and nuvexport working (While I was working...)


Wanted to get a desktop search program running. Decided to try Kerry (a Beagle front-end). The beagle deamon is taking a very long time to run, but I'm guessing that has something to do with having a transcoding going at the same time. I'm trying an export from mythtv to a DivX AVI; it takes ...

Continue reading