<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>anoved.net &#187; books</title>
	<atom:link href="http://anoved.net/tag/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://anoved.net</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 22:41:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ebook Recipe for Safari Reading List</title>
		<link>http://anoved.net/2012/02/ebook-recipe-for-safari-reading-list/</link>
		<comments>http://anoved.net/2012/02/ebook-recipe-for-safari-reading-list/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 22:30:50 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3758</guid>
		<description><![CDATA[Reading List is a Safari browser feature that helps you bookmark articles you want to read later. Calibre is an ebook utility program. I wrote a script for Calibre that generates an ebook of the articles in your Reading List, so you can read them at your leisure on the device of your choice. Introduction [...]]]></description>
			<content:encoded><![CDATA[<p>Reading List is a Safari browser feature that helps you bookmark articles you want to read later. Calibre is an ebook utility program. I wrote a script for Calibre that generates an ebook of the articles in your Reading List, so you can read them at your leisure on the device of your choice.</p>
<p><span id="more-3758"></span></p>
<h2><a name="intro"></a>Introduction and Images</h2>
<p>Recent versions of Safari include a feature called <a href="http://www.apple.com/safari/features.html#browsing">Reading List</a> which &#8220;lets you save web pages to read or browse later.&#8221; It&#8217;s essentially a queue of temporary bookmarks. It looks like this:</p>
<p><a href="https://github.com/anoved/Safari-Reading-List-Recipe/blob/master/Screenshots/safari-reading-list.png"><img class="alignnone size-full wp-image-3761" title="safari-reading-list-blog" src="http://anoved.net/media/2012/02/safari-reading-list-blog.png" alt="" width="700" height="310" /></a></p>
<p><code>SafariReadingList.recipe</code> is a script for <a href="http://calibre-ebook.com/">Calibre</a> which generates an ebook from the unread items in your Reading List. Each bookmark is represented as a chapter in the ebook. The oldest bookmark appears first. Here&#8217;s what the output looks like in Calibre&#8217;s ebook viewer:</p>
<p><a href="https://github.com/anoved/Safari-Reading-List-Recipe/blob/master/Screenshots/reading-list-ebook.png"><img class="alignnone size-full wp-image-3760" title="reading-list-ebook-blog" src="http://anoved.net/media/2012/02/reading-list-ebook-blog.png" alt="" width="700" height="310" /></a></p>
<p>Where&#8217;s what the output looks like on a Kindle 3:</p>
<p><a href="https://github.com/anoved/Safari-Reading-List-Recipe/blob/master/Screenshots/kindle-rl-sections-and-articles.gif"><img class="alignnone size-full wp-image-3763" title="krl-sections-and-articles" src="http://anoved.net/media/2012/02/krl-sections-and-articles.png" alt="" width="272" height="372" /></a> <a href="https://github.com/anoved/Safari-Reading-List-Recipe/blob/master/Screenshots/kindle-rl-article-list.gif"><img class="alignnone size-full wp-image-3762" title="krl-articles-list" src="http://anoved.net/media/2012/02/krl-articles-list.png" alt="" width="272" height="372" /></a></p>
<h2><a name="setup"></a>Installation and Usage</h2>
<p>This script requires <a href="http://calibre-ebook.com/">Calibre</a>. You should <a href="http://manual.calibre-ebook.com/gui.html">familiarize yourself with the interface</a> before proceeding.</p>
<p>Here&#8217;s how to install the script:</p>
<ol>
<li>Download <a href="https://raw.github.com/anoved/Safari-Reading-List-Recipe/master/SafariReadingList.recipe"><code>SafariReadingList.recipe</code></a></li>
<li>In Calibre, go to <em>Fetch News &gt; Add a custom news source</em>.</li>
<li>Click <em>Load recipe from file</em> and select the downloaded recipe.</li>
<li>Click <em>Close</em> and, if prompted to continue, click <em>Yes</em>.</li>
</ol>
<p>Here&#8217;s how to run the script when you are ready to get an ebook of your Reading List:</p>
<ol>
<li>In Calibre, go to <em>Fetch News &gt; Schedule news download</em>.</li>
<li>Locate and select the new <em>Safari Reading List</em> recipe.</li>
<li>Click <em>Download now</em>. The new issue of your <em>Safari Reading List</em> will appear in your library momentarily.</li>
</ol>
<p>Alternatively, you can instruct Calibre to run the script automatically at regular intervals. This way, a current copy of your Reading List ebook will always be ready to read.</p>
<h2><a name="notes"></a>Notes</h2>
<ul>
<li><strong>This recipe does not modify your Reading List.</strong> Articles will remain in your Reading List until you manually remove them.</li>
<li>If you have enabled <a href="http://www.apple.com/icloud/features/calendar-mail-contacts.html">iCloud bookmark sharing</a>, your Reading List will be synced and accessible on all your devices. Cool, huh?</li>
<li>Interested in reading long articles on an ereader, but you&#8217;d rather not deal with Calibre and buggy scripts you found on some guy&#8217;s website? No problem. <a href="http://www.instapaper.com/">Check out Instapaper.</a> It can do all this and more.</li>
<li>You can <em>add</em> items to Reading List programmatically with Safari&#8217;s <code>add reading list item</code> AppleScript command, but as far as I know this is the first third-party thingy to actually <em>read</em> items from Reading List. Probably because reading undocumented files is unwise.</li>
<li>This script doesn&#8217;t do much error checking and is therefore liable to fail in a variety of cases. <a href="https://github.com/anoved/Safari-Reading-List-Recipe">Go fork it and submit fixes.</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/02/ebook-recipe-for-safari-reading-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ereader Assessment</title>
		<link>http://anoved.net/2012/02/ereader-assessment/</link>
		<comments>http://anoved.net/2012/02/ereader-assessment/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 05:54:30 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3685</guid>
		<description><![CDATA[I compare my Kindle 3 to the Nook Simple Touch, primarily regarding the advantages and disadvantages of the touchscreen interface. Plus a wee sideways rant about DRM and freedom of speech.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a Kindle for about a year now and have used it quite a lot (but <a href="https://twitter.com/#!/anoved/status/166751049770745856">by no means exclusively</a>).</p>
<p>Recently, I had a chance to play around with a <a href="http://www.barnesandnoble.com/p/nook-simple-touch-barnes-noble/1102344735">Nook Simple Touch</a>. I thought I would share a few observations for the benefit of anyone interested in comparing these ereaders.</p>
<p><img class="alignnone size-full wp-image-3698" title="kindle-keyboard-closeup" src="http://anoved.net/media/2012/02/kindle-keyboard-closeup.jpg" alt="" width="700" height="308" /><br />
<em>The Kindle 3 keyboard and &#8220;<code>SYM</code>&#8221; punctuation menu.</em></p>
<p><span id="more-3685"></span></p>
<p>First and foremost, the Nook&#8217;s on-screen keyboard is superior to the Kindle&#8217;s keyboard. (Marco Arment, creator of <a href="http://www.instapaper.com/faq">Instapaper</a>, <a href="http://www.marco.org/2011/06/03/nook-simple-touch-review">agrees</a>.) It is more responsive &#8211; the Kindle&#8217;s buttons require some effort to depress &#8211; and it is arranged more intuitively. The buttons on the Kindle keyboard are aligned oddly compared to any other QWERTY keyboard; the difference may appear minor, but I sometimes mis-type letters because of it. Numbers and punctuation characters seem easier to access as well. Navigating the Kindle <code>SYM</code> menu with the joystick is so tedious I often skip it, resulting in notes that later seem embarrassingly incoherent and inchoate.</p>
<p class="rpullquote">Writing more about what I&#8217;m reading is a habit I&#8217;m happy to cultivate. Tools that help me do so legibly are welcome.</p>
<p>A common response to these complaints is to ask what need there is to type when reading at all. That&#8217;s a valid question. My answer is that the ability to annotate without constraint (in terms of etiquette as well as available space) has lead me to write more frequently about what I&#8217;m reading. This is a habit I am happy to cultivate. Tools that help me do so legibly are welcome.</p>
<p>The topic of annotation leads to my second observation: selecting text on the Nook by touching it on screen is quicker (and perhaps less disruptive to the nascent thoughts you want to write down) than using the Kindle joystick to toggle your way across the page.</p>
<p>None of these touch-based advantages are necessarily unique to the Nook. Ereader apps for iOS offer similar benefits, and I presume the <a href="http://www.amazon.com/dp/B005890G8Y/ref=sa_menu_kdpwtso3">Kindle Touch</a> and other touchscreen readers do, too.</p>
<p><img class="alignnone size-full wp-image-3709" title="hands-on-steinbeck" src="http://anoved.net/media/2012/02/hands-on-steinbeck.jpg" alt="" width="700" height="394" /></p>
<p>The Kindle has its merits, though. I like that the screen is inert &#8211; like the page of the book &#8211; because it means I can hold or handle the device pretty much however I want without causing accidental input. I feel that one reason I&#8217;ve been able to read comfortably on the Kindle is that I can indeed read comfortably with it &#8211; lying in bed, draped across a chair, or lounging in any one of a number of other improbable poses. If I&#8217;m holding the Kindle upside down or sideways, it&#8217;s easiest to support with a steady grip, as in the photo above. Would that placement of my thumb turn the page on a touchscreen reader? Gripping a book by nothing but the margins is no way to live &#8211; you gotta jump right in and get your hands on the page.</p>
<p>One last point for the Nook, though &#8211; it is apparently straightforward to upload your own &#8220;screensaver&#8221; images. No offense to Steinbeck and the other dead authors of Important Works who inhabit the Kindle cover, but I&#8217;d love to put my own photos or artwork on screen for change. Displaying cover art from the ebooks on the device would be nice, too. (To be fair, it evidently <em>is</em> possible &#8211; but only with <a href="http://wiki.mobileread.com/wiki/Kindle_Screen_Saver_Hack_for_all_2.x_and_3.x_Kindles">unsupported software</a>.)</p>
<p style="text-align: center;">•</p>
<p>I&#8217;ve been talking about the Kindle and Nook hardware, but a comprehensive assessment must also take into account the associated stores. You certainly <em>can</em> get ebooks from sources besides Amazon or Barnes &amp; Noble; for instance, <a href="http://weightlessbooks.com/">Weightless Books</a> sells ebook versions of some of my favorite short fiction magazines, and <a href="http://www.gutenberg.org/">Project Gutenberg</a> is the go-to place for classics now in the public domain. The significant limitation is that the <a href="https://www.eff.org/issues/drm">DRM</a>-encrypted ebooks you <em>do</em> purchase from the big stores are essentially tethered to those vendors&#8217; devices, which must be a factor in your choice. The problem is complex and a discussion of solutions is outside the scope of this post.</p>
<p>(In brief, however, my view is that just as <a href="http://caselaw.lp.findlaw.com/data/constitution/amendment01/">nobody can tell you <em>what</em> you&#8217;re allowed to read</a>, nobody should be able to tell you <em>how</em> or <em>where</em> you&#8217;re allowed to read, either. And if they do, they&#8217;re retrograde enemies of the Enlightenment, so fie on them and their feudal desires! Etc.)</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/02/ereader-assessment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange Horizons ebook issue generator</title>
		<link>http://anoved.net/2012/01/sh-ebook-recipe/</link>
		<comments>http://anoved.net/2012/01/sh-ebook-recipe/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 23:56:00 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3646</guid>
		<description><![CDATA[Calibre recipe to retrieve the current issue of Strange Horizons and format it as an ebook.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3647" title="sh-mobi" src="http://anoved.net/media/2012/01/sh-mobi.png" alt="" width="302" height="412" />Attentive readers may notice I&#8217;ve been on a bit of an ebook kick recently. Here&#8217;s a tool I made to generate ebook issues of <em>Strange Horizons</em>, an SF magazine:</p>
<blockquote><p><a href="http://www.strangehorizons.com/">Strange Horizons</a> is a weekly magazine of and about speculative fiction. Calibre is a free and open source ebook library management application.</p>
<p>Calibre has an extensible system &#8220;for downloading news from the Internet and converting it into an ebook.&#8221; The scripts Calibre uses to retrieve and format news are known as <a href="http://manual.calibre-ebook.com/news.html">recipes</a>. Recipes can be configured as simple RSS readers or as custom Python scripts using Calibre&#8217;s <a href="http://manual.calibre-ebook.com/news_recipe.html">recipe API</a>.</p>
<p>Strange Horizons is published online as a web site. This Calibre recipe retrieves the current issue of Strange Horizons and outputs an ebook suitable for reading on a Kindle or other ereader device.</p></blockquote>
<p>The script and other details, including installation and usage notes, <a href="https://github.com/anoved/Calibre-Recipe-for-Strange-Horizons">are available on GitHub</a>.</p>
<p><strong>Update</strong>: this recipe has been included in Calibre 0.8.38.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/01/sh-ebook-recipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Justification with the Kindle Collections Plugin for Calibre</title>
		<link>http://anoved.net/2012/01/text-justification-with-the-kindle-collections-plugin-for-calibre/</link>
		<comments>http://anoved.net/2012/01/text-justification-with-the-kindle-collections-plugin-for-calibre/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 02:06:13 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3637</guid>
		<description><![CDATA[A guide to using the "Kindle Collections" plugin for Calibre to enable left justified text on the Kindle.]]></description>
			<content:encoded><![CDATA[<p>I <a href="https://twitter.com/#!/anoved/status/162930084783718402">recently mentioned</a> that I used <a href="http://calibre-ebook.com/">Calibre</a> to enable left justification on my Kindle. More precisely, the justification option is a minor feature of the <a href="http://www.mobileread.com/forums/showthread.php?t=118635">Kindle Collections plugin</a>. The plugin&#8217;s primary purpose is to help organize <a href="https://www.amazon.com/gp/help/customer/display.html/ref=hp_k2cont_sort?nodeId=200375840&amp;#k2sort">collections</a> on your Kindle. I find it a bit complicated for that purpose, but I was happy to discover a way to enable left justification. (<a href="http://www.mobileread.com/forums/showthread.php?t=99661">Turns out there are other ways to do it, too.</a>) Full justification looks great when typeset well, as is usually the case in printed books, but in some circumstances it doesn&#8217;t appear quite so stately on the Kindle. In these cases, I prefer the &#8220;ragged right&#8221; of left justification to distracting gaps or <a href="https://en.wikipedia.org/wiki/River_(typography)">rivers</a> within the text itself.</p>
<p><span id="more-3637"></span></p>
<p>Download the <a href="http://www.mobileread.com/forums/showthread.php?t=118635">Kindle Collections plugin</a>. As of the time of this writing, the current version is 1.7.10. Go to Calibre <em>Preferences &gt; Advanced &gt; Plugins</em> and click <em>Load plugin from file</em>. Select the <em><a href="http://www.mobileread.com/forums/attachment.php?attachmentid=79289&amp;d=1322064138">Kindle Collections.zip</a></em> file you downloaded. Now it should appear in the list of installed plugins:</p>
<p><img class="alignnone size-full wp-image-3641" title="calibre-plugin-prefs" src="http://anoved.net/media/2012/01/calibre-plugin-prefs.png" alt="" width="671" height="538" /></p>
<p>Click <em>Apply</em> and close the preferences window.</p>
<p>When your Kindle is connected by USB, choose <em>Modify Kindle Settings…</em> from the <em>Kindle Collections</em> toolbar button menu:</p>
<p><img class="alignnone size-full wp-image-3640" title="kindle-collections-menu" src="http://anoved.net/media/2012/01/kindle-collections-menu.png" alt="" width="381" height="347" /></p>
<p>Check <em>Allow changing justification</em> and click <em>Save</em>.</p>
<p><img class="alignnone size-full wp-image-3639" title="collections-settings" src="http://anoved.net/media/2012/01/collections-settings.png" alt="" width="700" height="291" /></p>
<p>Now you will notice a new option in your Kindle&#8217;s font settings panel: justification!</p>
<p><img class="alignnone size-full wp-image-3638" title="kindlesettings" src="http://anoved.net/media/2012/01/kindlesettings.png" alt="" width="519" height="491" /></p>
<p>Left justification doesn&#8217;t work with all ebooks, unfortunately, but as I learn more about ebook formats it may turn out to be something that can be tweaked as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/01/text-justification-with-the-kindle-collections-plugin-for-calibre/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calibre Content Server</title>
		<link>http://anoved.net/2012/01/calibre-content-server/</link>
		<comments>http://anoved.net/2012/01/calibre-content-server/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 20:07:36 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3606</guid>
		<description><![CDATA[An overview of using Calibre's content server to share your ebook library, with screenshots illustrating setup and access examples from a variety of platforms (desktop web browser, Kindle browser, and iOS apps like Stanza).]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3612" title="Calibre ebook library" src="http://anoved.net/media/2012/01/1s.png" alt="" width="700" height="412" /></p>
<p><a href="http://calibre-ebook.com/">Calibre</a> is an ebook management application. You can use it to convert ebooks to different formats, to edit metadata, or to organize and browse your ebook library. It can also act as a &#8220;Content Server&#8221;, providing an easy way to publish a searchable online catalog of your ebooks. This feature is useful for accessing your ebooks on different computers and devices. It could also be useful for libraries or research groups interested in sharing material over the internet.</p>
<p>In this post, I&#8217;ll show how to setup the Calibre Content Server and share a few examples.</p>
<p><span id="more-3606"></span></p>
<p>The Calibre interface can appear pretty complicated at first. In the screenshot above, I&#8217;ve already simplified it to suit my needs by adjusting <em>Preferences &gt; Interface &gt; Toolbar &gt; The main toolbar</em>. The buttons in the bottom right of the window toggle the panels surrounding the central list of books: the tag browser, the cover browser, and the selected book details (hidden).</p>
<p>You can use the <em>Connect/share</em> toolbar button to turn the Content Server on and off. If it&#8217;s not already visible, visit the toolbar preferences again and add it to the list of current actions:</p>
<p><img class="alignnone size-full wp-image-3613" title="Add the Connect/share button to the toolbar" src="http://anoved.net/media/2012/01/2s.png" alt="" width="700" height="412" /></p>
<p>Then, to share your ebooks, select <em>Start Content Server</em> from the <em>Connect/share</em> button menu. (Depending on your system settings, at this point your computer might ask if want to grant Calibre network access; if so, approve the request.)</p>
<p><img class="alignnone size-full wp-image-3614" title="Starting the Content Server" src="http://anoved.net/media/2012/01/3s.png" alt="" width="700" height="412" /></p>
<p>(By default, no password is required to access the Content Server. I&#8217;ll show you how to set a password and a few other options in a bit.)</p>
<p>Now go to your web browser and enter <em>127.0.0.1:8080</em> as the URL. (127.0.0.1 is a <a href="https://en.wikipedia.org/wiki/Localhost">special address</a> that refers to your own computer; 8080 is the default port of the Calibre Content Server.) You&#8217;ll see a nice catalog screen generated by Calibre:</p>
<p><img class="alignnone size-full wp-image-3615" title="Calibre Content Server home page" src="http://anoved.net/media/2012/01/4s.png" alt="" width="700" height="462" /></p>
<p>You can browse the library by any of the provided categories, or you can enter a query in the <em>Search</em> field. Searching is sensitive to metadata as well as title and author, so you can search by publisher, publication date, ISBN, or any other attributes associated with the items in your library.</p>
<p>Here I&#8217;ve searched for issues of <a href="http://www.lightspeedmagazine.com/">Lightspeed Magazine</a> and clicked the <em>Details</em> link to see more information about an issue. If your ebooks have cover art, Calibre does a nice job incorporating it into the interface.</p>
<p><img class="alignnone size-full wp-image-3616" title="Examining ebook details" src="http://anoved.net/media/2012/01/5s.png" alt="" width="700" height="462" /></p>
<p>To download the ebook, click the <em>Get</em> button that appears under the cover art in the search results (not visible above), or click any of the format links to download the book in a specific format (EPUB, MOBI, etc.). Of course, in this example, we&#8217;re browsing the catalog on the same computer the server is running on, so we already have access to all the content.</p>
<p>To browse the catalog from a different computer on the local network, replace <em>127.0.0.1</em> with the server&#8217;s actual IP number. On a Mac, you can find this under <em>System Preferences &gt; Network</em>.</p>
<p>Now may be a good time to set a password. In Calibre, go to <em>Preferences &gt; Sharing &gt; Sharing over the net</em> to specify a password. You can also choose to start the Content Server automatically whenever Calibre is running.</p>
<p><img class="alignnone size-full wp-image-3617" title="Content Server settings" src="http://anoved.net/media/2012/01/contentserversetups.png" alt="" width="700" height="572" /></p>
<p>Visitors will now be prompted to provide the username and password before the catalog is displayed.</p>
<p>You can access the catalog from other devices, too. On a Kindle, press <em>Home &gt; Menu</em> and go to <em>Experimental &gt; launch browser</em>. Enter the server&#8217;s address (in my case, it&#8217;s 192.168.1.5:8080, but your network will differ). If you set a password, you&#8217;ll be prompted to log in.</p>
<p><img class="alignnone size-full wp-image-3628" title="kindle-login" src="http://anoved.net/media/2012/01/kindle-login.png" alt="" width="402" height="545" /></p>
<p>Although the Kindle keyboard is cumbersome, the browser can navigate the catalog competently.</p>
<p><img class="alignnone size-full wp-image-3626" title="kindle-browse" src="http://anoved.net/media/2012/01/kindle-browse.png" alt="" width="402" height="545" /></p>
<p>Note that I&#8217;ve appended <em>/browse</em> to the URL to explicitly request the full interface. Otherwise, a simplified mobile listing appears. In either case, select a MOBI link to download the ebook directly to the Kindle:</p>
<p><img class="alignnone size-full wp-image-3627" title="kindle-download" src="http://anoved.net/media/2012/01/kindle-download.png" alt="" width="402" height="545" /></p>
<p>You can browse the catalog with Safari on an iOS device, although an even smoother solution is to use a free e-reader app called <a href="http://itunes.apple.com/us/app/stanza/id284956128?mt=8">Stanza</a> (although Stanza&#8217;s long-term future is unclear, <a href="http://bits.blogs.nytimes.com/2009/04/27/amazon-acquires-stanza-an-e-book-application-for-the-iphone/">since it was bought by Amazon</a>). Go to Stanza&#8217;s <em>Get Books &gt; Shared</em> tab; if you&#8217;re on the same local network as the Content Server, it should appear automatically under <em>Computers Sharing Books</em>. (You can also click <em>+</em> to add it manually to the list of <em>Book Sources</em>.) Select the server and log in.</p>
<p><img class="alignnone size-full wp-image-3630" title="Browsing servers in Stanza" src="http://anoved.net/media/2012/01/stanzabrowses.png" alt="" width="322" height="492" /> <img class="alignnone size-full wp-image-3631" title="stanzalogin" src="http://anoved.net/media/2012/01/stanzalogin.png" alt="" width="322" height="492" /></p>
<p>Stanza will present a searchable list of categories, similar to the web interface. When you select an ebook, tap <em>Download</em> to save it to your Stanza library.</p>
<p><img class="alignnone size-full wp-image-3632" title="stanzasearch" src="http://anoved.net/media/2012/01/stanzasearch.png" alt="" width="322" height="492" /> <img class="alignnone size-full wp-image-3620" title="stanzadownloads" src="http://anoved.net/media/2012/01/stanzadownloads.png" alt="" width="322" height="492" /></p>
<p>Making your ebook catalog available over the internet (not just your local network) is possible, but the configuration depends on your network. For home networks, a few router settings may be sufficient (I&#8217;ll consider a follow-up post with details). In an institutional environment with more complex technical or political characteristics, it may be less feasible.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/01/calibre-content-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orbital Drop eBooks</title>
		<link>http://anoved.net/2011/04/orbital-drop-ebooks/</link>
		<comments>http://anoved.net/2011/04/orbital-drop-ebooks/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 00:14:03 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=2875</guid>
		<description><![CDATA[Do you like science fiction and fantasy? Do you read ebooks? You might want to check out The Orbital Drop, a monthly deal on an ebook title from publisher Orbit Books. The currently discounted title is Consider Phlebas, the first novel in Iain M. Banks&#8217; Culture series. It&#8217;s far-future space opera. Now, I am known to [...]]]></description>
			<content:encoded><![CDATA[<p>Do you like science fiction and fantasy? Do you read ebooks? You might want to check out <a href="http://www.orbitebooks.com/">The Orbital Drop</a>, a monthly deal on an ebook title from publisher <a href="http://www.orbitbooks.net/about-orbit/">Orbit Books</a>.</p>
<p>The currently discounted title is <em><a href="http://www.amazon.com/gp/product/B0013TX6FI/ref=as_li_ss_tl?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0013TX6FI">Consider Phlebas</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=&amp;l=as2&amp;o=1&amp;a=B0013TX6FI" border="0" alt="" width="1" height="1" /></em>, the first novel in Iain M. Banks&#8217; <a href="http://en.wikipedia.org/wiki/The_Culture">Culture</a> series. It&#8217;s far-future space opera. Now, I am known to opine that science fiction is made of richer stuff than just rockets and robots, but hey &#8211; I like rockets and robots, too.</p>
<p>I read a more recent Culture novel last year (<em><a href="http://www.amazon.com/gp/product/0316005363/ref=as_li_ss_tl?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0316005363">Matter</a></em>)<img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=&amp;l=as2&amp;o=1&amp;a=0316005363" border="0" alt="" width="1" height="1" />. While enjoyable, I recall that it felt a bit haphazard, as if I&#8217;d tuned in to a series too late to catch the introduction and was relying on recaps to catch up &#8211; which is evidently exactly what I did. So, for $0.99, I&#8217;ll pop <em>Consider Phlebas</em> into the queue and enjoy the world-building from the beginning.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2011/04/orbital-drop-ebooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Art on Anarres</title>
		<link>http://anoved.net/2011/04/art-on-anarres/</link>
		<comments>http://anoved.net/2011/04/art-on-anarres/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 21:43:07 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[quotes]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=2867</guid>
		<description><![CDATA[This quote from Ursula K. Le Guin&#8217;s The Dispossessed resonates strongly with me: &#8220;No distinction was drawn between the arts and the crafts; art was not considered as having a place in life, but as being a basic technique of life, like speech.&#8221; (As with art, so with science.) The quote is an excerpt from [...]]]></description>
			<content:encoded><![CDATA[<p>This quote from Ursula K. Le Guin&#8217;s <a href="http://www.amazon.com/gp/product/0061054887/ref=as_li_ss_tl?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0061054887">The Dispossessed</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=&amp;l=as2&amp;o=1&amp;a=0061054887" alt="" width="1" height="1" border="0" /> resonates strongly with me:</p>
<blockquote><p>&#8220;No distinction was drawn between the arts and the crafts; art was not considered as having a place in life, but as being a basic technique of life, like speech.&#8221;</p></blockquote>
<p>(As with art, so with science.)</p>
<p>The quote is an excerpt from a description of the egalitarian culture of the protagonist&#8217;s homeland.</p>
<p>The book is a dialectical dissection of ideas about culture and society and belonging and belongings, told through the device of the main character&#8217;s attempt to bridge two very different but intimately related worlds. From my vantage point halfway through the book, the central question is whether the two peoples will be reunited &#8211; or whether the reuniter will ultimately find himself without a people. The title underscores that risk, and reminds me of the challenges faced by all who would seek compromise.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2011/04/art-on-anarres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Used Book Sale Acquisitions</title>
		<link>http://anoved.net/2010/09/used-book-sale-acquisitions/</link>
		<comments>http://anoved.net/2010/09/used-book-sale-acquisitions/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 21:43:20 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=2646</guid>
		<description><![CDATA[Today was one of the used book sales organized by the friends of the Broome County Public Library. Hardcovers for $1, paperbacks for 50¢! I bought a big stack of books for $5. What&#8217;d I get? Short stories by Isaac Asimov and Robert Silverberg. A regional field guide to trees. More short stories by authors I [...]]]></description>
			<content:encoded><![CDATA[<p>Today was one of the <a href="http://www.bclibrary.info/event_books.html">used book sales</a> organized by the <a href="http://www.bclibrary.info/friends.html">friends of the Broome County Public Library</a>. Hardcovers for $1, paperbacks for 50¢! I bought a big stack of books for $5.</p>
<p><a title="Book Sale Books by anoved, on Flickr" href="http://www.flickr.com/photos/anoved/4980172874/"><img src="http://farm5.static.flickr.com/4111/4980172874_5cfa351160_z.jpg" alt="Book Sale Books" width="640" height="360" /></a></p>
<p>What&#8217;d I get? Short stories by <a href="http://www.amazon.com/gp/product/038541627X?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=038541627X">Isaac Asimov</a> and <a href="http://www.amazon.com/gp/product/0877954178?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0877954178">Robert Silverberg</a>. A regional <a href="http://www.amazon.com/gp/product/0486203956?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0486203956">field guide to trees</a>. More <a href="http://www.amazon.com/gp/product/0061056413?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0061056413">short stories</a> by authors I like. <a href="http://www.amazon.com/gp/product/0819510556?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0819510556">Poems about upstate NY</a> by Dugan Gilman. A <a href="http://www.amazon.com/gp/product/0060630574?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0060630574">history of religion in the US</a> for a friend&#8217;s research, and, last but not least, E. O. Wilson&#8217;s <a href="http://www.amazon.com/gp/product/0393310477?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0393310477">Diversity of Life</a>.</p>
<p>Not too shabby!</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/09/used-book-sale-acquisitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haiku Reviews of Selected Stories from Fragile Things, a Compendium of Short Fiction by Neil Gaiman</title>
		<link>http://anoved.net/2010/06/haiku-reviews-of-selected-stories-from-fragile-things-a-compendium-of-short-fiction-by-neil-gaiman/</link>
		<comments>http://anoved.net/2010/06/haiku-reviews-of-selected-stories-from-fragile-things-a-compendium-of-short-fiction-by-neil-gaiman/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 02:45:26 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[haiku]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=2385</guid>
		<description><![CDATA[Here&#8217;s my take on a few of the tales from Fragile Things: Short Fictions and Wonders. As always, let&#8217;s not be too pedantic about what constitutes a haiku or a review. October in the Chair The boy ran away and found a friend with whom to play and maybe stay. In high school, some of our [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my take on a few of the tales from <a href="http://www.amazon.com/gp/product/0061252026?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0061252026"><em>Fragile Things: Short Fictions and Wonders</em></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=anovednet-20&amp;l=as2&amp;o=1&amp;a=0061252026" border="0" alt="" width="1" height="1" />. As always, let&#8217;s not be too pedantic about what constitutes a haiku or a review.</p>
<p><strong><a name="octoberinthechair"></a>October in the Chair</strong></p>
<blockquote><p>The boy ran away<br />
and found a friend with whom to play<br />
and maybe stay.</p></blockquote>
<p>In high school, some of our cross country routes took us through a cemetery. Some folks said it wasn&#8217;t an appropriate place to run, but I always figured the residents wouldn&#8217;t mind the company.</p>
<p><strong><a name="otherpeople"></a>Other People</strong></p>
<blockquote><p>Who is the demon<br />
who resurrects your regrets?<br />
Feelings, flayed, expire.</p></blockquote>
<p>Gaiman&#8217;s comments on this compact parable introduced me to the &#8220;Möbius story&#8221; label for cyclical stories. This is the first of two or three summarized here.</p>
<p><strong><a name="missfinch"></a>The Facts in the Case of the Departure of Miss Finch</strong></p>
<blockquote><p>Evening on the town:<br />
at the circus, underground,<br />
kingdoms, lost, are found.</p></blockquote>
<p><em>While they were in the fifth room, the prim biologist said she wished the </em><a href="http://en.wikipedia.org/wiki/Smilodon"><em>Smilodon</em></a><em> was not extinct. In the eighth room, the Cabinet of Wishes Fulfill&#8217;d, she was chosen as a volunteer.</em></p>
<p>Apparently this story was partly inspired by a <a href="http://frankfrazetta.org/paintings0001.php">Frazetta painting</a>. Awesome.</p>
<p><strong><a name="feedersandeaters"></a>Feeders and Eaters</strong></p>
<blockquote><p>We all have our needs -<br />
a hunger for friends, or meat;<br />
and some of us feed.</p></blockquote>
<p>Ever run in to someone you used to know, and wonder what happened to them? Ever wish they hadn&#8217;t told you?</p>
<p><strong><a name="pagesfromajournal"></a>Pages from a Journal Found in a Greyhound Bus Somewhere Between Tulsa, Oklahoma, and Louisville, Kentucky</strong></p>
<blockquote><p>Dreams of roads and rain<br />
in America&#8217;s motels,<br />
searching for yourself.</p></blockquote>
<p>There&#8217;s no better place to work out what you&#8217;re after than a booth at an all-night diner. If that doesn&#8217;t lead anywhere, you might really be lost &#8211; or at least there&#8217;s a long road ahead. <em>Refill?</em></p>
<p><strong><a name="sunbird"></a>Sunbird</strong></p>
<blockquote><p>Barbecue Sunbird -<br />
a summer delicacy!<br />
Ashes, hatch, repeat.</p></blockquote>
<p>I want to hang out with Zebediah T. Crawcrustle.</p>
<p><strong><a name="monarchoftheglen"></a>The Monarch of the Glen</strong></p>
<blockquote><p>Each year, here we meet<br />
to drink and feast but most to<br />
make you monsters weep.</p></blockquote>
<p>This story features characters from <a href="http://www.amazon.com/gp/product/0380789035?ie=UTF8&amp;tag=anovednet-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0380789035"><em>American Gods</em></a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=anovednet-20&amp;l=as2&amp;o=1&amp;a=0380789035" border="0" alt="" width="1" height="1" />, and is set in the world of that novel. It&#8217;s a spin on the legend of <a href="http://en.wikipedia.org/wiki/Beowulf#First_battle:_Grendel">Beowulf and Grendel</a>, inflected by the <em>American Gods</em> idea that mythical figures exist but subsist only on the strength of human belief. The central question of <em>Monarch of the Glen</em> is simply this: what makes a monster?</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/06/haiku-reviews-of-selected-stories-from-fragile-things-a-compendium-of-short-fiction-by-neil-gaiman/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Interpretation of the Litany Against Fear</title>
		<link>http://anoved.net/2010/04/my-interpretation-of-the-litany-against-fear/</link>
		<comments>http://anoved.net/2010/04/my-interpretation-of-the-litany-against-fear/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 01:23:17 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[quotes]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=2050</guid>
		<description><![CDATA[Dune is a work of fiction, but it presents philosophies I accept as powerful kernels of real-world wisdom. Here is the Bene Gesserit Litany Against Fear, introduced in Herbert&#8217;s 1965 classic: I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit [...]]]></description>
			<content:encoded><![CDATA[<p><em><a href="http://www.dunenovels.com/novel/dune">Dune</a></em> is a work of fiction, but it presents philosophies I accept as powerful kernels of real-world wisdom. Here is the Bene Gesserit <em>Litany Against Fear</em>, introduced in Herbert&#8217;s 1965 classic:</p>
<blockquote><p>I must not fear.<br />
Fear is the mind-killer.<br />
Fear is the little-death that brings total obliteration.<br />
I will face my fear.<br />
I will permit it to pass over me and through me.<br />
And when it has gone past I will turn the inner eye to see its path.<br />
Where the fear has gone there will be nothing.<br />
Only I will remain.</p></blockquote>
<p>Confrontation and acknowledgement transforms fear into an understanding of risk. <a href="http://en.wikipedia.org/wiki/Gom_jabbar">To face fear</a> &#8211; or to embrace joy, for that matter &#8211; is not to be deluded by denial or delight, but to be human: to recognize emotion as an indicator of important experience.</p>
<p>As a cognitive tool, the <em>Litany</em> guides us to observe and identify sources of uncertainty. Observation changes challenges by changing how we see them; the paralyzing fog is dispelled by our gaze to reveal specific obstacles that can be attended to in turn.</p>
<p>I think this is especially useful as an approach to the anxiety that can sometimes inhibit opportunity or ambition. What will you tackle next?</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/04/my-interpretation-of-the-litany-against-fear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

