Tuesday, January 05, 2010

The white aphids of africa

While I'm on the topic of insects I'm definitely starting to feel a bit like how an aphid must feel.

Sunday afternoon I was doing some handyman chores at the sisters-in-law and walked outside to leave only to find ... nothing! My brand new Fortuner, she was gone! Eish! Go back inside and have another drink. Walk back outside ... still gone. Sh!t.

Phone the Tracker people, report the incident to the police, start gathering all the boxes and invoices of what was stolen - we're getting quite efficient at this now having done it so many times. I know I should be more upset than I actually am but really, what does getting upset achieve other than a raised blood pressure. I have low blood pressure so maybe I should be more upset, even if only to raise the pressure a bit.

Coming back to the aphids, and I really hope I aren't maligning the incorrect insect here, but they are husbanded by ants and milked for food. That is pretty much how I feel at the moment, all I seem to do is to work hard to earn so that someone else can enjoy the fruits of my labour. It's not quite like I don't enjoy the fruits since I simply get the toys back from insurance so I'm not really losing out, other than for the inconvenience and, of course, I have to pay for the insurance and a little bit of danger.

It's a little bit of zero sum game really. Salaries in Johannesburg are a bit higher than elsewhere in South Africa and, I'm sure, partly as a result of crime. So here we sit, earning a little better, so we can afford nice toys so that other people that don't earn or work hard can also enjoy nice toys. The government one would think would be intensely interested in protecting it's citizens because after all, that is where the pot of gold that they enjoy spending so much comes from. It certainly doesn't come from tax on criminals! So while one would think they should be interested in protecting it's citizens, all of them, they clearly aren't interested; maybe they're too busy spending the pot of gold. Of course it may not be that they're uninterested, they may just be hopelessly incompetent but either way the net effect is the same.

So, what to do. Of course if one earned less, one couldn't afford the toys so people without toys wouldn't be able to take them. Then the government also wouldn't earn so much so they wouldn't have to make a pretense of being actually interested in their citizens which would solve that little conundrum. So the answer to crime is ... become a pauper which holds about as much attraction for me as I'm sure it does for you, the reader, i.e. absolutely no attraction whatsoever. Damn!

The real question, of course, is not about having a few things stolen but what the risks are that one may not survive to enjoy anything thereafter at all! This, unfortunately, isn't such a low probability here that it doesn't warrant a bit of thought. Essentially, one takes a risk staying in S.A and the reward is a slightly higher salary (or lower expenses) than elsewhere, earning the slightly higher salary and spending it attracts the less savoury members of the population which makes it riskier which makes the salaries higher ... Phrasing the question the other way around, would one be happy with the lower salary as found elsewhere with the attendant lower levels of crime?

It's all in the net income ration vs the risk and this varies from location to location not to mention from individual to individual both in terms in income potential and risk aversion.

Quite a conundrum. I haven't solved it but writing about it somehow makes things slightly less murky.

The outdoors invade ...

I'm not sure about other people but I quite like plants and insects and, preferably, animals to be on the outside of the house and not inside the house.

I was walking through the lounge after a hard hours training and having finished the morning coffee in the glorious morning sunshine when something caught my eye that just didn't look right. Sure enough, we're being invaded by insects; in this case ants and they're using my lounge as a vegetable patch. Little squatters! This is what the vegetable patch looks like, you can see the skirting boards in the background.

I have a horrible feeling that the stuff the mushrooms are growing in is reprocessed skirting board which means that I will have to replace these at some stage.

I am already replacing the skirtings in the passage because they are completely eaten away but one would never know. Somehow they manage to leave a 'skin' of about 1/2 a mm of wood so it all looks fine until one day someone bumps the skirting at which point all is revealed!

Saturday, November 28, 2009

Sani2C here we come ...

Finally! I have managed to wangle an entry into the Sani2C which is about 4 times oversubscribed or at least if feels like that and, in addition, those that did it last year have preference. I had actually given up on getting in when a friend of a friend of a friend twice removed decided that he had had enough and was happy to give his entry to me. All I had to do was do a substitution and pay vast amounts of cash (R7k). Yes, that is right over seven thousand rand to go live in primitive conditions and punish myself to the point of exhaustion for 3 days in the foothills of Kwa-Zulu Natal!

