Author archives: Mike

RSS feed of Mike

Think that's enough for today (Dispatcher-based code mostly working)


Next step is to hook up the simple SVG diagraming code to generate a real-time graph of current status so I can be sure what I'm seeing really is what it appears to be. I've got the core part of the operations "graph" (sort of a cross between a state diagram and a flow chart) ...

Continue reading

Think that's enough for today (Dispatcher-based code mostly working)


Next step is to hook up the simple SVG diagraming code to generate a real-time graph of current status so I can be sure what I'm seeing really is what it appears to be. I've got the core part of the operations "graph" (sort of a cross between a state diagram and a flow chart) ...

Continue reading

Packed up the scanner (And immediately thought of three or four things I should have scanned before giving it up...)


Old design notes, a few dozen sketches, that kind of thing. Oh well, soon (maybe even tomorrow night!) I will have a digital camera and can have fun using that for scanning-like operations :) . I'm actually kind of thinking of doing a rogues gallery for the blog here, portraits of the various people being ...

Continue reading

Need an intellectual recharge (Maybe more philosophy this evening)


Feeling the need to recharge my enthusiasm for knowledge.

Listened to the next in the philosophy lecture series (I stopped for quite a while there), was good to think at a more abstract level for an hour or so. Was discussing the neo-Aristotelians at Oxford in the Quatrocento (a.k.a. The Rennaissance). Apparently "The Elegant Universe" ...

Continue reading

Need an intellectual recharge (Maybe more philosophy this evening)


Feeling the need to recharge my enthusiasm for knowledge.

Listened to the next in the philosophy lecture series (I stopped for quite a while there), was good to think at a more abstract level for an hour or so. Was discussing the neo-Aristotelians at Oxford in the Quatrocento (a.k.a. The Rennaissance). Apparently "The Elegant Universe" ...

Continue reading

OO versus nested_scopes in Twisted code (OO wins (not to spoil the suspense or anything))


So, I've been figuratively staving in my skull with tracking down the weird hanging cases that have been showing up in the ping scanning mechanism. For the most part, I've been storing the state in either explicitly passed arguments, or using nested scopes.

Having reached a point where the whole darn thing was just a ...

Continue reading

OO versus nested_scopes in Twisted code (OO wins (not to spoil the suspense or anything))


So, I've been figuratively staving in my skull with tracking down the weird hanging cases that have been showing up in the ping scanning mechanism. For the most part, I've been storing the state in either explicitly passed arguments, or using nested scopes.

Having reached a point where the whole darn thing was just a ...

Continue reading

Nice little experiment last night (Ginger stir-fry over anise and mint pasta)


Wound up buying more ginger than I intended to yesterday, so decided to use the entire old root for a stir-fry (mushrooms, tomotos green and red bell peppers) and do up some "cool" pasta using fresh mint and anise (after cooking, drain, pour in cold water, drain, repeat). Tossed 1/3 of a raw strong purple ...

Continue reading

Nice little experiment last night (Ginger stir-fry over anise and mint pasta)


Wound up buying more ginger than I intended to yesterday, so decided to use the entire old root for a stir-fry (mushrooms, tomotos green and red bell peppers) and do up some "cool" pasta using fresh mint and anise (after cooking, drain, pour in cold water, drain, repeat). Tossed 1/3 of a raw strong purple ...

Continue reading

Gack this is slow (So many methods, so little progress)


Still working on the "randomised" ping mechanism. Spent close to an hour with the darn thing hanging because of a logic error where something that was originally synchronous was converted to being asynch, but I forgot to alter the client code in one place, so it would just sit about re-scheduling itself every 30 seconds ...

Continue reading