<?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"
	>

<channel>
	<title>Obsolete Your Idols</title>
	<atom:link href="http://blog.manjusri.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.manjusri.org</link>
	<description>Book Reviews and Blather</description>
	<pubDate>Mon, 13 Oct 2008 15:01:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>You&#8217;ve Got Your Cargo in My Cult</title>
		<link>http://blog.manjusri.org/2008/10/13/youve-got-your-cargo-in-my-cult/</link>
		<comments>http://blog.manjusri.org/2008/10/13/youve-got-your-cargo-in-my-cult/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 15:01:28 +0000</pubDate>
		<dc:creator>binder</dc:creator>
		
		<category><![CDATA[Review]]></category>

		<category><![CDATA[novel]]></category>

		<guid isPermaLink="false">http://blog.manjusri.org/?p=70</guid>
		<description><![CDATA[There's quite a bit to like in this book, from a naked bitch goddess to a cautious and thoughtful tribe chief, from a cannibal to a fruitbat.  This is a fun, fast-paced romp which even has a couple sex scenes, neither one with much romance to it.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.powells.com/partner/32095/biblio/9780060735449 ">Island of the Sequined Love Nun</a> is a novel I will confess to buying solely because of the name.  Names, actually.  One name was the title, which was titillating, and the other name was that of Christopher Moore.  I&#8217;d previously enjoyed his novel Lamb and so I was interested in reading others by him.  This is the first other one I&#8217;ve read and it did not disappoint.</p>
<p>It&#8217;s a small scale picaresque of a lovable loser who is driven from scene to scene by the actions of others until he has finally had enough and then his will drives him from scene to scene.  There&#8217;s quite a bit to like in this book, from a naked bitch goddess to a cautious and thoughtful tribe chief, from a cannibal to a fruitbat.  This is a fun, fast-paced romp which even has a couple sex scenes, neither one with much romance to it.</p>
<p>Things I liked about this book</p>
<ul>
<li>good pacing, chapters weren&#8217;t any longer than they needed to be</li>
<li>a naked drunk petty goddess</li>
<li>the presentation of an exotic location</li>
<li>a Brooklyn descended post-mortal protector</li>
</ul>
<p>Who might like this book</p>
<ul>
<li>people who think that Tim Powers is too <em>serious</em> when he writes about spooky cults</li>
<li>people who&#8217;ve always wondered what happens to people who cross Texas matrons</li>
<li>fans of pilots</li>
<li>fans of cannibals</li>
</ul>
<p>Who might not like this book</p>
<ul>
<li>men with castration anxiety</li>
<li>sharks</li>
<li>strict realists who are looking for a wholesome morally uplifting snore-fest</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.manjusri.org/2008/10/13/youve-got-your-cargo-in-my-cult/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple Nerdy Pleasures</title>
		<link>http://blog.manjusri.org/2008/10/12/simple-nerdy-pleasures/</link>
		<comments>http://blog.manjusri.org/2008/10/12/simple-nerdy-pleasures/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 19:10:31 +0000</pubDate>
		<dc:creator>binder</dc:creator>
		
		<category><![CDATA[Nerdery]]></category>

		<category><![CDATA[bash]]></category>

		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.manjusri.org/?p=68</guid>
		<description><![CDATA[Sometimes I find myself typing something over and over in a bash window and even with tab-completion, it&#8217;s still boring and tedious, in a sort of first-world no-one-is-killing-me fashion.  But it&#8217;s still more work than I want to be doing, as a terminally lazy softcase.  So I wrote a little one-off script to [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I find myself typing something over and over in a bash window and even with tab-completion, it&#8217;s still boring and tedious, in a sort of first-world no-one-is-killing-me fashion.  But it&#8217;s still more work than I want to be doing, as a terminally lazy softcase.  So I wrote a little one-off script to do the work for me.  Like so:</p>
<p><code><br />
#!/bin/bash</code></p>
<p>echo Indexing $2 as level $1/$3<br />
if [ ! -d by-start-level/$1 ];<br />
then<br />
mkdir by-start-level/$1<br />
fi<br />
cd by-start-level/$1<br />
ln -s &#8220;../../$2&#8243; ./$3<br />
cd -</p>
<p>The effect I&#8217;m going for here is to end up with a symlink farm of files, indexed by minimum character level.  Pulling that out of the files themself is more work than I wanted to do, but it&#8217;s easy enough to open a file, eyeball grep out a number, and then call the script with the original name, character level and destination short name.  As a side-effect I can group otherwise unrelated files thematically.  So I can have a set of adventures designed for 5th level characters with a short handle of run_this_next-1, run_this_next-2 or use-these-maps-4 or whatever.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.manjusri.org/2008/10/12/simple-nerdy-pleasures/feed/</wfw:commentRss>
		</item>
		<item>
		<title>No Ticket</title>
		<link>http://blog.manjusri.org/2008/10/05/no-ticket/</link>
		<comments>http://blog.manjusri.org/2008/10/05/no-ticket/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 21:29:29 +0000</pubDate>
		<dc:creator>binder</dc:creator>
		
		<category><![CDATA[Review]]></category>

		<category><![CDATA[americana]]></category>

		<category><![CDATA[short story]]></category>

		<guid isPermaLink="false">http://blog.manjusri.org/?p=62</guid>
		<description><![CDATA[It's a rising arc of strong writing, weird tales, drunken protagonists and unearthly encounters.]]></description>
			<content:encoded><![CDATA[<p>If there&#8217;s one writer whose writing I always get a kick out of reading, it&#8217;s my <a href="http://www.vylarkaftan.net/">wife</a>.  If there are two writers whose writing I always get a kick out of reading, it&#8217;s my wife, and <a href="http://www.theworksoftimpowers.com/">Tim Powers</a>.  I really groove on his blend of American culture and spooky metaphysical intrusions into that culture.  I&#8217;ve read nearly every novel he&#8217;s published and enjoyed the hell out of each one.</p>
<p>So I recently read<a href="http://www.powells.com/partner/32095/biblio/9781892391230 "> Strange Itineraries</a>, a collection of his short stories, including two collaborations with James Blaylock.</p>
<p>This collection is wonderful.  It&#8217;s a rising arc of strong writing, weird tales, drunken protagonists and unearthly encounters.  Ghost stories galore, a nice time travel paradox story and California flavor.</p>
<p>Who might like this collection</p>
<ul>
<li> fans of Tim Powers novels</li>
<li> fans of Americana ghost stories</li>
<li> fans of<a href="http://us.imdb.com/title/tt0246578/"> Donnie Darko</a></li>
</ul>
<p>Who might not like this collection</p>
<ul>
<li>people who enjoy the often long progression to the tipping point in a Tim Powers novel</li>
<li>people who need every aspect of a story to make sense</li>
<li>people who are sensitive to mentions of alcohol consumption</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.manjusri.org/2008/10/05/no-ticket/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jackson Galaxy</title>
		<link>http://blog.manjusri.org/2008/10/05/jackson-galaxy/</link>
		<comments>http://blog.manjusri.org/2008/10/05/jackson-galaxy/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 21:10:51 +0000</pubDate>
		<dc:creator>binder</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[t-bone]]></category>

		<guid isPermaLink="false">http://blog.manjusri.org/?p=64</guid>
		<description><![CDATA[Once upon a time in an Iowa City far far away I used to go to No Shame and my favorite part of the experience was seeing this guy sing:
 
Pole-axed to discover he&#8217;s still playing.
]]></description>
			<content:encoded><![CDATA[<p>Once upon a time in an Iowa City far far away I used to go to No Shame and my favorite part of the experience was seeing this guy sing:</p>
<p><embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-4032340179647152920&#038;hl=en&#038;fs=true" style="width:400px;height:326px" allowFullScreen="true" allowScriptAccess="always" type="application/x-shockwave-flash"> </embed></p>
<p>Pole-axed to discover he&#8217;s still playing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.manjusri.org/2008/10/05/jackson-galaxy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>An Uplifting Tale of Sorts</title>
		<link>http://blog.manjusri.org/2008/09/23/an-uplifting-tale-of-sorts/</link>
		<comments>http://blog.manjusri.org/2008/09/23/an-uplifting-tale-of-sorts/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 15:55:15 +0000</pubDate>
		<dc:creator>binder</dc:creator>
		
		<category><![CDATA[Review]]></category>

		<category><![CDATA[novel]]></category>

		<category><![CDATA[sf]]></category>

		<category><![CDATA[space opera]]></category>

		<guid isPermaLink="false">http://blog.manjusri.org/?p=60</guid>
		<description><![CDATA[There are fun bits and funny bits and there are sad bits and moving bits in this book.  But on the whole I can't say I liked it.]]></description>
			<content:encoded><![CDATA[<p>People had been telling me about but not exactly recommending M. John Harrison&#8217;s novel <a href="http://www.powells.com/partner/32095/biblio/9780553587333 ">Light</a> to me for a couple of years.  Having now read it, I think I can see why.  The story of this novel is very convenient, a sort of happy ending where everything fits a nice orderly pattern, but the construction of it aspires to concealing that pattern for as long as possible.  The setting is the near-past and the far future, and the central three human characters are depicted through a common lens of them making non-rational decisions which they then don&#8217;t attempt to rationalize to themselves or anyone else.  It revolves around a very large maguffin, indeed.  A strange place in space where every technology you try, works.</p>
<p>I found it a frustrating book.  Other people told me it was frustrating to read but they were talking about the prose style which is somewhat experimental. The language and constructs were much more accessible than those of some writers I&#8217;ve enjoyed (Robert Anton Wilson, William S. Burroughs, Samuel Delaney, Michael Moorcock, Jack Kerouac, James Joyce) and not really an impedance.   The thing which frustrated me about this story is how obliquely the author tries to tell it.  It&#8217;s a story I could express to you in thirty words.</p>
<p>The one thing I would like to champion about this book is the future setting.  I do like the idea of a place and time where radical physical form changes are trivial, computation is no longer a scarce commodity for anyone, intersystem travel is rapid and virtual reality addiction commonplace.  All of that is a fun setting to read about for me.</p>
<p>But to have half of the characters consolidated, the grand design revealed to be a trick all along, and the implausible actions of the characters not given some kind of an explanation, left me looking for the rest of this story.  There are fun bits and funny bits and there are sad bits and moving bits in this book.  But on the whole I can&#8217;t say I liked it.</p>
<p>Who might like this book</p>
<ul>
<li>fans of space opera</li>
<li>fans of experimental writing, more poem in places than prose</li>
<li>fans of Brin&#8217;s Uplift stories who want something in that vein</li>
</ul>
<p>Who might not like this book</p>
<ul>
<li>people who hate omnipotent alien tampering ala Q of Star Trek: The Next Generation</li>
<li>people who hate unreliable narrators who won&#8217;t even justify their actions to themselves</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.manjusri.org/2008/09/23/an-uplifting-tale-of-sorts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Three Hour Tour</title>
		<link>http://blog.manjusri.org/2008/08/23/a-three-hour-tour/</link>
		<comments>http://blog.manjusri.org/2008/08/23/a-three-hour-tour/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 01:20:23 +0000</pubDate>
		<dc:creator>binder</dc:creator>
		
		<category><![CDATA[Review]]></category>

		<category><![CDATA[novel]]></category>

		<category><![CDATA[sf]]></category>

		<guid isPermaLink="false">http://blog.manjusri.org/?p=56</guid>
		<description><![CDATA[Chase Kolpath is badass.]]></description>
			<content:encoded><![CDATA[<p>One of my co-workers handed me a pair of books by <a href="http://www.sfwa.org/members/mcdevitt/">Jack McDevitt</a> after having asked me a couple times if I&#8217;d read his stuff.  I hadn&#8217;t and now I have, at least one of them, <a href="http://www.powells.com/partner/32095/biblio/9780441012022 ">Polaris</a>.  So what is Polaris?  It&#8217;s a locked space ship mystery.</p>
<p>More to the point, it&#8217;s a story about a group of people who disappear out in space but leave behind a functional ship.  Years later some personal items taken from that ship are going to be auctioned off and come into the possession of Alex Benedict, an antiquities dealer, and Chase Kolpath, his lovely assistant.  I gather there&#8217;s an earlier book by McDevitt with these two characters but I didn&#8217;t feel lost or very confused without having read it.  (There was a moment when a character, Jacob, is speaking and I didn&#8217;t realize yet that that&#8217;s the name of their house AI; just a tip if you find yourself similarly confused).</p>
<p>The two have a relationship a touch reminiscent of Nero Wolfe and Archie Goodwin if Nero Wolfe were reticent and Archie Goodwin was a spicy spaceship pilot.  This story is like one of the Boy&#8217;s SF Adventure stories I read as a kid (YA Heinlein, say) if the active protagonist were female and the nominal male lead were distant and obsessive.  There&#8217;s plenty of science flavoring to this tale, with interesting futuristic technology and resourceful juryrigging by Chase.  There is a fair amount of macking on and by Chase but it didn&#8217;t divert from the narrative or diminish her capabilities.  Chase Kolpath is badass.  Alex Benedict is truly a fortunate employer.</p>
<p>In the end, I only had one qualm with the answer to the mystery and that is because I felt feinted without cause by one of the scenes along about chapter eighteen.  It seemed to me to undermine one of the needed pieces of the ending.  Even after a re-reading of that scene I still felt tricked, but I can forgive that because the whole rest of it hangs together so well.  You get to figure the mystery out along with the characters and it&#8217;s a joy to watch them do so.  This is one of the most solidly put together stories I&#8217;ve read in a long time.  Highly enjoyable, strong female protagonist, some nice scenes possible only in science fiction.</p>
<p>Who might like this book</p>
<ul>
<li>People who are looking for sf with more than bimbo females, flat-personality rugged-jawed mouthpieces-for-ideas males and hand wavey plot resolutions</li>
<li>People who like tightly woven mystery plots</li>
<li>People who are or are likely to become trapped in a decaying orbit with quasars</li>
</ul>
<p>Who might not like this book</p>
<ul>
<li>People who like lurid future sex scenes</li>
<li>People who think girls are dumb</li>
<li>People who are sensitive about the money they spend on antiques</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.manjusri.org/2008/08/23/a-three-hour-tour/feed/</wfw:commentRss>
		</item>
		<item>
		<title>It&#8217;s Not Stupid, It&#8217;s Advanced</title>
		<link>http://blog.manjusri.org/2008/08/23/its-not-stupid-its-advanced/</link>
		<comments>http://blog.manjusri.org/2008/08/23/its-not-stupid-its-advanced/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 00:42:57 +0000</pubDate>
		<dc:creator>binder</dc:creator>
		
		<category><![CDATA[Nerdery]]></category>

		<category><![CDATA[Review]]></category>

		<category><![CDATA[coding]]></category>

		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.manjusri.org/?p=54</guid>
		<description><![CDATA[One of my original three superpowers after my first superhero origin was the ability to make any source code compile and run on a Unix operating system.  I let that power rust when I became a full time systems administrator but I occasionally like to dabble again in that field.  Towards that end I read [...]]]></description>
			<content:encoded><![CDATA[<p>One of my original three superpowers after my first superhero origin was the ability to make any source code compile and run on a Unix operating system.  I let that power rust when I became a full time systems administrator but I occasionally like to dabble again in that field.  Towards that end I read a technical book on a related topic recently, <a href="http://www.powells.com/partner/32095/biblio/9780735710436 ">Advanced Linux Programming</a>.  It&#8217;s been on my shelf for some time, perhaps years.</p>
<p>Despite the age it&#8217;s still pertinent to developing in C or C++ in the Linux environment.  It does a decent job of covering the core concepts of different kinds of resources used by processes including threads.  Many code examples make the nitty gritty manifest and it has pointers to even more resources, including a <a href="http://www.advancedlinuxprogramming.com/">site dedicated to the book</a>.</p>
<p>The target audience of this book is purportedly primarily Windows developers who have decided to develop on Linux.  Right.  Because that happens.  But as it turns out, this book is well targeted for rusty Unix developers and dabblers like myself.</p>
<p>Who might like this book</p>
<ul>
<li>C coders who have somehow mysteriously failed to use this &#8216;looooo-nix&#8217; thing</li>
<li>Linux system administrators who can shrug off their sick dependency on webmin long enough to look at a command line</li>
<li>Someone wanting to read about the innards of the Linux environment</li>
</ul>
<p>Who might not like this book</p>
<ul>
<li>Windows users.  It contains no Wizards, bluescreens</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.manjusri.org/2008/08/23/its-not-stupid-its-advanced/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Future Past</title>
		<link>http://blog.manjusri.org/2008/08/18/the-future-past/</link>
		<comments>http://blog.manjusri.org/2008/08/18/the-future-past/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 04:51:47 +0000</pubDate>
		<dc:creator>binder</dc:creator>
		
		<category><![CDATA[Review]]></category>

		<category><![CDATA[novel]]></category>

		<guid isPermaLink="false">http://blog.manjusri.org/?p=51</guid>
		<description><![CDATA[I read Commune 2000 AD by Mack Reynolds.  No Powells link to the story because they don&#8217;t seem to have ever stocked it.  This is the third book of his I&#8217;ve read (others being Ability Quotient and Lagrange Five).  I&#8217;m starting to get a feel for how a Mack Reynolds story unfolds and this one [...]]]></description>
			<content:encoded><![CDATA[<p>I read Commune 2000 AD by <a href="http://www.fantasticfiction.co.uk/r/mack-reynolds/">Mack Reynolds</a>.  No <a href="http://www.powells.com/">Powells</a> link to the story because they don&#8217;t seem to have ever stocked it.  This is the third book of his I&#8217;ve read (others being <a href="http://www.manjusri.org/cgi-bin/blosxom.cgi/2006/04/17#16abilityquotient">Ability Quotient</a> and <a href="http://www.manjusri.org/cgi-bin/blosxom.cgi/2006/02/24#09lagrangefive">Lagrange Five</a>).  I&#8217;m starting to get a feel for how a Mack Reynolds story unfolds and this one is a solid story in that range.</p>
<p>It&#8217;s the story of a future (the 2000 AD of the title) where the United States has gotten its act together enough to give (nearly) everyone a <a href="http://www.unitedprofessionals.org/blog/2008/07/12/universalizing-transition-rights-through-guaranteed-income/">living wage</a> though with it comes an almost total lack of privacy and a rather tightly yoked role in society.  That&#8217;s the surface, anyway.  Then, this being a Mack Reynolds book, we peel back layers, see some groovy people who are hip to the truth and clue in our protagonist.  This not being a Philip K. Dick story, the revelations don&#8217;t destroy the protagonist and all of the drug use is good clean fun used to enhance sex or being alive.</p>
<p>The payoff in this story is all in the Aftermath epilogue at the end but it&#8217;s a satisfying wrap on a relatively straightforward story.  Looking back on that future from eight years past it, I&#8217;m wistful for how bright the future looked from 1974.  The story is a curiosity and a pleasant read but probably not life changing.</p>
<p>People who might like this book</p>
<ul>
<li>Those with an appreciation for retro-futurism.</li>
<li>Those who like to read politically oriented sf.</li>
<li>Those looking for old ideas of what newness means</li>
</ul>
<p>People who might not like this book</p>
<ul>
<li>Those who don&#8217;t like stereotypes of the early 1970s projected into the future.</li>
<li>Those who trust implicitly the governors to govern wisely.</li>
<li>Those who are anti-drug, anti-sex, anti-future, anti-fun.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.manjusri.org/2008/08/18/the-future-past/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Music</title>
		<link>http://blog.manjusri.org/2008/08/18/new-music/</link>
		<comments>http://blog.manjusri.org/2008/08/18/new-music/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 17:31:55 +0000</pubDate>
		<dc:creator>binder</dc:creator>
		
		<category><![CDATA[MLP]]></category>

		<category><![CDATA[Nerdery]]></category>

		<guid isPermaLink="false">http://blog.manjusri.org/?p=48</guid>
		<description><![CDATA[David Byrne + Brian Eno.

]]></description>
			<content:encoded><![CDATA[<p>David Byrne + Brian Eno.</p>
<p><object type="application/x-shockwave-flash" height="400" width="400" id="TSBundleWidget" data="http://bits-0.topspin.net/u/byrne/TSBundleWidget.swf?rootPath=https://app.topspin.net&#038;showTrace=false&#038;campaign_id=6001"><param value="always" name="allowScriptAccess"/><param name="allowfullscreen" value="true" /><param name="movie" value="http://bits-0.topspin.net/u/byrne/TSBundleWidget.swf?rootPath=https://app.topspin.net&#038;showTrace=false&#038;campaign_id=6001" /><param name="quality" value="high" /><param name="flashvars" value="campaign_id=6001&amp;baseurl=http://app.topspin.net&amp;width=400&amp;height=400&amp;configurl=http://bits-0.topspin.net/u/byrne/album_config_6001.xml&amp;autoplay=false" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.manjusri.org/2008/08/18/new-music/feed/</wfw:commentRss>
		</item>
		<item>
		<title>delicious the movie</title>
		<link>http://blog.manjusri.org/2008/07/31/delicious-the-movie/</link>
		<comments>http://blog.manjusri.org/2008/07/31/delicious-the-movie/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 06:45:33 +0000</pubDate>
		<dc:creator>flickr</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.manjusri.org/2008/07/31/delicious-the-movie/</guid>
		<description><![CDATA[


delicious the movie

Originally uploaded by delicious blog


Well now!  This is an interesting animation of how the site has changed.  Fun to watch things flip around from old to new.

]]></description>
			<content:encoded><![CDATA[<div style="10px;">
<p>
<span style="0px;"><br />
<a href="http://www.flickr.com/photos/deliciousblog/2718285703/">delicious the movie</a><br />
<br />
Originally uploaded by <a href="http://www.flickr.com/people/deliciousblog/">delicious blog</a><br />
</span>
</div>
<p>Well now!  This is an interesting animation of how the site has changed.  Fun to watch things flip around from old to new.<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.manjusri.org/2008/07/31/delicious-the-movie/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
