<?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</title>
	<atom:link href="http://anoved.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://anoved.net</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 04:58:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Processing Syntax Coloring in TextWrangler</title>
		<link>http://anoved.net/2010/03/processing-syntax-coloring-in-textwrangler/</link>
		<comments>http://anoved.net/2010/03/processing-syntax-coloring-in-textwrangler/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 04:58:33 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[textwrangler]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1918</guid>
		<description><![CDATA[Processing is based on Java. TextWrangler supports syntax highlighting for Java code, but it doesn&#8217;t automatically recognize that Processing uses Java syntax. So, head over to the Languages pane of TextWrangler&#8217;s preferences and click Add next to the Suffix Mappings list. Enter .pde as the Extension and select Java as the language that should be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.processing.org/">Processing</a> is based on Java. <a href="http://www.barebones.com/products/TextWrangler/">TextWrangler</a> supports syntax highlighting for Java code, but it doesn&#8217;t automatically recognize that Processing uses Java syntax. So, head over to the <em>Languages</em> pane of TextWrangler&#8217;s preferences and click <em>Add</em> next to the <em>Suffix Mappings</em> list. Enter <code>.pde</code> as the <em>Extension</em> and select <em>Java</em> as the language that should be associated with <code>.pde</code> files.</p>
<p><img class="alignnone size-full wp-image-1917" title="tw-processing-java-syntax" src="http://anoved.net/media/2010/03/tw-processing-java-syntax.png" alt="" width="680" height="528" /></p>
<p>Now if you open a Processing source code file in TextWrangler, it will be displayed with basic syntax highlighting.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/processing-syntax-coloring-in-textwrangler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading on the Big Screen</title>
		<link>http://anoved.net/2010/03/reading-on-the-big-screen/</link>
		<comments>http://anoved.net/2010/03/reading-on-the-big-screen/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 01:29:14 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1899</guid>
		<description><![CDATA[Big displays are worthwhile because they improve the ratio of visible content to &#8220;computer stuff&#8221;.
Here is a story from Issue 114 of Hub Magazine viewed in Tofu, a little app that displays text in a side-scrolling columnar format suitable for comfortable reading. The story is The Unpopular Opinion of Reverend Tobias Thackery, by Adam Christopher. Yes, [...]]]></description>
			<content:encoded><![CDATA[<p>Big displays are worthwhile because they improve the ratio of visible content to &#8220;computer stuff&#8221;.</p>
<p>Here is a story from <a href="http://www.hubfiction.com/2010/03/issue-114/">Issue 114</a> of <a title="Free Weekly Sci-Fi, Horror, and Fantasy Fiction" href="http://www.hubfiction.com/">Hub Magazine</a> viewed in <a title="Tofu is an 80% app. A little more spit and polish, especially in the column-resizing department, and it would be great." href="http://amarsagoo.info/tofu/">Tofu</a>, a little app that displays text in a side-scrolling columnar format suitable for comfortable reading. The story is <em>The Unpopular Opinion of Reverend Tobias Thackery</em>, by <a href="http://www.adamchristopher.co.uk/">Adam Christopher</a>. Yes, we are all dog-men.</p>
<p><img class="alignnone size-full wp-image-1901" title="fiction-tofu" src="http://anoved.net/media/2010/03/fiction-tofu.png" alt="" width="680" height="399" /></p>
<p>Two pages of a document can be displayed side-by-side at life size (in other words, the image of the typical page is eleven inches tall, just as it would be if printed). This is especially useful when reading documents whose layout would require scrolling back and forth to follow the flow of text on a smaller screen.</p>
<p><img class="alignnone size-full wp-image-1900" title="preview-couzin-model" src="http://anoved.net/media/2010/03/preview-couzin-model.png" alt="" width="680" height="393" /></p>
<p>What am I reading? The paper which introduced the collective animal behavior model presented by <a href="http://www.princeton.edu/~icouzin/">Iain Couzin</a> at a <a href="http://evolution.binghamton.edu/evos/seminars/spring-2010/couzin/">recent EvoS seminar</a>:</p>
<blockquote><p>Couzin, I. D., Krause, J., James, R., Ruxton, G. D., &amp; Franks, N. R. (2002). Collective Memory and Spatial Sorting in Animal Groups. <em>Journal of Theoretical Biology</em>, 218(1), 1-11. (<a href="http://webscript.princeton.edu/~icouzin/website/wp-content/plugins/bib2html/data/papers/couzin02.pdf">PDF</a>)</p></blockquote>
<p>I&#8217;d like to write my own implementation of the model (or some representative subset) in <a href="http://anoved.net/2010/01/beginning-processing/">Processing</a>. I spawn a lot of eventually-neglected side projects, of course, but right now this subject has my attention.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/reading-on-the-big-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe: Not Professional Grade</title>
		<link>http://anoved.net/2010/03/adobe-not-professional-grade/</link>
		<comments>http://anoved.net/2010/03/adobe-not-professional-grade/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 18:20:39 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1884</guid>
		<description><![CDATA[I&#8217;m willing to bet the contents of this folder were supposed to go in the /Adobe/Acrobat subfolder of Application Support, not in a new folder named &#8220;Application Support/Adobe/Acrobat&#8221;. As others have observed, it&#8217;s weird that the producers of such popular creative software have become so sloppy. I had CS4, but I don&#8217;t miss it.

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m willing to bet the contents of this folder were supposed to go in the /Adobe/Acrobat subfolder of Application Support, not in a new folder named &#8220;Application Support/Adobe/Acrobat&#8221;. As <a href="http://adobegripes.tumblr.com/">others have observed</a>, it&#8217;s weird that the producers of such popular creative software have become so sloppy. I had CS4, but I don&#8217;t miss it.</p>
<p><img class="alignnone size-full wp-image-1888" title="stupidadobe" src="http://anoved.net/media/2010/03/stupidadobe.png" alt="" width="394" height="88" /></p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/adobe-not-professional-grade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Curved Drop Shadow plugin for Acorn</title>
		<link>http://anoved.net/2010/03/add-curved-drop-shadow-plugin-for-acorn/</link>
		<comments>http://anoved.net/2010/03/add-curved-drop-shadow-plugin-for-acorn/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 18:05:20 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[acorn]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1885</guid>
		<description><![CDATA[This is a variation on the Curved Drop Shadow without Border plugin for Acorn I posted a few days ago (which is itself a derivative of the original Create New Image with Curved Drop Shadow plugin). It adds the drop shadow to the current image instead of spawning a new document. The drop shadow is [...]]]></description>
			<content:encoded><![CDATA[<p>This is a variation on the <a href="http://anoved.net/2010/03/curved-drop-shadow-without-border-a-modified-plug-in-for-acorn/">Curved Drop Shadow without Border</a> plugin for <a href="http://flyingmeat.com/acorn/">Acorn</a> I posted a few days ago (which is itself a derivative of the original <a href="http://flyingmeat.com/blog/archives/2009/01/curved_drop_shadows_in_acorn.html">Create New Image with Curved Drop Shadow</a> plugin). It adds the drop shadow to the current image instead of spawning a new document. The drop shadow is added to the active layer.</p>
<p>Download <a href="http://anoved.net/files/AddCurvedDropShadow.py">AddCurvedDropShadow.py</a> (2.3 KB) and install it in <code>~/Application Support/Acorn/Plug-Ins</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/add-curved-drop-shadow-plugin-for-acorn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Book is an Island</title>
		<link>http://anoved.net/2010/03/no-book-is-an-island/</link>
		<comments>http://anoved.net/2010/03/no-book-is-an-island/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 01:52:17 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Evolution]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1873</guid>
		<description><![CDATA[Today I started reading The Windup Girl by Paolo Bacigalupi. So far, it&#8217;s as excellent as the testimonials claim. Having recently read Sundiver by David Brin, I noticed what seems to be a subtle nod to that story in one of the opening scenes of Windup Girl.
From the first chapter:
Cycles and rickshaws and megodont wagons flow [...]]]></description>
			<content:encoded><![CDATA[<p>Today I started reading <em>The Windup Girl</em> by <a href="http://windupstories.com/">Paolo Bacigalupi</a>. So far, it&#8217;s as excellent as the <a href="http://windupstories.com/2010/02/18/the-windup-girl-named-by-time-magazine-as-a-best-book-of-the-year/">testimonials</a> claim. Having <a href="http://anoved.net/2010/01/recent-books-in-rhyme-fiction-edition/#sundiver">recently read</a> <em>Sundiver</em> by <a href="http://www.davidbrin.com/">David Brin</a>, I noticed what seems to be a subtle nod to that story in one of the opening scenes of <em>Windup Girl</em>.</p>
<p>From the first chapter:</p>
<blockquote><p>Cycles and rickshaws and megodont wagons flow past them, parting like a river around boulders. The cauliflower growths of <em>fa&#8217; gan</em> fringe scar the beggars&#8217; noses and mouths.</p></blockquote>
<p>From the first chapter of <em>Sundiver</em>:</p>
<blockquote><p>Bright points of static filled the space above the blankets and in front of the screen, and then Fagin stood, en-replica, a few inches away.</p>
<p>The E.T. <em>did</em> look somewhat like a giant sprout of broccoli.</p></blockquote>
<p>An ailment called <em>fa&#8217; gan</em> that looks like cauliflower and an alien named Fagin that looks like broccoli, both introduced in the first chapter of each author&#8217;s debut novel? It could be a coincidence &#8211; perhaps &#8220;fa&#8217; gan&#8221; has a meaningful real-world etymology - but I like to think it&#8217;s an &#8220;easter egg&#8221; for the well-read geek. Now I&#8217;m going to be on the lookout for other genre references!</p>
<hr />Upon further reflection, it occurs to me that there is an additional commonality which might suggest a more specific reason for this reference: both books deal with evolutionary themes.</p>
<p>As part of the <a href="http://www.davidbrin.com/upliftbooks.htm">Uplift</a> series, <em>Sundiver</em> examines a universe in which humanity&#8217;s haphazard evolution is an exception to the norm of guided intervention. <em>Windup Girl</em> is set in a world populated by &#8220;genehacked&#8221; animals and bioengineered plagues like <em>fa&#8217; gan</em>. One question, among others, is whether these beings are the result of guided or <em>mis</em>guided human intervention.</p>
<hr />According to his <a title="Under the == SCIENCE == heading!" href="http://davidbrin.blogspot.com/2010/03/podcasting-outer-space-breaking.html">most recent blog post</a>, David Brin is a contributing author to a forthcoming book, <em>Pathological Altruism</em>, which is edited by a group that includes my boss. So now if we can just get a character from <em>Windup Girl</em> to give an EvoS seminar, the circle will be complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/no-book-is-an-island/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search with Google Scholar Service</title>
		<link>http://anoved.net/2010/03/search-with-google-scholar-service/</link>
		<comments>http://anoved.net/2010/03/search-with-google-scholar-service/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 03:05:16 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1865</guid>
		<description><![CDATA[Download this service (53 KB; might require Snow Leopard), unzip it, and install it in ~/Library/Services. Then select some text, right-click the selection, and choose &#8220;Search with Google Scholar&#8221; to find related articles. If the text you selected is the title of a paper, chances are the first result will include exactly what you want: a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://anoved.net/files/SearchGoogleScholar.workflow.zip">Download this service</a> (53 KB; might require Snow Leopard), unzip it, and install it in ~/Library/Services. Then select some text, right-click the selection, and choose &#8220;Search with <a href="http://scholar.google.com/">Google Scholar</a>&#8221; to find related articles. If the text you selected is the title of a paper, chances are the first result will include exactly what you want: a PDF copy of the paper, or at least an abstract.</p>
<p><img class="alignnone size-full wp-image-1866" title="Search with Google Scholar service screenshot" src="http://anoved.net/media/2010/03/swgsw.png" alt="" width="500" height="106" /></p>
<p>This service is shamelessly derived from the &#8220;Show Address in Google Maps&#8221; service that ships with Mac OS X 10.6.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/search-with-google-scholar-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pannier Shoulder Bag</title>
		<link>http://anoved.net/2010/03/pannier-shoulder-bag/</link>
		<comments>http://anoved.net/2010/03/pannier-shoulder-bag/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 04:13:36 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Vehicles]]></category>
		<category><![CDATA[bike]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1850</guid>
		<description><![CDATA[With a pair of cheap carabiners and a strap scavenged from an old duffel bag, you can comfortably carry a bike pannier over your shoulder. Pass the pannier&#8217;s handle strap through the carabiners to prevent the bag from dropping if the carabiners are jostled off the rack hooks. (I find this isn&#8217;t much of an [...]]]></description>
			<content:encoded><![CDATA[<p>With a pair of cheap carabiners and a strap scavenged from an old duffel bag, you can comfortably carry a bike pannier over your shoulder. Pass the pannier&#8217;s handle strap through the carabiners to prevent the bag from dropping if the carabiners are jostled off the rack hooks. (I find this isn&#8217;t much of an issue, but <a href="http://www.youtube.com/watch?v=Q0XvxBM7hJI">parkour commuters</a> may want something more secure.)</p>
<p><img class="alignnone size-full wp-image-1851" title="shouldermode" src="http://anoved.net/media/2010/03/shouldermode.jpg" alt="" width="500" height="385" /></p>
<p>When it&#8217;s time to mount the bag on your bike rack, slip the carabiners off the hooks and loop the shoulder strap under the cover flap to keep it clear of your wheel. This setup is specific to the panniers I&#8217;ve got, of course, but I&#8217;m sure you can work out something similar with any model.</p>
<p><img class="alignnone size-full wp-image-1852" title="rackmode" src="http://anoved.net/media/2010/03/rackmode.jpg" alt="" width="500" height="435" /></p>
<p>Do the hooks or rigid irregularities on the back of the pannier make it uncomfortable to carry? No; unlike a backpack, a shoulder bag hangs pretty loose, so nothing digs into your back or side. Of course, this is just intended as a convenience, so if you&#8217;re concerned with ergonomics you should look for a pack expressly designed for the purpose.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/pannier-shoulder-bag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Old Bike</title>
		<link>http://anoved.net/2010/03/new-old-bike/</link>
		<comments>http://anoved.net/2010/03/new-old-bike/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 00:37:04 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Vehicles]]></category>
		<category><![CDATA[bike]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1831</guid>
		<description><![CDATA[Got a bargain on a vintage 3-speed Schwinn today. It&#8217;s a 1968 &#8220;Racer&#8221;, made in Chicago.

Needs new tubes and brake pads, but otherwise it seems pretty solid. It&#8217;s the perfect practical configuration for doing errands around town: fenders and chainguard to stay clean, a rack to carry things (although it may need a little tweaking [...]]]></description>
			<content:encoded><![CDATA[<p>Got a bargain on a vintage 3-speed Schwinn today. It&#8217;s a <a href="http://www.angelfire.com/rant/allday101/SchwinnCodes3.html">1968</a> &#8220;Racer&#8221;, made in <a href="http://www.sheldonbrown.com/chicago-schwinns.html">Chicago</a>.</p>
<p><a href="http://www.flickr.com/photos/anoved/4420575629/"><img class="alignnone size-full wp-image-1830" title="cruiser" src="http://anoved.net/media/2010/03/cruiser.jpg" alt="" width="500" height="385" /></a></p>
<p>Needs new tubes and brake pads, but otherwise it seems pretty solid. It&#8217;s the perfect practical configuration for doing errands around town: fenders and chainguard to stay clean, a rack to carry things (although it may need a little tweaking to fit my favorite panniers), and an internally geared hub. The cushy seat and relaxed posture are nice, too.</p>
<p>The internally geared hub is an intriguing novelty to me. It works, but behaves very differently from the derailleurs I&#8217;m accustomed to.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/new-old-bike/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Haiku Reviews 3</title>
		<link>http://anoved.net/2010/03/haiku-reviews-3/</link>
		<comments>http://anoved.net/2010/03/haiku-reviews-3/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 23:33:06 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[escapepod]]></category>
		<category><![CDATA[haiku]]></category>
		<category><![CDATA[pseudopod]]></category>
		<category><![CDATA[starshipsofa]]></category>
		<category><![CDATA[torstory]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1720</guid>
		<description><![CDATA[A Programmatic Approach to Perfect Happiness by Tim Pratt (via Escape Pod 239)
Yes, the androids dream -
of equal rights, kinky sex,
and we human sheep.
Here we meet Kirby, robotic consort to the insatiable April, as he observes the symptoms of his adolescent step-daughter&#8217;s infection with an attitude-altering &#8220;happiness virus&#8221;. It is at first a matter of [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a name="escapepod239"></a>A Programmatic Approach to Perfect Happiness</strong> by <a href="http://www.timpratt.org/">Tim Pratt</a> (via <a href="http://escapepod.org/2010/02/28/ep239-a-programmatic-approach-to-perfect-happiness/">Escape Pod 239</a>)</p>
<blockquote><p>Yes, the androids dream -<br />
of equal rights, kinky sex,<br />
and we human sheep.</p></blockquote>
<p>Here we meet Kirby, robotic consort to the insatiable April, as he observes the symptoms of his adolescent step-daughter&#8217;s infection with an attitude-altering &#8220;happiness virus&#8221;. It is at first a matter of some concern to the couple, but thankfully it amounts to little more than a welcome respite from Wynter&#8217;s typical prickly temper. After a tense encounter with April&#8217;s ex, however, we realize that Kirby may be more than a mere observer. He&#8217;s wired for pleasure, yes &#8211; but who&#8217;s programming who? (<a href="http://futurismic.com/2009/04/01/new-fiction-a-programmatic-approach-to-perfect-happiness-by-tim-pratt/">Full text at Futurismic.</a>)</p>
<p><strong><a name="pseudopod183"></a>Learning to Fly</strong> by Garth Upshaw (via <a href="http://pseudopod.org/2010/02/26/pseudopod-183-learning-to-fly/">Pseudopod 183</a>)</p>
<blockquote><p>Rodents, wings, and angst<br />
with practice casts rats in flight<br />
and traps lass in night.</p></blockquote>
<p>I think anyone who has ever enjoyed poking around the library stacks has imagined discovering a dusty old tome full of forgotten knowledge. The teenage protagonist of <em>Learning to Fly</em> has found such a book, and has made a habit of sneaking out after curfew to practice its spells. She finally gets it down, but she gets more than she bargained for. Lord Rat is a crafty old bastard.</p>
<p><strong><a name="podcastle93"></a>The Mermaid&#8217;s Tea Party</strong> by <a href="http://www.samanthahenderson.com/">Samantha Henderson</a> (via <a href="http://podcastle.org/2010/03/02/podcastle-93-giant-episode-the-mermaids-tea-party/">Podcastle 93</a>)</p>
<blockquote><p>Maid and sailor, prey,<br />
serve sirens tea and escape<br />
from their slaver way.</p></blockquote>
<p>Shipwrecked by mermaids, a plantation owner&#8217;s young daughter is marooned by the &#8220;fishy bitches&#8221; on an island with another captive, the self-styled pirate Handsome Jack. The sailor was spared for his ability to tell fearsome tales, and Cassandra has bought some time by promising to serve tea to the mermaids if they recover any from the flotsam. (Mermaids get a kick out of lampooning high society.)</p>
<p>The story is not really about how the two defeat their captors, but about how the grim link of the slave trade connects Cassandra&#8217;s childhood naiveté with Handsome Jack&#8217;s circumspect remorse. Jack dies before the pair is found. His body is perfunctorily discarded by the rescuers as that of a lecherous knave, but we are left with the impression that his acquaintance has inspired Cassandra, the Pirate Queen, to chart a righteous new course through life.</p>
<p><strong><a name="podcastle92"></a>Sir Hereward And Mr. Fitz Go To War Again</strong> by <a href="http://www.garthnix.com/">Garth Nix</a> (via <a href="http://podcastle.org/2010/02/23/podcastle-92-sir-hereward-and-mr-fitz-go-to-war-again/">PodCastle 92</a>)</p>
<blockquote><p>Sworn to cull stray gods,<br />
a knight and his wooden aide<br />
slay shades and bear loss.</p></blockquote>
<p>The titular characters (a man and a sorcerous self-motivated puppet) are mercenaries. As the story begins, they are en route to a city where they hope to find relaxing employment; it seems their gigs often develop into events of calamitous proportions. They have just barely arrived in Shûme when a minor gaffe leads to a duel between Hereward and Jessaye, a lieutenant of the city&#8217;s Temple Guard. They are well-matched, and the fight foreshadows romance.</p>
<p>Mr. Fitz soon learns something ominous about Shûme&#8217;s god, and we learn that the pair has a higher allegiance than to any local potentate. They execute their order&#8217;s mandate, but at cost to the prospect of Hereward&#8217;s love &#8211; and any hope of rest. <em>What are the casualties of duty?</em></p>
<p>A great narration by <a href="http://paultevis.com/">Paul Tevis</a> made this one a real treat to listen to. (<a href="http://baens-universe.com/articles/Sir_Hereward_and_Mister_Fitz_Go_to_War_Again">Full text at Jim Baen&#8217;s Universe.</a>)</p>
<p><strong><a name="starshipsofa122"></a>The Clapping Hands of God</strong> by <a href="http://m-francis.livejournal.com/">Michael Flynn</a> (via <a href="http://www.starshipsofa.com/20100223/aural-delights-no-122-michael-f-flynn/">StarShipSofa Aural Delights 122</a>)</p>
<blockquote><p>Affection, postponed,<br />
becomes preventable grief;<br />
act, or sacrifice.</p></blockquote>
<p>A survey expedition passes through a gateway to a new world and sets up camp to stealthily observe the inhabitants. As might be expected, given the characters&#8217; mission, the <a href="http://en.wikipedia.org/wiki/Worldbuilding">worldbuilding</a> is enjoyably thorough. It is culture &#8211; both that of the natives and that of the humans &#8211; that is the central subject here. The expedition&#8217;s leader is challenged to maintain objectivity as his crew habitually anthropomorphizes the alien society. As a crisis facing the locals approaches its climax, Hasan succumbs to the anthropomorphic view: he hesitates to enforce evacuation, and even permits assistance to an alien who has struggled industriously to locate the crew. As a result, a woman he admires dies.</p>
<p>As Tony might say, a <em>truly crackin&#8217;</em> narration by <a href="http://www.mikeborisaudio.com/">Mike Boris</a>.</p>
<p><strong><a name="torstory11"></a>Down on the Farm</strong> by <a href="http://www.antipope.org/charlie/">Charlie Stross</a> (via <a href="http://www.tor.com/index.php?option=com_content&amp;view=blog&amp;id=58821">Tor.com Story Podcast 11</a>)</p>
<blockquote><p>Men of the Laundry<br />
hack math to weave their magic,<br />
wrung out on the Farm.</p>
<p>The Matron, machine,<br />
guards the stark minds held inside -<br />
jail, weapon, or womb?</p></blockquote>
<p>You can have your Harry Potter; I&#8217;ll tend to my English wizard needs at the Laundry, &#8220;that branch of the British secret state tasked with defending the realm from the scum of the multiverse, using the tools of applied computational demonology&#8221;. The protagonist is sent to investigate anomalies at the service&#8217;s &#8220;funny farm&#8221;, which is nominally a secure hospice for those damaged in the line of work. There is, perhaps, a bit more to it than that. (<a href="http://www.tor.com/index.php?option=com_content&amp;view=story&amp;id=61">Full text at Tor.com.</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/haiku-reviews-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curved Drop Shadow without Border (A Modified Plug-in for Acorn)</title>
		<link>http://anoved.net/2010/03/curved-drop-shadow-without-border-a-modified-plug-in-for-acorn/</link>
		<comments>http://anoved.net/2010/03/curved-drop-shadow-without-border-a-modified-plug-in-for-acorn/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 03:15:40 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[acorn]]></category>
		<category><![CDATA[jstalk]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=1770</guid>
		<description><![CDATA[This is a very slightly modified version of the &#8220;New Image with Curved Drop Shadow&#8221; plug-in that ships with Acorn. The original plug-in adds a narrow white border with a gray frame to the image in addition to the curved drop shadow. I removed the code that adds the border, so all this version does [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very slightly modified version of the &#8220;New Image with Curved Drop Shadow&#8221; plug-in that ships with <a href="http://flyingmeat.com/acorn/">Acorn</a>. The original plug-in adds a narrow white border with a gray frame to the image in addition to the curved drop shadow. I removed the code that adds the border, so all this version does is add the subtle shadow (illustrated in the screenshot below).</p>
<p><img class="alignnone size-full wp-image-1771" title="curveddropshadownoborder" src="http://anoved.net/media/2010/03/curveddropshadownoborder.png" alt="" width="556" height="394" /></p>
<p>Download <a href="http://anoved.net/files/AcornCurvedDropShadowNoBorder.jstalk.zip">New Image with Curved Drop Shadow without Border.jstalk</a> (1.5 KB; unzip and install in <code>~/Library/Application Support/Acorn/Plug-Ins</code>; restart Acorn). I&#8217;m not sure what license terms apply to this plug-in, but the <a href="http://jstalk.org/">JSTalk</a> plug-in and the <a href="http://flyingmeat.com/blog/archives/2009/01/curved_drop_shadows_in_acorn.html">original Python filter</a> were written by <a href="http://flyingmeat.com/about/">Gus</a>, inspired by the screenshots in <a href="http://blog.cocoia.com/2009/iwork-ilife-09-ui-roundup/">an article</a> by <a href="http://blog.cocoia.com/2009/whos-sebastiaan/">Sebastiaan</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2010/03/curved-drop-shadow-without-border-a-modified-plug-in-for-acorn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
