Another belated update
I’ve been neglecting my poor blog again and I’m sure the hoard that is all of maybe 3 people are clamouring for an update (by which I mean, don’t care).
So what’s been happening in darkliquid-land? Well, knowing my memory, more than I can recall, but the things that immediately come to mind are:
- Failing my 1st driving test
- Buying a car
- Getting back in PHP, primarily WordPress development
- Hacking on C++ code for a minecraft map renderer
- Playing various indie games
- Playing some main stream demos, and enjoying them immensely
- Watching TV and a few films
- Discovering new music, primarily Ugress and side-projects
- Hacking up my laptop’s partitioning scheme
So yeah, I failed my first driving test. It was almost a pass, but I made a really stupid mistake halfway through that killed it. I have my next one on Wednesday and I was looking forwards to it and feeling confident until yesterday, which was one of the crappiest days ever.

Yesterday started off with a pre-test driving session to get some practice in. What was practice turned more into a demonstration to myself of everything I shouldn’t do. Simple manoeuvres took 5+ attempts, I almost got the car T-boned on a roundabout, all sorts of retarded stuff. I have no idea where my head was at, but it certainly wasn’t on driving. Even coming back and parking up, I crossed traffic without indicating, waiting or anything and I know that’s completely wrong. I felt so utterly terrible after that, there was absolutely no redeeming features of that session at all, other than surviving it, which is one step up from getting myself killed in an accident.
Following that, I accidentally deleted about 135GB of data whilst doing something for work and needed to spend time fixing it in yet another example of epic failure.
Since I was on a roll of self-destruction and failure I thought, hey, I already feel shit, I can’t feel any worse so rather than crawl into bed and calling the whole day off as a bad idea, lets see what else I can fuck up, lets go for the record, eh? With that in mind, I decided to resize the partitions on my laptop.
When I’d first set it up, I’d accidentally only allocated 40GB to Win7 and 560GB to Linux. I was using maybe 8GB in my Linux partition so it seemed like a waste, considering Win7 alone without much installed except for all the C++ game development bits was already taking up 30GB. The plan was to shrink the Linux partition and then resize the windows partition to be larger and shuffle everything around. Alas, it is never quite that simple.
Because I am an early adopter/technology masochist I’d formatted my Linux partition as btrfs, for which there is currently no partition resizing support. Also, my Linux and Win7 partitions were not next to each other, so expanding one into the other wasn’t going to happen.
So, my plan changed to imaging my Linux partition, then deleting it, splitting it in half, with one half for Linux and another half for shared files between Linux and Win7. To image it, I used clonezilla, backing it up with partclone to an external USB harddrive. That all went well, so I was happy. I then used a gParted live CD to repartition the disk and then proceeded to go back into clonezilla to reimage the partition.
Except it refused to do so. Clonezilla refused to allow me to image a partition backup of sda6 onto what was now sda7. Hacking around, I essentially renamed the to be called sda7 instead of sda6 and then hit another problem. Since sda6 was 560GB and sda7 was 280GB, it wouldn’t image the backup due to the size difference, even though the image was only 8GB, since it was a backup of only the used part of the partition.
This was getting ridiculous.
So, after looking up various issues and solutions on the internet, I discovered how to run partclone manually to force it restore the image anyway, since clonezilla didn’t offer any facility for doing so through it’s own interface. I had to cat together the 3 sections of the image backup (it had been split into 2GB chunks), pipe that through gzip and then pipe that to partclone.restore with a flag set to tell it to ignore size mismatches. It promptly, much to my shock, started imaging without asking for confirmation at all. Note to self: partclone is a dangerous tool that will trash your disk if make even the slightest mistake.
So, now the image was on the partition, I could even mount it from the clonezilla live CD. Woohoo! But of course, I knew there would be issues. The drive layout was different which would make grub go doo-lally. The entries in the /etc/fstab wouldn’t match up, so the system wouldn’t boot even if grub would work. Before I did anything, I made sure to use the btrf tools to make sure the filesystem was aware of the new extents on the disk, by telling it to expand to the max for the partition (considering only 8GB had been imaged). That seemed happy enough and I saw no problems. I’m not even sure it was necessary, considering it seemed to get the free space calculations right even before I ran that command, but better to be sure I suppose.
Now, on the more modern distros, your /dev is basically empty from start so it’s an arse if you want to chroot into another OS and run things like grub or anything else that needs the block device files for the disks. So, I had to bind mount the clonezilla Live CD /dev onto the mounted Linux install, then chroot, and then mount all the other filesystems, etc into that (/proc, /sys, /boot in my case). Once that was done, I edited the /etc/fstab to be correct – I would have used the drive UUIDs, but it was an arse copying stuff from the blkid command into the fstab file on the console, so I couldn’t be bothered – I can do it later from within the OS when I have a graphical environment. After that, I needed to reinstall and then update the grub config and then reboot.
And finally, after hours and hours of messing around, it was all fixed, working and I had a nice chunk of extra space for sharing stuff between Win7 and Linux. I could boot into Linux or Win7 without any problem. That gave me a nice boost after the horribleness that had been Saturday.
Now, in Win7, I wanted to shift some stuff to the new partition to make space. Namely Steam, especially since I’d succumbed to the special deal offer the other day and brought Red Alert 3 + Uprising for around £7 and 16GB of game data was not going to fit on the main Win7 partition. Annoyingly, Steam has no way of storing games on multiple partitions and while I could use NTFS’ native symbolic linking support to make it use the other drive, considering Win7 doesn’t expose that functionality at all and you have to use a command line tool, I didn’t trust it. Instead, I followed the instructions on the Steam site and moved the whole install to the new drive, which seemed to work perfectly.
I also decided to tweak my Win7 install and theme it using the Maverick Ambience theme dpcdpc11 on deviant art created, so make it as little Windows-y as possible. Hit some issues with that due to the SP1 update breaking the stuff I did last time I enabled custom themes. Had to run sfc /scannow to regen the files and then go through the process again. Now it’s all looking nice. Hurray!
Going back to the topic of games, I’ve been playing the Bulletstorm demo quite a lot. Its immensely fun, completely over-the-top and very tongue-in-cheek, satirising it’s own genre. I’m not normally an FPS fan, but Bulletstorm is everything that is right and fun about FPSes all put in one place. It’s a shame they did some stupid stuff on the PC port – it’s clear they targeted consoles first and the poor PC gamers got a little screwed by silly issues. I’ve been playing the PS3 demo mostly, but had the chance to play an echo on the PC version and it was very fun, even if I didn’t know half the controls.
I’ve also been playing through the Dragon Age II demo on PS3 and likewise, it’s very fun and looks very pretty. The combat system feel a lot more punchier now and I found mages in particular feel a lot more powerful, in the first game they felt very weak.
However, I doubt I’ll be buying either of them for a while, I still have several games on my list to go through and without any free time to play the games, I’m progressing through that list very slowly.
I’ve also been playing Inside A Star-Filled Sky, a cool little indie game that revolves around the concept of infinite recursion and the act of becoming. Each level is the creature that you later become, but also, you can enter other creates, power ups, even yourself and by changing things inside them, change their abilities and attributes back on the outer level when you jump back up. It’s similar in concept to the movie Inception with it’s multiple layers. I’ve also been playing a lot of fake-scrabble on my phone via DroidWords, which seems the best of the lot in that genre and is a very polished little application, far better than the bug-laden monstrosity Words With Friends by the evil company known as Zynga.
Since we’re on the concept of media, let me move onto music and film/tv. I recently discovered the artist Ugress, a Norwegian grungy-electronica one-man setup and I fell in love with his music. It’s absolutely divine. He has several side-projects including Nebular Spool, Ninja 9000 and Shadow of the Beat. What’s especially cool about Ugress is the way he communicates with his fans and really leverages the new digital age. He tries to get on all streaming media platforms, he offers his whole albums for free streamed listening directly on his site and offers some albums directly for download free of charge. The albums he does sell he uses a pay-what-you-want model with a minimum value (sometimes, that minimum is 0). His music and his attitude to the industry is inspiring.
Speaking of which, when I listened to Ruins by Nebular Spool I was captivated. I was instantly catapulted into a state of intense creativity. The album seemed to be the perfect accompaniment to a story I am writing with Archi Teuthis on Protagonize called Neon Bible. I was consumed with the idea of creating a story-focused 2D platform game as a prequel to the story – filling in the blanks of the journey the Priest at the start takes to the city of Eden and covering the hard choices he has to make, telling the story of how the world the game is set in came to be the way it is and challenging the player emotionally and intellectually. I only wish I had the time and skill to create it.
I still have yet to see most films this year. I just don’t go to the cinema. The cinema sucks, mostly because of stupid costs, other people and other things. At home I can pause the film or eat a pizza whilst watching it if I feel like it. Not so at a cinema. I also don’t have to worry about retards ruining it by talking, or if they do, I can at least tell them to shut the fuck up and rewind to hear what I missed. Also, most films haven’t really inspired me enough to go out and pay for. I still want to see Tron: Legacy even though I’m fully expecting to be disappointed but even that is still not worth seeing at the cinema.
Two films I watched recently on the PSN were excellent though. The Other Guys, a Will Farrell film satirising typical buddy-cop action films. Hilarious, clever, deeply sarcastic. Just what I like. I highly recommend it. I also watched Red, the film about retired assassins/agents. Very funny and sweet, the action sequences were amusing in their audacity, but not over done. So many films try so hard to be cool that they don’t realising that trying so hard is what makes them decidedly uncool. Red got it all just right. A friend lent me Despicable Me and I have to say it was dull and uninspiring. I wasn’t really interested in it at all. However, maybe it’s the potential father in me, but I found Margo adorable and the film is worth watching just for her, she is awesome.
![]()
I’ve been getting back into my C++ coding recently by working on extending mcmap, a renderer for minecraft worlds. I’ve been working on adding support for displaying signs on the map (as in the text) and struggling with the coordinate system transforms, but I’ve more or less cracked it now, so it’s on to the more taxing job of extending the renderer to blend text at various positions onto the image. I’m thinking of just not doing that at all and instead storing the text and coordinate data in a text file so you can apply the text later with your own process (which I’ll probably write a Ruby script for). I’ve also been playing with OpenZoom, an open source implementation of Microsoft’s DeepZoom system in Flash which in many ways is superior to Google’s Maps offerings, especially for the task of showing large images rather than actual maps, which suits the output of mcmap much better, since it isn’t really a map in the traditional sense.
I’ve also been brushing up on my PHP again having been digging around in wordpress writing numerous plugins and changing some base functionality of wordpress itself to support various things and add new features for a site at work. I’m definitely not fan of PHP or particularly of wordpress. they are both messy and ugly, but having worked with them for a while now, I’ve been fairly productive; so using wordpress as a CMS framework definitely has its advantages in terms of productivity.
I’ve not been roleplaying much recently. The game our GM is running has ceased to hold any interest for me. I’m not interested in the other players characters, the story (or lack thereof), the settings or the seemingly meaningless jumps from one pointless job to another. Nothing in it seems gripping or interesting or has any meaning to the characters. I’m not even sure why the characters are doing what they are doing, there doesn’t seem to be any clear motivation to the game at all and that’s why I’ve bailed out of it. I think I’m becoming a bit of an Evil Hat fan boy. Their roleplaying games always seem very focused around characters stories, are strongly character-driven, thematic and designed specifically to create group stories. The Fate system as applied in their Dresden files game is fantastic in the way it does group setting and character generation and I hope to run a quick game of A Penny For My Thoughts to get the others to put their toes in the water in regards to that style of collaborative play. I’m bored with the traditional hack’n'slash GM/Player separation – maybe it’s the writer in me, but I want to tell a story, through the medium of a game, not play a game set to a story. The others all come from this more traditional roleplaying background, so it will be interesting to see how they react.
Well, that’s it for now. Maybe it’ll be another 3 months before I update!
eric_the_girl 6:32 pm on March 6, 2011 Permalink
To be honest, I’m on my third driving test and have resorted to taking a Kalms tablet before driving lessons to see if it helps… I had the Potts woman as my examiner last time and couldn’t hack it in the air of disapproval.
Good luck, though! I have my next one on the 16th….
(Plus, they say that you are a better driver if you pass second time than first…)