<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/atom10full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" xml:lang="en" xml:base="http://ndanger.org/blog/wp-atom.php">
	<title type="text">ndanger.org</title>
	<subtitle type="text">thoughts and stuff</subtitle>

	<updated>2009-01-07T23:07:51Z</updated>
	<generator uri="http://wordpress.org/" version="2.7">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://ndanger.org/blog" />
	<id>http://ndanger.org/blog/feed/atom/</id>
	

			<link rel="self" href="http://feeds.feedburner.com/ndangerorg" type="application/atom+xml" /><entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Progressive computing]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/505626180/" />
		<id>http://ndanger.org/blog/?p=939</id>
		<updated>2009-01-07T21:55:06Z</updated>
		<published>2009-01-07T21:55:06Z</published>
		<category scheme="http://ndanger.org/blog" term="Programming" /><category scheme="http://ndanger.org/blog" term="cs" /><category scheme="http://ndanger.org/blog" term="physics" /><category scheme="http://ndanger.org/blog" term="science" />		<summary type="html"><![CDATA[
Conservative logic is a comprehensive model of computation which explicitly reflects a number of fundamental principles of physics&#8230;
Edward Fredkin and Tommaso Toffoli, Conservative Logic p. 1


Axioms for computation that are based on noninvertible primitives can only reflect aspects of macroscopic physics.  While they offer enough expressive power for dealing in a formal way with [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2009/01/07/progressive-computing/"><![CDATA[<blockquote><p>
Conservative logic is a comprehensive model of computation which explicitly reflects a number of fundamental principles of physics&#8230;</p>
<p class="attrib">Edward Fredkin and Tommaso Toffoli, Conservative Logic p. 1</p>
</blockquote>
<blockquote><p>
Axioms for computation that are based on noninvertible primitives can only reflect aspects of macroscopic physics.  While they offer enough expressive power for dealing in a formal way with what can eventually be computed by any physical means, they may deprive us of essential tools for discussing how best to compute in particular, whether and how the <i>kT</i> barrier can be overcome-since many relevant aspects of microscopic physics are totally out of their reach. To remedy these eficiencies, the axioms of computation must be told some of the &#8220;facts of life&#8221; of the microscopic world. This is one of the goals of conservative logic.</p>
<p class="attrib">Edward Fredkin and Tommaso Toffoli, Conservative Logic p. 3</p>
</blockquote>
<p>Via the <a title="Lambda: the Ultimate" href="http://lambda-the-ultimate.org/">LtU</a> <a href="http://lambda-the-ultimate.org/node/3038">Inspiring papers</a> thread comes Fredkin and Toffoli&#8217;s 2001 paper: <a href="http://ndanger.org/misc/conservativelogic.pdf">Conservative Logic [PDF]</a> <span class="small">(local cache since I couldn&#8217;t find an <a href="http://portal.acm.org/citation.cfm?id=644307.644311">official site</a> with a download; thanks to <a href="http://strangepaths.com/en/">Strange Paths</a> for having a copy of the PDF)</span>.  The paper 1) presents a model of computation based on physics-inspired axioms, 2) demonstrates that the model is computationally universal and then 3) gives an example implemented using <em>billiard balls</em>.  Well, technically perfectly elastic collisions of spherical bodies constrained to a 2-dimensional plane, but still fun.</p>
<p>It reminded me of <a href="http://ng.cba.mit.edu/">Neil Gershenfeld</a>&#8217;s <a href="http://www.youtube.com/watch?v=w8ubXgXM7kk">Programming Bits and Atoms</a> talk.  Specifically both changed my concepts of computation: Gershenfeld shows a bunch of examples of <a href="http://www.google.com/search?q=asynchronous+logic+automata">asynchronous logic automata</a> <span class="small">(sorry for the crap link to a google index, I haven&#8217;t read enough to find a good reference;  let me know if you find one)</span> and also demonstrates physical logic gates built from plastic tubing and air bubbles.  Given that Toffoli was cranking out papers in the late 70&#8217;s, I wouldn&#8217;t be surprised if Gershenfeld draws from his work.</p>
<p>Beyond the cool factor, both works have practical outcomes.  Gershenfeld shows proof of concepts like the &#8220;paintable computer&#8221;: a computational surface that runs a Postscript interpreter.  He also demonstrates a(<a href="http://en.wikipedia.org/wiki/Bead_sort">nother</a>) linear-time sorting algorithm that depends on the <abbr title="asynchronous logic automata">ALA</abbr> property that transmission is also storage (cells store values, transmission is merely the passing of values down a chain of cells).  Fredkin and Toffoli make no such claims, but since a primitive of Conservative Logic is the unit wire&#8211;an element that both stores and transmits a value&#8211;the same should hold.</p>
<p>Fredkin and Toffoli&#8217;s emphasis on conservative physics principles leads to another huge benefit: &#8220;The central result of conservative logic is that it is ideally possible to build sequential circuits with zero internal power dissipation.&#8221;  Nice.</p>
<p>But, really, my interest is in the combination of computer nerdery with physics nerdery (I <a href="http://www.engr.pitt.edu/mems/undergraduate/engrph-mems_curriculum.html">spent years <del>doing integrals</del> studying physics</a>).  This is the stuff inspires me when I feel like a programming career is nothing more than CRUD web interfaces; you might even say reading these papers prevents <a href="http://ndanger.org/blog/2007/07/12/boredom-makes-my-architecture-suck/">my architecture from sucking</a>.</p>
<p>In a similar vein, I recommend <a href="http://www.amazon.com/Feynman-Lectures-Computation-Richard-P/dp/0738202967/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1230564446&amp;sr=8-1">The Feynman Lectures on Computation</a> and <a href="http://www.scottaaronson.com/blog/">Scott Aaronson&#8217;s blog</a>.  Aaronson&#8217;s blog is a cornucopia of technical things I don&#8217;t fully understand, including one of my favorite blog posts of 2008: <a href="http://scottaaronson.com/blog/?p=368">Time: Different from space</a>.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2009/01/07/progressive-computing/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2009/01/07/progressive-computing/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2009/01/07/progressive-computing/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[So you want to add a method to an existing Python object&#8230;]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/504564688/" />
		<id>http://ndanger.org/blog/?p=940</id>
		<updated>2009-01-06T19:22:53Z</updated>
		<published>2009-01-06T19:22:53Z</published>
		<category scheme="http://ndanger.org/blog" term="Programming" /><category scheme="http://ndanger.org/blog" term="python" />		<summary type="html"><![CDATA[While working on my goof-off POTM, I needed to add a function to an already instantiated object.
The obvious thing almost works:

&#62;&#62;&#62; class MyClass(object): foo = lambda self: "Foo"
...
&#62;&#62;&#62; myobj = MyClass()
&#62;&#62;&#62; hasattr(myobj, 'bar')
False
&#62;&#62;&#62; myobj.bar = lambda self: "Bar"
&#62;&#62;&#62; hasattr(myobj, 'bar')
True
&#62;&#62;&#62; myobj.bar()
Traceback (most recent call last):
  File "&#60;stdin&#62;", line 1, in &#60;module&#62;
TypeError: &#60;lambda&#62;() takes exactly [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2009/01/06/so-you-want-to-add-a-method-to-an-existing-python-object/"><![CDATA[<p>While working on my goof-off <abbr title="Project Of The Moment">POTM</abbr>, I needed to add a function to an already instantiated object.</p>
<p>The obvious thing almost works:</p>
<pre>
&gt;&gt;&gt; class MyClass(object): foo = lambda self: "Foo"
...
&gt;&gt;&gt; myobj = MyClass()
&gt;&gt;&gt; hasattr(myobj, 'bar')
False
&gt;&gt;&gt; myobj.bar = lambda self: "Bar"
&gt;&gt;&gt; hasattr(myobj, 'bar')
True
&gt;&gt;&gt; myobj.bar()
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
TypeError: &lt;lambda&gt;() takes exactly 1 argument (0 given)
</pre>
<p>Here&#8217;s the problem:</p>
<pre>
&gt;&gt;&gt; type(myobj.foo)
&lt;type 'instancemethod'&gt;
&gt;&gt;&gt; type(myobj.bar)
&lt;type 'function'&gt;
</pre>
<p>Our dynamically added <code>bar</code> is a regular function so the <code>self</code>-injection magic isn&#8217;t happening.</p>
<p>It turns out that the magic is actually just <a href="http://docs.python.org/reference/datamodel.html#descriptors">descriptors</a>.  As Bruno Desthuilliers <a href="http://groups.google.com/group/comp.lang.python/msg/18fdf998a511f1eb/">points out</a> you can manually activate the descriptor machinery:</p>
<pre>
&gt;&gt;&gt; myobj.bar = (lambda self: "Bar").__get__(myobj)
&gt;&gt;&gt; type(myobj.bar)
&lt;type 'instancemethod'&gt;
&gt;&gt;&gt; myobj.bar()
'Bar'
</pre>
<p>For those who are more semantically inclined, you could instead use the (deprecated) <code><a href="http://docs.python.org/library/new.html#module-new">new</a></code> module:</p>
<pre>
&gt;&gt;&gt; from new import instancemethod
&gt;&gt;&gt; myobj2 = MyClass()
&gt;&gt;&gt; myobj2.bar = instancemethod(lambda self: "Bar", myobj2)
&gt;&gt;&gt; myobj2.bar()
'Bar'
</pre>
<p>And if you want your semantics without the deprecation, use <code><a href="http://docs.python.org/library/types.html#module-types">types</a></code>:</p>
<pre>
&gt;&gt;&gt; from types import MethodType
&gt;&gt;&gt; myobj3 = MyClass()
&gt;&gt;&gt; myobj3.bar = MethodType(lambda self: "Bar", myobj3)
&gt;&gt;&gt; myobj3.bar()
'Bar'
</pre>
<p><a href="http://www.imdb.com/title/tt0086837/">&#8220;Easy as cake!&#8221;</a></p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2009/01/06/so-you-want-to-add-a-method-to-an-existing-python-object/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2009/01/06/so-you-want-to-add-a-method-to-an-existing-python-object/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2009/01/06/so-you-want-to-add-a-method-to-an-existing-python-object/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Enough to be dangerous]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/502045168/" />
		<id>http://ndanger.org/blog/?p=931</id>
		<updated>2009-01-03T21:26:35Z</updated>
		<published>2009-01-03T21:26:35Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="picture" />		<summary type="html"><![CDATA[That&#8217;s about how much I know of Inkscape and the GIMP.  So when Elaina said something looked pathetic I thought &#8220;I can make that more pathetic.  And vectorized.&#8221;

]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2009/01/03/enough-to-be-dangerous/"><![CDATA[<p>That&#8217;s about how much I know of <a href="http://www.inkscape.org/">Inkscape</a> and <a href="http://www.gimp.org/">the GIMP</a>.  So when Elaina said something <a href="http://www.flickr.com/photos/thesmallestthings/3159158491/">looked pathetic</a> I thought &#8220;I can make that more pathetic.  And vectorized.&#8221;</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3164508942/" title="Elaina in the woods with flowers by ndanger, on Flickr"><img class="blackborder" src="http://farm2.static.flickr.com/1330/3164508942_7ea54cb8c2.jpg" width="398" height="500" alt="Elaina in the woods with flowers" /></a></p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2009/01/03/enough-to-be-dangerous/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2009/01/03/enough-to-be-dangerous/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2009/01/03/enough-to-be-dangerous/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Moving like a train]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/498051750/" />
		<id>http://ndanger.org/blog/?p=927</id>
		<updated>2008-12-29T21:08:31Z</updated>
		<published>2008-12-29T21:08:31Z</published>
		<category scheme="http://ndanger.org/blog" term="Music" /><category scheme="http://ndanger.org/blog" term="mp3" />		<summary type="html"><![CDATA[While driving home for Christmas I had all these great ideas for blog posts: more about Victoria/ICFP, thoughts about physical computing from the paper I&#8217;m reading, a comparison of Ray Kurzweil and Michael Pollan&#8230;  Then I was listening to El-P in the car and thought &#8220;eh, I&#8217;ll just shove out another music post.&#8221;
And it [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/12/29/moving-like-a-train/"><![CDATA[<p>While driving <a href="http://maps.google.com/maps?q=york,+pa&amp;ie=UTF8&amp;t=h&amp;z=13&amp;g=york,+pa&amp;iwloc=addr">home</a> for Christmas I had all these great ideas for blog posts: more about Victoria/ICFP, thoughts about physical computing from the paper I&#8217;m reading, a comparison of <a href="http://www.kurzweilai.net/index.html?flash=1">Ray Kurzweil</a> and <a href="http://www.michaelpollan.com/">Michael Pollan</a>&#8230;  Then I was listening to <a href="http://www.definitivejux.net/jukies/el-p">El-P</a> in the car and thought &#8220;eh, I&#8217;ll just shove out another music post.&#8221;</p>
<p>And it was going to be about El-P until I came home and found a <a href="http://www.djhistory.com/forum/showthread.php?t=40773">DJ History</a> forum post with a 3 hour <a href="http://www.myspace.com/mrleedouglas">Lee Douglas</a> / <a href="http://www.lovefingers.org/">Lovefingers</a> mix:</p>
<p><a href="http://ndanger.org/audio/Lee%20Douglas%20&amp;%20Lovefingers%20-%20A%20Night%20In%20Babylon%20(Live%20in%20Istanbul).mp3">Lee Douglas &amp; Lovefingers - A Night In Babylon (Live in Istanbul)</a> <span class="small">(hosted, it seemed rude to hotlink a 280 meg mp3)</span></p>
<p>Well damn that&#8217;s a good mix (needle jumps &amp; <a href="http://en.wikipedia.org/wiki/Flanging">flanging</a> be damned), but it was the <a href="http://www.smith-n-hack.de/">Smith N Hack</a> remix that diddled me good:</p>
<p><a href="http://ndanger.org/audio/Herbert%20-%20Moving%20Like%20a%20Train%20(Smith%20N%20Hack%20Remix).mp3">Herbert - Moving Like a Train (Smith N Hack Remix)</a> (<a href="http://www.amazon.com/gp/product/B0013MDOQG/ref=dm_sp_alb?ie=UTF8&amp;qid=1230571541&amp;sr=8-2">buy</a>)</p>
<p>Like a train indeed.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/12/29/moving-like-a-train/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/12/29/moving-like-a-train/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/12/29/moving-like-a-train/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Bass: subtle / for your face / subtle]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/491143272/" />
		<id>http://ndanger.org/blog/?p=882</id>
		<updated>2008-12-21T05:34:56Z</updated>
		<published>2008-12-21T05:34:56Z</published>
		<category scheme="http://ndanger.org/blog" term="Music" /><category scheme="http://ndanger.org/blog" term="bass" /><category scheme="http://ndanger.org/blog" term="techno" />		<summary type="html"><![CDATA[Speaking of those vinyl only Sleeparchive releases:
Sleeparchive - Meson (buy at Forced Exposure or hardwax for the Europeans)
Hardwax&#8217;s description is itself cold German minimalism: &#8220;Hypnotic bleeping techno + 6 loops&#8221;.  Let&#8217;s make that a little more Japanese:

The Hadron EP:
Hypnotic bleeping techno
(plus six white-noise loops)

I&#8217;m impressed by the crisp subtlety, especially the bass.  For [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/12/21/bass-subtle-for-your-face-subtle/"><![CDATA[<p><a href="http://ndanger.org/blog/2008/11/27/fly-by-night-disco-by-day/">Speaking of those vinyl only Sleeparchive releases</a>:</p>
<p><a href="http://ndanger.org/audio/Sleeparchive%20-%20Meson.mp3">Sleeparchive - Meson</a> (<a href="http://www.forcedexposure.com/bin/search.pl?search_string=Hadron+EP&amp;searchfield=title">buy at Forced Exposure</a> or <a href="http://hardwax.com/act/sleeparchive/">hardwax</a> for the Europeans)</p>
<p>Hardwax&#8217;s description is itself cold German minimalism: &#8220;Hypnotic bleeping techno + 6 loops&#8221;.  Let&#8217;s make that a little more <a href="http://en.wikipedia.org/wiki/Haiku">Japanese</a>:</p>
<blockquote><p>
The Hadron EP:<br />
Hypnotic bleeping techno<br />
(plus six white-noise loops)
</p></blockquote>
<p>I&#8217;m impressed by the crisp subtlety, especially the bass.  For a song that&#8217;s 50% synthetic kick (the rest is high-hat, &#8220;whirr&#8221; white noise, &#8220;woo-woo-wooo&#8221; space noise, and &#8220;incessant bleep&#8221;) it doesn&#8217;t come off as a bass track.  Yet the subwoofer&#8230; it is working so hard.  Makes me wonder how it would sound on something more powerful than my 10&#8243; sub.</p>
<p>I suspect the effect is because Sleeparchive trims his samples, shoving everything into the low end.  Let&#8217;s check <a href="http://audacity.sourceforge.net/">Audacity</a>&#8217;s <a href="http://audacityteam.org/manual/index.php?title=Track_Drop-Down_Menu#Spectrum">spectrum view</a>:</p>
<p><a href="http://ndanger.org/blog/2008/11/04/o-death/">Ralph Stanley - O Death</a><br />
<img class="inline" src="http://ndanger.org/blog/wp-content/uploads/2008/12/spectrum-ralph_stanley-300x163.png" alt="Ralph Stanley - O Death (spectrum)" width="300" height="163" /></p>
<p><a href="http://ndanger.org/blog/2008/11/27/fly-by-night-disco-by-day/">Capcom - A Prayer for Kevin Garnett (Willy Joy&#8217;s Safe Journeys Remix)</a><br />
<img class="inline" src="http://ndanger.org/blog/wp-content/uploads/2008/12/spectrum-capcom-300x163.png" alt="Capcom - A Prayer for Kevin Garnett (Willy Joy&#39;s Safe Journeys Remix) (spectrum)" width="300" height="163" /></p>
<p>Sleeparchive - Meson<br />
<img class="inline" src="http://ndanger.org/blog/wp-content/uploads/2008/12/spectrum-sleeparchive-300x163.png" alt="Sleeparchive - Meson (spectrum)" width="300" height="163" /></p>
<p>Ralph Stanley: subtle human, Sleeparchive: subtle machine, Capcom: unholy train wreck.</p>
<p>According to <a href="http://www.youtube.com/watch?v=3gspj3iLs9k">nxtplanet&#8217;s comment [Youtube]</a> Sleeparchive and <a href="http://www.dj-surgeon.com/">Surgeon</a> are both big geeks.  Let&#8217;s see&#8230;</p>
<p>Sleeparchive:<br />
<a class="inline" href="http://tazadete.wordpress.com/2007/05/29/preguntarespuesta/"><img src="http://ndanger.org/blog/wp-content/uploads/2008/12/sleeparchive.jpg" alt="sleeparchive" width="255" height="332" class="alignnone size-full wp-image-892" /></a> </p>
<p>Surgeon:<br />
<a href="http://walpod.net/index.php?p=29"><img class="inline" src="http://ndanger.org/blog/wp-content/uploads/2008/12/surgeon_tokyo_warp-site.jpg" alt="Surgeon" width="350" height="390" /></a></p>
<p>Sleeparchive&#8217;s got a bit of the geek going on.  Surgeon just looks like a Hitler Youth.</p>
<h3>Bass for your face</h3>
<p>For some much less subtle bass, check out <a href="http://www.rinse.fm/">Rinse FM</a>&#8217;s I Love Dubstep double mix CD (get at <a href="http://www.amazon.com/I-Love-Dubstep-Various-Artists/dp/B001GG7DUM/ref=pd_bbs_sr_1?ie=UTF8&amp;s=music&amp;qid=1229811373&amp;sr=8-1">Amazon</a>, <a href="http://www.turntablelab.com/cds/0/0/60818.html">Turntable Lab</a> or <a href="http://www.forcedexposure.com/bin/search.pl?search_string=I+love+dubstep&amp;searchfield=title">Forced Exposure</a>).  It&#8217;s every major dubstep track from the last few years.  Mixed, of course, so afficianados can still proudly display their imported vinyl.</p>
<p>Also on double CD is the new (and apparently last) <a href="http://www.skulldisco.com/">Skull Disco</a> release.  It&#8217;s a bunch of their latest vinyl EP&#8217;s and some remixes.  Skull Disco has always been good at conceptual integrity: dark, morbid tunes.  Very dark.  Very morbid.  Yay!</p>
<p><a href='http://ndanger.org/audio/Shackleton%20-%20Death%20Is%20Not%20Final.mp3'>Shackleton - Death Is Not Final</a> (buy <a href="http://www.skulldisco.com/node/157">direct</a>, from <a href="http://www.turntablelab.com/cds/0/0/60452.html">the lab</a> or from <a href="http://www.forcedexposure.com/bin/search.pl?search_string=Soundboy's+Gravestone+Gets+Desecrated+By+Vandals&amp;searchfield=title">Forced Exposure</a>)</p>
<p>Keeping with a theme:<br />
<img class="inline" src="http://ndanger.org/blog/wp-content/uploads/2008/12/spectrum-shackleton-300x163.png" alt="Shackleton - Death Is Not Final (spectrum)" width="300" height="163" /></p>
<p>If you want more music for no more $$$, check their <a>free mixtape</a>.</p>
<h3>US copyright sucks</h3>
<p>If it was more lenient, maybe we&#8217;d have a chance to get this album for less than $30: <a href="http://www.forcedexposure.com/bin/search.pl?search_string=recomposed&amp;searchfield=title">Carl Craig &amp; Moritz von Oswald - ReComposed</a> (also at <a href="http://www.amazon.com/Recomposed-Carl-Craig-Moritz-Oswald/dp/B001EGGBFM/ref=pd_bbs_sr_1?ie=UTF8&amp;s=music&amp;qid=1229834503&amp;sr=8-1">Amazon</a> and <a href="http://www.turntablelab.com/cds/0/0/57855.html">the lab</a>).</p>
<p>I&#8217;m listening to it now and it&#8217;s amazing.  There&#8217;s nothing to really share though, it unfolds pretty smoothly over an hour, and an excerpt would be much less than the sum.  So instead here&#8217;s Carl Craig remixing Rhythm &amp; Sound (Moritz von Oswald and Mark Ernestus).</p>
<p><a href="http://ndanger.org/audio/Rhythm%20&amp;%20Sound%20-%20Poor%20People%20Must%20Work%20(Carl%20Craig%20Remix).mp3">Rhythm &amp; Sound - Poor People Must Work (Carl Craig Remix)</a> (<a href="http://www.forcedexposure.com/bin/search.pl?search_string=poor+people+must+work&amp;searchfield=keyword">buy</a>)</p>
<p><img class="inline" src="http://ndanger.org/blog/wp-content/uploads/2008/12/spectrum-rhythm_and_sound-300x163.png" alt="Rhythm and Sound - Poor People Must Work (Carl Craig Remix) (spectrum)" width="300" height="163" /></p>
]]></content>
<link href="http://ndanger.org/audio/Sleeparchive%20-%20Meson.mp3" rel="enclosure" length="12049192" type="audio/mpeg" />
<link href="http://ndanger.org/audio/Shackleton%20-%20Death%20Is%20Not%20Final.mp3" rel="enclosure" length="12711694" type="audio/mpeg" />
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/12/21/bass-subtle-for-your-face-subtle/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/12/21/bass-subtle-for-your-face-subtle/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/12/21/bass-subtle-for-your-face-subtle/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Punk Bike, 2008]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/490676535/" />
		<id>http://ndanger.org/blog/?p=852</id>
		<updated>2008-12-20T16:39:06Z</updated>
		<published>2008-12-20T16:39:06Z</published>
		<category scheme="http://ndanger.org/blog" term="Cycling" /><category scheme="http://ndanger.org/blog" term="mtb" />		<summary type="html"><![CDATA[
After years of prodding, I finally rode the Punk Bike Enduro.  I was going to try to gather some of the many write-up/photo/video links, luckily awesome guy Rob (though I also sometimes call him 90&#8217;s Rob on account of his living colour t-shirts) already did: 2008 punk bike enduro.  (He also produced the [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/12/20/punk-bike-2008/"><![CDATA[<p><a class="inline" href="http://unixd0rk.livejournal.com/122300.html"><img class="thinborder" src="http://www.genetics.pitt.edu/~rob/bikes/punk%20bike%202008/aftermath/DSCN3347_sm.JPG" alt="Muddy Dave after Pittsburgh's Punk Bike Enduro 2008" /></a></p>
<p>After years of prodding, I finally rode the <a href="http://www.dirtragmag.com/blogarific/2008-punk-bike-enduro-announced/">Punk Bike Enduro</a>.  I was going to try to gather some of the many write-up/photo/video links, luckily awesome guy Rob (though I also sometimes call him 90&#8217;s Rob on account of his living colour t-shirts) already did: <a href="http://unixd0rk.livejournal.com/122300.html">2008 punk bike enduro</a>.  (He also produced the above photographic proof).</p>
<h3>Downsides</h3>
<ul>
<li>Leaving a pot of potatoes boiling and falling asleep the night before (this is why all my clothes smell like burnt)</li>
<li>Almost eating it on the first hill (<a href="http://homepage.mac.com/thickbikes/PhotoAlbum12.html">photo proof via Chris</a>)</li>
<li>When my ankles stopped working during the run-up</li>
<li>Coming in one place away from pointing on the run-up</li>
<li>Walking back down the run-up (I know my downhill limits)</li>
<li>Wearing away half of my brand-new rear brake pads</li>
<li>Having to touch my disgustingly muddy bike afterwards</li>
</ul>
<h3>Upsides</h3>
<ul>
<li><b>Not</b> eating it on the first hill</li>
<li>Cleaning the rest of the downhills</li>
<li>Having brakes&#8211;Chris had basically nothing at the end of the ride while Dan(?) just did without his front brake.  But I mean, hey, it&#8217;s only the front brake, right?</li>
<li>Getting a ride out there with the <a href="http://www.dorc-pgh.com/">DORC</a>s in tiger Larry&#8217;s Chevy Suburban (I learned to drive in a Suburban)</li>
<li>Adam&#8217;s Freddie Mercury outfit</li>
<li>Adam&#8217;s Freddie Mercury outfit w/ faux-shitstains</li>
<li>Hanging out with a bunch of peoples, including all the mountain biking people I never see (Justin, Eric, Karen)</li>
<li>Potluck goodies</li>
<li>Good excuse to take a shower</li>
</ul>
<h3>And now&#8230;</h3>
<p>&#8230;your moment of bike zen:</p>
<p><a href="http://www.flickr.com/photos/ndanger/3122961136/" title="Kristen in the shower by ndanger, on Flickr"><img class="thinborder" src="http://farm4.static.flickr.com/3127/3122961136_9efee9eacd.jpg" width="500" height="375" alt="Kristen in the shower" /></a></p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/12/20/punk-bike-2008/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/12/20/punk-bike-2008/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/12/20/punk-bike-2008/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Schlagercocktail: German vinyl cocktail mix]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/474606257/" />
		<id>http://ndanger.org/blog/?p=846</id>
		<updated>2008-12-04T12:18:59Z</updated>
		<published>2008-12-04T12:18:59Z</published>
		<category scheme="http://ndanger.org/blog" term="Music" /><category scheme="http://ndanger.org/blog" term="mp3" />		<summary type="html"><![CDATA[Gem uncovery: it&#8217;s the only up-shot of sorting through all my old records to evaluate their conditions.  I present Schlagercocktail (Folge II):

  

Schlagercocktail - Folge II side A
Schlagercocktail - Folge II side B
German pop covers on 10&#8243; vinyl.  Each side has like a dozen tracks, and they&#8217;re all smushed together, mix tape [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/12/04/schlagercocktail-german-vinyl-cocktail-mix/"><![CDATA[<p>Gem uncovery: it&#8217;s the only up-shot of sorting through all my old records to evaluate their conditions.  I present Schlagercocktail (Folge II):</p>
<div class="clear">
<a href="http://www.flickr.com/photos/ndanger/3081206448/" title="Schlagercocktail Folge II (10in EP) cover by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3217/3081206448_23fd922c9a_t.jpg" width="100" height="100" alt="Schlagercocktail Folge II (10in EP) cover" /></a> <a href="http://www.flickr.com/photos/ndanger/3081209238/" title="Schlagercocktail Folge II, Seite 1 by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3165/3081209238_4c944c3ccf_t.jpg" width="100" height="100" alt="Schlagercocktail Folge II, Seite 1" /></a> <a href="http://www.flickr.com/photos/ndanger/3080365019/" title="Schlagercocktail Folge II, Seite 2 by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3252/3080365019_465dc58006_t.jpg" width="100" height="100" alt="Schlagercocktail Folge II, Seite 2" /></a>
</div>
<p><a href="http://ndanger.org/audio/Schlagercocktail%20-%20Folge%20II%20side%20A.mp3">Schlagercocktail - Folge II side A</a><br />
<a href="http://ndanger.org/audio/Schlagercocktail%20-%20Folge%20II%20side%20B.mp3">Schlagercocktail - Folge II side B</a></p>
<p>German pop covers on 10&#8243; vinyl.  Each side has like a dozen tracks, and they&#8217;re all smushed together, mix tape style.  Anyone have Folge I?</p>
]]></content>
<link href="http://ndanger.org/audio/Schlagercocktail%20-%20Folge%20II%20side%20A.mp3" rel="enclosure" length="27349829" type="audio/mpeg" />
<link href="http://ndanger.org/audio/Schlagercocktail%20-%20Folge%20II%20side%20B.mp3" rel="enclosure" length="28356821" type="audio/mpeg" />
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/12/04/schlagercocktail-german-vinyl-cocktail-mix/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/12/04/schlagercocktail-german-vinyl-cocktail-mix/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/12/04/schlagercocktail-german-vinyl-cocktail-mix/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Sandtarts]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/474286450/" />
		<id>http://ndanger.org/blog/?p=843</id>
		<updated>2008-12-04T04:16:02Z</updated>
		<published>2008-12-04T04:16:02Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="food" />		<summary type="html"><![CDATA[
Sandtarts: a Gingrich family tradition.  Also a test of rolling feats.  Grandma can get them down to gold leaf dimensions, I&#8217;m not that good, but am within tolerance.

]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/12/04/sandtarts/"><![CDATA[<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3081224424/" title="Sandtarts by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3144/3081224424_610417b792.jpg" width="500" height="375" alt="Sandtarts" /></a></p>
<p>Sandtarts: a Gingrich family tradition.  Also a test of rolling feats.  Grandma can get them down to gold leaf dimensions, I&#8217;m not that good, but am within tolerance.</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3080388511/" title="within tolerance by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3002/3080388511_9afdf21e50.jpg" width="500" height="375" alt="within tolerance" /></a></p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/12/04/sandtarts/#comments" thr:count="3" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/12/04/sandtarts/feed/atom/" thr:count="3" />
		<thr:total>3</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/12/04/sandtarts/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[And then I see a darkness]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/468881810/" />
		<id>http://ndanger.org/blog/?p=825</id>
		<updated>2008-11-29T01:22:00Z</updated>
		<published>2008-11-29T00:20:08Z</published>
		<category scheme="http://ndanger.org/blog" term="Music" /><category scheme="http://ndanger.org/blog" term="mp3" />		<summary type="html"><![CDATA[
Well you&#8217;re my friend
(It&#8217;s what you told me anyway)
And can you see
(What&#8217;s inside of me anyway)
Many times we&#8217;ve been out drinking
And many times we&#8217;ve shared our thoughts
But did you ever, ever notice
The kind of thoughts I got
Well you know I have a love
A love for everyone I know
And you know I have a drive
To live [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/28/and-then-i-see-a-darkness/"><![CDATA[<blockquote><p>
Well you&#8217;re my friend<br />
(It&#8217;s what you told me anyway)<br />
And can you see<br />
(What&#8217;s inside of me anyway)<br />
Many times we&#8217;ve been out drinking<br />
And many times we&#8217;ve shared our thoughts<br />
But did you ever, ever notice<br />
The kind of thoughts I got<br />
Well you know I have a love<br />
A love for everyone I know<br />
And you know I have a drive<br />
To live I won&#8217;t let go<br />
But can you see it&#8217;s opposition<br />
Comes rising up sometimes<br />
That it&#8217;s dreadful and position<br />
Comes blacking in my mind</p>
<p>And that I see a darkness<br />
And that I see a darkness<br />
And that I see a darkness<br />
And that I see a darkness<br />
And did you know how much I love you<br />
Is a hope that somehow you<br />
Can save me from this darkness</p>
<p>Well I hope that someday, buddy<br />
We have peace in our lives<br />
Together or apart<br />
Alone or with our wives<br />
That we can stop our whoring<br />
And pull the smiles inside<br />
And light it up forever<br />
And never go to sleep<br />
My best unbeaten brother<br />
This isn&#8217;t all I see</p>
<p>Oh no I see a darkness<br />
Oh no I see a darkness<br />
Oh no I see a darkness<br />
Oh no I see a darkness<br />
Did you know how much I love you<br />
Is a hope that somehow you you<br />
Can save me from this darkness</p>
<p class="attrib"><a href="http://lyricwiki.org/Bonnie_'Prince'_Billy:I_See_A_Darkness">Bonnie Prince Billy, I See A Darkness</a></p>
</blockquote>
<p>The best song about depression, ever:</p>
<p><a href="http://ndanger.org/audio/Bonnie%20Prince%20Billy%20-%20I%20See%20a%20Darkness.mp3">Bonnie Prince Billy - I See a Darkness</a> (<a href="http://www.amazon.com/I-See-A-Darkness/dp/B0019QE83Y/ref=pd_bbs_sr_1?ie=UTF8&amp;s=dmusic&amp;qid=1227856328&amp;sr=8-1">buy</a>)</p>
<p>The second best song about depression, ever:</p>
<p><a href="http://ndanger.org/audio/Johnny%20Cash%20-%20I%20See%20a%20Darkness.mp3">Johnny Cash - I See a Darkness</a> (<a href="http://www.amazon.com/American-III-Solitary-Johnny-Cash/dp/B000WS4OZM/ref=sr_1_1?ie=UTF8&amp;s=music&amp;qid=1227856573&amp;sr=8-1">buy</a>)</p>
]]></content>
<link href="http://ndanger.org/audio/Bonnie%20Prince%20Billy%20-%20I%20See%20a%20Darkness.mp3" rel="enclosure" length="6479872" type="audio/mpeg" />
<link href="http://ndanger.org/audio/Johnny%20Cash%20-%20I%20See%20a%20Darkness.mp3" rel="enclosure" length="5440765" type="audio/mpeg" />
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/28/and-then-i-see-a-darkness/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/28/and-then-i-see-a-darkness/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/28/and-then-i-see-a-darkness/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Fly by night, Disco by day]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/467395483/" />
		<id>http://ndanger.org/blog/?p=816</id>
		<updated>2008-11-26T00:15:09Z</updated>
		<published>2008-11-27T15:02:44Z</published>
		<category scheme="http://ndanger.org/blog" term="Music" /><category scheme="http://ndanger.org/blog" term="disco" /><category scheme="http://ndanger.org/blog" term="mp3" />		<summary type="html"><![CDATA[I&#8217;ve almost weaned myself off of records, but some releases are vinyl only.  Sleeparchive is one example.  The Flybynight EP is another.  It&#8217;s all party bass, video game sounds, and a little bit of the Journey:
Capcom - A Prayer for Kevin Garnett (Willy Joy&#8217;s Safe Journeys Remix) (buy)
Fly By Night is the [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/27/fly-by-night-disco-by-day/"><![CDATA[<p>I&#8217;ve almost weaned myself off of records, but some releases are vinyl only.  <a href="http://www.discogs.com/artist/Sleeparchive">Sleeparchive</a> is one example.  The <a href="http://www.turntablelab.com/vinyl/0/0/41395.html">Flybynight EP</a> is another.  It&#8217;s all party bass, video game sounds, and a little bit of the Journey:</p>
<p><a href="http://ndanger.org/audio/Capcom%20-%20A%20Prayer%20for%20Kevin%20Garnett%20(Willy%20Joy's%20Safe%20Journeys%20Remix).mp3">Capcom - A Prayer for Kevin Garnett (Willy Joy&#8217;s Safe Journeys Remix)</a> (<a href="http://www.turntablelab.com/vinyl/0/0/41395.html">buy</a>)</p>
<p>Fly By Night is the name of <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&amp;friendID=109990854">Willy Joy</a>&#8217;s label &amp; party.  If you like your music mindless and electrobasstastic, follow the link for lots of free mixtapes.</p>
<p>Speaking of video games, check out the B-side of <a href="http://www.amazon.com/Spacer-Woman-From-Mars/dp/B0017TPEUE/ref=sr_f3_1?ie=UTF8&amp;s=dmusic&amp;qid=1227656710&amp;sr=103-1">Spacer Woman from Mars</a>:</p>
<p><a href="http://ndanger.org/audio/Johan%20Agebjorn%20-%20Mega%20Man%20II.mp3">Johan Agebjorn - Mega Man II</a> (<a href="http://www.amazon.com/Spacer-Woman-From-Mars/dp/B0017TPEUE/ref=sr_f3_1?ie=UTF8&amp;s=dmusic&amp;qid=1227656710&amp;sr=103-1">buy</a>)</p>
<p>Agebjörn produced <a href="http://www.amazon.com/Disco-Romance/dp/B000VRVONY/ref=pd_bbs_sr_3?ie=UTF8&amp;s=dmusic&amp;qid=1227656863&amp;sr=8-3">Sally Shapiro&#8217;s album</a>.  I bought that on vinyl, partly because it seemed like it would never be released in any other format but also because it was on the <a href="http://www.discogs.com/label/Diskokaine">Diskokaine</a> label, which I think is even funnier than <a href="http://www.discogs.com/artist/Discodeine">Discodeine</a>.</p>
<p>And if you&#8217;d rather trade in 8-bit NES samples for acoustic synths, try <a href="http://www.amazon.com/Idealism-2005/dp/B00149ISDW/ref=pd_bbs_sr_2?ie=UTF8&amp;s=dmusic&amp;qid=1227657346&amp;sr=8-2">Daniel Wang&#8217;s Idealism</a>.  <a href="http://www.amazon.com/gp/product/B001BVWK3M/ref=sr_f2_album_1?ie=UTF8&amp;child=B001BW2HYS&amp;qid=1227657404&amp;sr=102-1">Berlin Sunrise</a> sold me on slow disco and prompted me to search for more Wang <span class="small">(hee hee)</span>.  Unfortunately even used CD&#8217;s were going for $20.  So thank you, <a href="http://en.wikipedia.org/wiki/Fraunhofer_Institute">Fraunhofer Institute</a>.</p>
<p><a href="http://ndanger.org/audio/Daniel%20Wang%20-%20Glimmer%20In%20His%20Eyes.mp3">Daniel Wang - Glimmer In His Eyes</a> (<a href="http://www.amazon.com/Idealism-2005/dp/B00149ISDW/ref=pd_bbs_sr_2?ie=UTF8&amp;s=dmusic&amp;qid=1227657346&amp;sr=8-2">buy</a>)</p>
<p>Glimmer In His Eyes isn&#8217;t the most obvious track&#8211;it&#8217;s especially mellow&#8211;but it exhibits another great part of Idealism: theremin.</p>
]]></content>
<link href="http://ndanger.org/audio/Johan%20Agebjorn%20-%20Mega%20Man%20II.mp3" rel="enclosure" length="8871430" type="audio/mpeg" />
<link href="http://ndanger.org/audio/Daniel%20Wang%20-%20Glimmer%20In%20His%20Eyes.mp3" rel="enclosure" length="8648897" type="audio/mpeg" />
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/27/fly-by-night-disco-by-day/#comments" thr:count="5" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/27/fly-by-night-disco-by-day/feed/atom/" thr:count="5" />
		<thr:total>5</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/27/fly-by-night-disco-by-day/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[How Buildings Learn on the beeb]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/466142960/" />
		<id>http://ndanger.org/blog/?p=808</id>
		<updated>2008-11-25T22:46:49Z</updated>
		<published>2008-11-26T12:40:49Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="architecture" /><category scheme="http://ndanger.org/blog" term="design" />		<summary type="html"><![CDATA[Via Bill Higgins&#8217; comment on Joe Gregorio&#8217;s reiew: the How Buildings Learn BBC miniseries.  It&#8217;s not as comprehensive as the book and Brand is a bit awkward as a narrator but the visuals and interviews with tenants are interesting.  RECOMMENDED, BUT NOT AS MUCH AS READING THE BOOK
]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/26/learning-buildings-on-the-beeb/"><![CDATA[<p>Via <a href="http://billhiggins.us/weblog/">Bill Higgins&#8217;</a> <a href="http://bitworking.org/news/362/how-buildings-learn-review#X3">comment on Joe Gregorio&#8217;s reiew</a>: the <a href="http://www.truefilms.com/archives/2008/08/how_buildings_l.php">How Buildings Learn BBC miniseries</a>.  It&#8217;s not as comprehensive as the book and Brand is a bit awkward as a narrator but the visuals and interviews with tenants are interesting.  <b>RECOMMENDED, BUT NOT AS MUCH AS READING THE BOOK</B></p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/26/learning-buildings-on-the-beeb/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/26/learning-buildings-on-the-beeb/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/26/learning-buildings-on-the-beeb/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Twitter?]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/464633648/" />
		<id>http://ndanger.org/blog/?p=804</id>
		<updated>2008-11-25T04:04:57Z</updated>
		<published>2008-11-25T04:04:57Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="twitter" />		<summary type="html"><![CDATA[Does you have it?
I do.
]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/25/twitter/"><![CDATA[<p>Does you have it?</p>
<p><a href="http://twitter.com/ndanger">I do</a>.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/25/twitter/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/25/twitter/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/25/twitter/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[How Buildings Learn: RECOMMENDED]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/464577423/" />
		<id>http://ndanger.org/blog/?p=790</id>
		<updated>2008-12-20T16:42:47Z</updated>
		<published>2008-11-25T02:57:29Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="Programming" /><category scheme="http://ndanger.org/blog" term="architecture" /><category scheme="http://ndanger.org/blog" term="book" /><category scheme="http://ndanger.org/blog" term="design" />		<summary type="html"><![CDATA[On Daniel Burka&#8217;s recommendation (at MeshU) I checked-out a copy of How Buildings Learn from the Carnegie.  Summary: RECOMMENDED.
In the book, Stewart Brand&#8211;of Whole Earth Catalog fame&#8211;looks at the evolution of buildings, a subject he claims is sorely under-researched.  He first establishes his framework, the six S&#8217;s: site, structure, skin, services, space Plan, [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/24/how-buildings-learn-recommended/"><![CDATA[<p><a class="top left" href="http://books.google.com/books?id=yMDSAAAACAAJ&amp;dq=how+buildings+learn&amp;lr=&amp;ei=LUQrSZ6fHom6zASbuPDPAw"><img src="http://bks2.books.google.com/books?id=yMDSAAAACAAJ&amp;printsec=frontcover&amp;img=1&amp;zoom=1&amp;sig=ACfU3U33pWK4e0FkdmHgkJ_quvsaPFkWjg" alt="How Buildings Learn front cover" /></a>On <a href="http://www.deltatangobravo.com/">Daniel Burka&#8217;s</a> recommendation (at <a href="http://ndanger.org/blog/2008/06/03/me-and-meshu-up-in-toronto/">MeshU</a>) I checked-out a copy of <a href="http://books.google.com/books?id=yMDSAAAACAAJ&amp;dq=how+buildings+learn&amp;lr=&amp;ei=LUQrSZ6fHom6zASbuPDPAw">How Buildings Learn</a> from the <a href="http://catalog.einetwork.net/search~S1?/aBrand,+Stewart./abrand+stewart/-3,-1,0,B/frameset&amp;FF=abrand+stewart&amp;4,,6">Carnegie</a>.  Summary: <b>RECOMMENDED</b>.</p>
<p>In the book, Stewart Brand&#8211;of <a href="http://en.wikipedia.org/wiki/Whole_earth_catalog">Whole Earth Catalog</a> fame&#8211;looks at the evolution of buildings, a subject he claims is sorely under-researched.  He first establishes his framework, the six S&#8217;s: site, structure, skin, services, space Plan, and stuff; and then outlines the major archetypes of buildings: high-road (cathedral), low-road (warehouse), and hollow-souled sell-out architectural-digest pornography (most everything else, incidentally it was the high-road/low-road distinction that Burka used in his talk),  Next he descends into detail.  Finally he provides some hints for designing for change.  And then, for emphasis, he re-states everything in the appendix and ends with a final plea for everyone to start paying attention to how things change in the long term, damnit.</p>
<p><img class="top right" src="http://www.pitt.edu/commencement/images/photos/tour-litch-steps.jpg" alt="University of Pittsburgh Towers" />Like anyone who&#8217;s learned <a href="http://books.google.com/books?id=aQ1RAAAAMAAJ&amp;q=design+patterns&amp;dq=design+patterns&amp;lr=&amp;ei=plwrSYnNKoSUzASk2sWMBA&amp;pgis=1">software patterns</a>, I know of the <a href="http://www.amazon.com/Pattern-Language-Buildings-Construction-Environmental/dp/0195019199/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1227578594&amp;sr=8-1">Christopher Alexander classic</a>.  But I put it off in favor of reading books about, well, software.  How Buildings Learn frequently references Alexander&#8217;s works.  It also shares a lot with software design: Brand advocates less up-front design, direct client involvement, choosing processes and artifacts that provide feedback and &#8220;short&#8221; iterations with rapid deliverables&#8211;basically Agile.  (He also advocates spending time &amp; money on a solid foundation and &#8220;documentation&#8221;: he lauds John Abrams &#8220;as-built&#8221; photo documentation.  These could be interpreted as &#8220;anti-agile&#8221;, but as <a href="http://jamesshore.com/Blog/The-Decline-and-Fall-of-Agile.html">James Shore points out</a> agile is no excuse for irresponsibility.)  Unlike books on Agile software, How Buildings Learn benefits from being about something tangible: buildings. I spent my freshmen year in the University of Pittsburgh&#8217;s Litchfield Towers (picture above) and I currently work in a new office building that has the perfect triumvirate of leaky roof, non-function HVAC and architectural awards.  It was easy to understand Brand&#8217;s examples.  It took me much longer to actually understand&#8211;not just parrot&#8211;Agile.  Such is the power of <a href="http://c2.com/cgi/wiki?MetaphorsAndCognition">metaphor</a>.</p>
<p>So recommended.  Even if you&#8217;re not a programmer.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/24/how-buildings-learn-recommended/#comments" thr:count="2" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/24/how-buildings-learn-recommended/feed/atom/" thr:count="2" />
		<thr:total>2</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/24/how-buildings-learn-recommended/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[This week in random music news (or a music post with no embedded mp3&#8217;s)]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/459620320/" />
		<id>http://ndanger.org/blog/?p=773</id>
		<updated>2008-11-20T16:51:42Z</updated>
		<published>2008-11-20T14:37:33Z</published>
		<category scheme="http://ndanger.org/blog" term="Music" /><category scheme="http://ndanger.org/blog" term="mp3" />		<summary type="html"><![CDATA[FREE CUMBIA!
Thanks to ZZK&#8217;s mixtapes!  My picks are the Diploesque Villa Diamante mix and the laid-back Chancha Via Curcuito album mixtape.  Makes me think I should pony up the $17.98 and move both the ZZK compilation and the Rodante album from my wishlist to my hard drive.
Huntsville
Speaking of Diplo, the Benzi/Diplo collabo mixtape [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/20/this-week-in-random-music-news-or-a-music-post-with-no-embedded-mp3s/"><![CDATA[<h3>FREE CUMBIA!</h3>
<p>Thanks to <a href="http://www.zzkrecords.com/mixtapes">ZZK&#8217;s mixtapes</a>!  My picks are the Diploesque <a href="http://www.zzkrecords.com/MIXTAPE/ZZK_Mixtape_Vol_1_-_Villa_Diamante">Villa Diamante mix</a> and the laid-back <a href="http://www.zzkrecords.com/MIXTAPE/ZZK_Mixtape_Vol_2_-_Chancha_Via_Circuito">Chancha Via Curcuito album mixtape</a>.  Makes me think I should pony up the $17.98 and move both the <a href="http://www.amazon.com/ZZK-Sound-Vol-1-Cumbia-Digital/dp/B001F9MJWC/ref=sr_1_2?ie=UTF8&amp;s=dmusic&amp;qid=1227150296&amp;sr=8-2">ZZK compilation</a> and the <a href="http://www.amazon.com/Rodante/dp/B001D9U6BU/ref=sr_1_1?ie=UTF8&amp;qid=1227150203&amp;sr=8-1">Rodante album</a> from my <a href="http://delicious.com/ndanger/music+tobuy">wishlist</a> to my hard drive.</p>
<h3>Huntsville</h3>
<p>Speaking of Diplo, the Benzi/Diplo collabo mixtape is out: <a href="http://maddecent.com/paperroute/">Fear and Loathing in Hunts Vegas</a>.  It&#8217;s the <a href="http://www.inrainbows.com/">Radiohead</a> / <a href="http://ndanger.org/blog/2007/11/01/the-future-of-music-distribution-blah-blah-blah/">Saul Williams</a> pricing model, so pay what you want.  I took advantage of my 20% raise&#8211;I went back to full-time employment&#8211;and gave a generous $8.</p>
<h3>Your ambient history lesson</h3>
<p>As I get older I have more musical patience.  Songs that don&#8217;t go anywhere are tolerable; some of them (like the mighty mighty <a href="http://ndanger.org/blog/2008/11/08/a-note-about-inland-empire-music-otw/">deathprod</a>) are <em>awesome</em>.  So it is with <a href="http://www.boomkat.com/item.cfm?id=124840">Gas&#8217; complete discography</a> (strangely cheapest when bought as mp3&#8217;s through a British site).  The music sneaks up on you, so take your time with Boomkat&#8217;s full-length samples.</p>
<h3>Mp3 deal of the <del>week</del> <del>month</del> <em>lifetime!</em></h3>
<p>Speaking of history, travel back to 1999 and get <a href="http://www.amazon.com/Black-On-Both-Sides-Explicit/dp/B000W1AOJO/ref=pd_ts_dm_al_7?ie=UTF8&amp;s=dmusic">Mos Def&#8217;s Black on Both Sides</a> for $2!</p>
<p>Did you hear me?  <em>TWO DOLLARS!!!</em>  Wow!</p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/20/this-week-in-random-music-news-or-a-music-post-with-no-embedded-mp3s/#comments" thr:count="4" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/20/this-week-in-random-music-news-or-a-music-post-with-no-embedded-mp3s/feed/atom/" thr:count="4" />
		<thr:total>4</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/20/this-week-in-random-music-news-or-a-music-post-with-no-embedded-mp3s/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Victoria, oh Victoria: part 3 (the West Coast Trail 3, back to Victoria)]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/458020215/" />
		<id>http://ndanger.org/blog/?p=751</id>
		<updated>2008-11-19T05:45:51Z</updated>
		<published>2008-11-19T05:44:27Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="bc" /><category scheme="http://ndanger.org/blog" term="canada" /><category scheme="http://ndanger.org/blog" term="hiking" /><category scheme="http://ndanger.org/blog" term="vacation" />		<summary type="html"><![CDATA[2008-09-21, Sunday

Let&#8217;s hope that&#8217;s not a portent.
After 4km of forest trail, I headed out to the shelf at kilometer 66.  From there it&#8217;s only 1.5 km to Owen Pt, though between avoiding soaking my shoes in tidal pools and drowning in huge surge channels, I walked about 2.5.  But other than rocks slick [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/19/victoria-oh-victoria-part-3-the-west-coast-trail-3-back-to-victoria/"><![CDATA[<h3>2008-09-21, Sunday</h3>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3012378738/" title="Big bone.  About km 66. by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3046/3012378738_bd5b3fb85c.jpg" width="500" height="357" alt="Big bone.  About km 66." /></a></p>
<p>Let&#8217;s hope that&#8217;s not a portent.</p>
<p>After 4km of forest trail, I headed out to the shelf at kilometer 66.  From there it&#8217;s only 1.5 km to Owen Pt, though between avoiding soaking my shoes in tidal pools and drowning in huge surge channels, I walked about 2.5.  But other than rocks slick with invisible algae, it&#8217;s an easy walk.  It&#8217;s also beautiful, in a post apocalyptic sort of way.  I present the following two examples of the beach:</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3012381864/" title="Rock fingers by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3191/3012381864_8ffb2b90bd.jpg" width="500" height="357" alt="Rock fingers" /></a></p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011546123/" title="Post apocalyptic tidal flats by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3011/3011546123_a3f71e042c.jpg" width="500" height="357" alt="Post apocalyptic tidal flats" /></a></p>
<p>And this one looking back into the woods, which is more &#8220;post-apocalypse by Tolkein:&#8221;</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011543915/" title="Where the water meets the woods. by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3283/3011543915_de64fa8205.jpg" width="356" height="500" alt="Where the water meets the woods." /></a></p>
<p>I reached Owen&#8217;s Pt. sometime before 10:14 am, which, according to the tide table was the only time it was passable.  The tide table was half right: it was passable if didn&#8217;t mind walking through ankle deep ocean water.  Instead I peeked over the edge into the eroded-cavern-thing.  It was&#8230; <em>drumroll</em>&#8230; anti-climactic.  Maybe it&#8217;s nicer if you jump down and marvel.  Instead I took advantage of the overland route someone had made out of well knotted nylon rope.  On the other side of the point the shelf became soft sand.  Just as I was cursing sand walking, it turned into rocks.</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011546791/" title="The rocks past Owen's Pt. by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3139/3011546791_37004c157f.jpg" width="500" height="357" alt="The rocks past Owen's Pt." /></a></p>
<p>Rocks rocks rocks.  Big rocks, small rocks.  But pretty much all sharp rocks.  Definitely too much for my aged New Balances and probably the most painful part of the hike.</p>
<p>3.5 km later the rocks became a beach.  There were 4 men waving madly at the ocean.  &#8220;How much further to Thrasher?&#8221; I asked.  &#8220;This <em>is</em> Thrasher&#8221; the Bamfield Coast Guard hat-wearing guy answered.  With that out of the way, I talked to them and found out that two of them were guides and the other two were French film-makers.  They were worried about missing the 5pm ferry and consequently the frenchmen&#8217;s 5am flight the next day.  They were trying to signal the ferry-man for an early pick-up.  I tried my cell phone but got no signal.  Finally they picked up their 40 kilo packs&#8211;no exaggeration, they had some big damn cameras&#8211;and started up the ladders to the main trail.</p>
<p>I took advantage of the peace and tranquility to relax.</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011548241/" title="Be a proper pooper by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3015/3011548241_daae8b37c6.jpg" width="500" height="375" alt="Be a proper pooper" /></a></p>
<p>Something must have worked because when I came out the world was unbelievably beautiful:</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3012385374/" title="Thrasher Cove by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3180/3012385374_a4854ec8f2.jpg" width="500" height="357" alt="Thrasher Cove" /></a></p>
<p>The sunshine was a good excuse to take off my shoes and eat some macadamia nuts.  </p>
<p>20 minutes later, I started up the ladders.  Monique had warned me that it was &#8220;an hour of ladders&#8221;  She was wrong, but it was a climb.  And after the ladders came a series of extremely steep switchbacks to get back to the main trail.  The trail itself was all ups and down, it included the highest point in the entire trail and, unsurprisingly, ended at sea level.  I wasn&#8217;t surprised when it only took a kilometer to catch the filmmakers; my pack was only 8 kilos.</p>
<p>4 kilometers later I hiked down to the shore and hoisted the orange buoy.  The ferry driver showed up in a few minutes.  He said it&#8217;s can be a beautiful trail but &#8220;Some people hike it in 4 days, that&#8217;s just stupid!&#8221;  Since I had just finished in 4 days, I chose to interpret him as saying &#8220;You should enjoy what the trail has to offer.&#8221;  I agree.</p>
<h4>Back to Victoria</h4>
<p>It was only a 5 minute ferry ride across the mouth of the river and then a 100 meter walk to the camp office.  While I was walking towards the office a bitchin&#8217; Camero pulled up and out stepped&#8211;if I remember his name correctly&#8211;Glen: a tall, tribal fellow.  He also had a bleached mohawk and was wearing knee-high waders.  He had seen be get off the trail and asked about the filmmakers.  He had been working at the Nitinat ferry and had hiked out, Sherpa-ing some dead batteries for the filmmaker&#8217;s in the process.  I told him they were a few kilometers behind me and he headed into the warden&#8217;s office.</p>
<p>I followed and gave the warden my registration info so she&#8217;d know I wasn&#8217;t dead in a surge channel or eaten by wolves.  She also gave me some information on the <a href="http://www.sookeoutdoors.com/juandefucatrail/">Juan de Fuca trail</a> and the local town.  I sat down and in a head-cold haze tried to put everything together: I could camp in town that night then start hiking the next morning&#8230; but I had to get to an accessible trail head by Wednesday, since that was the last day the trail bus ran&#8230; so I&#8217;d have to figure out where I&#8217;d get out and call ahead and make a reservation&#8230; but I still needed to refill my water and maybe get a little more food&#8230; or maybe I should wait and see if I could get a ride with Team Awesome, they were talking about driving back to Victoria&#8230;</p>
<p>Chris and Fabian saved me.  While I was blindly staring at the Port Renfrew map a tall red-headed German man (Chris) and a short blond Swiss woman (Fabian) walked up.  The man said they were headed back to Victoria by way of Cowichan Lake and they&#8217;d be happy to give me a ride.  &#8220;Happy&#8221; seemed a bit optimistic, since I smelled terrible, but I accepted.</p>
<p>They were both students at an English language school in Victoria.  Chris had just bought the car from his host family so they went for a weekend trip.  They had camped in Port Renfrew the night before; it involved rain, a crazy man, and dual nightmares about a firing squad and being in a tent on fire.  They still seemed pretty pleased, I assume because there was some hot make-out action they had elided.</p>
<p>We stopped at Lake Cowichan to eat some of their left-over food.  Chris used his well engineered German stove to boil water for their tea and coffee.  It was cold so Fabian put on the most awesome vest ever: it was shearling and had &#8220;Hoochie&#8221; written on the front in gold script.  I then noticed that Chris was wearing FUBU cargo pants.  I wonder if he knows that he&#8217;s not the <a href="http://en.wikipedia.org/wiki/FUBU">Us they&#8217;re referring to</a>?</p>
<p>Then it was just a short drive back through the surprisingly sprawling suburbs of Victoria to <a href="http://www.turtlehostel.ca/">the Turtle</a>.  I insisted Chris and Fabian take 20 CDN.</p>
<p>Inside, Sue set me up with a room.  Then we talked for 20 minutes: turns out she used to be a programmer in China.  This set off a string of complaints about the stress of programming, which is why now she owns a hostel.  Perhaps that&#8217;s what I should do with my life?</p>
<p>It was dark by the time I&#8217;d showered and settled.  I headed out for comfort food and settled on over-priced mediocre pizza.  I watched drunk Victorian college students and felt out of place and culture-shocked; hiking was a distant, pleasant memory.  Instead of owning a hostel, I might stick with my original retirement plan: mountain man.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/19/victoria-oh-victoria-part-3-the-west-coast-trail-3-back-to-victoria/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/19/victoria-oh-victoria-part-3-the-west-coast-trail-3-back-to-victoria/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/19/victoria-oh-victoria-part-3-the-west-coast-trail-3-back-to-victoria/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Victoria, oh Victoria: part 2 (the West Coast Trail 2)]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/451893992/" />
		<id>http://ndanger.org/blog/?p=701</id>
		<updated>2008-11-19T05:50:00Z</updated>
		<published>2008-11-13T15:36:31Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="canadian" /><category scheme="http://ndanger.org/blog" term="hiking" /><category scheme="http://ndanger.org/blog" term="travel" />		<summary type="html"><![CDATA[2008-09-20, Saturday

It was a foggy, overcast morning so I decided to pack my rain gear near the top.  GoLite&#8217;s end of season sale was a good excuse to finally get a Virga and I splurged and bought some Tyvek pants at full price.  It was great except that the pants were on my [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/13/victoria-oh-victoria-part-2-the-west-coast-trail-2/"><![CDATA[<h3>2008-09-20, Saturday</h3>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011516297/" title="Shelf / The Moon (+ water) by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3222/3011516297_2d2a108a5d.jpg" width="500" height="375" alt="Shelf / The Moon (+ water)" /></a></p>
<p>It was a foggy, overcast morning so I decided to pack my rain gear near the top.  <a href="http://www.golite.com/main/home.aspx">GoLite</a>&#8217;s end of season sale was a good excuse to finally get a <a href="http://www.golite.com/product/proddetail.aspx?p=AM1726&amp;s=1">Virga</a> and I splurged and bought some <a href="http://www.disposable-garments.com/tyvek_pants.html">Tyvek pants</a> at <em>full price</em>.  It was great except that the pants were on my living room floor.  But had I worn them I probably would have looked something like this:</p>
<p><a class="inline" href="http://www.disposable-garments.com/tyvek_pants.html"><img class="thinborder" src="http://ndanger.org/blog/wp-content/uploads/2008/11/tyvek_pants_ps.jpg" alt="A simulation of me in Tyvek pants" width="264" height="470" /></a></p>
<p><a class="right" href="http://www.flickr.com/photos/ndanger/3011517485/" title="Bear tracks on the beach to Carmanah by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3156/3011517485_198d142810_m.jpg" width="172" height="240" alt="Bear tracks on the beach to Carmanah" /></a>Sans pants (rain pants, I was still wearing my <a href="http://www.backpackinglight.com/cgi-bin/backpackinglight/thorofare_trekking_pant.html">trekking pants</a>), I walked back to <a href="http://www.flickr.com/photos/ndanger/3012339052/in/set-72157607348821266/">km 43</a> and headed out to the beach.  I could hear sea lions barking but the fog was too thick to see anything.  I contented myself with following some pretty awesome bear tracks.  I walked beside them until the stairs to civilization: Carmanah Lighthouse.  It was a quick walk up the steps.  Then a confused wander around.  Then a trip down some steps.  Then back up.  Then back down.  Then down  the beach until I found where I was supposed to have come down.  Then halfway back up those steps, then thinking about getting stuck in the rain because I spent half-an-hour going up and down stairs.  </p>
<p>Then another kilometer to Chez Monique&#8217;s:</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3012357772/" title="Chez Monique &amp;amp; some lightweight americans by ndanger, on Flickr"><img class="thinborder" src="http://farm4.static.flickr.com/3015/3012357772_8f7deb25ea.jpg" width="500" height="357" alt="Chez Monique &amp;amp; some lightweight americans" /></a></p>
<p>Monique is a french canadian and wife of a Ditidaht (I believe).  The reservation comes down to the water and she&#8217;s set up shop.  A cheeseburger and pop was $19 but conversation was free&#8211;it&#8217;s a good deal per word.  My pre-hike research turned up that she was a programmer, so we talked a bit about Fortran.  Then politics came up and I was saved by the arrival of two Americans.  It was refreshing to see them: they were the only other <del>sane</del> lightweight hikers.  I let them carry the conversation while I watched Monique and her sous chef.  It turns out that every summer Monique has hired (or maybe just free room and board) help.  The French girl chopping our tomatoes found out through an organic farm.  I have yet to tell him, but this is definitely a job for <a href="http://www.flickr.com/photos/ndanger/1799394142/">Nick</a>.</p>
<p>The next stretch of beach held several signs of &#8220;P&#8221; life:</p>
<p>Predator:<br />
<a class="inline" href="http://www.flickr.com/photos/ndanger/3012358758/" title="Cougar tracks? by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3248/3012358758_3543cec0ac.jpg" width="357" height="500" alt="Cougar tracks?" /></a><br />
Prey:<br />
<a class="inline" href="http://www.flickr.com/photos/ndanger/3011523135/" title="A bad fish morning by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3049/3011523135_c61aff5b01.jpg" width="500" height="375" alt="A bad fish morning" /></a><br />
Seagulls, Poop-load of:<br />
<a class="inline" href="http://www.flickr.com/photos/ndanger/3012360882/" title="Pigeon central (Carmanah Creek) by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3018/3012360882_d62fc7a175.jpg" width="500" height="357" alt="Pigeon central (Carmanah Creek)" /></a></p>
<p><a class="top right" href="http://www.flickr.com/photos/ndanger/3011525753/" title="Bridge over Logan (I think) Creek by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3184/3011525753_0afbbb3966_m.jpg" width="240" height="180" alt="Bridge over Logan (I think) Creek" /></a>The back into the woods and my hiking zone.  The beach might be beautiful, but if you&#8217;re not actually on the shelf it&#8217;s slow sand walking.  Frustrating.  I powered down the trail except for a slip on a muddy log bridge that landed me on my bum and a disturbing clanging noise while I was crossing a suspension bridge.  <i>Mechanical failure!</i> I thought until I noticed a hiker climbing down the ladder on the other side, pots hanging off his pack and banging together loudly.  I couldn&#8217;t tell if it was an intentional anti-bear technology or just lazy packing.  Either way it was annoying.</p>
<p><a class="top left" href="http://www.flickr.com/photos/ndanger/3012363388/" title="Culite Creek cove (I think) by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3277/3012363388_1b014b3cff_m.jpg" width="240" height="171" alt="Culite Creek cove (I think)" /></a>Next stop was Culite Creek for some food/foot repair/bio break.  Inside the fancy solar composting toilets I realized that I&#8217;d forgotten something else: my toilet paper.  It was probably in the outhouse past Nitinat (forgot to mention the boat ride across the Nitinat narrows.  The ferrymen said the second largest douglas fir grew near Cheewhat Lake.  Apparently it takes two dozen middle school kids hand in hand to circle the trunk).  Luckily, I had brought along Roy Fielding&#8217;s <a href="http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm">doctoral dissertation</a>.  I don&#8217;t know Roy and will never tell him this story, but I hope he enjoys knowing that his table of contents is hibernating on the Juan de Fuca coast, waiting until the beautiful moment when it can metamorphosize into dirt.</p>
<p>It was a short but muddy 4 kilometers to Camper Creek (62 km).  There I met Team Awesome, 3 ex-biology students, and their trail buddy, an ex Washington-state sheriff.  I set up then headed back to eat by their fire.  They were great company, they even shared some <a href="http://images.google.com/images?q=chicken+of+the+woods&amp;um=1&amp;ie=UTF-8&amp;sa=X&amp;oi=image_result_group&amp;resnum=4&amp;ct=title">chicken of the woods</a>.  They seemed content to stay up talking, but I had sleeping plans.</p>
<p>My cold acted up while sleeping and I had the vivid flashing light / geometric / spatial disorientation dreams I get when feverish.  I woke up a few times thinking I was standing, something that would have been difficult in my <a href="http://www.tarptent.com/squall2.html">tent</a>.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/13/victoria-oh-victoria-part-2-the-west-coast-trail-2/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/13/victoria-oh-victoria-part-2-the-west-coast-trail-2/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/13/victoria-oh-victoria-part-2-the-west-coast-trail-2/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[It&#8217;s black metal time]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/451312559/" />
		<id>http://ndanger.org/blog/?p=706</id>
		<updated>2008-11-13T20:18:08Z</updated>
		<published>2008-11-13T01:55:53Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="Music" /><category scheme="http://ndanger.org/blog" term="video" />		<summary type="html"><![CDATA[
Photo by mithrandir3
Thanks to Stevil for the link to True Norwegian Black Metal.
Awesome.  Maybe the most awesome thing on the internet ever.
At least it was a nice break between watching Jerry &#8220;does that make sense to people?&#8221; Cain (incidentally also a Richter Scale) and Gurren &#8220;guilty pleasure&#8221; Lagann.
It also takes the &#8220;awkwardly long pause [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/12/its-black-metal-time/"><![CDATA[<p><a class="inline" href="http://flickr.com/photos/rimmedwithfire/2063004653/"><img src="http://farm3.static.flickr.com/2376/2063004653_c648679298.jpg" alt="Gorgoroth" width="500" height="333" /></a></p>
<p class="attribution small">Photo by <a href="http://flickr.com/photos/mithrandir3/">mithrandir3</a></p>
<p>Thanks to <a href="http://www.swobo.com/htatbl/archives/2008/11/i_have_been_to_the_mountain_1.html">Stevil</a> for the link to <a href="http://www.vbs.tv/shows.php?show=1072">True Norwegian Black Metal</a>.</p>
<p>Awesome.  Maybe the most awesome thing on the internet ever.</p>
<p>At least it was a nice break between watching <a href="http://see.stanford.edu/SEE/courseinfo.aspx?coll=2d712634-2bf1-4b55-9a3a-ca9d470755ee">Jerry &#8220;does that make sense to people?&#8221; Cain</a> (incidentally also a <a href="http://www.richterscales.com/jerry">Richter Scale</a>) and <a href="http://en.wikipedia.org/wiki/Gurren_lagann">Gurren &#8220;guilty pleasure&#8221; Lagann</a>.</p>
<p>It also takes the &#8220;awkwardly long pause in a documentary&#8221; award away from Franc G. Fallico&#8217;s performance in <a href="http://www.imdb.com/media/rm3977420032/tt0427312">Grizzly Man</a></p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/12/its-black-metal-time/#comments" thr:count="2" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/12/its-black-metal-time/feed/atom/" thr:count="2" />
		<thr:total>2</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/12/its-black-metal-time/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Victoria, oh Victoria: part 1 (the West Coast Trail 1)]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/449527890/" />
		<id>http://ndanger.org/blog/?p=676</id>
		<updated>2008-12-20T19:50:00Z</updated>
		<published>2008-11-11T13:19:54Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="hiking" /><category scheme="http://ndanger.org/blog" term="travel" /><category scheme="http://ndanger.org/blog" term="victoria" />		<summary type="html"><![CDATA[2008-09-18, Thursday
I was eating an orange when the bus pulled up.  It was a full sized school bus which was probably overkill for 5 people.  The driver was from New Zealand.  This was his norther-hemisphere summer job, in October he&#8217;d head back south for his southern-hemisphere summer job&#8230; as a bus driver. [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/11/victoria-oh-victoria-part-1-the-west-coast-trail-1/"><![CDATA[<h3>2008-09-18, Thursday</h3>
<p>I was eating an orange when the bus pulled up.  It was a full sized school bus which was probably overkill for 5 people.  The driver was from New Zealand.  This was his norther-hemisphere summer job, in October he&#8217;d head back south for his southern-hemisphere summer job&#8230; as a bus driver.  Not a bad life.  Two of the hikers were a couple from Australia (I think) and they had dragged along a British guy they had met in a pub.  He seemed hesitant.  The ride to <a href="http://maps.google.com/maps?q=port+renfrew,+bc&amp;ie=UTF8&amp;ll=48.544455,-124.382229&amp;spn=0.095349,0.208225&amp;t=p&amp;z=13">Port Renfrew</a> was uneventful except for Rt. 14 near the <a href="http://www.sookeoutdoors.com/juandefucatrail/">Juan de Fuca</a> China Beach trail head when the bus driver stopped for a bear.  It didn&#8217;t seem bothered by the bus at all.</p>
<p><a class="top right" href="http://www.flickr.com/photos/ndanger/3011450685/" title="Pachena Lighthoues zip-line? by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3165/3011450685_d71a05aa00_m.jpg" width="240" height="180" alt="Pachena Lighthoues zip-line?" /></a> In Port Renfrew we swapped the aussies and brit for three Vancouver co-workers who had just finished hiking north-south.  They were nice guys with a bit of dude in them; I just kept quiet when one was complaining about the bikers in Vancouver.  &#8220;They&#8217;re like rabbits!&#8221; he exclaimed.  Keeping quiet was easy since I didn&#8217;t feel much like talking anyway: I&#8217;d woken up with that tickly throat feeling that normally leads to a head cold.</p>
<p>After 3 hours of logging roads, we got to the <a>Bamfield</a> trailhead of the <a href="http://www.pc.gc.ca/pn-np/bc/pacificrim/co/visit/index_e.asp">West Coast Trail</a>.  The bikers==rabbits guy started loading his gear into his 22&#8243; rimmed Escalade.  </p>
<p>&#8220;Well there you go!&#8221; exclaimed the park warden when I walked into the trail office.  Because of recent cougar spottings, she (the warden) had been waiting for someone to pair up with Amelia, a solo hiker, for the first 10 km.  I don&#8217;t look intimidating (at all) but I had my emergency whistle.  Figuring it could also double as a rape whistle if Amelia tried anything funny, I agreed.</p>
<p>Turns out that Amelia used to work for a Victoria based <abbr title="Clinical Research Organization">CRO</abbr> before it got bought by evil Americans and turned into a dilbert inspired carnival of horrors.  She quit her job and went on adventures.  We spent time talking about clinical research and her time on Everest.  Time passed quickly and soon we were at Michigan (12km).  Amelia decided to stop there for the night.  Since we were out of cougar country, I pushed on solo to Tsocowis (16.5km).</p>
<p><a class="top left" href="http://www.flickr.com/photos/ndanger/3011453093/" title="Beach camping at Tsocowis by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3177/3011453093_19630bb97c_m.jpg" width="240" height="172" alt="Beach camping at Tsocowis" /></a>I knew it was beach camping, but imagined that meant &#8220;at the edge of the forest&#8221; and not &#8220;you&#8217;re sleeping on sand&#8221;, which was a first for me.  Luckily I had just read <a href="http://www.backpackinglight.com/cgi-bin/backpackinglight/ditch_your_stakes.html">Mike Clelland&#8217;s article</a> and knew how to make <del>deadmen</del> deadpeople .  Making it a night of firsts, I boiled water in my brand new Foster&#8217;s can cook-pot and <a href="http://www.backpackinglight.com/cgi-bin/backpackinglight/ultralight_outfitters_beer_can_esbit_stove.html">ultralight stove</a> and made boil-in-bag cous cous&#8211;a new recipe.</p>
<p>The tide wouldn&#8217;t be in until 3am.  Given the dry wood, I felt pretty safe, but I was a little nervous about getting a night-time soaking.  I went to bed with my shoes outside the door and my important gear ready to grab if I had to move out of a flooding tent in the middle of the night.  I woke to the sound of waves and went outside to look.  The ocean was still where it should be, far away from my tent.</p>
<h3>2008-09-19, Friday</h3>
<p>I woke up, <a href="http://www.backpackinglight.com/cgi-bin/backpackinglight/hydropel.html">Hydropel</a>&#8216;ed my feet and was off.  I&#8217;d packed eat-while-hiking breakfasts so I could get started to shake the morning chills.  It was now obvious I had a cold.  Despite that, I felt pretty awesome.  This also turned out to be my day of pictures, so here they are:</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011462589/" title="Brdge over Tsocowis Creek by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3214/3011462589_efb5edffb0.jpg" width="357" height="500" alt="Brdge over Tsocowis Creek" /></a><br />
Bridge over Tsocowis Creek.</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3012302272/" title="The trail is not always well maintained. by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3201/3012302272_de02ff9860.jpg" width="500" height="375" alt="The trail is not always well maintained." /></a></p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3012309000/" title="Walking the shelf by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3058/3012309000_2736bcb548.jpg" width="500" height="357" alt="Walking the shelf" /></a></p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011474153/" title="A barely visible baby seal by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3254/3011474153_06fe1058c7.jpg" width="500" height="375" alt="A barely visible baby seal" /></a><br />
It&#8217;s hard to tell but that&#8217;s a baby seal.  It was napping behind a rock on the beach and made a break for the sea when it saw me.  After seeing a seal run I can see why people think they&#8217;re so cute.  You just want to help the little guy along.</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011479995/" title="Cable car across Klanawa River by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3040/3011479995_e5a21faeb0.jpg" width="500" height="375" alt="Cable car across Klanawa River" /></a><br />
Klanawa River cable car.</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3012320076/" title="Scenic black and white. by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3028/3012320076_0064ee7e50.jpg" width="500" height="375" alt="Scenic black and white." /></a></p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3012324442/" title="Bear scat by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3163/3012324442_3205561e33.jpg" width="500" height="358" alt="Bear scat" /></a><br />
Bear scat.</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011495423/" title="Pine forest before Chewhat by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3013/3011495423_96e1080e46.jpg" width="375" height="500" alt="Pine forest before Chewhat" /></a></p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011498129/" title="Cougar scat.... and more! by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3030/3011498129_a35ddca435.jpg" width="500" height="375" alt="Cougar scat.... and more!" /></a><br />
Cougar scat.</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011505681/" title="Post apocalyptic logpile near Cribs by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3159/3011505681_6cb6caee86.jpg" width="500" height="357" alt="Post apocalyptic logpile near Cribs" /></a><br />
Those are all logs.  A giant sea of dead logs.</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3012339052/" title="km 43 by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3053/3012339052_07ddab3092.jpg" width="500" height="357" alt="km 43" /></a><br />
Km 43, where the forest trail was closed &#8220;for erosion&#8221;.  It was getting late and the tides were too high for the beach route.  I thought about camping here but the animal prints convinced me to backtrack to Cribs creek (41.5km).</p>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/3011507723/" title="More beach camping at Cribs creek by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3046/3011507723_0dd7cdbbc4.jpg" width="500" height="358" alt="More beach camping at Cribs creek" /></a></p>
<p>I took advantage of the tidal flats to get some sea water for cous cous flavoring&#8211;I sort of forgot to salt my cous cous&#8211;and gargling.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/11/victoria-oh-victoria-part-1-the-west-coast-trail-1/#comments" thr:count="4" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/11/victoria-oh-victoria-part-1-the-west-coast-trail-1/feed/atom/" thr:count="4" />
		<thr:total>4</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/11/victoria-oh-victoria-part-1-the-west-coast-trail-1/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[Victoria, oh Victoria: part 0 (getting there, getting ready)]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/448033319/" />
		<id>http://ndanger.org/blog/?p=653</id>
		<updated>2008-11-10T04:55:22Z</updated>
		<published>2008-11-10T04:55:22Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="travel" /><category scheme="http://ndanger.org/blog" term="victoria" />		<summary type="html"><![CDATA[2008-09-16, Tuesday

There&#8217;s one whole arm of SFO that&#8217;s empty.  Awesome.
2008-09-17, Wednesday
There is not a single Esbit tab anywhere in Victoria.  Not even in the MEC, which is strategically located across the street from Monty&#8217;s.  Capital Iron came the closest with Coghlan&#8217;s fuel tabs&#8211;which I bought out of desperation since I&#8217;ve only ever [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/10/victoria-oh-victoria-part-0-getting-there-getting-ready/"><![CDATA[<h3>2008-09-16, Tuesday</h3>
<p><a class="inline" href="http://www.flickr.com/photos/ndanger/2866955838/" title="Empty SFO by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3253/2866955838_f24ac8f5a2.jpg" width="500" height="357" alt="Empty SFO" /></a></p>
<p>There&#8217;s one whole arm of <a href="http://www.flysfo.com/web/page/index.jsp">SFO</a> that&#8217;s empty.  Awesome.</p>
<h3>2008-09-17, Wednesday</h3>
<p><a class="top right" href="http://www.flickr.com/photos/ndanger/3011444905/" title="Beacon Hill Park by ndanger, on Flickr"><img src="http://farm4.static.flickr.com/3194/3011444905_4ac616b5a3_m.jpg" width="240" height="172" alt="Beacon Hill Park" /></a>There is not a single <a href="http://www.rei.com/product/653344?cm_mmc=cse_froogle-_-datafeed-_-product-_-653344&amp;mr:trackingCode=90BFCCF6-00AD-DD11-AE27-0019B9C043EB&amp;mr:referralID=NA">Esbit</a> tab anywhere in Victoria.  Not even in the <a href="http://www.mec.ca/splash.jsp">MEC</a>, which is <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=Mountain+Equipment+Coop&amp;sll=48.424872,-123.367195&amp;sspn=0.191149,0.285988&amp;ie=UTF8&amp;ll=48.42799,-123.366766&amp;spn=0.005973,0.013014&amp;t=h&amp;z=17">strategically located</a> across the street from <a href="http://www.montysshowroompub.com/">Monty&#8217;s</a>.  <a href="http://www.capitaliron.net/">Capital Iron</a> came the closest with Coghlan&#8217;s fuel tabs&#8211;which I bought out of desperation since I&#8217;ve only ever used their waterproof matches which are unfortunately also fire proof&#8211;and a helpful manger who had some advice about the West Coast Trail.</p>
<p>Saw a flyer for <a href="http://www.myspace.com/pauldevro">Paul Devro</a> who was playing that night.  Tempting, but the <a href="http://www.trailbus.com/wctrailbus.htm">bus</a> left at 6:30 the next morning  While waiting for Sue (<a href="http://www.turtlehostel.ca/">hostel</a> owner) to put my bags in storage I heard a girl say that Fleet Foxes were also playing that night.  Note: in Victoria Wednesday night is party night.</p>
]]></content>
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/10/victoria-oh-victoria-part-0-getting-there-getting-ready/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/10/victoria-oh-victoria-part-0-getting-there-getting-ready/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/10/victoria-oh-victoria-part-0-getting-there-getting-ready/</feedburner:origLink></entry>
		<entry>
		<author>
			<name>dave</name>
						<uri>http://ndanger.org/</uri>
					</author>
		<title type="html"><![CDATA[A note about Inland Empire / Music OTW]]></title>
		<link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/ndangerorg/~3/446186491/" />
		<id>http://ndanger.org/blog/?p=638</id>
		<updated>2008-11-08T05:00:58Z</updated>
		<published>2008-11-08T05:00:58Z</published>
		<category scheme="http://ndanger.org/blog" term="Misc" /><category scheme="http://ndanger.org/blog" term="Music" /><category scheme="http://ndanger.org/blog" term="movie" /><category scheme="http://ndanger.org/blog" term="mp3" />		<summary type="html"><![CDATA[Continuing my David Lynch firehose draught, I watched Inland Empire.  I was going to write a review but manythings711 already did.  Agree: Lynch makes vivid dream scenes based on simple themes.  Disagree: I thought the rawness of digital video was great.
I&#8217;ve never understood what &#8220;art&#8221; means.  My best guess is that [...]]]></summary>
		<content type="html" xml:base="http://ndanger.org/blog/2008/11/08/a-note-about-inland-empire-music-otw/"><![CDATA[<p>Continuing my <a href="http://ndanger.org/blog/2008/09/09/im-watching-twin-peaks/">David Lynch firehose draught</a>, I watched <a href="http://www.imdb.com/title/tt0460829/">Inland Empire</a>.  I was going to write a review but <a href="http://www.imdb.com/title/tt0460829/usercomments-19">manythings711 already did</a>.  Agree: Lynch makes vivid dream scenes based on simple themes.  Disagree: I thought the rawness of digital video was great.</p>
<p>I&#8217;ve never understood what &#8220;art&#8221; means.  My best guess is that it&#8217;s a medium for emotional transfer: art makes you <em>feel</em> something (unlike craft).  Lynch&#8217;s work always succeeds at that level; I&#8217;m shocked at the efficacy of even the lo-fi cheese of Twin Peaks.  I took a nap (intentionally, paused the DVD and everything) halfway through Inland Empire and had dreams that were shot like the movie: close crops &amp; a hesitancy to reveal what others could see.  I woke up panicked and sad.</p>
<p>Unlike <a href="http://www.imdb.com/title/tt0166924/">Mulholland Drive</a>, Inland Empire has a &#8220;happy&#8221; ending.  In large part, that&#8217;s due to the last two songs (&amp; the accompanying credit scene).</p>
<p><a href="http://ndanger.org/audio/Chrysta%20Bell%20and%20David%20Lynch%20-%20Polish%20Poem.mp3">Chrysta Bell and David Lynch - Polish Poem</a> (<a href="http://www.amazon.com/Inland-Empire-Original-Soundtrack/dp/B000VLPV5W/ref=pd_bbs_sr_1?ie=UTF8&amp;s=music&amp;qid=1226117863&amp;sr=8-1">buy</a>)<br />
<a href="http://ndanger.org/audio/Nina%20Simone%20-%20Sinnerman%20(Inland%20Empire%20Edit).mp3">Nina Simone - Sinnerman (Inland Empire Edit)</a> (<a href="http://www.amazon.com/Inland-Empire-Original-Soundtrack/dp/B000VLPV5W/ref=pd_bbs_sr_1?ie=UTF8&amp;s=music&amp;qid=1226117863&amp;sr=8-1">buy</a>)</p>
<p>Despite the downer middle (<a href="http://66.238.109.130/forum/viewtopic.php?t=897&amp;sid=0b956dc91e23780db213537ebd32d692">&#8220;I cry&#8230; I cry&#8230; / I cannot feel the warmth of the sun&#8230;&#8221;</a>) Polish Poem ends uplifting (&#8221;something is coming true&#8211; / the dream of an innocent child // something is happening&#8211; / something is happening&#8230;&#8221;).  It reminds me of Laura Palmer&#8217;s theme from Twin Peaks (though inverted: Laura Palmer&#8217;s theme has a dark beginning and end and a hopeful middle) and anything by  <a href="http://www.runegrammofon.com/artists/deathprod/">deathprod</a>, the best Norwegian producer ever.</p>
<p><a href="http://ndanger.org/audio/Angelo%20Badalamenti%20-%20Laura%20Palmer's%20Theme%20(Instrumental).mp3">Angelo Badalamenti - Laura Palmer&#8217;s Theme (Instrumental)</a> (<a href="http://www.amazon.com/Twin-Peaks-Season-One-Soundtrack/dp/B000002LMM/ref=sr_1_1?ie=UTF8&amp;s=music&amp;qid=1226117867&amp;sr=1-1">buy</a>)<br />
<a href="http://ndanger.org/audio/deathprod%20-%20treetop%20drive%203.mp3">deathprod - treetop drive 3</a> (<a href="http://www.amazon.com/Deathprod/dp/B000294U7I/ref=pd_bbs_sr_1?ie=UTF8&amp;s=music&amp;qid=1226118491&amp;sr=8-1">buy</a>)</p>
<p>I highly recommend deathprod&#8217;s <a href="http://www.amazon.com/Deathprod/dp/B000294U7I/ref=pd_bbs_sr_1?ie=UTF8&amp;s=music&amp;qid=1226118491&amp;sr=8-1">boxed set</a> as well as his other projects: <a href="http://www.runegrammofon.com/artists/supersilent/">supersilent</a> (especially the <a href="http://www.amazon.com/7-Supersilent/dp/B000BJV10S/ref=sr_1_1?ie=UTF8&amp;s=music&amp;qid=1226118545&amp;sr=1-1">supersilent 7 DVD</a>) featuring deathprod on &#8220;audiovirus&#8221; and <a href="http://www.runegrammofon.com/artists/susannaandthemagicalorchestra/">Susanna and the Magical Orchestra</a> where-in deathprod is the magical orchestra.</p>
<p>As for Sinnerman, it&#8217;s Nina Simone in an uptempo edit.  I don&#8217;t know who did the edit but it reminds me of a more polished Moodyman.  </p>
<p><a href="http://ndanger.org/audio/Moodymann%20-%20KDJ16%20Track%201.mp3">Moodymann - KDJ16 Track 1</a> (<a href="http://www1.gemm.com/search/artist/MOODYMANN/MOODYMANN/KDJ--16/12-q-/">buy</a>)</p>
<p>And just since we&#8217;re already having a music party, I might as well add that I&#8217;ve been rocking out to the Fleet Foxes.</p>
<p><a href="http://ndanger.org/blog/Fleet%20Foxes%20-%20Your%20Protector.mp3">Fleet Foxes - Your Protector</a> (<a href="http://www.amazon.com/Fleet-Foxes/dp/B0017R5UAA/ref=pd_bbs_sr_1?ie=UTF8&amp;s=music&amp;qid=1226119979&amp;sr=8-1">buy</a>)</p>
]]></content>
<link href="http://ndanger.org/audio/Chrysta%20Bell%20and%20David%20Lynch%20-%20Polish%20Poem.mp3" rel="enclosure" length="8529348" type="audio/mpeg" />
<link href="http://ndanger.org/audio/deathprod%20-%20treetop%20drive%203.mp3" rel="enclosure" length="15007744" type="audio/mpeg" />
<link href="http://ndanger.org/audio/Moodymann%20-%20KDJ16%20Track%201.mp3" rel="enclosure" length="5157845" type="audio/mpeg" />
		<link rel="replies" type="text/html" href="http://ndanger.org/blog/2008/11/08/a-note-about-inland-empire-music-otw/#comments" thr:count="3" />
		<link rel="replies" type="application/atom+xml" href="http://ndanger.org/blog/2008/11/08/a-note-about-inland-empire-music-otw/feed/atom/" thr:count="3" />
		<thr:total>3</thr:total>
	<feedburner:origLink>http://ndanger.org/blog/2008/11/08/a-note-about-inland-empire-music-otw/</feedburner:origLink></entry>
	</feed>
