Archives week 46 of 2008
Nov. 17, 2008 - Nov. 23, 2008
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 ...
Color me impressed with Cython
Written by
on
in
Snaking.
Have just been testing the new Cython accelerator module for PyOpenGL 3.x on my workstation. As seen on the laptop, the PyOpenGL-specific stuff just sort of drops out of the hotspot-set. There's a few little spots with a percent or two showing up, but pretty much everything else is OpenGLContext scenegraph management stuff. Those tend ...
No thrill on Ruby yet
Written by
on
in
Snaking.
Just wrote my first Ruby script (I've only read about it before this). I'm not falling in love yet... can't say I'm really even finding it beautiful. All those "ends" scattered around, scoping with line-noise. I see the niceness of the block abstraction, but I haven't yet come to need them. Ah well, suppose I ...
Now we need 3 million dollars...
Written by
on
in
Snaking.
I chose 1 million dollars as a small number that should be possible to raise if we have a good enough proposal. The top three voted projects focus on, one way or another, performance and applicability. The winning project essentially was to improve Python's concurrency storing markedly. Basically spend the money on hiring people to ...
Your Million-Dollar Python Project @ PyGTA
Written by
on
in
Snaking.
PyGTA on Tuesday should be fun. The question is:
If you had a million dollars (CDN) to spend on a Python project, what would you spend it on?
Sure, money doesn't solve all problems, but if you had it available and earmarked for "something python", what would you do with it? We'll assume a project ...
Million Dollar Ideas Wrap-up from PyGTA
Written by
on
in
Snaking.
Great fun at PyGTA this evening. We had an overly complex voting scheme, basically you could vote from 0 to 5 (5 being the highest) for each project, total count wins. We had quite a few proposals, and laughed rather a lot during the process.
My take-aways:
- Concurrency matters in multi-core systems, Python needs ...
Thinking of a W500
Written by
on
in
Tuxedo.
I've been checking out various attempts to install Ubuntu on the Thinkpad W500 series... The system can't switch on-the-fly between the two graphics chips, but it can use the 3D card, which is what I need for OpenGL work. Thinking I'd go for 2.53GHz and as much RAM as she'll hold, with the higher-resolution screen. ...
Sys-adminning in the morning...
Written by
on
in
Tuxedo.
I've been thinking in the back of my mind that it's probably time to move to Ubuntu (specifically Kubuntu) on the workstation at home. While I prefer Gentoo for the control it gives me, I have to admit that I really don't have the time to muck about with keeping everything up to date. So, ...