Archive for December, 2009

A Solution to Over Priced Ebooks

by Craig Mayhew on Dec.11, 2009, under Reviews/Experience

I’ve noticed a worrying trend. So books are going digital, great! I can supplement my library of books with digital editions that are easier to carry with me everywhere I go and don’t cost the life of a tree. So why charge more for the digital copy than the physical copy? If the paperback industry wants to survive then they are going to need to be smarter than overpricing the ebook editions. For instance, Waterstones charge £1.60 more for the ebook edition of New Moon than the paperback version! This will just force people to pirate digital versions of the book and then the industry will get even less money. A great solution can be taken from the new Star Trek film that comes bundled with a digital version (that can be copied to a smart phone, ipod or similar) when you buy the movie on blu-ray. So why not bundle the ebook version with every paperback copy? The book shop could provide a voucher code with each book where you could log onto a website like www.Meeqi.com and get your digital version of the book for free. Or when you get to the checkout they could simply ask if you would like the digital edition for an additional £2.50. Waterstones would get £2.50 for each voucher they print (which would be £2.49 profit) and the customer would get a fairly priced ebook.

Waterstones charge £1.60 more for the ebook edition of New Moon:
New Moon by Stephenie Meyer costs £5.59 in digital form, but when you buy the paperback version it costs just £3.99. (Prices taken at the time of writing this blog)

Leave a Comment :, , more...

Finding Files in Linux

by Craig Mayhew on Dec.08, 2009, under Linux/Ubuntu

Find “text to find” in files within the current directory

grep -lir "text to find" *

Find “example” in filenames within the current directory

find -name '*example*'

Find a file called “example.txt” within the current directory

find -name 'example.txt'

Find all files larger than 1000k within the current directory

find -name '*' -size +1000k
Leave a Comment : more...

Visit our friends!

A few highly recommended friends...