Category archives: Snaking
Discussions of programming, particularly of programming Python
Argh, wouldn't you know it, Archetypes is GPL'd (So useless for commercial product development)
Written by
on
in
Snaking.
And so another instance arises where it becomes necessary to re-implement a swath of functionality and divide the user community between the two.
False positives with Bayesian filter in Mozilla! (Following Murphy's law, of course)
Written by
on
in
Snaking.
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 ...
Ploning alone (It's not half as complex as I was expecting)
Written by
on
in
Snaking.
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)
Written by
on
in
Snaking.
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 ...
Continuing to simplify (And the party-count rises)
Written by
on
in
Snaking,
Vindaloo.
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 ...!-->!-->
My that Joey's a useful chap (Perl at minimum...)
Written by
on
in
Snaking.
So, I have these things in my mind that I should be learning:
- Haskell/OCaml/Functional Programming
- Ruby/PERL/Messy Programming
Mass simplification (Compressing complexity)
Written by
on
in
Snaking.
Have to head to a Unix Unanimous meeting this evening. Ah, pure geekiness, that homepage so looks like it was created in Vi. Kind of an inopportune moment. I 'm working on stripping down a set of 4 interlocking objects into 2. These are the core functionality of the scanning engine, which was originally designed ...
PyTable and PyTableDA revs (Releasing all the changes over the last month or so)
Written by
on
in
Snaking.
No really huge changes for these versions. I've basically just been including minor fixes as they come up. Surprising number of downloads for something that never gets advertised and is an alpha-level core-code library. Anyway, want to use released versions on the project server, so there we go.
Mmm spam sans spam
Written by
on
in
Snaking.
Sure, I hate spam as much as anyone. I have ~1400 spams/week if Mozilla is to be trusted, with 3 or 4 getting through every day (some days as many as 20 or 30 get through when a new spamming mechanism shows up). Today I got one, however, that was just a set of joke ...
I'm Mikey the Zope I am (Mikey the Zope I am, I am)
Written by
on
in
Snaking.
Lots of Zoping today, mostly prodding the app to see when and how it breaks down under heavy load. So far I've isolated and eliminated one of the major failure cases (ConflictErrors on the main application entry point).