Category archives: Snaking
Discussions of programming, particularly of programming Python
Booth Work (Long day's chatting into night...)
Written by
on
in
Snaking,
Vindaloo,
Young Coders.
Spent the whole day in the OLPC booth today, didn't wind up seeing any talks at all (including the keynotes, though luckily that meant that I didn't wind up with a blood-pressure issue over the whole Py3K mess :) ).
After that needed some decompression. Had a pleasant dinner with Tony and Val. Took a ...!-->!-->
Centre of Attention Moving (PyCon in the focus...)
Written by
on
in
Snaking,
Young Coders.
Have been doing a lot of PyCon preparations lately (mostly on the tutorial), working around the paying stuff. But some time this morning I switched to "PyCon Mode", with the work at home falling into secondary position. Got the Airline ticket printed, got the hotel information updated for my roomie, copied out the Hotel information ...
Speed up PySNMP for Free? (Upgrade to Python 2.6, apparently...)
Written by
on
in
Snaking.
Apparently there *is* going to be some performance changes in CPython (though it's from the PyPy folks, so I suppose the "most of the recent performance-oriented work happens in PyPy" analysis stands). There's a patch that adds an __mro__ function cache. This is a pretty straightforward operation that caches the function-object lookup on types via ...
PyOpenGL is Offline (DMCA takedown notice...)
Written by
on
in
Snaking.
For those asking, yes, PyOpenGL has disappeared from SourceForge. Gentleman sent a DMCA notice thinking that gle32.dll was his, it is actually just a compiled version of the (BSD licensed) GLE library for Win32. I've sent in a DMCA Notification Response, and the gentleman who issued the initial request has asked for them to rescind ...
Unexpected 'free' day (More of an "I want to do something else" day...)
Written by
on
in
Knight Errant,
Snaking.
I got up this morning fully intending to work on billing/provisioning stuff for ACI all day... I only wound up doing 2 hours total work for them (well, so far), exhausted the stuff that can be done during the day (most of the changes need to be done after-close-of-business) and decided to brush up on ...
PyGTA is Tonight (Don't forget...)
Written by
on
in
Snaking.
Room and Flight Booked (Little details...)
Written by
on
in
Snaking.
Got my flight booked for PyCon. I'll arrive on the afternoon of the 12th and leave reasonably late in the evening on the 20th. Have 1/2 of a room available. Need to get a new passport for the trip, will have to head down and get that done tomorrow morning (can take a while).
Catching up with Twisted and Zope (Ressurecting old projects...)
Written by
on
in
Snaking.
Developed a product a few years ago using Twisted, which got left on a shelf due to unavoidable complications at the business level. Client with a license to alter the code asked me to make some changes to it, so I sat down today to rebuild the development environment...
Twisted and Nevow have moved along, ...!-->!-->
Working through bug reports for PyOpenGL (Little fixes here and there...)
Written by
on
in
Snaking.
Spent the whole day (around a nap) working through the PyOpenGL bug-tracker. A number of minor fixes here and there, a few new test cases, and a lot of stale-dated stuff. Got the vertex buffer object Demo working again along the way.
Need to test Win32 extension handling (I have a report that it's broken ...!-->!-->
Cortical Algorithm at PyGTA Tonight (Book precis and implementation discussion)
Written by
on
in
Design Theory,
Snaking.
Since I didn't get anyone else standing up with a "deep" topic for tonight, I'm proposing that we look at the cortical algorithm put forward by Hawkins in On Intelligence, and then see if we can hash out how you'd go about creating such a thing in Python (efficiently enough to make it useful). ...