Muffinresearch Labs by Stuart Colville

Amazon now offers DRM free mp3s in the UK | Comments (0)

Posted in Music, Tech on 3rd December 2008, 10:31 pm by Stuart

Amazon's mp3 downloader

Amazon’s Mp3 store is now available in the UK which is great news. They seem to have a lot of tracks and albums available and track pricing is variable but seems tio start at the 69p which undercuts Apple’s iTunes music store by quite a bit.

Amazon’s trakcs are DRM free tracks which means that you will always have access to your music. Whereas DRM tracks could become unplayable should the DRM service be switched off in the future. Think it won’t happen? Sadly there’s been several cases of DRM services being shutdown. MSN and Yahoo have both shut-down DRM based services in the past so it’s a big problem potentially. Clearly if Amazon can negotiate their way around the DRM problem companies like Apple should be able to just as well. (Granted apple does have the iTunes Plus tracks which are DRM free but this is a Minor subset of their overall catalogue.)

Album pricing seems to start at around £3.00 which is surprisingly aggressive, and it’s good to see major players like iTunes getting some decent competition. Also right now there seems to be lots of recently released albums available for £3.00 such as the Kings Of Leon album - Only By The Night. Can’t really complain at paying £3.00 for that. It’s £7.99 on the iTunes store.

The bit-rate is 256 kbps and whilst this is ok it would be good to see this upped in the future. Also I’d personally love to see the addition of open lossless formats such as flac. Though I can see that this possibly has a limited audience.

To download the tracks a software downloader is required but crucially this is available for OSX, windows and Linux. Purchasing a track is straight forward enough - a download of a .amz file is triggered which you open with the downloader and it proceeds to download the tracks.

Provided their music catalogue continues to grow to match their CD market I’m pretty sure Amazon’s UK mp3 offering will be a success. And Apple needs to start to wake up to this competition - whilst alternative mp3 services such as 7Digitial might not be widely known to the average Joe - Amazon is well known and anyone who uses amazon is likely to find the mp3 store pretty quickly if they’d not already heard of it.

Post Tools

Dear lazyweb: In-ear headphone recommendations | Comments (1)

Posted in General on 23rd November 2008, 1:56 pm by Stuart

My trusty Senheisser CX300 headphones have given up - one ear has lost volume considerably so I’m in the market for a new set of in-ear headphones? Seeing as everyone and their mother has an ipod these days I’m up for hearing recommendations of what you’re using and why you like them.

I’ve been happy with the CX300’s but I’m probably not going to get another pair of the same, as I found that the rubber parts of them didn’t really fit that well and the size of my ears was somewhere between the smallest and the middle size. Sound quality was pretty good though so I’ll be up for something similar in that department.

Post Tools

Checking tarball contents before extraction | Comments (2)

Posted in Code, Linux/Unix on 10th November 2008, 6:05 pm by Stuart

When you are about to unpack a tarball you didn’t create it’s a good idea to run the -t flag instead of just assuming it’s been packed in a sensible way.

tar -tzf foo.tar.gz

This lists all of the files in the tarball so you can be sure it’s not going to extract to somewhere you didn’t expect.

If you need tar to extract to a different location then you can use the -C flag to tell tar to cd to that directory first and then unpack the contents there.

Post Tools

Inspiring a Sense of Ownership|(0)

Former colleague Mike West talks about how inspiring a team’s sense of ownership around a project is the key to great things happening: http://mikewest.org/2008/11/the-inspiration-of-ownership. Quality stuff.

VMware Server: Convert Fixed Disk-images to Growable|(0)

Quick tip if you ever want to convert from a fixed disk image to an expandable one then the following command should do it:

sudo vmware-vdiskmanager -r source.vmdk -t 0 expandable.vmdk

Just replace “source” and “expandable” with your disk image file names. For more on what vmware-vdiskmanager can do for you type vmware-vdiskmanager -h

Photos on Flickr

© Copyright 2004-08 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.680s.