Entries from April 2008 ↓
April 28th, 2008 — Technology
OK I know there really is only one answer to this question…
The real question is how to backup in a secure, robust and efficient manner? But I have to admit that I don’t have a great backup strategy at present. None to be exact. I do keep a copy of some data on my external HDD but it is really an ad hoc manual process. It wasn’t really that big an issue as there was nothing I couldn’t live without on my PC. Now however there are a few things that have changed my mind:
- I now have GBs of priceless photographs/video stored on my PC/External HDD as well as my music collection.
- I have recently replaced my aging pc with a 1TB RAID 0 disk array. This means my data is more vunerable with 2x the risk of disk failure. Also, HDDs are said to be more likely to fail early if defected or last for a long period of time. So I am on shaky ground at the moment.
- I have already had a couple of scares where it looked like my RAID had died and I thought I had lost everything. I don’t want to go through that again!
I have been thinking about getting a good backup strategy for a while. I will write an update soon detailing my options. In the mean time, I would love to hear some suggestions/requirements etc…
April 20th, 2008 — Manchester United
Well United had one hand on the Premiership title. If only we had beaten Blackburn! In fairness, they were really up for it and I was happy to come away with a point in the end. So what does this mean for the title? It means United have a three point lead with 9 points to play for, including Chelsea (our nearest challengers) next away from home. In reality though, the fact that United have a superior goal difference means United can lose to Chelsea, win our last two games and still pick up the title, but lets not go there! Hopefully we can get away with at least a draw on Sunday to make it really tough for Chelsea. As Middlesborough and Blackburn have shown, the matches against the so called lesser teams aren’t always a forgon conclusion. So we are going to be on the edge of our seats right until the last day. Continue reading →
April 13th, 2008 — Video Games
I got my first taste of Mario Kart for the Wii today. I was never the greatest of Nintendo/Mario fans growing up but I am embracing them with my beloved Wii. I didn’t get a great deal of time with it but enough to test out the Wiimote steering wheel. I wasn’t sure if I’d like having to use gestures to control the steering, mainly as I would have to hold the wheel rather than use the traditional fixed steering wheel. But I have to say it worked perfectly. Really good and accurate steering and it was a lot of fun in two player. I would have to recommend the official “Wii Wheel” over Game’s 3rd party wheel as it has a bit more weight and a button cover over the B button making it easier to access. Other than that though it does look like every other Mario Kart in existence. Let’s hope Nintendo have added a bit more than a snazzy new control mechanism…
April 13th, 2008 — Manchester United
Well I always thought it was going to be a tough game at home to Arsenal, especially after them being kicked out of Europe by Liverpool in midweek. When we went 1-0 down thanks to an obvious handball I thought it wasn’t going to be our day.
Continue reading →
April 11th, 2008 — Technology, Video Games
As we settle into the high-definition era of console gaming, we can bask in the warn glow of our 40″+ LCD TVs (even warmer glow of plasma TVs) and the crisp 710p/1080i/1080p graphics appearing before our eyes, safe in the knowledge that it just doesn’t get any better. Or does it… Continue reading →
April 5th, 2008 — Software
Many web applications are hosted on Linux servers, making it difficult for those who are developing their applications on MS Windows (I know, shame on us!). It can be a bit tricky and cumbersome to maintain two different environments for development and production.
There is a simple alternative, Virtualisation (or Virtualization
). Developers can set up a virtual machine running the same OS and software that their production server is using. This reduces the likelihood of a configuration conflict and simplifies development and testing.
The following steps explain how I setup a Ubuntu JeOS VM to run a Django web application on Apache/mod-python. I am not saying its the best way (I’m not an expert) but it works fine for me. Feel free to offer any suggestions as to how I could improve this setup. (BTW thanks to Gareth for helping me set this up). Continue reading →