Mar 142015
 

If you ask someone from the US what measurement system they use, they will probably come up with a phrase something like the US Customary Units  which was "standardised" at a time just before the British Imperial system was overhauled. Which for most of the 20th century lead to the ridiculous situation where a gallon wasn't necessarily a gallon in international trade (the old pre-Imperial system had three different gallons depending on what liquid you were measuring!). And a pound wasn't necessarily a pound, and a foot wasn't necessarily a foot.

The numbers have disappeared into the background, but there were six different weights for a pound at various times.

Aaah! And this is just two systems evolved from the same origin. If every country in the world resorted to it's traditional measurement system, the world would be in chaos.

With the exception of the USA, Mynamar, and Liberia, the world has reluctantly agreed on using the metric system to avoid the cost and confusion of dealing with multiple different systems of measurement. 

Except that is not quite true. If you look at the formal definition of the US system, you will see that it is defined in terms of the metric system, and has been since 1893. Which is rather amusing – assuming that you aren't an American. If you are, it must be galling to realise that when you stubborning stick to your traditional measurement system, the rest of the world sees you rather pathetically clinging on to something that is little more than a thin veneer over what the rest of the world uses. 

Mar 102015
 

Today we learned that next Sunday's episode of Top Gear is not to be shown, and Jeremy Clarkson has been suspended pending an investigation. Apparently because of a "fracas" with a producer.

Which is all a bit mysterious, but it is interesting to see people assuming that Clarkson is in trouble because of his mouth. It would be hardly be a big surprise if his mouth has gotten him into trouble again; his public persona is a bit of a loud-mouthed idiot so it is hardly surprising if he says something dumb, obnoxious, or even offensive at times.

When he goes too far, he usually apologises (here, here, here, and I dare say you can find plenty more).

But if this latest fracas has anything to do with the something stupid he has said, the BBC are being a bit two-faced about suspending him. The Top Gear show was a bit of a dreary bore before Clarkson's brand of idiocy spiced it up into something even car-haters can enjoy on occasion. If you employ an obnoxious idiot because he's an obnoxious idiot, it's wrong to suspend him for being an obnoxious idiot.

Of course we're all making assumptions about what went on today. And frankly a "fracas" sounds a bit more serious than just a few badly chosen phrases, so I think we should all wait and see how this develops.

 

 

Mar 072015
 

So there I was, wandering down the street thinking about :-

  1. Sometimes being unable to remember custom key sequences that I've configured.
  2. That my "Help" button on my keyboard was unused.

And I thought that it would be fun to knock up a little application that would pop up a window and show a file. Then I got real, and realised that the application was already written and allowed fancy formatting of the help file(s) – it's called a browser.

Now for a whole bunch of reasons, you probably don't want to use a full blown browser, but something a little simpler and without any fancy controls, and I plumped for dilloTurns out that the "-f" flag turns off the fancy menu and toolbar, so what I needed was to persuade my window manager (Awesome) to run it when I pressed "Help" :-

	awful.key({ }, "Help", function () awful.util.spawn("dillo -f /home/mike/lib/help-files/index.html") end))

If you need help adding that to your Awesome configuration file, you're in the wrong place!

And of course it works :-

2015-03-07_1457

(And now of course I need to spend some time writing some help files!)