Archives week 14 of 2004
April 5, 2004 - April 11, 2004
Rested, fed, and ready to go (Though honestly I could go to sleep right now)
Written by
on
in
Vindaloo.
My eyes are telling me that they'd be just as happy if I just went to sleep and woke up tomorrow some time. I don't seem to be spending enough time away from the computer for them to actually get back to normal/pain-less.
Blocked on ResourcePackage/wxPython conflict (I hate being blocked by silly things)
Written by
on
in
Snaking.
I decided to update the generated ResourcePackage-hosted resources directory to use wxPython 2.5 style naming. This should have been a few seconds of effort, but as soon as I re-generated the embedded resources everything went all to heck. Though the old generated files worked fine in wxPython 2.5, the new ones are fubarred, they cause ...
Pleasant afternoon with Golnar (Now back to work (sigh))
Written by
on
in
Snaking,
Vindaloo.
Same old feeling of needing to cram my consciousness back into boring coding again. Today I'm going to try to finish off the wxoo conversion to wxPython 2.5 and maybe get some decent demos set up for PyTable's wxoo mechanisms. Last night I spent a few hours rewriting the current hotspot in PySNMP, unfortunately, though ...
Rot13 silliness (Saw a post on rot13 and had to run it...)
Written by
on
in
Snaking.
There was a post on Leonard Richardson's blog about him playing with rot13 encodings of words that turn into other words. So, I did some interactive Python poking for a few moments using the international aspell dictionary/word-list. I stripped out all the 1 and 2 character matches, and here's the result.
Minimalism in design (Difficult)
Written by
on
in
Snaking.
Been working on the email alert design for Cinemon. The challenge here is to teach a computer to extract the "important" bits of information about an anomalous condition and report only that information in a clean-looking and readily understood format for the user.
Lots of UI tweaks (Feedback at last...)
Written by
on
in
Snaking.
We're going to try for more regular and robust feedback, so today we actually got some concrete directions on what needs to change in the UI. Nothing major, all pretty tiny changes, but enough to take at least a few days of work.
Tim was here with the laptop he has on loan from a ...!-->!-->
Management meetings, argh! (Just when you're in the middle of debugging)
Written by
on
in
Snaking.
Trying to figure out what to do about this situation that has re-occurred. Basically, the CMTS can talk to the modems fine, so Cinemon sees them as online (because they CMTS says they are), but Cinemon itself can't talk to them. The question is do I report them as online or offline? Oh well, Tim's ...
This just keeps happening (Shouldn't listen to my family...)
Written by
on
in
Vindaloo.
Back when I was a kid (10 or so) I had this idea as I was being dragged about the mall for a foldable three-legged chair for tired husbands/brothers to carry on shopping trips. It would be a lightweight foot-high contraption that would fold into a package that could be readily secured to the body ...
At least there's something to read (Coming full circle and reading encyclopedias again)
Written by
on
in
Vindaloo.
I've got approximately 15 minutes in the edit-test-debug cycle where I wind up doing house-cleaning (mostly electronic) and/or searching for little tasks I can do without messing up the actual test. However, I'm thinking I should spend the time reading the Wikipedia.
PyDispatcher should be standard... (Just so I can use it everywhere)
Written by
on
in
Snaking.
I have to promote PyDispatcher more, particularly the "robust apply" and "safe ref" modules, which I find myself wanting in other projects all the time. Robust apply looks at the parameters a callable object takes and filters a set of parameters to only include those declared. Safe ref allows for registering callbacks to instance methods ...