Give-away: Tillsammans on VHS
On my bookshelf, I noticed a VHS cassette, the Swedish comedy Tillsammans (2000) by Lukas Moodysson (director of Fucking Åmål). Great movie, but I need the shelf space. I bought it new on VHS for some reason, not owning a…
Io gets Ruby-style string interpolation
This is nice for people who come to Io from Ruby: Io, the language, now has… a C implementation of interpolate (by trevor with help from jer) Just to give people a heads-up on this point. There is a slight…
CakePHP: grab only the data you need
When dealing with an abstraction that outputs dynamic SQL “behind your back”, it’s often easy to forget that some of the queries are… too greedy and grab unneeded data. Here is how to ask for less data, using CakePHP. Today,…
