Author archives: Mike

RSS feed of Mike

Tad frustrated with the (lack of) documentation (I mean, I can't even find a single instance of using "sequences" in Nevow!)


By now I'm somewhat accustomed to the... shall we say "meagre" documentation available for Twisted, but this instance is just weirdly under-documented. Normally there's at least one piece of sample code that uses a feature, but I can't find anything that uses the Nevow "sequence" feature. The idea is something like this:

About super-strings (Lindsey's question in a loud party...)


I was asked to explain my understanding of superstring theory (such as it is) on the weekend, particularly the aspect where there is a fundamental limit to the size of objects, that is, why there can be a string, but nothing below a string.

If I'm understanding correctly, what happens is that to get down ...

Continue reading

About motivations and post-mortems... (Why the move from Zope)


A few weeks (maybe a month now) ago, Tim pointed out that for all intents and purposes he's unable to follow my code. As a result he's uncomfortable with the idea of working with it. I'm accustomed to programming fairly large systems (e.g. OpenGLContext, Tpresence's Holodesk, Tpresence's Portals, that kind of thing, systems with multiple ...

Continue reading

Speaking of distractions... (Well, some would say it's the more important stuff)


Also discovered (thanks to Richard Muller, who's been doing a lot of work testing on Fedora Core) that the PyOpenGL release isn't propagating across the SourceForge mirrors for some reason. Hopefully just some glitch in SF. One mirror has picked them up, and they are available from the root site as well.

Also, there was ...

Continue reading

Professional Development Day (Or, my day of reading...)


I hate getting distracted while I'm working. It's just something I know about myself. My mind is just too active to allow me to have lots of things going on around me. I'll jump from the task at hand to discussions of just about anything and spend hours not getting any work done.

So, since ...

Continue reading

Guess I should try to recover the Gentoo environment (My personal todo list is so long and not very fun looking at this moment...)


Well, now that I've got that little task out of the way (PyOpenGL), I have the (depressing) task of figuring out why Gentoo has lost the tablet (without which the computer is rather difficult to use). And here I was just getting comfortable working in Windows again. Sigh.

Still, need to move back to Linux ...

Continue reading

Finally got the baby (PyOpenGL) out the door (No empty-nest syndrome here...)


Just finishing up the 2.0.1.09 release of PyOpenGL. Rather annoying number of little details cropped up during the process of doing the release (missing files, bdist_wininst API not actually matching the API I'd suggested, (so requiring rewriting the function (after all the testing was done, of course, so blah if it breaks something)), files ...

Continue reading

UI Tweaks all day (Mostly making the topological graphics easier to use)


Crossed off three todo items, though looking back at them, they probably weren't the most important ones, they were just the ones that were annoying the heck out of me. All of them relate to the topological overview graphs.

Until today, you could only identify the root of these graphs by knowing what elements are ...

Continue reading

Stupid shallow bugs (Almost makes you want a statically-compiled language (well, not really))


Bryan found a bug in Cinemon this evening. It didn't pick up a modem migration event (modems changing channels). Turns out this was a trivial error; I'd mis-spelled a function name in a callback that only gets called 20 minutes into a run (and thus I was never around when it got called). The result ...

Continue reading