Author archives: Mike

RSS feed of Mike

An issue that came up while summarising my thesis (More party thoughts float across the unsleeping mind...)


I got asked to summarise my thesis a number of times last night, which is always difficult to do, but is something one has to practice. At one point I said something like this:

Human beings are creatures trying to understand their environment.

which was fine, because the person I was talking with was primarily ...

Continue reading

On the massaging of the foot... (Was it Shiatsu our friend taught us?)


Back in university we had a friend whose mom was a massage therapist of some sort. She (the friend) was into massage as well, so for a month or so while she was in town we'd get together and she'd try to teach us something of the technique she'd learned from her mom (and various ...

Continue reading

Apparently picked up something at the party (Hit me this afternoon...)


Got home from grams place (score: 2 all) and realised I had a bit of a fever, proceeded to develop all the classic flu symptoms (including the oh-so-lovely aches and pains in joints and a nice sweaty (and high) fever).

Luckily the fever broke around 10 or so, but then Rosey wanted me to review ...

Continue reading

Slow day's party into night... (Not a lick of work done)


Woke up late, did the week's grocery shopping, then took a nap (planning for just half an hour). Instead I woke up at 6pm, just two hours before the party. Decided to start working on my proposal for PyCon... got the summary and the like done and had just started working on the outline when ...

Continue reading

Do I dare declare? (Approaching the magical 770 minutes of processing time...)


The demo instance has been crashing with memory errors after about 770 minutes of processor time, or about 12 hours of wall-clock time. As of now, we're up to 767 minutes, with only 153MB of memory used.

So often these leaks have tormented me; pretending to be gone, only to reappear ever-so-much slower than before. ...

Continue reading

Another memory leak found and killed (Yet I feel no joy... 7, almost 8 days tracking down leaks and it's *still* losing memory...)


Yet another leak discovered and fixed. Basically there was code that had started out storing a single object as the value in a dictionary. When checking whether to delete that object (a callback for a timeout), the code was checking to see whether the object it was about to delete really was the deferred object ...

Continue reading

Oh, a few more successes with the Toolkit... (PyGreSQL and PyPgSQL both work...)


So far the only failure that's been seen is in Numpy 23.6 (23.1 works), and it works with a different version of one of the packages. Was very pleased when I just typed "vc7" and was able to move both packages to Python 2.4 just by running setup.py again (having just finished building them for ...

Continue reading

What's with the SourceForge and Comics.com? (Both decided yesterday to take aeons to load each page (if at all))


I'm trying to release new PyTable and BasicPropery versions. Unfortunately, it's been something like 40 minutes, and I'm still waiting for the dratted SourceForge to load the release-editing pages. And the comics.com pages are taking... well... it's hours and hours anyway, I started it downloading when I woke up at 10AM, and it's still not ...

Continue reading

New PyTable release (PyGreSQL support added)


For those with a yen for PyGreSQL, there's a new version of PyTable that has preliminary support for it. It runs most of the PyTable tests, but fails miserably in the real-world project (some problem with the reverse-engineering of the schema from the database).

Anywho, there for those who want to play with it.

Most of the day disappears in getting dependencies built (And still it disappears...)


Wound up going down to Givex to work with D'Arcy on the EFT server. Spent most (almost all) of the time getting NetBSD packages set up for BasicProperty and PyTable, then getting a PyGreSQL driver written (and debugged) for PyTable (D'Arcy won't even install PyPgSQL).

Still problems with the PyGreSQL driver that I'm intending to ...

Continue reading