Category archives: Snaking

Discussions of programming, particularly of programming Python

RSS feed of Snaking

We wait 175x slower, apparently (Benchmarks are fun ways to waste time...)


User asked me to look at the POGL/PyOpenGL benchmark thing again. So I added a few cProfile calls to the silly thing so I could actually see what's going on (why not just use profiling to start with? Why create opaque graphs of pointless data when you can have a full breakdown of where the ...

Continue reading

Getting the PyOpenGL manual updated (It's been ages...)


Spending the day on PyOpenGL today. First up was integrating various small fixes and changes from people. Since then have been trying to get the reference manual updated. It's a rather involved distutils script at the moment (integrated into PyOpenGL2).

I'm trying to remove some of that pointless complexity, the setup to get the distutils ...

Continue reading

Python in a Strange Land tonight at PyGTA (IronPython and ASP.NET)


PyGTA this evening is getting a presentation from Myles Braithwaite :) . He's going to be showing us the IronPython implementation for use in ASP.NET applications.

While Python is normally associated with the Free and Open Source communities, contractors and developers using it often need to work on Microsoft's development platforms. IronPython is a Python ...

Continue reading

Bare-bones example of PyGTK2 + Twisted (Because simple is what you need to start...)


This is a minimalist version of integrating Twisted and PyGTK2, all it does is create a single PyGTK window, create a Twisted reactor that supports PyGTK and then run the application, closing when you close the PyGTK window. It doesn't actually do anything with the window or the network, it just shows how to initiate ...

Continue reading

Probably need to switch blog software (CoreBlog1 causing too much annoyance to hosts...)


Tim reminded me today that CoreBlog1 (i.e. this blog) is becoming a bit of a pain for the admins. Mostly because of the huge volumes of comment spam blowing out the zodb file-size. So, it seems that I'll have to find a new bit of blogging software.

What I need:
* ability to import MoveableType ...

Continue reading

Probably need to switch blog software (CoreBlog1 causing too much annoyance to hosts...)


Tim reminded me today that CoreBlog1 (i.e. this blog) is becoming a bit of a pain for the admins. Mostly because of the huge volumes of comment spam blowing out the zodb file-size. So, it seems that I'll have to find a new bit of blogging software.

What I need:
* ability to import MoveableType ...

Continue reading

Talk went okay, met Shane Holloway (Let 100 OpenGL bindings bloom...)


We're starting to get an embarrassment of OpenGL bindings. PyOpenGL 3.x, Pyglet, Nokia's OpenGL ES and Shane's C-based binding (generated with gccxml) come to mind. PyOpenGL is AFAIK the only PyOpenGL 2.x compatible one, but there really seems to be an interest in the auto-generated C-style interfaces for small projects.

Ian Bicking and I are ...

Continue reading

Dallas (FW) veterans, good place to meet for taxi sharing? (Never been there...)


For Taxi Sharing it would be nice if there were a place to meet, that is, some place which is easy to find, which any person could find (potentially with help from a friendly airline person). Some place where you could sit for an hour or so without causing problems. For instance a given coffee ...

Continue reading