Author archives: Mike
Getting very accustomed to bzr
Written by
on
in
Snaking.
Having to work with svn again at a client site... I miss bzr. Even bzr-rebase is turning up fondly in my memories. It's really just the merging... merging with svn seems to always be an "Oh good Lord! We have to MERGE!" event, filled with conflicts and crashes halfway through switching that leave 1/2 of ...
kvm flies on the laptop
Written by
on
in
Tuxedo.
Installed kvm on the laptop. Was a bit annoyed to discover I had to reboot (to alter the BIOS in order to enable the virtualization support in the processors), but other than that was extremely easy to install (just aptitude install kvm (I already had QEMU)).
Compared to vanilla QEMU on the same box the ...
What's Your Programming Mantra at PyGTA on Tuesday
Written by
on
.
When you code, do you consciously think about the principles in the Zen of Python? Do you find yourself following them automatically without thought? Do you find they are pointless/irrelevant to your coding? Do you ever defend your decisions (to yourself or others) by reference? What about other programming "rules" (formal patterns, XP principles)? Do ...
Regression on Lists/Tuples
Written by
on
in
Snaking.
Just discovered an annoying regression in the converters for lists/tuples, namely they will core when you have the accelerator module installed. They don't core without the accelerator, but that seems to just be dumb luck. Basically when you pass in a list-of-whatevers to PyOpenGL we have to convert it to something C-friendly, so we want ...
Have to do another beta for PyOpenGL
Written by
on
in
Snaking.
There have been so many changes to try to improve performance and packaging that we're going to have to have another beta for PyOpenGL. Beta 8 is up on SourceForge. It includes Win32 installers for both the Python code and the (optional) Cython accelerator modules (for Python 2.5). Probably should split out the accelerator modules ...
Need to figure out key-remapping under KDE/X
Written by
on
in
Tuxedo.
The new laptop is doing well so far, though I haven't used it for more than writing notes just yet. However, I'm finding that the placement of the home, end, pgup and pgdown buttons makes it very hard to code on. For some reason I can't fathom someone put keys that only work for web-browser ...
Settling In Nicely After a Long Move
Written by
on
in
Vindaloo.
Soni and I moved into our new apartment over the last two days. Long couple of days. Our old building's administrator told us two days before the move that we couldn't use the elevator in the period for which we'd asked, so we had to reschedule the movers at the last moment. They called to ...
(S)ick and Yay!
Written by
on
in
Vindaloo.
I came down with a flu a few days ago. Have been at home sleeping since, seem to be over the worst of it.
On the extremely bright side, Soni brought home the new laptop yesterday. Vista really does suck rocks... how can an uber-laptop like this crawl under Vista? Anyway, I've shrunk the Vista ...
Got a MingW32 Toolchain Set Up
Written by
on
in
Snaking.
Finally sat down and got my ancient Win2K setup updated sufficiently to install Python 2.6 and MingW32 into it. Have just compiled the OpenGL_accelerate wrapper.pyd with the setup, but as of yet I don't have enough other 2.6-compatible modules available in the environment to actually test it. Numpy doesn't seem to be available yet.
SimpleParse ...
Infrastructure sucks time
Written by
on
in
Tuxedo.
Just spent more than 13h on getting a new server, Trac, svn, ssl, selenium test-suite configuration and the like set up for a new project. It's amazing how much time you can spend on this stuff just to get a basic working environment, not anything particularly special mind you, just an environment where you can ...