UK TV coverage of Netball at the Commonwealth Games

Well its that time again, the Commonwealth Games. This year they are in Melbourne which means that those of us here in the UK either need to be able to work the video recorder, or be able to stay up until three in the morning!

The groups are:

A B
New Zealand
South Africa
England
Fiji
St Vincent & the Grenadines
Malawi
Australia
Jamaica
Samoa
Barbados
Wales
Singapore

Top two teams from each group through to semi-finals

I haven’t found any comprehensive list of what’s on when yet, so here are a few different sources (all from the BBC website) put together in one list. Also further down the page are instructions for videoing those extra freeview channels (coming soon)

17th March
Interactive 3 (sky) and freeview 3
10.00-11.30 Netball
11.30-13.00 Netball

BBCTWO
13.50-15.00 Netball
England began their 2006 campaign with what looked a straightforward match against Malawi; Wales, on the other hand, faced the huge challenge of playing the host nation Australia.

Interactive 2 (sky) and freeview 2
02.00-03.30 Netball

18th March
Interactive 5 (sky)
17.30-19.00 Netball

19th March
Interactive 5 (sky)
13.00-14.30 Netball

Interactive 4 (sky) and freeview 3
10.00-11.30 Netball

BBCTWO
14.10-14.25 Netball
Presented by Clare Balding. Wales play the second of their netball pool matches against Samoa.

20th March
Interactive 4 (sky)
13.30-15.00 Netball A
15.00-16.30 Netball B

Interactive 5 (sky)
21.00-22.30 Netball

Interactive 3 (sky)
22.30-23.00 Netball

21st March
Interactive 3 (sky) and freeview 3
12.00-13.45 Netball

22nd March
Interactive 3 (sky) and freeview 3
10.10-11.40 Netball

Interactive 4 (sky) and freeview 3
17.30-19.00 Netball

Interactive 3 (sky) and freeview 2
22.00-23.30 Netball

23rd March
Interactive 3 (sky) and freeview 3
06.00-07.30 Netball

Interactive 2 (sky)
06.30-08.00 Netball

Interactive 4 (sky)
08.00-09.30 Netball

Interactive 4 (sky) and freeview 3
17.30-19.00 Netball

25th March
Interactive 5 (sky)
07.30-09.00 Netball Semi-Final
09.30-11.00 Netball Semi-Final

26th March
Interactive 4 (sky)
04.00-05.30 Netball-Bronze

Interactive 2 (sky) and freeview 2
06.00-08.00 Netball-Gold

Interactive 3 (sky) and freeview 3
14.00-17.00 Netball Finals

I’ll update this site with more info as and when I find it. Please email [email protected] if you have any additions or corrections. The schedules are quite confusing because we’re in a different timezone and “day 5” there spans two days here :)

putty function keys in AIX

I’m having fun and games with AIX! I have two telnet clients, putty (fantastic client) and KEA!. I’ve been using KEA! successfully but would like to switch to putty, however the function keys didn’t result in the same escape characters being sent as in KEA!.

After a post to google groups and a very helpful link I finally started to make some progress. I only need keys F1 to F20 working and I’m there.

What I had to do was set putty’s setting under Terminal -> Keyboard -> The function keys and keypad to “Xterm R6”. This doesn’t exactly match what KEA! output but its close. The big difference is that with KEA I use ctrl with F1 to F10 to access the keys F11 to F20; on putty this is shift instead of ctrl.

In case it is any help to anyone, here are the outputs of F1 to F12 on the first line, shift and F1 to F12 on the second line, and ctrl and F1 to F12 on the third line, for both putty and KEA!.

putty:



<sup>[OP</sup>[OQ^[OR^[OS^[[15~^[[17~^[[18~^[[19~^[[20~^[[21~^[[23~^[[24~
<sup>[[23~</sup>[[24~^[[25~^[[26~^[[28~^[[29~^[[31~^[[32~^[[33~^[[34~^[[23~^[[24~
<sup>[OP</sup>[OQ^[OR^[OS^[[15~^[[17~^[[18~^[[19~^[[20~^[[21~^[[23~^[[24~

and KEA!:



<sup>[OP</sup>[OQ^[OR^[OS^[[17~^[[18~^[[19~^[[20~^[[21~^[[23~^[[24~
l
<sup>[[23~</sup>[[24~^[[25~^[[26~^[[28~^[[29~^[[31~^[[32~^[[33~^[[34~^[[23~^[[24~

NB F5 is missing from the KEA! one since pressing it while running cat caused cat to coredump!!

Anyway that was today’s crash course in escape chars, my putty is now working well and I can use it for the apps which use the function keys too, which is good news.

my first shell script

I have a new job, which involves working on an AIX box over SSH. It the first time I’ve used command line to do everything I do in a day and its an education – especially as I’m new to korn shell.

Today I wrote my first shell script, it sets the title of my putty window so I don’t get confused which window is which. Here it is:


echo "\033]0;$PWD\007";
if test -n $1
then
        echo "\033]0;$1\007";
fi

ruby quiz

I was looking around the web today and came across this:

http://www.rubyquiz.com/

You sign up to the mailing list and they send you a little exercise to do each week – what a great idea! You can only really get to grips with a programming language of any kind if you have a need to create something or have a project of some kind.

The Search

The search for the home page tool …. Has taken me to a number of places. These are they, in order.

  • Dokuwiki
  • PHPWiki
  • phpWebThings
  • TextPattern (ahhh)

DokuWiki

DokuWiki

I love DokuWiki! We had a requirement at my place of work for a way to manage documents, to replace our existing system of putting everything on shared folders in Microsoft Outlook. I looked into a couple of document management apps but came to the conclusion that what I actually needed was a wiki, for the App Support Team to manage its knowledge and keep updating it easily.

DokuWiki is easy. Its easy to set up, and it has no special requirements. It doesn’t even use a database. This could be seen as a disadvantage but since I was installing it in an environment where it is Microsoft SQL Server or nothing, nothing seemed like a good choice. We set up some access control and branded it to match our corporate identity. Its been embraced by everyone and is a great success.

So why aren’t I using it on this site? Mostly because this site is content-controlled by only me, so I don’t actually want a wiki … I did try it out on here, but really it didn’t work as a way to solve this problem.

PHPWiki

PHPWiki

PHPWiki should have been the answer. Its widely used and loved, and has a database backend, which seems ideal for this kind of site and since I’m hosting on my own servers I can choose what I like. To cut a long story short, it was kind of complicated to set up, possibly I was being ditsy but I don’t usually have problems setting things up. Once it was installed I just didn’t bond with it at all, so that is the end of that!

phpWebThings

phpWebThings

This was a step in the right direction, and a more straightforward installation. It also comes with a cute pink theme which helped its ratings enormously (I know, little things, little minds, etc). I started entering content into it but still hadn’t really made any sense of the admin tools …. when I was still looking for a replacement a week later, I knew that I still hadn’t quite put my finger on it.

TextPattern

TextPattern

A recommendation from a friend (dotjay) and so far, so good!