Archive for May, 2005

demangling ‘property’ values

Tuesday, May 10th, 2005

I’m learning more about how properties work in Python. One thing I’m learning is that a property objects are only evaluated in the context of the parent object they’re attached to.

After my last property trick, I now needed a way to manage groups of color tints. After thinking about it for a while, I […]

Looking at Tiger

Sunday, May 1st, 2005

Wow, I’ve just started reading Ars Technica’s first look at Tiger. Needless to say I’m impressed. It sounds like they’ve done quite a bit under the hood this time around, making for a really interesting platform. Between that and trying to make ugly apps pretty with wxWindows, I’m getting jealous of people writing mac-only apps.
A […]