I need to blog more often

So here we are in 2010, a new year and a new leaf to turn over. My use of this blog has left something to be desired. So in this new year I'll try and blog more.

Other things I want to do this year are get a road bicycle and cycle, a few years ago I use to cycle everywhere, then I passed my driving test, things went downhill from there. I also want to buy myself a nice yet not too expensive digital SLR camera and try and become a half-decent amateur photographer. Like my friend Rutherfordium.

MPlayer with x264

This is more of a note to self.

To compile MPlayer svn with x264 git first compile x264 with ./configure --enable-shared --prefix=/usr/local/x264

And then compile MPlayer with ./configure --extra-ldflags=\"-L/usr/local/x264/lib -Wl,-rpath,/usr/local/x264/lib\" --extra-cflags=\"-I/usr/local/x264/include\"

EDIT: Though now I use Arch Linux with mplayer2 from the AUR, so I don't have to bother with what's above.

This blog will be used!!!

I am working on this blog, promise. Just sorting out the comments section, and as we know, a blog without comments isn't a blog. (this was posted from my iPhone :D )

My blog

Well, this is my blog. As you may have noticed, this blog is maintained using a blogging system that I have written myself. That it is to say the PHP code running the blog behind the scenes has been coded by myself from the ground up.

Admittedly the project has taken nigh on 2 years to reach this point but thats because its the project I've learned PHP with. When I started writing this I knew not a single thing about PHP, so to get to a fully functioning web application is something I'm quite proud of.

Will be writing more posts in the future, bye.