Category archives: Snaking

Discussions of programming, particularly of programming Python

RSS feed of Snaking

Hitting the limits of your tools... (...is limiting.)


I use PyTable fairly extensively (actually exclusively) when I'm working with databases. Today, however, I've come up against a limitation that I've long known to exist, but have never before had a reason to fix. Makes for a rather slow hacking day I'm afraid.

In particular, PostgreSQL has a feature which defines distinct namespaces for ...

Continue reading

Breaching from scratch (Let there be isos)


I am almost to the point of saying "screw it" and rebuilding the entire Gentoo install. At the least it will give me a chance to practice my backup/restore skills under Linux. So I am currently downloading the CD images for both the generic i686 and the Athlon64 versions.

I figure I'll try the Athlon64 ...

Continue reading

Twisted web client and ssl (Since it took close to an hour to figure this out...)


The secret: twisted.web.client.getPage(url) handles SSL (https://) protocols automatically. Nothing I could find in the documentation mentions that. There are references to the ContextFactory, but nothing is mentioned about whether you need to pass one in or not (you don't). So, a simple script to download an SSL page with Twisted looks something like this:

from ...

Continue reading

Change and rests and suchalike (MediaCorp project work for most of the day...)


Tim came by and we discussed the EFT server project for an hour or so (I am so not looking forward to that project now). After that we switched to discussing the MediaCorp page-checker project, much better specified (i.e. at least minimally specified).

Spent a solid 7 hours on that, with the result being a ...

Continue reading

Hacking doesn't cut it yet (CD-ROM is flaky)


The machine with the little switch hanging off it is basically all old hardware. Unfortunately, the CD-ROM seems to work only for the first 2 or 3 minutes that the machine is up, just enough to boot Knoppix 3.3, but not Knoppix 3.4, and just enough to start booting Gentoo (then it starts getting I/O ...

Continue reading

Ooh, hardware hacking (Almost forgot to mention this... and wouldn't *that* be a trajedy ;) .)


As some of you will undoubtedly remember, I haven't been having stellar luck with the hardware I ordered from TigerDirect. The CPU cooler doesn't seem to be properly cooling the Athlon64 (though I seem to have got it to the point where it's stable and reliable, though still 10 degrees warmer than it really should ...

Continue reading

Another small step forward for demo-kind (Sure it's a trivial environment, but it's got a certain charm...)


After visiting grams (score 3 games to 1 IIRC), spent another few hours playing with the demo "world" for OpenGLContext. Unfortunately, I can't seem to get the shadows to bake properly in OpenGLContext, but here's the current state (I'm about to switch back to work-work, so this is where it'll stay for approximately another 2 ...

Continue reading

What to do about a demo for OpenGLContext (Need free-to-distribute content...)


One of the things that OpenGLContext really needs is a little demo of what it can do. Unfortunately, though there was a gentleman's agreement that I could use my design work with VRTelecom for reasonable personal use, that wouldn't include dropping it into a package that hundreds of people are going to recieve.

So, I ...

Continue reading

PyGTA this Tuesday (Don't forget!)


Since I missed the last meeting I'm rather looking forward to this one. Peter's going to do a presentation on his robotic interface. You can find more information on the wiki. As usual, we'll try to have time for general questions and discussion of Python news.