Archives 2006

A weekend of little tasks (Bits and pieces but no great accomplishments)


I took a 4 day weekend intending to spend the entire time on OpenGL-ctypes and related projects, trying to get the whole enchilada moved to an alpha release. Somehow out of the entire weekend I only seemed to get about 1 day of hacking in.

During that short period I ported SimpleParse and TTFQuery to ...

Continue reading

VRML97 converted to use numpy or Numeric (and setuptools...)


I've converted the VRML97 scenegraph accellerator modules to use numpy (preferred) or Numeric. I also discovered a subtle import error, I had used from ctypes import * in one of the modules and as a result it was shadowing a Numeric/numpy function (resize). I'll have to go through and eliminate all from ctypes import * ...

Continue reading

On puppy love and training (First session with the trainer)


We had our first session with the puppy trainer this evening. Biggest revelation for me is that you can demand far more from the puppy than I'd expected. I'd somehow understood that you had to wait until they are 4 or 5 months before you start demanding close-leash walking and the like. She demonstrated that ...

Continue reading

Don't get anywhere particularly useful on Win32 (Do get past the particular failure)


The proximate failure on Win32 appears to be a problem with how distutils handles "spawning" processes. If I replace the spawning code with os.system calls then SimpleParse builds correctly from distutils.

However, there's no Numeric for Python 2.5 against which to build, and I eventually just got tired of trying to figure out what I ...

Continue reading

Architecture


Piling stones one atop another
Is not my gift
Nor training dull machines
To count
What I offer is my sight
Peering within
Showing patterns hidden in problems
As paths
Of stones piled one atop another

Croikeys it's warm here (35+ degrees in my room)


The heat got turned on in the building a few days ago. This is one of those old buildings that doesn't have individual apartment control of the (steam) heat so they have to turn the temperature up so that the coldest apartment in the building has a reasonable temperature. Unfortunately that means that many of ...

Continue reading

Daily Drudgery


I want to be with you
Because when you are gone
Bitter tears will streak my face
And I will curse not being there
Yet somehow this cold world
Does not allow excuses
As trivial as life and death
To interfere with daily drudgery

SimpleParse has a Win32 Python 2.5 binary (Egads what a pain...)


Managed to convince the MSToolkit toolchain to create a binary for SimpleParse, though it required manually copying the individual commands distutils was spitting out and running them from the command line. Bah.

Apparently the MSToolkit as I have it set up always tries to run the linker and fails. There is also some problem with ...

Continue reading

Monthly archives

Previous year

2005

Next year

2007