Archive for June, 2007

Plastic duck armada heading for Britain’s beaches

Saturday, June 30th, 2007

This is classic:

undefined

A flotilla of plastic ducks is heading for Britain’s beaches, according to an American oceanographer.
For the past 15 years Curtis Ebbesmeyer has been tracking nearly 30,000 plastic bath toys that were released into the Pacific Ocean when a container was washed off a cargo ship.

Some of the ducks, known as Friendly Floatees, are expected to reach Britain after a journey of nearly 17,000 miles, having crossed the Arctic Ocean frozen into pack ice, bobbed the length of Greenland and been carried down the eastern seaboard of the United States.

Plastic duck armada is heading for Britain after 15-year global voyage – Times Online

I want to see some photos of these. I wonder if they can be spotted on google maps?

technorati tags:

BBC and ‘Climate Change’

Wednesday, June 27th, 2007

Bishop Hill has been doing some interesting research into the growing use of the term “climate change” instead of “global warming”.

bbc---gw--cc.gif
all---gw--cc.gif

…and asks…

So is this evidence of the BBC pushing an agenda? Perhaps. Probably, even.

The only problem being that if an agenda is being pushed it would appear to be the denial agenda:

We have spent the last seven years examining how best to communicate complicated ideas and controversial subjects. The terminology in the upcoming environmental debate needs refinement, starting with “global warming” and ending with “environmentalism,” It’s time for us to start talking about “climate change” instead of global warming and “conservation” instead of preservation.

1. “Climate change’’ is less frightening than “global warming ” As one focus group participant noted, climate change “sounds like you’re going from Pittsburgh to Fort Lauderdale.” While global warming has catastrophic connotations attached to it, climate change suggests a more controllable and less emotional challenge.

- Republican Consultant Frank Lunz, circa 2003, via Unspeak
http://www.ewg.org:16080/briefings/luntzmemo/pdf/LuntzResearch_environment.pdf
(or try here at the web archive)

This is perhaps unsurprising. The BBC is invariably accused of bias, but whenever it is measured the bias appears to be the opposite of that claimed. For example while most of rightworld believes that the BBC was anti-Iraq-war, with Sky news being pro-war, an attempt to measure this came back with the opposite result.

I love the smell of code in the morning

Sunday, June 24th, 2007

About a year ago I decided I wanted to create a cycle route site which was database backed and which allowed free sharing of cycle routes. There are a few sites similar to this already (e.g. Bikely, CTC maps), but they all have either limited coverage, they’re not free (as in speech, not free as in beer), or they have copyright issues.

The CTC site is a great site, very similar to what I wanted to create but it requires you to belong to the CTC in order to use the routes. The CTC is even a good organisation and I have used it in the past, and probably will join again, however why should I need to pay them if I want to share a route with them? CTC maps is neither free as in speech nor free as in beer.

Bikely is also quite nice and has a good following, but it derives its data from copyrighted (google) maps (rather than simply displaying the route on them) and it is a little vague as to who owns the resulting database. It is free as in beer but not free as in speech. Weirdly, it’s also not very cyclist oriented. I’m really not interested in following a google maps turn by turn animation on my laptop when I’m cycling up a hill in the pouring rain. I want to be able to print that route off and take it on my bike!

But anyway, I’m just not interested in riding for miles and hours and then have somebody else own the fruits of my work…hence opencycleroute.org. (If you’re a cyclist, then please sign up and submit routes!…if you’re a coder or a web designer, then go get the source and hack on it)

So now about a year later I have started to write the application and I have something usable. It must be about three years since I wrote any code, and this is also the first time I’ve ever gone near a SQL database of my own volition. Thank god for Ruby on Rails is all I can say. Very impressed with this framework, which has allowed me to knock an initial version of opencycleroute.org together in spare time over the space of a few weeks (though I suspect the security of the resulting application is pants – acts_as_authenticated, in particular, is an overcomplicated load of bollocks).

technorati tags:, , , ,