December 28, 2009
[skip rant]
So I was too late to help Rage Against The Machine prevent another drippy X-Factor Christmas No. 1. But when a friend at work said they’d never heard Killing in The Name Of, I had to download it and somone had told me it was cheap on Amazon.
But what a hassle! Amazon insisted I install software to get the download. While it was good that they offer a linux version (4, actually!) of their downloader, incuding one for ubuntu, there’s no 64bit version. I was really annoyed to have to install amazon’s software on my computer to get what I had paid for, especially as it is proprietary, closed-source, meaning that nobody except amazon has looked at the code to see whether it can be trusted. Amazon will have made sure the code does what they want, but they have little interest (or experience, I would expect) in checking it doesn’t have any adverse affects on anything else I might want to be doing on my computer. I really don’t see the need for it, and I’m going to be looking for another place to buy mp3 downloads.
But, back in the office, I thought just this once, and found helpful instructions on installing on a 64bit system, so I thought I’d share.
But amazon hadn’t finished messing me around, and even after downloading their software, overcoming my conscience, getting it installed, and configuring my browser (!) my one mp3 download was nowhere to be found. I sent a volley of messages out using amazon’s unhelpful help or feedback pages, most ignored and a few answered by robots along the lines of “oh, I see you are stupid, if you click amazon and click spend money, then we consider our service complete.”, eventually I got connected by good old phone with a human. Although a human clearly bound by a tight script and clearly without the official authority to issue apologies, they were able to “increment my download” and finally, about 3 hours after I thought this’ll be 5 minutes’ fun, I had the song.
Anyway, here’s that link again: blog.hyperandy.com/2009/11/25/installing-amazon-mp3-in-ubuntu-karmic-9-10-64bit/
Posted in technical gibberings | No Comments »
November 26, 2009
My old laptop finally died after 7 hard years of service! The laptop is dead. Long live the laptop… [updated 28 Dec 2009]
The good
Xubuntu installed really quickly, absolutely no bugs or crashes. In half an hour my system was liberated and cleansed of that corporate virus called M$ Vista, the 500Gb hard drive was formatted with the new ext4 fs, and lightening-fast, beautiful, simple-yet-flexible xubuntu was up and running (I was once a KDE enthusiast but we went our different ways when they set the path for KDE4/Dolphin).
The Radeon graphics card was immediatly supported (with the open source driver) and although I’ve not done anything to really test its capabilities, it seems fab.
Whether it’s the processor speed or the 4Gb of RAM I don’t know, but intensive tasks are a breeze. I love RawTherapee for processing RAW digital camera images (photos I’ve done with this), and the results of changes are immediate (on my last computer I would have to wait about a second to see the effect of a change).
Read the rest of this entry »
Posted in technical gibberings | 11 Comments »
August 11, 2009
Inkscape is amazing and I love it. But as with all programs that link to files, it suffers when you go and move those files elsewhere, e.g. to a memory stick, or a different computer. The dreaded Linked Image Not Found all over your lovely artwork.

Ug! what happened to my drawing?
The FAQ says to embed all the images, or vectorise (trace) them. Embedding is often not practical if you’re working with high resolution graphics: why should you need to copy your photos, doubling your disc space to use them in your drawing? Tracing them is pretty daft IMO unless you want to achieve that effect because you end up with intensely complicated paths that make your whole drawing (a) massive and (b) slow to render/work with.
So how to fix it?
- Open the .svg file in your favourite text editor.
- Assuming your images are JPEGs, do a search for .jpg
- You’ll see image tags like this
[xml]<image
xlink:href=”file:///path/to/your/photo.jpg”
width=”377.84216″
height=”251.89478″
id=”image3559″
x=”0″
y=”0″
/>
[/xml]
- Edit the xlink:href attribute to either:
- remove the “file:///path/to/your/” bit leaving just “photo.jpg”
If you do this you need to put a copy of each photo.jpg file in the same folder as the inkscape document.
or
- change it to point the correct path
- Repeat for the other occurrences.
- Save the file with a new name, (just in case!)
- Open in inkscape.
Good luck!
Of course you could code it easy enough if you found you were always losing images.
Hope this helps someone.
Tags: design, graphics, inkscape
Posted in technical gibberings | No Comments »
April 18, 2009
I am tracking several remote heads, and I regularly want to fetch them all, then look at where I am in relation to all these using qgit (or gitk if I’m feel like I prefer the old skool styling that day).
git-fetch on its own jus t fetches from the origin. What I want is git-fetch –all but this isn’t an option. Here’s how:
[bash]
cd /path/to/your/repo/git/refs/remotes/
for r in * ; do git fetch "$r" ; done
cd -
[/bash]
I’ve wrapped this up in a script to automate it. Seems odd that it’s not a function in git, but then again I’m quite new to git and so maybe there’s something I’m missing!
Tags: git, version control
Posted in technical gibberings | No Comments »
March 30, 2009

Cadair Idris
A lovely day walking up Cadair Idris, Wales. Amazing weather.
Check out the photos.
And shout out to the open source developers at RawTherapee for making the excellent RAW digital camera image processing program which is fab.
Posted in Uncategorized | No Comments »
March 16, 2009
Oh everything aches!
So I had the day off after working the weekend. I dropped Harvey at nursery after a trip to the playground and headed for the allotment. mayBe’s morning bell text advised being in a garden for a time today, reflecting on the earliest Genesis stories, which seemed to match my plans to go the allotment again.
I dug-over the first plot, got rid of three barrow-loads of weeds/grass. Annoyingly my stupid unreliable Sony-Erricson phone chose to lose my before shot completely. Ah well. I’ve left it mostly (but not entirely) covered up with what cardboard/black plastic we had. The allotment patch, that is, not the phone.
Respect to farmers worldwide, what hard work it is!
Posted in Uncategorized | No Comments »
March 8, 2009
Posted in Uncategorized | 2 Comments »
March 7, 2009
Ok, don’t get too excited, but Katie, Donny, Ocean, Tracey, Harvey and Rich all had a day out and we dug-over the best bit, digging in some manure too. We’ve left the covering off at the mo because the weather’s dry and windy which — we’re told – will dry out the soil, which is apparently a good thing for planting.
We’re going to start some seeds off at home. Peas, courgette, squash. Possibly potatoes and some other bits. Still early days, but we had fun yesterday which seems to be the point for now!
Photos on flickr
Posted in Uncategorized | No Comments »
March 4, 2009
Posted in Harvey | No Comments »
March 3, 2009
Aaargh! Where’s the website gone?
I’ve replaced it with Wordpress because I’m using that on a number of other projects, so I hope it will make it easier to maintain.
Looking for pics of Harvey? They’re on our flickr account.
I’m going to make this pretty soon.
Posted in Uncategorized | No Comments »