Wednesday, October 26, 2005

Never Mind The X-Factor

Last night, Bec and I went to watch the recording of an episode of "Never Mind The Buzzcocks" at BBC Television Center; I've not laughed so much in ages - Phil's team consisted of Tony Livsey (editor of the Daily Sport) and Blak Twang (can't say I've ever heard of him before).

On the other hand, Bill's team consisted of Jo Caulfield and the truly fruit-loop X-Factor finalist and ex-Happy Mondays backing singer Rowetta. Naturally she stole the show, but unfortuately for her it was definately not intentional - she seemed to forget almost from the first second that she was filming a comedy quiz, and was convinced that Mark Lamarr was picking on her - but you can hardly blame him when she's coming out with (unprompted) anecdotes about how she once sat in Kim Basinger's urine. I kid you not.

Seeing as a lot of the content last night was not merely close to the knuckle but way past the elbow, it'll be interesting to see exactly how much they let in to the transmitted show. I'll never be able to look at a canteen of cutlery in exactly the same way again....

 Friday, September 09, 2005

India's First Day At School

We've just come back from dropping India off at her new school. Naturally, she had absolutely no fear and unlike some of the other children there she could not wait to get into the classroom to start drawing.

Somehow, I think she'll do fine....

 Thursday, September 08, 2005

Shoehorned

We don't take memory as seriously as we used to - most computers nowadays have more memory than was dreamed possible twenty-odd years ago, and applications have expanded to fill the abundance available.

So while there are those that are still producing impressive code in 4k for example - I was geniunely impressed to run across this listing for 1K Chess on a ZX81. In the end, while Parsec is impressively small it still has access to massively more RAM and resources while it's running - the ZX81 only had 1k to play with full stop (unless of course you were filthy rich and had the 16k RAM pack).

 

CVS Access

In case anyone is vaguely interested, I've set up a CVS repository where all my future development work will be hosted. This is on a machine at home, so please don't expect lightning fast response times (or even 100% uptime!)

This project can be accessed using the following CVSROOT
:pserver:anonymous@edcourtenay.homelinux.com:/root

The module to checkout for this project is 'repton'.

I'd seriously recommend that you use a client like TortoiseCVS , but if you're using a command line CVS client:

cvs -d:pserver:anonymous@edcourtenay.homelinux.com:/root login
cvs -z3 -d:pserver:anonymous@edcourtenay.homelinux.com:/root co -P repton

I've also set up a web interface to the CVS repository here:
http://edcourtenay.homelinux.com/viewcvs/repton/

 Saturday, September 03, 2005

Repton.NET - The Next Generation

I decided a while ago that it would be nice to get to grips with SDL, but what with one thing and another I never got around to it. However, a couple of weeks ago I came across some SDL bindings for .NET, and I decided to re-write Repton.NET to use SDL as opposed to its original incarnation which used DirectX.

Anyway, a couple of screenshots from the development so far:

sdlrepton01.gif

sdlrepton02.gif