Monthly Archives: April 2007

Python 2.5.1 released

Python 2.5.1 has been just released. Grab it while it is hot or take a look at the changelog.

Posted in Programming | Tagged | Leave a comment

C++ tricks, #2: Parameter passing

From time to time, I’m taking a look at Aqsis, and recently I started a discussion about passing parameters by const reference instead of value for integral types, under the assumption that it is just as fast (as the compiler … Continue reading

Posted in Programming | Tagged | Leave a comment

VTK and Python …

For those of you who want to use VTK with Python without building the Python module yourself, you can try the Enthought Python build which comes with loads of stuff included. Take a look at code.enthought.com for a Win32 Installer … Continue reading

Posted in Programming | Tagged | Leave a comment

nVidia releases new drivers

Hooray, seems my bashing helped nVidia released new drivers, get them while they have no known bugs yet: Vista x64 158.18

Posted in General | Tagged | Leave a comment