Category archives: Snaking

Discussions of programming, particularly of programming Python

RSS feed of Snaking

PyGTA meeting on Tuesday (GiveX offices, 7pm, same as the last two times)


There's to be a presentation from Jacob and Laura's company (AB Strakt), with some time left over for general questions and possibly PyCon debriefings, though there's not really all that much to relate (from me, anyway).

More details on the next-meeting page. Strange, I thought we'd set up a domain name for the ...

Continue reading

3-1/2 hours wasted on Corrupted Disk (Need to buy a new one once the cheque for training clears)


Instead of getting home and spending 8 hours working on projects I wound up spending 3-1/2 hours rebuilding the computer, and 2 hours sick to death of the darn thing.

Which leaves just a couple of hours to actually do some OpenGLContext hacking. Decided to work on the "browser" component, which is the closest thing ...

Continue reading

What to do with myself today? (After grams' of course)


Yesterday was mostly taken up with Taxes, day before that with writing Plone stuff. Today is my day off, so I should be working on OpenGLContext or PyOpenGL or wxoo or one of the others. I feel like working on something fun, so probably OpenGLContext. Still, more work on Plone wouldn't be a bad thing, ...

Continue reading

Best practices in Plone/Archetypes Development (Monkey-see, monkey-do)


I've been thinking long and hard about how to teach Plone and realising that there really doesn't seem to be a lot of canonical descriptions of what one should do. There's some documentation on what you can do (though precious little of that, honestly), but there's very little that actually describes how to create properly ...

Continue reading

False positives with Bayesian filter in Mozilla! (Following Murphy's law, of course)


This afternoon I got a call from Jeff, who I'm working with to offer a Python/Zope/Plone training seminar. He was just calling to confirm that I was okay with the rescheduling of the conference call from Friday to today. It was the first I'd heard of the conference call. I didn't have Jeff's email in ...

Continue reading

Ploning alone (It's not half as complex as I was expecting)


Plone really is a fairly thin (but broad) layer on top of Zope machinery, with Archetypes seeming to be a fairly close analogue to my own BasicProperty project (in the emphasis on "Attributes", particularly). I spent the evening plumbing through the APIs (there's a lot in there) then settled down to read through the documentation.

Garn this is complex (Refactoring isn't going well)


The problem being that, in this refactoring, the entire operating mechanism is being replaced with a new one. Instead of scanning a CMTS/Plant, it now scans a single modem or a sub-set of all modems (or that's the idea, in point of fact I'm still stuck where I can process individual modems, but they are ...

Continue reading

Continuing to simplify (And the party-count rises)


This evening I charge back into revising the core engine for Cinemon, particularly breaking out the processing of individual modems into a stand-alone operations that can be interspersed with the actual querying of the network.

Count for the party so far is 12 people with 4 of those tentative and 2 definite, but late. Still ...

Continue reading