Having finally obtained an entry Carl decided to join me after having talked to other people about the Sani2C and been told by all and sundry what a great race it is. I think the Sani2C is a bit like children; everyone tells you how wonderful they are to have so the gullible go ahead and have them ... only to find out that it's damn hard work and they don't go back in where they came from! Now that they have both misery and children it is their duty, having been duped themselves, to perpetuate the myth so that, in time, they too can come to enjoy others' misery!

So first up Carl had to get a new mountain bike which he bought brand spanking new; what a wonderful feeling, I imagine, to ride a new bike as shown below.

... and the same bike, now two hours older and not so new anymore!

So that was it, first mud, first inelegant dismount which I missed seeing unfortunately.

I'm actually feeling a little bit apprehensive about the sheer volume of riding that I am going to need to do in order to have an even vaguely comfortable Sani2C. Oh well, nothing ventured nothing gained!

Sunday, November 22, 2009

Converting from Password Depot to KeePassX

Bear with me for a moment all you non-technical people but I need to show that while I haven't been blogging I haven't been a complete slug and I have actually been doing something.

"Password Depot" is a very good password management program and since I deal with hundreds of the blighters it is an application that I absolutely have to have. Unfortunately it doesn't run on linux and it is getting a bit tiresome to load up a windows VM for no reason other than to get hold of a password so I looked around for a nice multi-platform password manager and KeePassX fits the bill. The only problem is that the export from Password Depot can't be imported into KeePassX so I had to do it the ugly way and write an xslt that converts from Password Depot export format to KeePassX import format. Someone else is bound to have this issue so here it is for anyone else that needs it.

Note that this comes with no guarantees from me and especially since the data elements in the Password Depot format do not map 1 to 1 with those in the KeePassX format so I made a few assumptions which I have been happy to accept but which others might not.

You can get the code for the xslt here

I am going to writing an application which takes the export from the Password Depot, the xslt above and returns the converted format for importing into KeePassX but I haven't got around to it so in the meantime, if you have access to XMLSpy that would work fine for applying the xslt.

Note to anyone from Password Depot that might read this, the DTD that is exported doesn't match the XML that follows. I found the following issues that should be corrected when you haven't got anything else to do. It doesn't affect the export, conversion and import but it would be nice if the DTD matched the actual XML exported.



The DTD listed at the top of the XML export of the contents of a PasswordDepot database
will cause any XSLT attempting to use the exported XML file to fail. In order to correct
the DTD the following alterations to the exported XML file must be done.

Original File has the following line:
<!ELEMENT GROUP (GROUP*,ITEM ) >
but the line should read like this:
<!ELEMENT GROUP (GROUP*,ITEM* ) >
Note the additional '*' after ITEM

Original File has the following line:
<!ELEMENT ITEM (DESCRIPTION ,PASSWORD ,USERNAME ,URL ,LASTMODIFIED ,EXPIRYDATE ,IMPORTANCE ,COMMENT ,TEMPLATE ,CUSTOMFIELDS ) >
but the line should read like this:
<!ELEMENT ITEM (DESCRIPTION ,PASSWORD ,USERNAME ,URL ,LASTMODIFIED ,EXPIRYDATE ,IMPORTANCE ,COMMENT ,TEMPLATE ,CUSTOMFIELDS* ) >
Note the additional '*' after CUSTOMFIELDS

Original File has the following line:
<!ELEMENT CUSTOMFIELDS (FIELD ) >
but the line should read like this:
<!ELEMENT CUSTOMFIELDS (FIELD* ) >
Note the additional '*' after FIELD

Original File has the following line:
<!ELEMENT FIELD (NAME ,VALUE ) >

