Skip to main content

Wales 500 post 1

Day -2 (of the rally)

I can't remember where I saw it, but I found details about an event called the Wales-500. It's a 500 km off road (ish) motorcycle weekend. I've never done any off road riding. but have always wanted to, so, I decided (and no, I wasn't drunk) that it would be a great introduction to off-road riding and I entered it.

Now I actually have to do it as a friend of mine said he would like to do it too. No wit's not just me, so I cant suddenly come down with the plaque and stay at home.

It's funny how many things seem like a good idea until it actually come to doing them.

But, with two more days until we ride to the Malvern Showground to the start of this event, I have started packing.

Now the event expects us to follow as closely as possible a pre-designed route. the winner will be the rider (or team?) who most closely matches the routes mileage.

I have entered the GPS category. I thought this would make things easier. Then I realised that I have never been off-road. Then I realised that my TomTom was bought for road use and I have no idea if it will work for the course they have come up with.

So I dug out an old Garmin Oregon hiking GPS. okay, so this one should work for off-road.

Great, I'm all set, Or at least I will be once I work out how to get the GPX file that the organisers will be giving us onto the devices. I also have to work out how to use them. All I have ever done on the TomTom is pick a destination and tell it to take me there. Now I have to load up a pre-defined route and tell it to follow it.

The Garmin is even worse. It's been sitting in a drawer for so long, I can't remember the last time I used it.

I have managed to find my tent and sleeping mat and sleeping bag. and I've got a bag that will fit everything I want and fit on the bike, so I can at least spend a nice weekend camping, even if I can't follow the route.

Guess I need to go read some manuals.




Comments

Popular posts from this blog

What does "Full Stack" mean?

I've been a software engineer for a little while and I see the term "Full Stack developer" more and more, but what does it mean? Okay, let's walk through what a complete system will comprise of and see if we can work it out. UI First (from the users perspective) is the UI. It's how they interact and really all they care about (as long as the application does what is expected of it. Here is a list of some UI technologies that I know of AWT Swing Qt Android XML MFC and VB OpenGl Vulkan Communication Protocol Next up is the communications protocol (as most applications these days are a thin UI talking to a backend server (we've gone back to the mainframe era!) RPC FTP SNMP SMTP DDS ActiveMq/RabbitMq Network Layer The communications protocol has to be transported between the client and the server somehow, so here we have the network layer IPX/SPX Token Ring Bluetooth USB Server So now we have data being transferred between t

Triathlon Training in the new year

So, my 2019 training has got off to a good start. I'm running regularly and my knees seem to be holding up. I've got a training plan to get me to a middle distance triathlon in September and I am managing the run distances I have set myself. I need to find some longer cycling routes to work and ones with a few hills too, but that shouldn't be a problem. my weekly cycling distance is okay, I just need to move to get my ebike to be doing less of the work. last week I did use my normal commuter bicycle and managed the whole four days as well as my runs, so that was a really good sign. Swimming won't be an issue, I have always found that to be the easy part of a triathlon (not that I'm fast, but I can keep going, and I did manage to swim the distance within the cut off time when I tried the ironman 70.3 last time) The main worry about going longer is my knees. I've got a 10K booked in late January which will test my knees out and I'm hoping that they hold

Windows Subsystem for Linux Internals

Background Windows Subsystem for Linux was developed by Microsoft to enable command line programs compiled for the Linux operating system to be executed on Windows. To explain the architecture I would like to show the evolution of OS design and how that has enabled this subsystem to be built. Dark Ages (or Back in the Day) Microsoft's MS-DOS was quite primitive in its design (compared to today's OS's). It is a single user OS that can execute one process at a time. DOS had an application programming interface to allow user programs to access some hardware in a device independent way, but only for character-based applications. This allowed applications to display graphical elements emulated with text characters as these screenshots of Microsoft word for DOS show: This is Microsoft Word version 1. To use these programs you had to remember key combinations to bring up the menus and used the cursor keys to navigate around the screen. If the a