Category archives: Snaking

Discussions of programming, particularly of programming Python

RSS feed of Snaking

That state of fatigue and joy (Where you just can't sleep...)


After the PyGTA meeting I was way too excited to sleep, but wasn't particularly in any shape to be doing "real" work (just too tired to think clearly). What should you do when you get to that point? Well obviously, computer graphics, relaxing, easy, no real effort involved.

Since Cenzio (hope I got his name ...

Continue reading

Apparently I'm too tired to think (twisted.web + authentication stymies me...)


fzZzy has been trying to help me set up twisted.cred authentication, for which (apparently) I need Nevow. I can't see how to make the security wrapper from Nevow work with the resources from twisted.web. Not a huge loss, I've only basically got 3 resources at the moment, I can convert to Nevow, but I need ...

Continue reading

Why Open Source is neat (It's the little things, like personal contact...)


Was struck this morning by just how cool it is that during this week I've talked directly to the developers working on major pieces of my computing environment. That's the kind of access you only get if you're a Fortune 500 company when you're using Microsoft software.

Think about it, I chatted with the chap ...

Continue reading

Finally solved that pesky keyboard malfunction (And along the way, got my .xinitrc working...)


Have been having quite a few screaming sessions with the computer over it's insistence on entering a chording-key-entry mode every time I press the control and shift keys together (which I do all the time while editing). Took almost three hours this evening, but I finally tracked down the problem and fixed it.

Turns out ...

Continue reading

Trust the simple, general libraries (Don't trust the one-off stuff written for a particular project...)


Spent quite a few hours today doing debugging on the Mock CMTS code, in the end, it was all bugs in the shims that short-circuit around TwistedSNMP for the testing environment, but I spent far too long spelunking through the code on either side of it (the ping-scanner, which has been running for months, and ...

Continue reading

SVG makes the world a wonderful thing (When you get it installed and set up...)


SVG really needs to get itself set up with automated installers. Sure, IE on Windows gets it easily, but everything else needs more work than it should need. I wound up unable to compile the Java stand-alone SVG viewer (it ran out of memory on a 1GB machine), so I decided to build the Mozilla ...

Continue reading

Impressive how much faster it goes when you have a working shell (Command history and emerge flags are the source of all good for tonight...)


Now that I have a bash prompt again (see here for that), have seen a huge improvement in my working speed on the Cinemon demo (I'd only managed 8 hours or so on it in almost two days without a prompt, I've typed in the same dratted string hundreds of times because KDE doesn't remember ...

Continue reading

My empire expands (Tendrils sneaking into projects throughout the universe...)


Every once in a while someone contacts me to let me know they're using my projects in their projects. Now, I know there are lots of people using some of the projects (e.g. PyOpenGL), but I never really hear from them. I check the download stats on most of my projects, so I have a ...

Continue reading

Oh I'm randomly rebuilding I am (Randomly rebuilding, I am, I am, I got married to the OS next door...)


Finally gave in and did the emerge -e bash... and I'm pretty sure it's not going to work, as it says nothing about replacing the broken gpgme package. Oh well, at least it keeps the computer busy while I work.

Maybe I should create a new category for "whining about Linux".

That said, I seem ...

Continue reading

Day closes, computer compiles, I wait (Well, not really, working while it compiles...)


Been exploring the (largely undocumented) wonders of twisted.manhole (i.e. the twisted interface to a Python shell for debugging that I want to use during the Cinemon demo). I seem to have the server running fine, but I've run into a rather annoying little block; Gentoo doesn't install a telnet client by default, and the windows ...

Continue reading