Speeding in Engelberg

I was skiing in Engelberg with Fraser, Jamie and Paul last week. An excellent trip – we were so lucky with the conditions. Two weeks ago there wasn’t much snow at all, yet here we were at the end of the season with fresh powder, sunshine and an empty resort (aside from the zillions of Thai and Taiwanese Amway tourists!). I got a Garmin ForeTrex 201 wrist-mounted GPS not so long ago for the express purpose of seeing how fast I go when skiing. I’m happy to report that it works nicely. After several runs I’d only managed to get high 90s (Km/h). Several things make it hard to get high speeds: space, safety and skis. When you go fast it takes quite a bit of space, and it’s hard to find a run that combines a good enough gradient, smooth surface, good visibility an sufficient stopping space. Safety is hard too – other skiers, runs joining the intended route, obstacles, fences, blind corners etc When you go quick, someone with a 200m head start gets caught up very fast! Lastly skis – I’ve noticed for a while that modern carving skis are just not safe over about 40mph. The big sidecut that makes them so easy to turn also makes them very unstable in a straight line, giving rise to nasty speed-wobble shimmy. After I broke a binding (no more Tyrolias for me!) on the Stöckli Rotor carvers I was on, I switched to a pair of Stöckli “Snake” powder skis (as there was lots of powder to play in). Though these are not the ideal speed skis, they were a bit longer at 177cm, and the shallow 22m radius made them very much more stable. The fairly steep run below the Ice Flyer chair seemed a good candidate. The run-out is quite narrow with a twisty bit at the start, and the run was covered in lumps of soft snow, but there was nobody about. I managed 116Km/h (72mph), which I was quite pleased with.
Despite having been to Les Arcs about 6 times, the speed skiing run there is always closed, or at least unprepared, despite the tourist office going on about how anyone can have a go. I get the feeling that a flat, clear track with some big, straight skis could be pretty exciting!

Dutch government gets it right

The Dutch government passed a law last year that all government sites conform to some extremely tight specifications – W3C validation is just a small part of it. It’s great to see this kind of thing happening at such a high level. Now we just need to get the UK and EU to follow suit. There’s an english translation here and an article on 456 Berea Street.

Rectangular text selections in OS X

i just found a nice OS X feature by accident. Hold down command and option (you’ll see the cursor change to a crosshair) then drag-select some text in a web textarea. It will select a rectangular area, just like a cmd-opt-4 screen grab, but for text. Not sure if this works in any other contexts.

Another neat feature I read about recently is very cute: place your mouse over a word (in pretty much any app), then hit command-control-d, and it will pop-up a neat little word definition panel.

Php.ini not loading?

I beat my head against this one for hours. A recompiled version of PHP 5.1.6 on OS X was simply not loading my php.ini, even though a valid file existed in the place specified by the –with-config-file-path configure setting (/etc), and no other php.ini files existed on the system.
Eventually, after many rebuilds, I downloaded a clean copy of the source, rebuilt from scratch and voila – it worked. however, changing it and recompiling prodiced the broken results again. make distclean and a rebuild made it ork again. So, if you’re seeing this problem, a clean recompile (don’t forget to use config.nice) should make it all work again.
I’m not sure if this is a PHP bug or not – is it meant to work?