Category archives: Snaking

Discussions of programming, particularly of programming Python

RSS feed of Snaking

Float


Faced with unceasing noise
Listen
They want to talk
Absorb
Their words that flow forever
Float
Angst, anger and emotion
Feel
They need no more chatter
Wait
They will find their fates
Hope
They will come back home

Mis-spent youth (I'd rather have been writing...)


Wound up spending the whole day on the VoIP project, wrapping up all the little loose ends of deployment, then writing a largish piece that we'll need to deploy to the public. Which is to say I didn't spend the day on thesis-related work. This is the first week since I started working on the ...

Continue reading

Patrick's created a new dispatcher package (Plugins and all...)


Just saw the announce on Python List that Patrick (the original creator of the PyDispatcher module) has created a new project for working on the pattern, Louie. Haven't downloaded it to look yet, have burned too much time with mucked up setuptools... some day I'll recover enough to try one again.

Anyway, I think ...

Continue reading

Disappearing hours! (Forgetting to log time is a bad feeling...)


We (VexTech) do contract programming, and generally I try to bill to the minute, just for those minutes actually spent on the project. It keeps me focused on the needs of the project when working at home.

Unfortunately, today, I had at least an hour, maybe two, where I forgot to record time, mostly because ...

Continue reading

That first call (I'll admit it, there was a bit of a magic moment there...)


Just finished the first successful test of the Asterisk install. I'm actually using a VoIP account over on our client's network as an inbound communications channel and connecting via a PSTN (regular telephone network) phone to the box sitting next to me. The Asterisk box is behind a NAT-ing firewall configured to trigger an opening ...

Continue reading

The balance of time (So grand a title for so simple a topic...)


Spent the rest of yesterday and all of today so far learning Asterisk (starting with the Asterisk The Future of Telephony book). It's more for our new venture, but it may come in handy for upcoming iterations of the VoIP project.

Probably start into experiments this evening. Yum, experiments.

That point where you don't want to change anything (Letting sleeping tickets lie...)


We're pretty much down to deployment and testing tickets for the VoIP project soft launch. There's still a few legal-requirement tickets as well, but the basic code is all there. I'm starting to feel that impulse to draw a line and consider the project's first iteration well and truly finished.

Unfortunately, I haven't pulled in ...

Continue reading

Long day of dribs and drabs (Hushed mutter of tickets drifting to the ground...)


There's a point in a project where everything that's left is either not a priority, or so messy and ugly that you just don't want to tackle it until you have a better spec. I think I'm almost there for the VoIP project. There's a few big-ugly items (such as 9-1-1 location-data verification and a ...

Continue reading

Inch, inch, inching along (Tiny bit of OpenGL-ctypes work...)


Oh, how trivial a bit of work it was. I just added a numarray-based array FormatHandler to OpenGL-ctypes. It seems to work fine, though I don't have any non-trivial numarray-using code with which to test it. The difference between the Numpy and numarray code is trivial, other than the imports the modules are identical (including ...

Continue reading

Good PyGTA Turnout (and other little details...)


Turnout at PyGTA last night was decent, 9 or 10 people, enough to occupy (but not fill) the whole meeting end of the Linux Caffe. I should have brought along some VRML content to display, OpenGLContext's tests just aren't that interesting to watch. Also ran into a bug with the mouse-event handling, thinking it may ...

Continue reading