Archives Oct. 26, 2005
Wires crossed somehow (I could have sworn he said this evening...)
Written by
on
in
Snaking.
By the time I got down to the Linux Caffe (at 7:15) it was already closed. There were still a few customers hanging out, (including the very quiet girl from UU), but no Python programming workshop that I could see. Very disappointing.
The DNS failures continue to make working on the machine a serious PITA. ...!-->!-->
Day's productivity crumbles (Stupid router and/or DNS servers make progress halt)
Written by
on
in
Snaking.
I've been working on testing the routers for the VOIP project. Somehow, though, the DNS resolution has been hosed in doing it. I gather it was something to do with swapping routers in and out all the time, but whatever caused it I now have DNS service maybe 1/2 of the time, and when I ...
I (Can) Resist Her
Written by
on
in
Vindaloo.
I
Resist
Calling
I wonder why
I
Resist
Feeling
I wonder how
I
Resist
Crying
I wonder how long
I (can)
Resist
Screaming
They're waiting to pounce on her! (Calls for interviews start minutes after she's on the list...)
Written by
on
in
Vindaloo.
Rosey got her first call for an interview all of a couple of minutes after the form that makes her an official employee was entered into the computer. Apparently the French teacher shortage is not exaggerated. Good luck with the interview, Rose!
Images working in OpenGL-ctypes (Just needed to rebuild the ctypes library cleanly...)
Written by
on
in
Snaking.
Turns out that annoying image-to-texture failure was actually just a messed up compile on my machine. Anyway, OpenGL-ctypes now has image handling working under OpenGLContext. Spent some time trying to get the GLUT bitmap fonts working. So far no luck.
The GLUT declaration (on GLX machines) looks like this:
GLUTAPI void *glutBitmap9By15;!-->!-->!-->
#define GLUT_BITMAP_9_BY_15 (&glutBitmap9By15) ...!-->