Monthly Archives: September 2011

Denormalisation aggregate function for Postgresql

A handy function that can be used to build vectors from tables.

Posted in Programming | Tagged | 1 Comment

Time for a vacuum?

A graph of CPU, Motherboard and Graphics card temperatures so far this year. Since getting this machine I’ve been collecting hardware measurements from it. I thought I should try to see if there are any trends developing.

Posted in Hardware | Tagged , , | 1 Comment

Output synchronisation in Python

A simple trick to making print more atomic.

Posted in Programming | Tagged , | 1 Comment

Syntax highlighting Prolog

Just some followup comments on the previous post.

Posted in Programming, Reflections | Tagged , , , | Leave a comment

QuantCup challenge 1 conclusion

The QuantCup challenge I previously posted about has finished.

Posted in Programming | Tagged , , | Leave a comment

Prolog and the Einstein puzzle

My attempt at solving the “Einstein Puzzle”, seen recently on Reddit’s /r/math.

Posted in Math, Programming | Tagged , | 2 Comments

Method polymorphism in C

An overdue post on polymorphism, which in C amounts to the ability to call a method on an object without knowing what the implementation is.

Posted in Higher-level C | Tagged , , | 2 Comments

Code and other free stuff

I’m putting more of it on the web.

Posted in Programming | Tagged , , | Leave a comment

SQL laziness

A small, but cathartic, rant on what’s irritating me today.

Posted in Programming, Rants | Tagged , | Leave a comment