<!ELEMENT VALUE (#PCDATA) >
but the line should read like this:
<!ELEMENT FIELD (NAME ,VALUE ) >

<!ELEMENT NAME (#PCDATA) >

<!ELEMENT VALUE (#PCDATA) >
Note the addition of the definition of the NAME element

... a Whole month ...

Phew, a whole month has flown by without a post. No wonder I am starting to get snide remarks about my lack of writing but, to be honest, I think readers were a little spoilt while we were overseas.

Besides, life is a little boring at the moment. Haven't been overseas, fallen off my bike or been hijacked recently and let's face it, safety isn't the most exciting thing to write about.

Here in S.A there is a local comedian (Darren Simpson), at least he likes to think that he is a comedian, that does the most outrageous things sometimes. A couple of months ago during the Caster Semenya gender testing debacle and the tri-nations rugby competition he phoned up the Australian Rugby Board and tried to get them to agree to gender testing of the Australian rugby team because, as he put it, "they're playing like a bunch of girls". It was hilariously funny at the time but I was watching Australia play Ireland last weekend and the whole Australian team seem to be trying to grow mustaches; they all have this wispy bum fluff on their top lips and I just have to conclude that he touched a nerve and they're trying to show that they really are men!

Thursday, October 15, 2009

Lying Eyes

Sometimes, very occasionally, something comes along which is just so amazing. I was sent this by a friend who picked it up from http://antwrp.gsfc.nasa.gov/apod/ap091004.html and I have copied the picture below. Can you believe that squares A and B are actually the same shade and colour as each other. I didn't until I actually opened it in GIMP and used the colour picker to confirm that they are indeed the same colour.

Sunday, October 11, 2009

Out and about in Mpumalanga

A most disappointing day! We were to start in Graskop but, again, the mist was too thick so we drive through to Sabie where it was marginally better. We holed up in a restaurant while we waited for the mist to lift and the rain to stop but eventually I just thought, "Oh what the hell" lets just do it.

The reality of "Long Tom's Pass" is that it is friggin steep for a very long period of time and this was starting from half way up; thank goodness we didn't start from Hazyview. I think that that would have just a bit much. As it was we only did about 7km before "she who must be obeyed" said that enough is enough and that it was far too dangerous. The photo below was taken when I was only about 20m away from the camera so the cars that were doing 60km/hr would only see us at the very last second.

And that, was pretty much the weekend. We spent some time having a really good lunch at Dullstroom but other than that it was a pretty uneventful drive home.

Notwithstanding today I think that we got some really good training in an I have a suspicion that Carl, in particular, is going to be quite enamoured with long distance riding.

Saturday, October 10, 2009

Out and about in Mpumalanga

The next morning we were up bright and early for the "easy" day starting in Graskop and heading north to Bourkes Luck potholes and back; a relatively civilised 70km of medium grade riding.

Arriving in Graskop it was covered in heavy mist and Harries Pancakes kindly let us in to have a cup of coffee even though they weren't actually open which was greatly appreciated. It was clearly(?) not going to be a good day to ride from Graskop but luckily for us the proprietor(ess!) happened to ride and recommended a "very" nice ride which has a profile as below!

She was correct about one thing; the ride out was awesome. It was just the return trip which was a bit of a bugger. Carl and Jason forged on ahead while Hennie and I consoled each other at the back. It's a fantastic ride in between the pine trees with the occasional views through the mist and the rain. Really nice to ride on a really good road with wide verges; just made for riding on.

This was on the way back, we had to make it look like we were in less pain that we actually were!

Back at the silk farm we relaxed for the afternoon before a really nice braai for supper. As the token vegetarian it always amazes me that I seem to end up doing the meat incinerating thingy; I mean it is not like I actually have any real interest in whether or not I incinerate the dead cow!

The kids had such a ball in the jacuzzi even though it wasn't heated that they all looked quite prune by the time they got out.

After supper we had long "solve the problems of the world" conversations before people slowly started dropping out as their eyelids got too heavy. Eventually it was just Jason, myself and Dierdre left until 11:30 when I called it a night. Jason finally succumbed at 12:30 and I am really happy that the "R" word only really turned up after I had departed for bed.

Friday, October 09, 2009

Out and about in Mpumalanga

I have been alternately looking forward to and dreading this weekend. Looking forward to it because I think it will be a great weekend but very worried about how my knee which has been misbehaving quite a bit lately will stand up to the multi-day abuse.

Thursday rushed by as it always does when one has far too much to do and way too little time to do it in but I finally managed to get around to buying a bike rack which can tilt which means that I will be able to open the back door of the fortuner without taking the bikes off - a major plus! I don't know what I was thinking but for some reason I thought that it would be assembled so it was a bit of surprise when the first thing that fell out of the box was the instructions on how to put it together sooooo ... we were a bit late to pick Carl up and very late to pick Jason up.

As it turned out it didn't really matter and we have a very smooth and uneventfule drive out to Mashishing which, for all you old south africans, is Lydenburg although it was promptly renamed by Hennie to "ama fishing" in honour of the traditional sport practiced in these parts.

We stayed at Malapo Country Lodge which purports to be a 4 star lodge and while it was very nice and comfortable and I really have no complaints at all; 4 stars seems an awful lot for what is essentially self-catering accommodation.

The next morning we were up bright and early to tackle the route shown below; note the altitude climbs and you're just going to have to believe me on this, they're tougher than the graph looks!


Of course we had to have the obligatory group photo while we all looked fresh and cheerful.


It wasn't long before we had our first "incident" of the weekend, the road directly outside of Mashishing isn't great and some moron in an oncoming two ton truck decided to overtake and gave us the choice of becoming roadkill or coward. Jason hung onto the last two inches of tarmac but myself, carl and, I think, hennie took the coward option and bailed off the road and onto the dirt shoulder. Road bikes don't work so well offroad it turns out! Caron, who was following us in the fortuner, was half on and half off the road and although the truck missed her altogether, it was close enough to smash the right hand mirror just from the wind as it went past. I have never seen this before in my life!

We carried on, my knee aching quite a bit, and I kept on aiming for the next 10km to re-assess whether to carry on but it was never quite sore enough to actually give up. Possibly due to the schedule 3 anti-inflamatories that I managed to get hold of. Robbers pass was great but we soon split into two groups, the eager beavers up front (Jason and Carl) and the "I will survive" group of Hennie and myself at the back; far away at the back.

The four of us back together with the pass way down in the distance. The photo lies, it is far down!


Over the top of Robbers pass we went and then we had the exhilarating (73km/hr top speed) downhill all the way into Pilgrims Rest which has so far escaped the fetish for renaming places. We had a brief break at a "creperie" in pilgrims with Carl looking particularly grim although one wouldn't have thought so from his performance on the next hill which was the one out of pilgrims. The start of the hill is really, really steep, so steep that it is difficult to keep the pedals turning even when standing and all I had to say was "only another 10km's of this" to elicit groans of resignation from the congregation. Although the climb out of Pilgrims is steeper it is, mercifully, much shorter and was over quite quickly and then all we had was another great downhill all the way, pretty much, into Graskop where we stopped for the day.

Kirsten was driving out from Johannesburg on her own and only arrived in Graskop after dark so Carl and I went to fetch her from there because finding the silk farm at night wasn't such an easy task. We had supper and retired quite early pretty knackered from the day.

Thursday, October 01, 2009

I am surrounded by heathens!

First I receive several less than complimentary comments on my last blog while I was taking a break after 3 months of solid daily blogging ... then my neighbour opens fire on us!

On would think that living in S.A. one would be rather immune to being shot at but this is not the case!

Caron and I were sitting peacefully on our newly completed and painted patio when we heard a loud crack from somewhere nearby and it took us a while to figure out what it actually was. It was only after about the 10th shot and having pellets rattling around the patio that we finally figured out that it was our neighbour playing around with his bb air rifle. What a moron not to mention a truly lousy shot!

We thought it was children which had been left alone so I drove around to the house and rang the door bell several times but they weren't coming out. Arriving back home he was still at it so I climbed up into the corner where I could see and it wasn't a comfortable feeling looking over the target to where our, very drunk, neighbour was sitting on his patio drinking and taking shots. One feels like one has a big bulls-eye between the eyes.

I shouted at him that the next shot would have the cops coming over and that started the altercation which eventually he conceded that maybe, just maybe, he shouldn't be using his rifle and definitely not when he was drunk.

What we have to put up with.

Thursday, September 24, 2009

So this is what they're for ...

Being a proud owner of a brand new 4x4 I just had to try it out on a 4x4 course so we ventured out with Carl and Kirsten in their Prado along with my brother and assorted children; lots and lots of them.

We went out quite early to miss the rush and it seems that the 4x4 crowd are not particularly early risers so we had the track to ourselves for most of the morning. The track was dry and dusty for the most part and the order of the day is as follows
  • Arrive at an obstacle and think to oneself "Oh S***" the track really does go over there. For the record we both chickened out on doing this particular obstacle; we couldn't do all the obstacles because then there wouldn't be anything to come back for!


  • Everyone jumps out of the car and walks the obstacle trying to weave an imaginary path through it that will keep most of the wheels on the ground most of the time. Sometimes living in a less than PC environment is very funny.


  • ... so that is what we did. Jordynne, for the record, volunteered!


  • Everyone bar the driver stays out of the car to be able to record the impending spectacular accident.


  • Driver gingerly enters the obstacle and carefully navigates through it by memory because it is completely impossible to see anything less than about 5m ahead of the car due to the bonnet and all the interesting stuff that one must avoid is just within the 5m blackout zone.

  • Very relieved driver completes obstacle and everyone gets back in; the photo opportunity having been missed.


Although the track isn't actually that long it takes quite a bit of time because one is constantly jumping in an out of the car but I find it quite amazing what the cars can accomplish. The video below was done without diff lock which is why I stopped on the hill but it gives quite a good idea what the terrain is like. It's quite a lot of fun.


About two thirds of the way around there is a picnic spot with boma's and braai facilities which I think that we are going to make use of in future. At the picnic area is a sign to beware of the donkeys which aren't really donkeys; I think that they're called zonkey's or debras because they're a cross between a donkey and a zebra.


The whole outing turned out to be a great experience and I think that it is safe to say that everyone is keen to do it again in a couple of months time.

Wednesday, September 02, 2009

SocketListener

What does it do?
SocketListener listens on an IP address and Port for inbound connections. If a connection is received any data received on the connection will be written to a binary logfile called "SocketListener.data" and a record of the connection is written to a text file called "SocketListener.log". In addition to recording inbound data without interpreting it at all; SocketListener can be configured to respond to connections with either an echo of inbound data or a binary data stream taken from a binary file on disk.

Where can I get it?
http://dl.getdropbox.com/u/293834/SocketListener.zip

What is it for?
1. A very simple TCP/IP server which can be very useful when testing the
configuration of firewalls and other network components because you know
that there is something listing on a specific IP and port.
2. Diagnosis of data received when developing interfaces. E.g people in france
say that they sent data in a particular format but your server didn't get it
in the same format and threw it out.
3. Testing of exception handling where the client receives ill formatted or
illegal data that the working server would never normally send back.
4. Any other case where one wants to very quickly have a look at the binary
data received or test the response handling in a client.

Why not use a sniffer? Because of the segmented nature of the networks nowadays one ends up installing sniffers all over the network to monitor what is mostly very simple traffic issues so although it *sort of* sniffs it is not meant to
replace a proper sniffer.

Compiling.
Assuming that you have a jdk installed, run the following in the src directory.
javac SocketListener.java
which will create a SocketListener.class in the same directory.

Running.
If you have compiled it yourself run it on any machine with a jre installed by:
java SocketListener [-p port] [-a IPAddress] [-o filename | -e]

If you are using the precompiled SocketListener.jar:
java -jar SocketListener.jar [-p port] [-a IPAddress] [-o filename | -e]

where parameters are:
[-p port] to listen on a port different from the default of 9021
[-a IPAddress] to listen on an IP address different from "0.0.0.0" i.e. all NIC's
[-o filename | -e] Respond to inbound connections with the contents of "filename" or respond by echoing the inbound data. Default is not to respond at all.

Thursday, July 30, 2009

To employ or not to employ; that is the question!

Not being an economist I could be completely off the mark ... but I don't think so.

I think that the time is coming when economists as well as politicians are going to have to come to terms with the unfortunate specter of high and permanent unemployment of segments of their populations. Unfortunately it also seems that high unemployment in the midst of wealth is a sure way to a rise in crime and that isn't something that anyone wants; other than the criminals that is and even then, they don't really want too much competition and not enough prey.

It seems to me that as technology has improved and globalisation has taken place fewer and fewer people are required to make, manage and run what is required for each person in the world to live but as long as consumption keeps on going up it keeps on creating more and more jobs and everyone is happy; sort of.

There are two issues which I think are going to break this cycle, the first is consumption and the second is our "potential skills ability" for lack of a better phrase.
Consumption
I think that is a limit to consumption, one can only eat so much, be entertained so much, learn so much, spend so much. Consumption is not an ever increasing appetite that can be satiated, there is a point where enough is enough even if more is available. The major way that consumption increases is through people that weren't satiated, consuming more or, failing that, there are simply more people consuming. As everyone is finding out, resources to sustain this consumption are not unlimited and whether one likes it or not consumption is going to plateau, either because people simply can't or don't want to consume anymore than they already do or there simply aren't enough resources to make what people would consume if it were available.
Skills potential
Each and every person in this world has the potential to perform many different jobs but, obviously, can only do one thing at a time. Some people may aspire to being a scientist but are just plain incapable of becoming one even given the opportunity while scientists mostly don't aspire to being road crew even though it should be well within their potential to be one. What I am driving at is that there is an asymmetry, some people have the potential to perform many jobs while others have fewer potential jobs from which to choose; all other things being equal. This is important because, before the industrial revolution, there was relatively little mechanisation and most jobs required a large amount of raw physical labour - something just about everyone was capable of. With the introduction of mechanisation some of the jobs requiring the raw manual labour disappeared and those that were previously employed in them had to 'skill up' to take advantage of the jobs that were available to those with higher skills. This has more or less worked, at least in the first world, but at some time, I'm not sure if it has happened or is happening or is about to happen, we are going to go past a turning point. This turning point is the point at which there are going to be jobs available but the majority of people will not have the potential to perform them, all other things being equal of course.

So what to do?
Going back a bit in history, during the age of the british empire the first child would inherit the estate of the parents, the second would go to the army and the third would enter the church. Inequitable as these practices were they did do an interesting thing; The second and third children and particularly the third would be employed in a industry in which there is no visible output. Yes, they were occupied full-time in their career and yes, they received a salary and yes, they believed and sometimes actually were doing some good but at the end of the day; what did they actually produce - an ephemeral product. So, in some ways entering the church acted as a sponge, a labour sponge as it were, and occupied and employed people and we need something similar, something which will have some benefit to society but it doesn't necessarily produce anything or if it does it may not be anything that people would normally willingly pay for.

A Month!

I can't believe that it has actually been a whole month since we returned. It has gone by so fast; getting back into work, seeing friends and family and of course endless trips to the shopping malls. Since pretty much every electronic item we had was stolen from us just before we left life seems to be one long shopping spree which, under normal circumstance, would be pretty cool.

My words of advice to anyone out there contemplating an extended trip like the one we just did and are worried about what it does to one's job. Well the answer is pretty much nothing as far as I can tell so far. What is nice is that people around one at work mature and take on more responsibility which is a really good thing especially in a small company.

I have finally taken delivery of my new car which is a 4x4, I never thought I would ever own a 4x4 but here I am, a proud owner of a Fortuner. Seeing as the garage offered a free 4x4 course I *just* had to take them up. For some reason I thought that the Fortuner was 4x4 'lite' i.e. it could go off road but would struggle a bit when it came to any real off-road action. Being a newcomer my standards may be a bit wierd but what we did on the course was pretty amazing and the car really just drove itself. I can't quite see where the skill comes in; it was just like driving a car albeit up and down 40deg hills. Pretty amazing stuff. I'll take a picture of the car on the weekend and post it complete with real african dust!

Saturday, June 27, 2009

Home

The sleeping pill finally started wearing off at about 06:00 just in time for breakfast and the landing at 07:00. When we got to immigration there was a queue of at least 200 people waiting patiently to be processed which doesn't go down well after a night of broken sleep. I thought that either the computers were off-line or there weren't enough staff on duty but this time I can't fault the airports company or the immigration authorities; it was the passengers themselves that were causing the queues. Instead of looking at all the available immigration agents they would wait for one of the 5 or 6 that were directly in front of them to become available leaving the remaining 10 totally under-utilised and it wasn't as if there wasn't electronic indicators to indicate when the next passenger could come forward; it was plain stupidity on behalf of the passengers.

We moved on through to the baggage claim area and waited and waited until the bags eventually came through after about 30 minutes. When the one arrived the others all arrived at the same time and then it was simply a walk out the entrance of the airport and Kim picked us up from there. The end of a holiday and the start of normal life again. I can't believe that it has gone so quickly.

I know that there have been a number of people who have been following our travels around Europe so I hope that you have enjoyed the trip with us and some of the experiences that we have had. I also need to thank my editor, Caron, and refer any complaints about punctuation, grammar and anything else people would like to complain about to her. After managing to write up our experiences I think I may be taking a short break of a week or two before starting blogging again.

Friday, June 26, 2009

We have lift off

Caron had arranged to have lunch with one of her customers in the UK so we thought that we had the morning free but before we knew it, it was time to go so we did a final sweep of the house to make sure that we hadn't left anything behind and jumped in the ice-cream van for the last journey and completely forgot to check that the back doors of the van were closed. They weren't and it was only after we had done about 30km that a car pulled up next to us on the motorway and told us that the doors were open. We were on the M25 which is akin to saying that one is in a parking lot which moves occasionally so Caron jumped out and closed them noting that our two suit cases were missing. There wasn't anything of great value in them but we couldn't believe that we had been stupid enough to leave the doors open. 3 months of camping and 14500 kilometres of driving (@6.5l/100km and a cost of about 900EUR) and we lose our first items on the way to the airport on the way home. Anyway there wasn't anything we could do about it other than feel like complete idiots; we didn't have time to go back and look and even if we did, the chances of actually finding them were minimal so we just wrote it off to stupidity.

Lunch was very enjoyable and passed far too quickly. Neil and Cathy could barely hide their amusement at what we had managed to do with our baggage. Come to think of it, once we had got over that 'how could I have been so stupid' feeling there is a definitely a lot of humour in the situation.

We moved back onto the M25 parking lot and took 2 hours to get to Heathrow and had just parked when John phoned to politely inquire if we were perhaps missing two pieces of maroon luggage. The bags had fallen out in front of his neighbours house so now we have the luggage located but we have to work out a way of getting them back to South Africa.

Terminal 5 at Heathrow has a bit of a jinxed existence because there always seems to be something going wrong but we checked in and went through the security, which is getting just a tad ridiculous, and went to wait in the duty free without a problem. I left Caron in front of a TV and went looking for some kind of a toy because, thus far, Caron has been the happy recipient of all the souvenirs. Not that there are a lot of them but it would be nice to have at least one. This trip just isn't mine for souvenirs and I found a another great one for Caron but nothing for me. She is now the proud owner of a Sony eBook reader; something I have been trying for ages to get her mostly because of enlightened self interest. Each eBook that she reads means one less dead tree cluttering up our house and no pressure to build yet more bookcases. To get to our boarding ramp we had to go via tube to section B, they have two tubes in case one breaks down. They should have had three because both of them had broken down so we ended up walking all the way to section B. The jinx continues!

The flight back was completely full and Caron and I ended up sitting behind each other so i asked the person next to me if he would mind swapping with Caron. Grumble, grumble, 'this always happens to me!', long face but he kindly did the swap.

Thursday, June 25, 2009

Out and about in the UK

By the time we had woken up both Rhys and John had gone to work. Rhys leaves at 05:00 and John at 06:30 so it wasn't any surprise that we missed both of them. The only thing that we really had to do was to put the remaining money from our trip, not a whole lot as one can imagine, into an account. Doesn't sound too difficult but then I hadn't counted on the British way of banking which is especially difficult at the moment. The first bank we approached had effectively bought the actual bank into whose accounts we wanted to deposit but they couldn't help us but they were very helpful and pointed us across the way to the 'bought bank'. After waiting for some time in the queue we were eventually helped but the teller didn't know what to do because the account numbers, although correct, weren't compatible with his system. He phoned up his call desk for some help and they answered the call but refused to speak to him; 3 times in a row. Eventually we were holding up other customers so we were palmed off to a supervisor who also tried only to find out that in order to do a deposit we would have to make a deposit into a competing banks account and then it would arrive at the correct bank and into the correct account. This sounds very backwards to me but when we went to the competitor they didn't blink and promptly performed the transaction. I'm curious as to whether the money will actually arrive!

Having completed the only thing we had to do during the morning we went for coffee and I was halfway through coffee when I realised that we were a few minutes over the hour for the 'pay and display' parking so I rushed back to feed the meter only to find that the meter maid had beaten me to it. A 60GBP fine for 10 minutes saw an instantaneous rise in the blood pressure so I went back finished my coffee and then drove out thinking of how I could exact revenge. While we were driving out Caron happened to notice that the fine had been issued during the validity period of the pay and display ticket so the meter maid hadn't actually even looked at it, he had just issued a fine. On the way out we collared another meter maid who explained what we needed to do to get it rescinded which we proceeded to do. Phew, that was 60GBP close!

During the afternoon we drove around to Epsom Downs where Lane, Williams daughter, lives and had afternoon tea with her and her two children, anneke and william. We thoroughly enjoyed the visit and before we knew it, we had to rush back to John and Julies for supper. We were going to go out but everyone was quite knackered so we ended up just having some take-aways at home which turned out to be much better than expected. The TV happened to be on when the first reports started coming through that MJ had died which was really bad news for Julie because there were 50 concerts coming up in which she was involved that now wouldn't be taking place.

Wednesday, June 24, 2009

London, here we come!

Eish! Our holiday is all but dead, it feels like there is little left but to get on the plane and fly back home. Both Caron and I were a little quiet and introspective during the drive up to London.

The day started off a bit awkwardly because the reception was still closed at 8:30 and we were told that it would only open at 10:30 which was far too late to make it to the chunnel on time. Fortunately they didn't give us too much trouble and opened up especially for us and with that done, it was only a couple of hours before we found ourselves at Calais. We checked in, bought some coffee and tried to spend our last few remaining euros before driving onto the train. We had just a little bit of excitement when we went through passport control because as of 1 July all South Africans have to have visas in order to enter the UK. Even though we should have been fine, there is always a chance that they have changed the rules or we were told an incorrect date which would have been a real problem. As it turned out we needn't have worried. An hour later we emerged into the English sunshine and having to remember that one has to drive on the left. It took some getting used to, much more than I would have expected.

We arrived at John and Julies at about midday and spent the afternoon unpacking and repacking everything ready to go into the plane on Friday. Not a whole lot else to write about.

Tuesday, June 23, 2009

Brugges

Although it sounds fancy to prononounce Brugges as 'brooge' it should actually be pronounced as 'brug' as in Afrikaans for bridge with an extra 'ge' tacked on the end. We have been told by absolutely everyone that Brugge is awesome so we went into the day with high expectations and expecting to be disappointed but our expectations were vindicated; it really is a very photogenic town. A sort of Venice without the decay!

Brugge has been sensible about parking and there are several large multi-storey car parks to choose from so that was our first destination and from there we walked to the town square which looks like below.

We walked over to the information centre and then had coffee at a small cafe off the main thoroughfare where the waiter was a spitting image of my ex brother-in-law. Thereafter we took a canal boat trip which we thoroughly enjoyed in technicolour language. First Flemish then English followed by French, we could pretty much get the gist of it from the Flemish and then get a confirmation in English.

The town planners have sensibly refrained from the temptation to build high-rise buildings which means that the town itself has kept it's quaintness intact so it was a little bit of a surprise to find a permanent exhibition of Salvador Dali's paintings, drawings and scupture housed in the town hall. We missed seeing the bulk of Dali's work at the Dali Museum in Spain because we were a little pressed for time (can one believe it in a 3 month journey) at that particular point so I was really please to be able to take in some here. To say that Dali flirted with the boundary between art and pornography would not be true; he obliterated it entirely. There is something quite peculiar psychologically about purposefully drawing, in great detail, one's wife's genitals for public consumption. Not only that but Gala, his wife, willingly went along with it so I choose to conclude that they, both of them, were simply trying to shock the public. Nevertheless, I can't help but feel that there is somehow a difference between the nameless pornography available in every fuel station shop and what Dali and Gala did. One lacks, due to its anonymity, a persona whereas Dali and Gala, specifically because it is not anonymous, somehow has persona.

We had to have some lunch to get over Dali's paintings before we decided to finish the day by going to the Groeninge Museum which was a great disappointment. They have a special exhibition on about 'Charles the Bold' so we missed almost all the paintings by the Flemish masters which, we were assured, were still on display. All one of them!

So it was a little bit of a sour taste in the mouth that we bid our farewell to Brugge and have to agree with everyone who recommended it that it really is worthwhile making the effort to go and see it.

Monday, June 22, 2009

Farewell to Eindhoven, hello Zeebrugge

We had a leisurely start to the morning because we actually didn't have too far to travel and said our fond farewells to the Whitwards and we hope to see them the next time that they're in South Africa which isn't too far in the future. I forgot to get a photograph of the whole Whitward clan so I think that I'm going to be in trouble when I get back. The drive was very uneventful other than mabel getting us lost in Ghent for about 20 minutes. We were actually wanting to camp in Brugge but there are no campsites in Brugge and the one's that used to exist have closed down so we ended up in a campsite south of Zeebrugge which proved to be a very viable alternative.

The afternoon was spent lounging around and reading, I've become hooked by a novel and I have to finish it before I can continue with life. Nevertheless, at about 18:00 Caron dragged me out of my cave to go and have a look at the seaside; it looks just like Brighton according to Caron.

There are hundreds of wooden huts on the beach which look like changeing rooms but since they have names on them I suspect that some people block book them and then rent them out piecemeal; how else would a 'beach' attract the name of 'Jerome'?

Back at the campsite we had pasta and pesto for supper before a nice long hot shower and then lights out. Of course the sun only actually goes down after 22:00 and even Caron is starting to complain that this is just too much daylight; the days ought to get shorter. Well, in a few days time her wish will become reality when we land in Johannesburg in the middle of winter when they have the shortest of their days.

We are starting to get into "last time we'll do this more" and the larder is starting to look a bit bare as we run everything down for when we arrive in the UK. It does lead to some unusual meals but so far we have avoided having anything like sardines and condensed milk.