Author archives: Mike

RSS feed of Mike

Choose between fixing trivial regression bugs and management meetings... (Tough choice, eh-what?)


Management meeting went longer than normal (and it start the day much earlier than normal for me). After that I fixed a stupid refactoring bug that had crept in while I was trying to simplify a very rarely used case... unfortunately it showed up on one of the live systems!

I'm actually done for the ...

Continue reading

That's enough (Gentoo will remain on the 2004.3 profile until the upgrade process becomes reasonable...)


I've burned entirely too much time on this silly upgrade. I've rebuilt vast swaths of the machine to try to recover from various failures and I'm now to the point where trying to upgrade following the instructions is just telling me that I haven't followed the instructions.

Reading the various threads describing other people's experiences ...

Continue reading

Notes from the Ajax front (Fought a good battle...)


Okay, this is going to seem trivial to you Nevow gurus out there, but bear with those of us just starting out (and thanks to dialtone for pointing out both things I'd missed (rend.Fragment) and the eventual hack-around)...

Task: create a single-page editor wherein you click on a button (set of buttons) to add a ...

Continue reading

Web-client javascript is even worse than VRML-client javascript (And VRML-client javascript was pretty fundamentally broken)


Today has been an all-consuming quest to get new Ajax features working. Spent a huge part of the day looking for a standard, reliable way to convert a passed XML string (i.e. passed from the Nevow LivePage) into a set of XML DOM nodes.

AFAICT there's no standard mechanism available, though there's an article which ...

Continue reading

Ping! Pop! Zip! (I feel like running around hugging people!)


I love this feeling! I wish I had a forest nearby. I love being out in a forest in the middle of a thunderstorm when I feel like this. Well, I always love being in a thunderstorm, but especially when I can feel the connection.

Or dancing. Dancing is always perfect when I'm in this ...

Continue reading

All ya need is love (Du-du-du-du-du)


Just had one of those neat moments of universal love. You know the feeling; the one that says "isn't this just an incredible world, filled with wonders and glories too numerous and subtle to list". Aren't people just so powerful and deep that you just want to make them all smile? An upwelling of joy ...

Continue reading

One small step for Mikey-kind (One ever-so-tiny leap for OpenGL-ctypes)


I've just now managed to get GLUT to load on Linux using ctypes. It turns out that GLUT requires the use of the "RTLD_GLOBAL" flag when loading GL and GLU so that it can resolve its references to those libraries. At the moment ctypes doesn't support passing in the flag, but with a patch to ...

Continue reading

Once more on the upgrade path (Trying to update Gentoo profile again)


Okay, I'm going to try updating my system to the 2005.1 profile (again). First task is to try to get a gcc version built with multilib support. Previously I managed to get it built, but then everything I built with the new compiler was non-functional (luckily it hadn't clobbered the old version yet or I ...

Continue reading

Shouldn't libglut.so be linked against libGL.so? (Refuses to load on Linux with ctypes...)


Doing some work on OpenGL-in-ctypes, I hit a bit of a wall, namely the GLUT library refuses to even load. Whenever I try it gives me a warning that it can't find glPixelStorei. Looking at the module with ldd, it does appear that there's no link to libGL.so to allow for resolving the references.

Sigh. ...

Continue reading

I need to spend a few years studying philosophy (Wikipedia addiction takes hold again...)


Just couldn't force myself to sit down and program today, but neither could I find anyone who wanted to get together and discuss ideas. So, being a hopeless geek, I started writing some political screed or another for you screed-loving people; but every time I referenced someone I found myself tripping through the highways and ...

Continue reading