EU asks you for a comment

Support open standards in Europe. Go and sign the petition. I did, and wrote this 300 chars comment: Open standards enable as many creators as possible to invent around the standards-conforming documents and resources. EU citizens have many to-be-invented systems in their minds — open standards speed up their invention. Also, with readable documents to …

Carpentering handyman in Malmö area needed

Having assembled two-thirds of the A-Team that will build a hyperfunctional kitchen in our Malmö apartment, me and Luisa are now looking for a carpenter. Luisa will be the project manager, leading and supervising the progress on-site. Kirsten will be the AutoCADing architect, and also function as technical advisor. Ideally, among the people we know …

IoPython, raw but cool

I nosed around in Io’s “addons” folder, which you also can pull from the Git repository, see the Io homepage. Update: of course, this was reported when it was fresh, with nice examples, too: pinupgeek’s blog is full of Io goodness. (Thanks, trevor!) While nosing, I met the Python module, which lets you run Python …

Copenhagen.rb meetup: Puppet and fringe activity

Juri presented the amazing Puppet framework for controlling servers. He controls about 20 servers with it. Think of Puppet’s files as “setup Rakefiles for servers” which is version-controlled, monitored, and written in a very terse DSL. Seems slick. Juri might publish his nice slides, who knows. While he was presenting, me and Lars SG were …

Visited a gamefest: Nordic Game Jam 2007

Copy-party (or less aggressively, and perhaps more descriptively “demo-party”), that was the name of a weekend of mildly Dionysian digital festival here in Northern Europe during the late 80s and the 90s. *Update:* Danish radio DR1’s show Harddisken has Frederik Berg Olsen’s radio programme about NGJ07. FBO had a tape recorder with him, and made …

readrails alias to open Textmate with the Rails gems source code

Now that Rails 1.2 is out, and you switched to using the gems instead of Edge, you might find yourself having “a hard time” searching the Rails source code. Enter: a Bash alias to opening the Rails source in Textmate. # readrails – an alias to open Textmate with the Rails source from Gems # …

Rubygems now features ‘Skip this gem’ in installation

Ruby’s code-distribution mechanism Rubygems is being released in a new version real soon, and some small useful features are already in the RCs. Like “Skip this gem”, which makes it possible to skip a single update, but continue with the rest of the set of updates for your gems. Here is a demonstration of just …