Author archives: Mike

RSS feed of Mike

wxPython is migrating rather fast (Looks like maintenance on the wx projects would be a good idea)


Just reading through the wxPython migration guide and change-log. I need to get cracking and update wxoo for the new apis & the changes. There's a lot of stuff that looks like it may break some of the hackier bits. Also thinking that I should see about creating and donating a multi-method mechanism to provide ...

Continue reading

Correspondence of yesterday (My own little news service...)


For those following "The Life of Mikey":
  • Emailed the beautiful one last night. She's busy with job and university applications.
  • Rosey got her first acceptance letter for teacher's college from Lakehead (way up North).
  • Alexei wrote, need to reply some time soon.
  • Developer is needing help getting ConflictSolver put together, I'm going to have to ...

Continue reading

The next bug awaits... (Hierarchy properly created, but no record of group's values)


Some day real soon I'll be able to make the front-page tree control display the group data... sigh. For some reason the group-data recorder refuses to actually insert any data (though it will insert empty records). I'm suspecting a problem in the database definition (i.e. lack of a unique key) as the code all seems ...

Continue reading

Joey's Redhead's wish list (Publishing the wish-list on the web, what a novel idea...)


Joey's gf, "the Redhead" has put her wish list on the web. Friends and I often get together and discuss our wish lists, but I don't think any of us have published them. Of course Alanis Morissette's "21 Things I Want in a Lover" is a really public point in the continuum of publishing ...

Continue reading

Software bugs are most similar to ticks (They suck the blood (time) right out of a project)


Been trying to track down this silly bug for... far too long. Basically two fields from the scanner aren't getting copied to the tracking table, as a result, the automatic generation of network hierarchy is failing (it can only assert that the modems belong to the CMTS, not that they exist on a particular channel). ...

Continue reading

Shrubbery and such-like (Tree controls developing apace)


Webui uses a modified, chaining-friendly version of Zope3's page templates. It's very easy to create recursive templates, as the templates can readily call any registered view for any object to which they have access. The tree control is such a recursive template. It does a little work up-front to see how many children the current ...

Continue reading

Growing trees... (Webui gets new controls today)


Client wants the UI to have an overview page, so looks like I'll be creating a tree+grid control to display all of the branches of the system with summaries of their current status. Doesn't look too terribly hard, so I'm expecting it to be a royal PITA :) .

Yesterday was useful, but the last ...

Continue reading

Metaclass presentation & code online (Well, presentation was always there, but the code is just up now)


I've just uploaded the final metaclass presentation and the code samples for it to my website. The code samples are very low-level and readily followed (I hope), they just show where you put your finger to accomplish the various effects discussed in the presentation. The presentation is the full 74 page PDF I presented ...

Continue reading

Getting the machine back up to speed (Post-conference blahs setting in...)


Compressing focus back to the work I need to get done today is proving hard. Too many ideas and possibilities still orbiting around in my head. There seems to have been a surprisingly small amount of discussion of the conference online, or I'm just looking in the wrong places. Oh well, suppose I'll just fire ...

Continue reading