<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Megatheriums for Breakfast</title>
	
	<link>http://rightwordsoft.com/blogs</link>
	<description>musings from David Grigg</description>
	<lastBuildDate>Tue, 17 Apr 2012 23:03:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/rightwordsoft/ayYm" /><feedburner:info uri="rightwordsoft/ayym" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Password Security Theater 2</title>
		<link>http://feedproxy.google.com/~r/rightwordsoft/ayYm/~3/1m0HcmqlwK8/</link>
		<comments>http://rightwordsoft.com/blogs/2012/04/04/password-security-theater-2/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 12:11:02 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Digital Life]]></category>
		<category><![CDATA[pass-phrase]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://rightwordsoft.com/blogs/?p=2040</guid>
		<description><![CDATA[I&#8217;m still being annoyed by web sites which insist on you having a password which includes upper and lower case characters, numbers and symbols, yet allow stupidly short passwords. As I demonstrated in my original post, longer passwords trump complex passwords every time. Here&#8217;s an actual example of this nonsense.  A few weeks ago I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2042" title="Security" src="http://rightwordsoft.com/blogs/wp-content/uploads/2012/04/iStock_000001398345XSmall.jpg" alt="" width="284" height="423" />I&#8217;m still being annoyed by web sites which insist on you having a password which includes upper and lower case characters, numbers and symbols, yet allow stupidly <em>short</em> passwords.</p>
<p>As I demonstrated in <a href="http://rightwordsoft.com/blogs/2011/04/20/password-security-theater/">my original post</a>, <em>longer</em> passwords trump <em>complex</em> passwords every time.</p>
<p>Here&#8217;s an actual example of this nonsense.  A few weeks ago I was driven crazy again by a web site (which I will not name) which demands a nonsensical approach to password complexity.</p>
<p>Your password has to be at least 6 characters (note this!!).</p>
<p>So I put in a much longer password (15 characters or more), only to have it rejected because it was all lower case!</p>
<p>OK, so I added an uppercase character. Now it was rejected because it didn&#8217;t include a digit!!</p>
<p>OK, so I added four numbers. Now it was rejected because it didn&#8217;t include any punctuation!!!</p>
<p>Bear in mind that we&#8217;re now nearly up to <strong>20 characters</strong> all together, and this stupid web site would have been content with <strong>only 6</strong>, so long as they included upper and lower case, digits, and punctuation.</p>
<p>Listen to me, folks! <em>A 6-digit password is not in the least secure!</em> No matter how many silly kinds of characters you put into it.</p>
<p>A 15 or longer password, even if all in lower or all in uppercase, is far, far, far more secure. And what&#8217;s more, <strong>you can remember it!</strong></p>
<hr />
<p>Thinking about this some more, I came to realize that actually, insisting that a password include upper and lower case characters and at least one digit, in fact <em><strong>decreases</strong></em> (not increases) password security.  And what&#8217;s more I can prove it.</p>
<p>How so? Because it gives additional information to the hacker, that&#8217;s how.</p>
<p>If you have a system which allows <em>but does not mandate</em> upper and lower case letters and digits in passwords, then the number of possible combinations which the hacker has to work through is much, much larger than if that requirement is mandated.</p>
<p>Let&#8217;s take a worked example.  We start with the pathetic 6-character long password the above site wanted, to keep the numbers manageable. We&#8217;ll also ignore the use of punctuation symbols for the time being.</p>
<p>If upper and lower case and digits are allowed, then there are 26 x 2 (upper + lower case letters) + 10 (numerals) = 62 possible tokens.  For a password length of 6, that means that in each of the six character positions there can be any of the 62 tokens, so the total number of combinations is 62 raised to the power of 6 (62 x 62 x 62 x 62 x 62 x 62) .  Wolfram Alpha tells me that is nearly 57 billion possible combinations.</p>
<p>Now consider sites which <em>mandate</em> (insist upon) the use of at least one uppercase letter, at least one lowercase letter and at least one digit.  Hackers now <em>know for certain</em> that any password the site accepts must be structured like this.  This clearly reduces the number of possible combinations. By how much? Well, if there must be at least one uppercase letter, then one of the character positions only has 26 possible variants, not 62.  Same for the required lowercase letter. Worst of all is the digit &#8211; that means the hacker knows that one of the character positions only has 10 possible variants, not 62.  So the number of combinations must be only (26 x 26 x 10 x 62 x 62 x 62).  This is a mere 1.6 billion. Compared with 57 billion for a site which didn&#8217;t mandate.</p>
<p>1.6 billion combinations would be a doddle for automated hacking tools to crack by testing each combination in turn.</p>
<p>Hence, the insistence on fancy combinations of characters has made the hacker&#8217;s job some 35 times easier (or put another way, means that the hacker can crack the password in less than 3% of the time) than if the web site had not mandated how the password was structured.  How&#8217;s that for a perverse result?</p>
<p>All of this is true with longer passwords, but it&#8217;s the acceptance of short passwords is the real killer. In my view, the minimum length should be at least 12 characters.</p>
<p>Please, web site managers, come to your senses and insist on long passwords or pass-phrases, and allow them to be all upper or all lowercase or whatever, so that they can be easy for people to remember. A pass-phrase like &#8216;allmyfriendsaregettingmarried&#8217; is way, way, way more secure than &#8217;3k5&amp;1w&#8217; .</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/rightwordsoft/ayYm/~4/1m0HcmqlwK8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rightwordsoft.com/blogs/2012/04/04/password-security-theater-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rightwordsoft.com/blogs/2012/04/04/password-security-theater-2/</feedburner:origLink></item>
		<item>
		<title>The Narratorium</title>
		<link>http://feedproxy.google.com/~r/rightwordsoft/ayYm/~3/UEM-Udupy4Y/</link>
		<comments>http://rightwordsoft.com/blogs/2012/03/15/the-narratorium/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 08:47:25 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://rightwordsoft.com/blogs/?p=2031</guid>
		<description><![CDATA[I&#8217;ve just started a new venture, a new web site dedicated to publishing short original fiction for free. It&#8217;s called The Narratorium, and here&#8217;s some more information about it: &#160; What is The Narratorium all about? The Narratorium is primarily aimed at readers.  We want to provide you with an enjoyable place to come and read selected [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-2032" title="TwitterLogo" src="http://rightwordsoft.com/blogs/wp-content/uploads/2012/03/TwitterLogo-150x150.png" alt="" width="100" height="100" />I&#8217;ve just started a new venture, a new web site dedicated to publishing short original fiction for free.</p>
<p>It&#8217;s called <a href="http://narratorium.com">The Narratorium</a>, and here&#8217;s some more information about it:</p>
<p>&nbsp;</p>
<blockquote>
<h3>What is The Narratorium all about?</h3>
<p><strong>The Narratorium</strong> is primarily aimed at <em>readers</em>.  We want to provide you with an enjoyable place to come and read selected stories, free of charge. We aim to publish at least two or three original items each and every week.  The stories we post here will be <em>curated</em>, selected by ourselves for readability and storytelling value.  You can think of it as a free online fiction magazine with a small group of editors, who are also authors.</p>
<p>The stories you&#8217;ll see here will certainly reflect our own specific taste and writing styles, and if you don&#8217;t like our taste or style, you&#8217;ll have to go elsewhere.  If you do like what we write, however, we hope that you&#8217;ll keep coming back.  Follow us on your favorite social network and we&#8217;ll keep you informed of every new piece we post.</p></blockquote>
<p>Please <a href="http://narratorium.com">come and visit</a>!</p>
<img src="http://feeds.feedburner.com/~r/rightwordsoft/ayYm/~4/UEM-Udupy4Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rightwordsoft.com/blogs/2012/03/15/the-narratorium/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rightwordsoft.com/blogs/2012/03/15/the-narratorium/</feedburner:origLink></item>
		<item>
		<title>Fiction: Heart of Oak</title>
		<link>http://feedproxy.google.com/~r/rightwordsoft/ayYm/~3/RtnYJfV6LBQ/</link>
		<comments>http://rightwordsoft.com/blogs/2012/02/20/fiction-heart-of-oak/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 09:10:57 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Writing]]></category>
		<category><![CDATA[Fiction]]></category>
		<category><![CDATA[flash fiction]]></category>
		<category><![CDATA[Google+]]></category>

		<guid isPermaLink="false">http://rightwordsoft.com/blogs/?p=2005</guid>
		<description><![CDATA[Please note! This story has now been moved to my new venture The Narratorium.  Please come and visit us there, we&#8217;ll be publishing at least two or three new pieces of fiction or other narrative every week. &#160;]]></description>
			<content:encoded><![CDATA[<h2>Please note!</h2>
<p>This story has now been moved to my new venture <a href="http://narratorium.com">The Narratorium</a>.  Please come and visit us there, we&#8217;ll be publishing at least two or three new pieces of fiction or other narrative every week.</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/rightwordsoft/ayYm/~4/RtnYJfV6LBQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rightwordsoft.com/blogs/2012/02/20/fiction-heart-of-oak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rightwordsoft.com/blogs/2012/02/20/fiction-heart-of-oak/</feedburner:origLink></item>
		<item>
		<title>Free e-story now available</title>
		<link>http://feedproxy.google.com/~r/rightwordsoft/ayYm/~3/FG4EmMqpuWQ/</link>
		<comments>http://rightwordsoft.com/blogs/2012/01/22/free-e-story-now-available/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 22:34:42 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Writing]]></category>
		<category><![CDATA[creative writing]]></category>
		<category><![CDATA[e-book]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[sf]]></category>
		<category><![CDATA[short stories]]></category>
		<category><![CDATA[short story]]></category>

		<guid isPermaLink="false">http://rightwordsoft.com/blogs/?p=1962</guid>
		<description><![CDATA[Just a quick note to say that I have just released one of my stories as a free e-book. It is formatted to be suitable for reading in iBooks or any other e-reader which can access the ePub format.  PDF and mobi (Kindle) versions are also available. Titled Paradise Lost, the story deals with Ellie, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rightword.com.au/products/ebooks"><img class="alignleft size-full wp-image-1964" title="Paradise Lost" src="http://rightwordsoft.com/blogs/wp-content/uploads/2012/01/ParadiseLostCover_small.jpg" alt="" width="200" height="265" /></a>Just a quick note to say that I have just released <a href="http://rightword.com.au/products/ebooks">one of my stories</a> as a free e-book. It is formatted to be suitable for reading in iBooks or any other e-reader which can access the ePub format.  PDF and mobi (Kindle) versions are also available.</p>
<p>Titled <em>Paradise Lost</em>, the story deals with Ellie, who in fleeing the collapse of civilization has found herself facing a terrible choice.</p>
<p><a href="http://rightword.com.au/products/ebooks">Click here to select your format and download the story</a>.</p>
<img src="http://feeds.feedburner.com/~r/rightwordsoft/ayYm/~4/FG4EmMqpuWQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rightwordsoft.com/blogs/2012/01/22/free-e-story-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rightwordsoft.com/blogs/2012/01/22/free-e-story-now-available/</feedburner:origLink></item>
		<item>
		<title>Fiction: At the End of His Tether</title>
		<link>http://feedproxy.google.com/~r/rightwordsoft/ayYm/~3/JpPsH0R6dtw/</link>
		<comments>http://rightwordsoft.com/blogs/2011/11/01/the-dog-and-the-rope/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 09:39:43 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Writing]]></category>
		<category><![CDATA[flash fiction]]></category>
		<category><![CDATA[Google+]]></category>

		<guid isPermaLink="false">http://rightwordsoft.com/blogs/?p=1580</guid>
		<description><![CDATA[UPDATE! I&#8217;m now publishing short stories and other narratives on a regular basis on my new web site, The Narratorium.  Free to read, no advertisements. Please visit! This is the first story I wrote for the first day of a Google+ project as part of National Novel Writing Month during November 2011.  I&#8217;m not competing [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE!</strong></p>
<p>I&#8217;m now publishing short stories and other narratives on a regular basis on my new web site, <a href="http://narratorium.com">The Narratorium</a>.  Free to read, no advertisements. Please visit!</p>
<hr />
<p><em>This is the first story I wrote for the first day of a Google+ project as part of National Novel Writing Month during November 2011.  I&#8217;m not competing in the major event, but this subsidiary event organized by <a href="https://plus.google.com/117580925821727692155/posts">Becky Raymond</a> challenges writers to write a short piece of fiction each day, based on a stimulus photograph or image.  It&#8217;s called the  <strong>G+ Flash Fiction Project.</strong></em></p>
<p><em>Anyway, this is what I wrote based on this image below.  The photo is by <a href="https://plus.google.com/113107253403679023320/posts">Evelyn Lamprey</a>:</em></p>
<p>&nbsp;</p>
<p><img class="aligncenter size-thumbnail wp-image-1581" title="Photo by Evelyn Lamprey" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/11/Day-1-Evelyn-Lamprey-150x150.jpg" alt="Photo by Evelyn Lamprey" width="150" height="150" /></p>
<p><em>This is a work of fiction. All characters appearing in this work are fictitious. Any resemblance to real persons, living or dead, is purely coincidental.</em></p>
<p><span id="more-1580"></span></p>
<h2>At the End of His Tether</h2>
<p>He&#8217;d left a note, of course.  It was quite brief, but at the end he&#8217;d asked his neighbor &#8211; begged her, really &#8211; to look after Sally.  Mrs Donovan loved dogs, had two of her own.  Sally would fit right in.  He didn&#8217;t have to worry about that at least.</p>
<p>He&#8217;d bought the rope at the hardware store in Hannover Street, twelve feet should be more than enough. The clerk hadn&#8217;t asked him any questions. No reason she should, really. He wasn&#8217;t a regular there, didn&#8217;t do much in the way of home maintenance.</p>
<p>Back home, in his kitchen, he tried to tie a proper hangman&#8217;s knot.  He&#8217;d looked it up on the Internet, actually.  Amazing what you could find out on the Internet. Except for a reason to go on living, of course.  You could Google that phrase, but all that came back was the predictable religious-oriented hogwash, 200,000 or more hits. Empty, meaningless, like his life.</p>
<p>Except for Sally, that is. She&#8217;d kept him going longer than he&#8217;d thought possible after Jenny had died.  But there were limits on how much comfort a dog&#8217;s companionship could give you.  And now he&#8217;d reached that limit.</p>
<p>The knot was tied.  He&#8217;d made a bit of a mess of it, really.  It didn&#8217;t look much like the drawing he&#8217;d found online.  Typical of how he&#8217;d botched most things in his life. Still, the loop moved freely enough. It would do.</p>
<p>Sally was in her basket in the corner, looking up at him eagerly.  She probably thought he was going to take her out for a walk.  &#8220;Not tonight, sweetheart.&#8221;  Never again, actually.  Not that Sally knew that, of course.  Although now she was whining and looking at him, staring deeply at him.  She knew something was wrong.</p>
<p>He should put her outside, but it was cold out there and in a while it would be getting dark.  And she&#8217;d have to stay out there all night, maybe longer. Who could tell how long it would be before they found him and Mrs Donovan read the note? But if he left her inside&#8230; That could be worse.  What if it took a week? Mrs Donovan might notice after a while that she hadn&#8217;t seen him, but surely not straight away.</p>
<p>He hadn&#8217;t thought things through, obviously. He&#8217;d been too wound up in his own misery, he&#8217;d only been able to focus on his one mission, a way to bring it all to an end.</p>
<p>Sally whined again.  In a sudden rush of resolution, he hardened his heart, stood up with the rope, and stepped through the door into the lounge room, closing it behind him firmly before Sally could follow him.  In the lounge room was the angled ceiling which followed the shape of the roof.  At intervals where the cross-beams ran there was space between the cedar beams and the ceiling itself, enough room to fit the rope.  He&#8217;d been staring at those gaps for weeks, thinking about it.  This was where he was going to do it.  He stood up on the table and threaded the free end of the rope through.</p>
<p>Sally started to bark, and was leaping up at the door from the kitchen.  She&#8217;d never done that before.  He tried to close his mind to the sound, but it didn&#8217;t work.</p>
<p>Suddenly, standing there stupidly on the table, the noose dangling from his hand, he found he couldn&#8217;t shut out thoughts about what would happen to Sally without him.  Would Mrs Donovan really take her in? She was on a pension, he knew. Feeding an extra dog might be too much.</p>
<p>She&#8217;s just a stupid dog, he thought savagely to himself.  What does it matter if she&#8217;s taken to the pound, given away to some cruel stranger, or put down? Just a damn dog!  A damn dog! She doesn&#8217;t matter.  But then, but then&#8230;</p>
<p>The barking was frantic now. She loves you, he thought.  There&#8217;s still one creature in the world who you matter to, who values your life. And she does matter. She matters a lot.</p>
<p>He stood there on the table for a long, long time.  After a while he dropped the noose and climbed foolishly down.</p>
<p>He opened the kitchen door.  &#8220;Come on, girl,&#8221; he said in a husky voice he could hardly identify as his own.  &#8220;Let&#8217;s go for a walk.&#8221;</p>
<p style="text-align: right;"><strong> by David Grigg.</strong></p>
<p><strong>(C) Copyright David R. Grigg 2011.  All rights reserved.</strong></p>
<p>&nbsp;</p>
<p><em><em>If you liked this story, please visit <a href="http://rightword.com.au/products/ebooks" target="_blank">this page</a> to find more of my fiction.</em></em></p>
<img src="http://feeds.feedburner.com/~r/rightwordsoft/ayYm/~4/JpPsH0R6dtw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rightwordsoft.com/blogs/2011/11/01/the-dog-and-the-rope/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rightwordsoft.com/blogs/2011/11/01/the-dog-and-the-rope/</feedburner:origLink></item>
		<item>
		<title>Will our grandchildren stumble upon treasures?</title>
		<link>http://feedproxy.google.com/~r/rightwordsoft/ayYm/~3/lOufXhDaexE/</link>
		<comments>http://rightwordsoft.com/blogs/2011/09/03/will-our-grandchildren-stumble-upon-treasures/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 06:27:53 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Reading]]></category>
		<category><![CDATA[discoverability]]></category>
		<category><![CDATA[grandchildren]]></category>

		<guid isPermaLink="false">http://rightwordsoft.com/blogs/?p=1556</guid>
		<description><![CDATA[There&#8217;s a lot to love about e-books.  Lower cost. Portability.  Instant availability.  No need for physical bookshelves. Easily disposed of. I celebrate all of these aspects.  But in the longer run, I do have some major concerns about a world in which printed books have been almost completely replaced by e-books. My biggest worry is about [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/09/iStock_000005240547XSmall.jpg"><img src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/09/iStock_000005240547XSmall.jpg" alt="Gold bars" title="Gold bars" width="300" height="225" class="alignright size-full wp-image-1557" /></a>There&#8217;s a lot to love about e-books.  Lower cost. Portability.  Instant availability.  No need for physical bookshelves. Easily disposed of.</p>
<p>I celebrate all of these aspects.  But in the longer run, I do have some major concerns about a world in which printed books have been almost completely replaced by e-books. My biggest worry is about whether our grandchildren and their children will ever be able to stumble upon treasured books in the way that I, and many generations before me, have always been able to do.</p>
<p><span id="more-1556"></span>What do I mean by &#8216;stumble upon&#8217;? Well, the visual image is clear &#8211; you are walking down the street and you are tripped up by something lying on the footpath.  You examine it, and find that it is a bar of gold.  You have unexpectedly stumbled upon a treasure.  You didn&#8217;t set out that morning to look for gold bars, you didn&#8217;t contact all of your friends on Facebook to ask them where you were most likely to locate a gold bar, you didn&#8217;t do a Google search for maps of likely gold bar locations.  Nope, you were just walking down the street and &#8211; whoops! &#8211; well, look at that!  Can you imagine the delight you would feel?</p>
<p>It&#8217;s this kind of happy accidental find which I fear will no longer be possible in the realm of books in the future.</p>
<p>Apart from a &#8216;shop window&#8217; promoting the latest best-sellers, all on-line book stores rely on the customer carrying out a search.  And the problem with searching is that you need to know what you are looking for before you start.  The latest Michael Connelly or Nora Roberts?  No problem.  The top-selling SF novel this year? Easy.  But what are we to do with a query like &#8220;I just want a really good read&#8221;? Or &#8220;I want to discover an author whose books I&#8217;m going to love for the rest of my life&#8221; ?  Or &#8220;Give me a book in a genre I&#8217;ve never before thought about trying&#8221; ?</p>
<p>In my case, throughout my life, the answers to these kinds of questions have come about as the result of accidentally stumbling upon great books.</p>
<p>Here are a few examples that come to mind:</p>
<p><a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/09/treasure_covers.png"><img src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/09/treasure_covers.png" alt="treasure_covers" title="treasure_covers" width="600" height="140" class="aligncenter size-full wp-image-1558" /></a></p>
<ul>
<li>In the children&#8217;s lending library, at age 10, coming upon an interesting-looking volume called <em>The Story of the Amulet</em>; reading it with delight and only then discovering that it was the third in a series by its author E.Nesbit.  Going back and borrowing every book by that author which I could find.</li>
<li>At home, hunting through my father&#8217;s modest collection of books, pulling out <em>A Princess of Mars</em> by Edgar Rice Burroughs and asking if I could read it, so discovering a life-long love of science fiction.</li>
<li>In my early teens, finally allowed into the adult lending library, spotting a yellow-jacketed Gollancz SF novel called <em>The City and the Stars</em> by someone called Arthur C. Clarke, and having my mind blown away by an imagination leagues ahead of anything I had encountered before.</li>
<li>Being given a tattered paperback by one of my father&#8217;s work friends: <em>Earth Abides</em> by George R. Stewart. So far as I can recall, this was the first adult book I had ever owned, the founding stone of my collection of nearly 3,000 books.  I still have it.</li>
<li>In my later teens, at the school library, borrowing a volume called <em>The Daughter of Time</em> by Josephine Tey, thinking it was science fiction, and instead discovering a fascinating historical story, awakening a  new and life-long interest in English history as a result.</li>
<li>As an adult, picking up a book on a remainder table called <em>And Always a Detective</em> by R.F.Stewart.  It&#8217;s a history of detective fiction, and it spends a lot of time on someone called Wilkie Collins, whose novel <em>The Moonstone</em> (1868) is regarded as the precursor of the genre.  Going on to buy a copy of the latter. Falling in love with Collins&#8217; work, becoming a huge fan.</li>
<li>At a friend&#8217;s house, picking up a copy of <em>The Game of Kings</em> by Dorothy Dunnett.  &#8221;Yes, yes,&#8221; said the friend, &#8220;borrow it, you must read it!&#8221;.  Becoming besotted by this series of six historical novels.  Now, if asked what my favorite books of all time are, I point to this series.</li>
</ul>
<p>It&#8217;s these kinds of discovery experiences which I fear may no longer be possible for our grandchildren in the brave new world of e-books.</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/rightwordsoft/ayYm/~4/lOufXhDaexE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rightwordsoft.com/blogs/2011/09/03/will-our-grandchildren-stumble-upon-treasures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rightwordsoft.com/blogs/2011/09/03/will-our-grandchildren-stumble-upon-treasures/</feedburner:origLink></item>
		<item>
		<title>The beauty and burden of books</title>
		<link>http://feedproxy.google.com/~r/rightwordsoft/ayYm/~3/aJSrg7fSVBY/</link>
		<comments>http://rightwordsoft.com/blogs/2011/08/16/the-beauty-and-burden-of-books/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 07:58:07 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Blasts From the Past]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[burden]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">http://rightwordsoft.com/blogs/?p=1548</guid>
		<description><![CDATA[After spending quite some time over the last weeks in looking at e-readers, and doing a lot of talking about digital publishing in general, I thought it would be amusing and relevant to reprint this article I originally wrote nearly 20 years ago, talking about my love for hardcopy books and the problems it caused [...]]]></description>
			<content:encoded><![CDATA[<p><em>After spending quite some time over the last weeks in looking at e-readers, and doing a lot of talking about digital publishing in general, I thought it would be amusing and relevant to reprint this article I originally wrote nearly 20 years ago, talking about my love for hardcopy books and the problems it caused me. Particularly interesting (and in the event, quite wrong) are my speculations about the likelihood of electronic books.<span id="more-1548"></span></em><br />
<a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/08/bookpile.jpg"><img class="alignright size-full wp-image-1550" title="bookpile" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/08/bookpile.jpg" alt="bookpile" width="273" height="440" /></a></p>
<h3>The Beauty and Burden of Books</h3>
<p><em>(First published in September 1992)</em><span class="Apple-style-span" style="font-size: 13px; font-weight: normal;"> </span></p>
<p>There&#8217;s no doubt about it. I have too many books.</p>
<p><em>Too many</em> is defined as: more books than I have shelf space for. My wife and I have instituted a very sensible rule which says that I&#8217;m not allowed to put up any more bookshelves; and I&#8217;m not allowed to buy any more books unless there is shelf space for them.</p>
<p>What this means is that I have to constantly cull my existing collection to get rid of the books that I don&#8217;t consider essential, to make room for any new ones.</p>
<p>And when I do this every few months (when my attempts to squash another new book on a shelf has resulted in a cascade over the side), I keep coming back to the basic philosophy of why I like to own books. My wife asks from time to time about a new purchase: &#8220;Couldn&#8217;t you get it from the library?&#8221;. Well, in some cases I could, but dammit, I want to <em>own</em> the book. But why? What are the reasons we want to possess books and keep them near us?</p>
<p>To read, yes. I don&#8217;t ever buy a book I don&#8217;t think I am going to read. I&#8217;m not a collector of first editions or of art books. If I buy a book, it is because I&#8217;d like to read it. Nevertheless, I calculate that I&#8217;ve only read about 60% of my collection. Out of a total of some 2,500 books, that means that I own some 1,000 books I <em>haven&#8217;t</em> read. Good grief! Will I ever read all of those books? Highly unlikely. And yet I still buy new books.</p>
<p>But why keep a book once I have read it? To <em>re-</em>read, of course. I love re-reading favourite books. I especially re-read a lot when my mind is at a low ebb. Re-reading is enjoyable because you know there aren&#8217;t going to be any unpleasant surprises!</p>
<p>And I do like to have reference books. I love to be able to look something up, either from casual interest, or because of a crossword or a competition in a newspaper, or to help my daughter with her homework. It peeves me no end if I can&#8217;t find the answer to some question in my own library.</p>
<p>Why else do I like to own books? I think a large part of it is just the sheer aesthetic pleasure of books. A well-made book is a beautiful thing to look at and handle. And rows of books generally look wonderful on the shelves, full of variety and interest. Despite my passion for computers, I can&#8217;t imagine electronic versions ever totally replacing the traditional book. There&#8217;s too much of a sensual pleasure in holding a book, feeling its weight and the texture of the cover under one&#8217;s fingers, turn ing the pages and being able to see at a glance how far you are from the end. In a very real sense, the technology of the printed book, the brilliantly appropriate techniques crafted and honed over nearly two thousand years, will take a lot of beating. Only when a computer version looks, feels and works like a book will there be substantial replacement of works printed in the traditional way.</p>
<p>But there is one dreaded aspect of books, and that is moving them. The volume and weight of numbers of books, once you take them down from the shelves, is simply astonishing. You can look up at a row of books on the shelves and think that you&#8217;ll easily fit them into a few cardboard boxes; but then when you try to do it, you find that you have filled all your boxes to the point where they are too heavy to lift, and you&#8217;ve only cleared half a shelf.</p>
<p>It&#8217;s also true that books have very little resale value. It makes me almost ill to see school fetes or markets selling hardback books for as little as 10 or 20 cents. To me, this devalues the worth and dignity of books.</p>
<p>Despite all that, I still love to own books, and I&#8217;ll certainly keep on buying them. I think perhaps half of the pleasure is browsing in a bookstore and finding a new treasure: a book long-sought-for, or a new volume dealing with a subject I&#8217;m really interested in.</p>
<p>Melbourne is reasonably well served with bookstores, but the best bookstores I&#8217;ve been to in Australia have been in Sydney, where they seem able to support quite specialist and academic bookstores like Abbeys. Their bookstores seem also to be much bigger: there&#8217;s nowhere in Melbourne as big as the Sydney Angus &amp; Robertsons or their Dymock&#8217;s.</p>
<p>But when, clutching my new treasure, I get home and look up at the shelves, there&#8217;s that dreaded sinking feeling as I think:</p>
<p>&#8220;Now where is <em>this</em> going to fit&#8230;?&#8221;</p>
<img src="http://feeds.feedburner.com/~r/rightwordsoft/ayYm/~4/aJSrg7fSVBY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rightwordsoft.com/blogs/2011/08/16/the-beauty-and-burden-of-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rightwordsoft.com/blogs/2011/08/16/the-beauty-and-burden-of-books/</feedburner:origLink></item>
		<item>
		<title>Reading in the Cloud – yet another e-reader</title>
		<link>http://feedproxy.google.com/~r/rightwordsoft/ayYm/~3/gmcAHEAY4jM/</link>
		<comments>http://rightwordsoft.com/blogs/2011/08/13/reading-in-the-cloud-yet-another-e-reader/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 02:56:25 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Digital Life]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://rightwordsoft.com/blogs/?p=1515</guid>
		<description><![CDATA[Just as I&#8217;d finished my survey of nine different e-reader apps for the iPad, here comes Amazon with another e-reader &#8211; the Kindle Cloud Reader. Apple has recently been cracking down on iPhone and iPad apps selling content.  Basically, Apple wants a 30% cut of any revenue made through in-app purchases, a figure so high [...]]]></description>
			<content:encoded><![CDATA[<p>Just as I&#8217;d finished <a href="http://rightwordsoft.com/blogs/2011/07/17/one-book-nine-e-reader-apps-introduction/">my survey</a> of nine different e-reader apps for the iPad, here comes Amazon with another e-reader &#8211; the Kindle Cloud Reader.</p>
<p>Apple has recently been cracking down on iPhone and iPad apps selling content.  Basically, Apple wants a 30% cut of any revenue made through in-app purchases, a figure so high as to wipe out all of the profits of companies who are retailing such content, such as e-book retailers.  If they refuse to pay Apple that cut, Apple forces those retailers to remove, not only any mechanism for in-app purchases, not only any link to a web site where such purchases could be made, but <a href="http://quatermain.tumblr.com/post/8045895465/my-review-of-the-kobo-app">even any mention</a> of such a web site.  Personally, I think this is totally unreasonable.<span id="more-1515"></span></p>
<p>Amazon complied with Apple&#8217;s rules and removed such links from its Kindle iPad app.  But now it has released <a href="https://read.amazon.com">a web page</a> (rather a web <em>app</em>) for reading Kindle books, which completely avoids Apple&#8217;s restrictions and restores the &#8216;Shop in the Kindle Store&#8217; button.  The web app is entirely written in javascript and HTML5, and is very impressive.  You have to log in and click a button tell the iPad to give the web app some more storage, but that simple process over, you are in.  If you create a home page bookmark for the web page, it feels almost entirely like a native iPad app.  Here&#8217;s what it looks like:</p>
<p><a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/08/Photo-13-08-11-12-20-06-PM.png"><img class="aligncenter size-medium wp-image-1517" title="Amazon's Cloud Reader" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/08/Photo-13-08-11-12-20-06-PM-375x500.png" alt="Amazon's Cloud Reader" width="375" height="500" /></a></p>
<p>All of your Kindle purchases are visible in the Library view of the cloud-based app, and starting to read one of your books is as simple as touching its cover.  The app downloads the whole book, it appears, and it is then available to read even when you are offline.  Using it to read a book is almost identical to using the native app, with clean page turn animation (a simple slide).  All of this is very impressive, is a great demonstration of the power of HTML5 and resolves most of the concerns I had about web-based readers.  Impressive as it is, however, it does omit many of the better features of the native Kindle app such as search, dictionary look-up, annotations, and so on.  I presume this is because there is currently no way to pick up an event when the user holds down their finger over a particular word.</p>
<p>Amazon is clearly sticking out its tongue at Apple here to demonstrate that Apple really can&#8217;t control the purchasing process.</p>
<p>But I really find myself wondering just who exactly the cloud-based app is designed for. Why would I, or anyone, use this version of the app rather than the native Kindle app on an iPad?  Just so that we can have the joy of clicking on the Kindle Store button?  It was never a great inconvenience to me to simply use Safari to go to the Amazon site and make my selection that way.  As soon as Apple enforced its rules and Amazon removed the &#8216;Shop in the Kindle Store&#8217; button, I created a bookmark to the Kindle Store on my home page.  No big deal.  I&#8217;d rather have the greater power of the native app, and I really hope Amazon don&#8217;t decide to remove it altogether.</p>
<p><a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/08/Amazon_icons.png"><img class="aligncenter size-medium wp-image-1518" title="Amazon icons" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/08/Amazon_icons-500x206.png" alt="Amazon icons" width="500" height="206" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/rightwordsoft/ayYm/~4/gmcAHEAY4jM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rightwordsoft.com/blogs/2011/08/13/reading-in-the-cloud-yet-another-e-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rightwordsoft.com/blogs/2011/08/13/reading-in-the-cloud-yet-another-e-reader/</feedburner:origLink></item>
		<item>
		<title>One book, nine e-reader apps – Part 11</title>
		<link>http://feedproxy.google.com/~r/rightwordsoft/ayYm/~3/ChTzygocT7Y/</link>
		<comments>http://rightwordsoft.com/blogs/2011/08/02/one-book-nine-e-reader-apps-part-11/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 05:55:35 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Digital Life]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[adept]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Adobe Digital Editions]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bluefire]]></category>
		<category><![CDATA[calibre]]></category>
		<category><![CDATA[e-readers]]></category>
		<category><![CDATA[goodreader]]></category>
		<category><![CDATA[iBooks]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[kobo]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[stanza]]></category>

		<guid isPermaLink="false">http://rightwordsoft.com/blogs/?p=1491</guid>
		<description><![CDATA[         Summary and Conclusions It&#8217;s been quite exhausting looking at and writing about these nine e-reader applications, but now I&#8217;m ready to draw my thoughts together. I think my major conclusion is that there is no one perfect e-reader app, and further, that the best e-reader to use depends on what you are reading. For [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1154" title="islands_icon_png" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/islands_icon_png.png" alt="" width="80" height="80" /> <img class="alignnone size-full wp-image-1151" title="iBooks_icon" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/iBooks_icon.png" alt="" width="80" height="80" /> <img class="alignnone size-full wp-image-1150" title="iBooks_icon_PDF" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/iBooks_icon_PDF.png" alt="" width="80" height="80" /> <img class="alignnone size-full wp-image-1152" title="Kindle_icon" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Kindle_icon.png" alt="" width="80" height="80" /><img class="alignnone size-full wp-image-1155" title="Kobo_icon" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Kobo_icon.png" alt="" width="80" height="80" /><br />
<img class="alignnone size-full wp-image-1149" title="Bluefire_icon" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Bluefire_icon.png" alt="" width="80" height="80" /> <img class="alignnone size-full wp-image-1147" title="Stanza_icon" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Stanza_icon.png" alt="" width="80" height="80" /> <img class="alignnone size-full wp-image-1148" title="Goodreader_icon" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Goodreader_icon.png" alt="" width="80" height="80" /> <img class="alignnone size-full wp-image-1153" title="Calibre_icon" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Calibre_icon.png" alt="" width="80" height="80" /> <img class="alignnone size-full wp-image-1156" title="adobe_icon" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/adobe_icon.png" alt="" width="80" height="80" /></p>
<h3>Summary and Conclusions</h3>
<p>It&#8217;s been quite exhausting looking at and writing about these nine e-reader applications, but now I&#8217;m ready to draw my thoughts together. I think my major conclusion is that there is no one perfect e-reader app, and further, that the best e-reader to use depends on what you are reading.</p>
<p><span id="more-1491"></span>For my taste, there&#8217;s no question that if I am reading a novel I would prefer to do it with Apple&#8217;s iBooks app. It&#8217;s by far the most comfortable and well-featured, and its page numbering system gives me a real and natural feel of where I am in the book. But the faux hard-cover book decoration becomes annoying after a while, and I would prefer to be able to see a clean white page and not pretend that I&#8217;m using something that I am not. This unnecessary nonsense is particularly inappropriate when one is reading a text-book or reference work, and it does reduce the amount of text you can see at a reasonable font size.</p>
<p>I also greatly dislike iBooks&#8217; PDF mode, and would far prefer to use a dedicated PDF reader like GoodReader for reading office-type documents in PDF format.</p>
<p>When it comes to textbooks or reference works, I would prefer using Bluefire Reader, I think. And I would also use Bluefire in preference to the other apps I have discussed, should I be unable to use iBooks for some reason.</p>
<p>The one e-reader application I would go out of my way to avoid: Adobe Digital Editions on the desktop.  It&#8217;s simply terrible to use and ugly to look at.</p>
<p><strong>None</strong> of the apps I looked at would let you set layout options, font, and font-size on a per-book basis. I&#8217;m still waiting and hoping for someone to introduce this feature. It&#8217;s not a big ask, surely, just a small amount of data to be stored with each book, in just the same way that these applications store metadata such as title and author on a per-book basis.</p>
<h4>The Elephant in the Room</h4>
<p>But there&#8217;s an elephant in the room which I have been ignoring up until now.  And that is that which e-reader you use is likely to be forced on you by where you bought a particular e-book.  I&#8217;ve been able to ignore this very important issue up until now because I have been looking just at one book to which I own the rights, (my collection of SF stories <a href="http://www.amazon.com/gp/product/B0053185SA/ref=as_li_tf_tl?ie=UTF8&amp;tag=grilledpterod-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=B0053185SA">Islands</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=grilledpterod-20&amp;l=as2&amp;o=1&amp;a=B0053185SA&amp;camp=217145&amp;creative=399373" alt="" width="1" height="1" border="0" />). This has enabled me to compare the same book in different e-readers without having to purchase, say, the iBooks version, the Kindle version, the Kobo Books version, and so on.</p>
<p>But, short of using suspect software to remove the digital rights management (DRM) from a particular book, the average iPad user is going to be stuck with having to use the appropriate reader app associated with the store where they bought the book.  For example, I bought <a href="http://www.amazon.com/gp/product/B00486UA5W/ref=as_li_tf_tl?ie=UTF8&amp;tag=grilledpterod-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=B00486UA5W">The Attenbury Emeralds</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=grilledpterod-20&amp;l=as2&amp;o=1&amp;a=B00486UA5W&amp;camp=217145&amp;creative=399373" alt="" width="1" height="1" border="0" /> by Jill Paton Walsh from the Amazon Kindle Store.  Regardless of what I think of the Kindle e-reader app on the iPad, I don&#8217;t have any choice &#8211; I have to read that book in the Kindle app.  Similarly, I bought <em>Beginning iOS 4</em> in the iBooks store.  If I want to use the Bluefire Reader to read it &#8211; nope, tough luck!  And this is probably why we have so many different e-readers available; each e-book retailer cranks out their own version because they want you to be locked into their store.  (By the way, I wasn&#8217;t able to review Barnes and Noble&#8217;s <strong>Nook</strong> e-reader app because it&#8217;s not available here in Australia).</p>
<p>Wouldn&#8217;t it be nice if there was a single great e-book reader for the iPad which was able to read books from every store? Or else if there was complete inter-operability between apps, so that you could read an iBook in the Kindle app if you preferred, or vice-versa?  Alas, that&#8217;s not going to happen because of the entrenched interests of the book retailers.</p>
<p>The closest we come to such interoperability are with books whose DRM is based on Adobe&#8217;s Adept technology.  Fortunately, outside of Apple and Amazon, most e-book retailers sell ePub format with this version of DRM.  (Actually, I can&#8217;t believe I just wrote that &#8211; what would be <em>fortunate</em> would be if there was <strong>no</strong> DRM!)</p>
<p>For example, <a href="http://kobocooks.com" target="_blank">Kobo</a> and <a href="http://www.booksonboard.com" target="_blank">Books on Board</a> both sell books this way, and they are where I buy most of my e-books.  Also, my local library will lend me books with Adept DRM.  This means that, with a bit of work, I can read such books in Bluefire, which authenticates you against your Adobe ID; and you can read Kobo books in Bluefire.  (For some reason however, Kobo refuses to read Adept-DRM books bought outside of its store).  The &#8216;bit of work&#8217; is that I have to plug my iPad into my computer, run iTunes, and drag and drop the ePub files into the appropriate application&#8217;s folder in iTunes.  I&#8217;m hoping this will be a lot easier when Apple introduce its iCloud technology, but I&#8217;m not counting on it.  And the less said about Apple&#8217;s petty insistence that e-book apps remove &#8216;purchase&#8217; buttons linking to their associated stores, the better.</p>
<p>If you can get hold of DRM-free books from legitimate sources, or if you do somehow (illegally) remove the DRM from a book, then of course, the world is your oyster.  DRM-free ePub books will open in iBooks, Stanza, Bluefire, Nook, Kobo apps on the iPad, or in Calibre or Adobe Digital Editions (yuk!) on your computer.</p>
<p>All of this just demonstrates to me how annoying digital rights management is to the normal, honest, customer.  I&#8217;m sure it doesn&#8217;t bother pirates in the least.  One day, perhaps, the publishers will realize this, like the record companies have done, and free us up from all this nonsense.</p>
<p><em>Previous article in this series: <a href="http://rightwordsoft.com/blogs/?p=1468">Adobe Digital Editions</a></em><br />
<em> First article in this series: <a href="http://rightwordsoft.com/blogs/?p=1146">Introduction</a></em></p>
<img src="http://feeds.feedburner.com/~r/rightwordsoft/ayYm/~4/ChTzygocT7Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rightwordsoft.com/blogs/2011/08/02/one-book-nine-e-reader-apps-part-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rightwordsoft.com/blogs/2011/08/02/one-book-nine-e-reader-apps-part-11/</feedburner:origLink></item>
		<item>
		<title>One book, nine e-reader apps – Part 10</title>
		<link>http://feedproxy.google.com/~r/rightwordsoft/ayYm/~3/u8AwKIo0Jbo/</link>
		<comments>http://rightwordsoft.com/blogs/2011/07/31/one-book-nine-e-reader-apps-part-10/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 02:00:44 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Digital Life]]></category>
		<category><![CDATA[Reading]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Adobe Digital Editions]]></category>
		<category><![CDATA[e-readers]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://rightwordsoft.com/blogs/?p=1468</guid>
		<description><![CDATA[Adobe Digital Editions And so we come to Adobe Digital Editions. Most e-book vendors release their books in ePub or PDF formats which have been protected by Adobe&#8217;s Adept DRM technology, and so usually require you to have Adobe Digital Editions on your PC or Mac to download and read the books you have bought. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1156" title="adobe_icon" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/adobe_icon.png" alt="" width="80" height="80" /></p>
<h3>Adobe Digital Editions</h3>
<p>And so we come to Adobe Digital Editions. Most e-book vendors release their books in ePub or PDF formats which have been protected by Adobe&#8217;s Adept DRM technology, and so usually require you to have Adobe Digital Editions on your PC or Mac to download and read the books you have bought.</p>
<p>Considering this, and considering the fact that it is produced by Adobe &#8211; maker of Photoshop, InDesign, AfterEffects and all such high level design tools &#8211; it is <strong>astonishing</strong> to me how poorly designed and non-functional Digital Editions is.<span id="more-1468"></span></p>
<p>I should perhaps emphasize that Adobe Digital Editions (let&#8217;s just call it ADE from now on) is a desktop application, not an iPad app, unlike most of the other e-readers I have been discussing in this series.  Its prime function is to act as an e-book manager and reader on your computer.  I won&#8217;t discuss the downloading and library management aspects in this post, but will concentrate on its use as a reader.</p>
<h4>Reading Comfort</h4>
<p><a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Adobe_reading.png"><img class="aligncenter size-medium wp-image-1477" title="Adobe Reading" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Adobe_reading-444x500.png" alt="Adobe Reading" width="444" height="500" /></a><br />
For a start, I hate the customized Adobe &#8216;chrome&#8217; in this application, which makes it feel not in the least like a Windows application, and is also (to my taste) very ugly &#8211; beige text on a browny-slate background. I checked it out on my MacBook as well, and it&#8217;s as bad, if not worse, on that platform. We get the same look with the Mac title bar and status bar glommed on the top and bottom.  You could argue that I&#8217;m being too tough here &#8211; in my last post I discussed Calibre, whose interface design is fairly pedestrian.  But at least Calibre fits within most Windows UI conventions.  And this is <strong>Adobe</strong>, king of design applications!</p>
<p>As in Calibre, we get no margins, and no way to create them.  I find this uncomfortable for reading, I don&#8217;t like the way the text completely fills the reading pane.  This is even more uncomfortable once we move away from a chapter heading.</p>
<p>Page turning can be done by using the right and left arrow keys, but there is no transition at all, just a straight cut.  You can also scroll the text continuously with the up and down arrow keys, or &#8216;page&#8217; with the PageUp and PageDown keys.  All this is fine, I guess, but you lose any sense of reading a book with individual, separate pages. Page numbering, because of this, is only very notional but at least the location numbers shown fall within approximately the right range for a book, unlike the crazy high numbers you see in Kindle locations.</p>
<p>All of this makes for uncomfortable reading, even on a mobile computer like a laptop or netbook.  I would hate to have to read a long novel in ADE.</p>
<h4>Controls and Settings</h4>
<p>It seems that what you see is what you get in ADE.  Here are the controls at the top of the reading window:</p>
<p><a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Adobe_controls1.png"><img class="aligncenter size-medium wp-image-1472" title="Adobe Controls" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Adobe_controls1-500x43.png" alt="Adobe Controls" width="500" height="43" /></a></p>
<p>Here we have Library View / Reading View / READING menu / Location / Print / Bookmark this page / Reduce font size / Enlarge font size / Search .  These should all be self-explanatory, though I will discuss Search in more detail later.</p>
<p>The drop-down menu under READING gives you these choices:</p>
<p><a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/adobe_menu1.png"><img class="aligncenter size-full wp-image-1478" title="Adobe Menu" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/adobe_menu1.png" alt="Adobe Menu" width="204" height="312" /></a></p>
<p>&nbsp;</p>
<p>Again, the function of these should be fairly obvious.</p>
<p>There appear to be <strong>no</strong> hidden controls or settings.  In fact, there seems to be no way to change any of the layout, such as margins, line spacing, paragraph spacing, and so on.  You can&#8217;t change the font.  I can forgive this in Calibre, but not in a product from Adobe.  It is true that the layout, font, and so on shown in this example (my collection of SF stories <a href="http://www.amazon.com/gp/product/B0053185SA/ref=as_li_tf_tl?ie=UTF8&amp;tag=grilledpterod-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399373&amp;creativeASIN=B0053185SA">Islands</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=grilledpterod-20&amp;l=as2&amp;o=1&amp;a=B0053185SA&amp;camp=217145&amp;creative=399373" alt="" width="1" height="1" border="0" />) are true to the original ePub settings.  But most e-reader apps allow the user some control over layout aspects to suit their personal preference.</p>
<p>I thought for a second that I had found a settings or preferences function.  I right-clicked on the text and up came a context menu with one item &#8211; Settings.  But what you get in fact is the crazy-mad Adobe Flash settings, which must be completely confusing to the average user, and have nothing to do with the reading application:</p>
<p><a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/adobe_flash_settings.png"><img class="aligncenter size-full wp-image-1474" title="Adobe Flash Settings" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/adobe_flash_settings.png" alt="Adobe Flash Settings" width="306" height="200" /></a><br />
I can&#8217;t see what this does except to act as a poor demonstration of the Flash technology.  In fact, the Flash nature of the whole application is a nuisance, because there are no right-click context menus anywhere in it.  All you get when you right click on anything is this silly Flash Settings dialog.</p>
<h4>Navigation</h4>
<p>You can type a location number (with some difficulty, it must be said) into the location indicator at the top center of the window to go to that &#8216;page&#8217;.  Or use the Table of Contents. That&#8217;s it.</p>
<h4>Searching</h4>
<p>You type your search term into the search field at the top right, and you are taken to the first instance, and can move between found instances using the tiny left and right arrow controls next to the search field.</p>
<p><a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Adobe_search.png"><img class="aligncenter size-medium wp-image-1479" title="Adobe Search" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Adobe_search-500x135.png" alt="Adobe Search" width="500" height="135" /></a></p>
<p>While this is functional, it&#8217;s also pretty pedestrian.</p>
<h4>Table of Contents</h4>
<p>The Table of Contents is always visible at the left of the reading pane. I actually don&#8217;t mind this, and it works well.</p>
<h4>Library View</h4>
<p>This is ADE&#8217;s library view. The point I would make here is not so much about Adobe, but perhaps about the way some ePubs are formatted to yield very ugly covers:<br />
<a href="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Adobe_Library1.png"><img class="aligncenter size-medium wp-image-1480" title="Adobe Library" src="http://rightwordsoft.com/blogs/wp-content/uploads/2011/07/Adobe_Library1-461x500.png" alt="Adobe Library" width="461" height="500" /></a><br />
I&#8217;m not sure if this is down to ADE or the formatting of the books, but compare this ugly, ugly view of most of the books with what you see in Calibre, or in the Kobo or in Kindle library views.  I think ADE is just picking up the first image in the books, rather than the image which has been nominated as the cover in the metadata.  What&#8217;s the point of seeing the Penguin Books logo as the cover of &#8216;The Complete Novels of George Orwell&#8217; ?</p>
<h4>Extra Features</h4>
<p>Zip. There aren&#8217;t any.  You can highlight a word or phrase, and then go to the READING drop down menu to copy or print it, but that&#8217;s about it.  No dictionary, no means of permanently highlighting, no means of making notes, nothing.</p>
<h4>Conclusion</h4>
<p>As you can probably tell, I really dislike Adobe Digital Editions.  It seems to me poorly designed, badly thought out, and imposed on us by the widespread use of Adobe&#8217;s Digital Rights Management scheme (which I hate anyway).</p>
<p>Reading a long book in ADE would seem like a penance rather than a joy.</p>
<p>&nbsp;</p>
<p><em>Previous article in this series: <a href="http://rightwordsoft.com/blogs/?p=1440">Calibre Ebook Viewer</a></em><br />
<em>Next article in this series: <a href="http://rightwordsoft.com/blogs/?p=1491">Summary and Conclusions</a></em></p>
<img src="http://feeds.feedburner.com/~r/rightwordsoft/ayYm/~4/u8AwKIo0Jbo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://rightwordsoft.com/blogs/2011/07/31/one-book-nine-e-reader-apps-part-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rightwordsoft.com/blogs/2011/07/31/one-book-nine-e-reader-apps-part-10/</feedburner:origLink></item>
	</channel>
</rss><!-- Served from: rightwordsoft.com @ 2012-04-18 12:23:20 by W3 Total Cache -->

