• personal news

    well my dad’s going into hospital to get a blockage in his leg artery checked-out; details are still sketchy, facts even sketchier because getting info out of the parentals is like drawing teeth. i am making a personal bet on mild dvt brought on as a complication of late-onset diabetes, but will know more, soon

    (more…)

  • Ooh! Dell Dollies!

    Dell, Gates and Ellison, with strings attached! Oh my, the puns are legion… [www.delltechforce.com] <—- Go Look!

    (more…)

  • US allows use of evidence gained by torture

    well, this sucks: [www.csamuel.org] The ABC (the Australian one of course) is reporting that the US will permit the use of evidence gained by torture against individuals at Guantanamo Bay. [www.abc.net.au] Deputy associate Attorney-General, Brian Boyle, has told the District Court in Washington DC, that the Guantanamo review panels are allowing such evidence. This appears

    (more…)

  • “Railway Children” for the new millennium

    An idea that came up in discussion with a friend / cynical-former-eng-lit-student last night: an update of The Railway Children with a darker twist that is more in keeping with Government’s desire to keep us all in fear modern sensibilities. Three children escape an abusive family life at a caravan site – their father widely

    (more…)

  • test of the new comments css

    just testing that the new look-n-feel hasn’t broken anything.

    (more…)

  • Websense are blocking me, again…

    Extract from e-mail, follows. I am being polite, to see how far it gets me. I find the below-cited issue with stemming – viz: that multiple versions of the same URL, distinct by merely a trailing slash, are treated differently – I find that rather annoying. More updates will be posted as/when the situation warrants.

    (more…)

  • ibook fried

    Well, friday evening just as i was wrapping up for work, after an interesting afternoon of meetings and internal blog-related discussion, i got back to my desk and opened up my iBook to be greeted by a zzzt! noise, and a pale glow emanating from a gap in the case, just visible in the rebate

    (more…)

  • easyworld: how did it ever come to this?

    ok, so i am sure that some of you will hate this, but i like it and i don’t care what you think: 😎 mousing around on friday night i found that the video for easyworld‘s final single release is available on the web at [www.video-c.co.uk] – it requires either popups or an explicit click

    (more…)

  • Castaway Production of David Copperfield

    So I rode the BMW up to Aberystwyth – Basingstoke to Aber in 4h10m, not bad at all – to see (as documented at [found.pale.org] ) the Castaway Theatre Company’s production of David Copperfield. The Arts Centre’s refurbishment has included a sizeable bookshop, most of which is given over to the topics of Law, and

    (more…)

  • If anyone wants to know why I want to go biking in Norway…

    If anyone wants to know why I want to go biking in Norway, click this link -> [www.nordicbike.no] Image courtesy of http://www.nordicbike.no

    (more…)

  • Male Stupidity -> Roadkill

    An observation: in the last 4 weeks I have been plagued by roadkill, and by animals trying to become roadkill beneath the wheels of my bike. Most of these have been pheasants. I have not been keeping an accurate tally, but I would say that a fair count would be in the order of between

    (more…)

  • Perl: Getting number of keys in a hash

    A friend queried: I’ve got a hash array and I want to determine the number of keys in the array. what’s the best way to do so? This is an interesting question. I can think of a one definite way to do it: @z = keys %foo ; $nkeys = $#z + 1 ; …but

    (more…)