Category archives: Snaking

Discussions of programming, particularly of programming Python

RSS feed of Snaking

Ca suffit! (Need to do something other than sit at a computer...)


Long day today. It is officially the weekend, but I was too tired to go out or do anything this evening. Decided to spend some time on OpenGL-ctypes. Basically just made the GLUT callback code a little more generalised, but in doing so I seem to have tripped up somewhere, as I'm now getting weird ...

Continue reading

Ach! It grates! (It's been done so many times before...)


Today was spent getting the feature-display and selection mechanisms written. The annoying part is that it's all been done so many times before it's depressing to think that I'm writing it myself. Oh well.

Not much else going on, got up, worked, took a short nap, worked more, now need to get to sleep. As ...

Continue reading

Impedence mismatch leads to LCD (Or, my day in business-logic programming...)


Today was spent on database design for the sip front-end project. All in all fairly productive, we've got the whole thing nicely isolated so that it only needs two references to outside schema. It's fairly straightforward as a design, and shouldn't cause any problems (so expect to hear about lots of frustration and heartache ;) ...

Continue reading

Building observability into BasicProperty (Well, adding a module that provides it, anyway...)


Couldn't sleep, so decided to enhance a demo I wrote a few days ago when someone asked about how to do observable fields/properties in Python. OpenGLContext's VRML97 scenegraph is built out of observable fields, and we have a number of observable BasicProperty sub-classes in Cinemon, but BasicProperty itself hasn't had a "standard" observability story.

Backing ...

Continue reading

Far too long a day (Working with foreign systems is a PITA)


Couldn't get much of Tim or D'Arcy's time today, so much of my time was spent in frustration. I've noticed as I get older that I scream more at the computer.

Eventually I had to admit defeat and decide to wait until someone who knows the system explains what the freakin heck I need to ...

Continue reading

My petard, it is exploding! (glutInit failure was due to an auto-generated wrapper)


Finally got the glutInit function working (and, in fact, enough of GLUT to do a "hello world" with it). I even went to the extreme of adding a test case to ctypes that deals with a similarly structured argument set. The problem, it turned out, was that I was using the auto-generated wrapper, which had ...

Continue reading

The joy of infinite rebuilding


Well, not the most productive of evenings. Hung the computer a couple of times trying to get K3B to work. Discovered a dependency was needing rebuilding (revdep-rebuild), so rebuilt that, am now trying to build KDE, just to see if that was the problem on that front, so haven't tested to see if K3B is ...

Continue reading

To work on side-projects (Or to sleep...)


It's been a long week. What I feel like doing is getting together with someone and chatting for a few hours, then dropping off to sleep. Just dropping off to sleep is pretty tempting too. Ah sleep, that glorious absence of reading and typing...

Did the sun forget to come up today? (Or did I just miss it?)


I'm sure the sun must have been up at some point during the day, but I can't recall actually looking out to see that it did. Rather a long day of hacking and communicating. I seem to be missing a key (a primary key in particular) when attempting to create new telephone-number ENUM mappings. They ...

Continue reading