Archives May 15, 2009
Backdoors in Academia...
Written by
on
in
Design Theory.
Working some of the outline points on critique into the thesis.
I've been playing idly with how to get back into academia. Dumb thoughts that keep coming up:
- convince some design school to use my (assumed finished) thesis as an introduction for first-year students, point at that and see if some school would let ...
Time to start testing for PyOpenGL 3.0.1
Written by
on
in
Snaking.
PyOpenGL 3.0.1 is pretty much finished AFAICS. The biggest visible change is support for the OpenGL_accelerate module (written in Cython) which provides a noticeable speedup for my applications. However, the fact that the code is C (once generated) means that bugs are going to be introduced (including possible segfaults).
There are also a number of ...