<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Stochastic Nonsense &#187; Uncategorized</title>
	<atom:link href="http://blog.earlh.com/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.earlh.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Sep 2011 03:30:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Amazon price jumps</title>
		<link>http://blog.earlh.com/index.php/2011/07/amazon-price-jumps/</link>
		<comments>http://blog.earlh.com/index.php/2011/07/amazon-price-jumps/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 04:37:24 +0000</pubDate>
		<dc:creator>earl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.earlh.com/?p=704</guid>
		<description><![CDATA[Does anyone else regularly see large price swings on Amazon? I&#8217;m in the habit of adding books to my shopping cart until I run out of things to read at home, then buying whatever is in my cart at the &#8230; <a href="http://blog.earlh.com/index.php/2011/07/amazon-price-jumps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.earlh.com/wp-content/uploads/2011/07/Amazon.com-Shopping-Cart-20110723-price-jumps.jpg"><img src="http://blog.earlh.com/wp-content/uploads/2011/07/Amazon.com-Shopping-Cart-20110723-price-jumps.jpg" alt="" title="Amazon.com Shopping Cart - 20110723 price jumps" width="576" height="397" class="aligncenter size-full wp-image-705" /></a></p>
<p>Does anyone else regularly see large price swings on Amazon?  I&#8217;m in the habit of adding books to my shopping cart until I run out of things to read at home, then buying whatever is in my cart at the time.  Thus I have books sitting in my cart for a month or so and every time you visit your cart amazon notifies you if prices have changed.  Managing Humans dropped by $9 and The Algorithm Design Manual jumped by $25.  The next two price changes are more characteristic, moving around by a couple cents.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.earlh.com/index.php/2011/07/amazon-price-jumps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watching Lecture Videos on Your Computer</title>
		<link>http://blog.earlh.com/index.php/2011/05/watching-lecture-videos-on-your-computer/</link>
		<comments>http://blog.earlh.com/index.php/2011/05/watching-lecture-videos-on-your-computer/#comments</comments>
		<pubDate>Mon, 30 May 2011 22:35:11 +0000</pubDate>
		<dc:creator>earl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.earlh.com/?p=570</guid>
		<description><![CDATA[I&#8217;ve recently been watching some of the lecture videos available on videolectures.net. The site is a great resource, but often the lecturers speak too slowly. I really prefer to watch lecture videos at a higher speed, otherwise I lose focus, &#8230; <a href="http://blog.earlh.com/index.php/2011/05/watching-lecture-videos-on-your-computer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently been watching some of the lecture videos available on <a href='http://videolectures.net'> videolectures.net</a>.  The site is a great resource, but often the lecturers speak too slowly.  I really prefer to watch lecture videos at a higher speed, otherwise I lose focus, try to multitask and browse the internet in the background, and end up retaining neither the lecture material nor the browsing.</p>
<p>Instead, you can use VLC or MPlayer, both available for OS X.  In VLC, you can use
<pre> apple key plus +/-</pre>
<p> to speed or slow down video playback.  You may have to go to preferences -> audio -> all -> enable time stretching audio so that the audio is resampled to preserve pitch so the speakers don&#8217;t sound like chipmunks.</p>
<p>In MPlayer,
<pre> apple key + [/]</pre>
<p> speeds or slows video playback.</p>
<p>Unfortunately, both of these techniques require downloading the video, and some sites, like video lectures, don&#8217;t directly allow you to do so.  Fortunately, both VLC and MPlayer allow you to do so, though with some caveats, and both are a bit finicky.  For example, both will die if your internet connection goes out and force you to restart download.  </p>
<p>Nonetheless, in VLC, you can use the following shell script (a tip I found somewhere I can&#8217;t remember on the internet):</p>
<pre class='brush:bash;'>
$ cat getV.sh
/Applications/VLC.app/Contents/MacOS/VLC -I rc $1 --sout $2 vlc://quit;
$
$ /get.sh "mms://[snip] " gradient01.wmv
</pre>
<p>whence you will see a bunch of spew ala</p>
<pre class='brush:bash;'>
[0x10472e368] [rc] lua interface: Listening on host "*console".
VLC media player 1.1.9 The Luggage
Remote control interface initialized. Type `help' for help.
> [0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: no data received
[0x10473ca88] access_mms access error: cannot connect to server
[0x10473ca88] access_mms access error: cannot read data 2
[0x10473c7c8] mux_avi mux: stream[0] duration:3520 totalsize:316578836 frames:88018 fps:25.000000 KiB/s:702
[0x10473c7c8] mux_avi mux: stream[1] duration:3520 totalsize:28180137 frames:18951 fps:5.383371 KiB/s:62
[0x105f1ce18] dummy demux: command `quit'
</pre>
<p>and in mplayer </p>
<pre class='brush:bash;'>
$ cat getM.sh
  mplayer -dumpstream -dumpfile $2 "$1"
</pre>
<p>eg</p>
<pre class='brush:bash;'>
$ ./getM.sh "[snip mms url here]" test.wmv
</pre>
<p>Finally, in order to use these to download lectures from <a href='videolectures.net'> videolectures</a>, go to the page of a lecture you wish to watch, view source, and find the link that starts with &#8220;mms://&#8221;.  I&#8217;ve had better luck using VLC than mplayer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.earlh.com/index.php/2011/05/watching-lecture-videos-on-your-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Querying Databases in R, on Mac OS</title>
		<link>http://blog.earlh.com/index.php/2009/09/querying-databases-in-r-on-mac-os/</link>
		<comments>http://blog.earlh.com/index.php/2009/09/querying-databases-in-r-on-mac-os/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 07:06:38 +0000</pubDate>
		<dc:creator>earl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[greenplum]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[R and Databases]]></category>
		<category><![CDATA[R Tips]]></category>

		<guid isPermaLink="false">http://blog.earlh.com/?p=472</guid>
		<description><![CDATA[Unfortunately, it appears with the recent release of 10.6 / Snow Leopard Apple has removed the ODBC Administrator Tool from the OS. It can still be downloaded from Apple.]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, it appears with the recent release of 10.6 / Snow Leopard Apple has removed the ODBC Administrator Tool from the OS.  It can still be downloaded <a href="http://www.apple.com/downloads/macosx/apple/macosx_updates/odbcadministratortoolformacosx.html"> from Apple</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.earlh.com/index.php/2009/09/querying-databases-in-r-on-mac-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matt Riley Rides the Zip Line at Scribd</title>
		<link>http://blog.earlh.com/index.php/2009/08/matt-riley-rides-the-zip-line-at-scribd/</link>
		<comments>http://blog.earlh.com/index.php/2009/08/matt-riley-rides-the-zip-line-at-scribd/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 22:39:37 +0000</pubDate>
		<dc:creator>earl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[zip line]]></category>

		<guid isPermaLink="false">http://blog.earlh.com/?p=393</guid>
		<description><![CDATA[We are trying to speed the zip line up so we attached what is basically a 300 foot rubber band &#8212; a tan, 4mm, Thera Band Roll to two columns and shot Matt down the zip line. He flew! Unfortunately, &#8230; <a href="http://blog.earlh.com/index.php/2009/08/matt-riley-rides-the-zip-line-at-scribd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/RPvM2wKK5mk&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RPvM2wKK5mk&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>We are trying to speed the zip line up so we attached what is basically a 300 foot rubber band &#8212; a tan, 4mm, Thera Band Roll to two columns and shot Matt down the zip line.  He flew!  Unfortunately, the latex band wasn&#8217;t as robust as we would have liked.</p>
<p>Here&#8217;s the video of us shooting stuff beforehand:<br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/yzG0s5OnCXQ&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/yzG0s5OnCXQ&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.earlh.com/index.php/2009/08/matt-riley-rides-the-zip-line-at-scribd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zipline Construction Video</title>
		<link>http://blog.earlh.com/index.php/2009/07/zipline-construction-video/</link>
		<comments>http://blog.earlh.com/index.php/2009/07/zipline-construction-video/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 00:11:29 +0000</pubDate>
		<dc:creator>earl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[zip line]]></category>

		<guid isPermaLink="false">http://blog.earlh.com/?p=371</guid>
		<description><![CDATA[Scribd building the zipline from Tim Morgan.]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="230"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5822567&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5822567&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="230"></embed></object>
<p><a href="http://vimeo.com/5822567">Scribd building the zipline</a> from <a href="http://vimeo.com/riscfuture">Tim Morgan</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.earlh.com/index.php/2009/07/zipline-construction-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Zip Line at Scribd</title>
		<link>http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/</link>
		<comments>http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 02:27:15 +0000</pubDate>
		<dc:creator>earl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[zip line]]></category>

		<guid isPermaLink="false">http://blog.earlh.com/?p=260</guid>
		<description><![CDATA[Scribd built a zip line! Chris Seifert and I, along with our coworkers&#8217; help, built a zip line over 3 nights at Scribd. Which is why I haven&#8217;t been posting more. Scribd has a long office space, with 6 pairs &#8230; <a href="http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Scribd built a zip line!  Chris Seifert and I, along with our coworkers&#8217; help, built a zip line over 3 nights at Scribd.  Which is why I haven&#8217;t been posting more.</p>
<p>Scribd has a long office space, with 6 pairs of 8-sided concrete columns running down the middle.  Chris and I decided to build the zip line starting near the entrance from a single column, terminating in a Y arrangement between two columns.  We had debated running the zip line across the long diagonal of the rectangle formed by the columns, but concluded that it would be better if people weren&#8217;t aimed dead at a concrete column.</p>
<div style="width: 100%;">
<div style="width: 310px; float:left;" class="wp-caption alignleft" id="attachment_280"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7602.JPG"><img width="300" height="225" class="size-medium wp-image-280" title="IMG_7602" alt="Pillars at Scribd" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7602-300x225.jpg"/></a>
<p class="wp-caption-text">Pillars at Scribd</p>
</div>
<div style="width: 310px; float:right;" class="wp-caption alignleft" id="attachment_273"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7609.JPG"><img width="300" height="225" class="size-medium wp-image-273" title="IMG_7609" alt="Y Shaped Terminus, President in Background" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7609-300x225.jpg"/></a>
<p class="wp-caption-text">Y Shaped Anchor, President in Background</p>
</div>
<div style="clear: both;"></div>
</div>
<p>The first night, we glued 6 inch pieces of two-by-four on all sides of the columns.  The idea was that we would screw these two-by-fours into the concrete with the masonry screws, and allow the cable to sink into the wood instead of the concrete which would crumble.  Chris and I discussed using either a router or a dado to cut a channel into the wood for the cables, but this turned out to be unnecessary &#8211; the cable sunk itself into the wood.  Still, zip line v2.0 will probably have routes cut for the cables.</p>
<div style="width:100%;">
<div style="width: 310px; float: left;" class="wp-caption alignleft" id="attachment_270"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7600.JPG"><img width="300" height="225" class="size-medium wp-image-270" title="IMG_7600" alt="Cable Attached to Column with Wood Blocks" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7600-300x225.jpg"/></a>
<p class="wp-caption-text">Cable Attached to Column With Wood Blocks</p>
</div>
<div style="width: 310px; float: right;" class="wp-caption alignright" id="attachment_270"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7613.JPG"><img width="300" height="225" class="size-medium wp-image-270" title="IMG_7613" alt="Cable Embedding Itself in Wood" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7613-300x225.jpg"/></a>
<p class="wp-caption-text">Cable Embedding Itself in Wood</p>
</div>
<div style="clear: both;"></div>
</div>
<p>The second night, we went around the two by fours and put two screws in, one above where we wanted the cable to go and one below.  At the last minute, per managements&#8217; request, we didn&#8217;t sink the screws into the concrete but just left them sticking out of the wood.  I was worried that the wood would slip, but Chris was sure that the cable would be tight enough that it wouldn&#8217;t.  In retrospect, Chris was right, and we ended up having to move the wood higher on the starting column so it was a real win to not bolt them in.  Nonetheless, the screws were crucial for holding the cables in place while we were actually putting the cable up before all the pieces were connected and held up under tension.</p>
<div style="width: 100%;">
<div style="width: 310px; float: left;" class="wp-caption alignleft" id="attachment_283"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/7p8.jpg"><img width="300" height="225" class="size-medium wp-image-283" title="Chris Drilling Into the Column, Me Standing, Tyler near Scooter, Tikhon on Gocart" alt="Chris Drilling Into the Column, Me Standing, Tyler near Scooter, Tikhon on Gocart" src="http://blog.earlh.com/wp-content/uploads/2009/07/7p8-300x225.jpg"/></a>
<p class="wp-caption-text">Chris Drilling Into the Column, Me Standing, Tyler near Scooter, Tikhon on Gocart</p>
</div>
<div style="width: 310px; float: right;" class="wp-caption alignleft" id="attachment_262"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7621.JPG"><img width="300" height="225" class="size-medium wp-image-262" title="IMG_7621" alt="Screws On Blocks" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7621-300x225.jpg"/></a>
<p class="wp-caption-text">Screws On Blocks</p>
</div>
<div style="clear: both;"> </div>
</div>
<p>We cut four pieces of cable: 1 to go around the originating column and anchor one turnbuckle, the main zip line, and two each to go around the terminating columns and anchor to the other turnbuckle.  The turnbuckles together gave us the ability to take up about 2 feet of slack, though turning them gets very difficult as the rope gets tighter.  We attached the two turnbuckles to the start and end of zip line respectively, attached the main zip line to turnbuckle at the beginning pillar, then enlisted coworkers to help us pull on the main line near the turnbuckle at the end to put the rope thimble.</p>
<div style="width: 100%;">
<div style="width: 310px; float: left;" class="wp-caption alignleft" id="attachment_281"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7601.JPG"><img width="300" height="225" class="size-medium wp-image-281" title="IMG_7601" alt="Fully Tightened Turnbuckle" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7601-300x225.jpg"/></a>
<p class="wp-caption-text">Fully Tightened Turnbuckle</p>
</div>
<div style="width: 310px; float: right;" class="wp-caption alignright" id="attachment_284"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/sva.jpg"><img width="300" height="225" class="size-medium wp-image-284" title="sva" alt="Slack Cable During Construction" src="http://blog.earlh.com/wp-content/uploads/2009/07/sva-300x225.jpg"/></a>
<p class="wp-caption-text">Slack Cable During Construction</p>
</div>
<div style="clear:both;"></div>
</div>
<p>The three cables securing the turnbuckles to the columns have two loops around the wood blocks held in place by 3 wire clips each.  They are attached to the turnbuckles with a 1/4 inch steel rope thimble with a wire clip right at its end to hold the thimble in place.  These are the two biggest issues with the construction: first, the head anchor cable has two wire clips, one of which pinches the cable together and should be removed &#8212; it&#8217;s both unnecessary and under a lot of pressure.  Second, the rope thimbles we purchased are not strong enough to withstand the amount of pressure we put on them &#8212; one of them crumpled and the others are on their way to crumpling.</p>
<div style="width:100%;">
<div style="width: 310px; float: left;" class="wp-caption alignleft" id="attachment_262"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7621.JPG"><img width="300" height="225" class="size-medium wp-image-262" title="IMG_7621" alt="Bad, Bad Design -- Get Rid of Middle Rope Clip" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7621-300x225.jpg"/></a>
<p class="wp-caption-text">Bad, Bad Design &#8212; Get Rid of Middle Rope Clip</p>
</div>
<div style="width: 310px; float: right;" class="wp-caption alignright" id="attachment_261"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7622.JPG"><img width="300" height="225" class="size-medium wp-image-261" title="IMG_7622" alt="Crumpled Rope Thimble" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7622-300x225.jpg"/></a>
<p class="wp-caption-text">Crumpled Rope Thimble</p>
</div>
<div style="clear: both;"></div>
</div>
<p>There are six columns spaced 14 feet apart, so the zip line runs 70 feet less four feet for the two turnbuckles.  At the beginning the zip line is 9.5 feet high, and 7 feet high at the end.  Thus the line drops 2.5 vertical feet over 66 horizontal feet.  This turns out to be nowhere near enough.  We had actually thought at the beginning that the combination of the pulleys in the Petzl trolley and the galvanized steel cable would be so slick that people would just fly down the zip line.  While the zip line is really fun, people often need to be pushed because the line bows locally under their weight.  Version 2.0 will fall about 5 vertical feet over a run that is shorter by one set of columns.  This gives us a slope of 5/52 = 0.096 for version 2 instead of a slope of 2.5/66 = 0.038, which will leave us with roughly 2.5 times the slope.</p>
<div style="width: 100%;">
<div style="width: 235px; margin-left: auto; margin-right: auto;" id="attachment_285"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/p5q.jpg"><img width="225" height="300" class="size-medium wp-image-285" title="Matt Riley Rides the Zip Line" alt="Matt Riley Rides the Zip Line" src="http://blog.earlh.com/wp-content/uploads/2009/07/p5q-225x300.jpg"/></a>
<p class="wp-caption-text">Matt Riley Rides the Zip Line</p>
</div>
<div style="clear: both;"></div>
</div>
<p>You should expect that you will have to tighten the main line and shorten it a couple of times.  Chris Seifert has brass balls and took the very first ride down the zip line, which ended up pulling on the various cables far harder than we were able to before and creating a couple feet of slack, even after we had tightened both turnbuckles as far as we could using three people and an enormous wrench.  We had to take the main line down and relocate one of the thimbles up the line, then put it back up.</p>
<p>Lessons:</p>
<ol>
<li>the wood blocks were a great idea &#8211; the cable really sunk into them and prevented crumbling the concrete.  For a permanent installation we still should probably anchor the wood blocks in a permanent fashion and not just rely on the tension in the cable to hold them in place.</li>
<li> 2.5 feet of vertical drop over about 14*5 &#8211; 4 feet for the turnbuckles equals 2.5/64 equals no where *near* enough vertical distance for a fun zip line </li>
<li> 1/4 inch rope thimbles do *not* hold up under as much pressure as we put on them.</li>
<li> the dual trolley doesn&#8217;t work particularly well &#8212; instead of the pulleys turning, it seems to mostly slide down the cable and gets very hot.  This may be because we ended up using quarter inch cable while the trolley is designed for 3/8 inch rope/cable, or the pulley wheels might not be lubricated well enough, or perhaps there is some other issue.  </li>
<li>Overbuild the line &#8212; the first time you let people ride it, someone will inevitably attempt to ride down the line with two people.</li>
<li> zip lines are fun as hell </li>
<li> it&#8217;s <b>really</b> scary the first time someone rides the line when you&#8217;re hoping nothing breaks and nobody gets hurt </li>
<li> Crappy ikea clippers don&#8217;t even begin to cut galvanized steel cable &#8212; you wreck the clippers and barely even dent the cable.  Go to Lowe&#8217;s and buy a real cable cutter for $20.</li>
</ol>
<p>Equipment:</p>
<ul>
<li>250 ft of 1/4 inch galvanized steel cable </li>
<li> 24 1/4 inch galvanized steel cable clips </li>
<li> 4 1/4 inch steel rope thimbles </li>
<li> 2 enormous steel turnbuckles </li>
<li> 24 feet of 2 by four, cut into 6 inch pieces </li>
<li> 100 KwikTap 1/4 inch by 2 and 3/4 inch flat head concrete screws </li>
<li> steel cable cutter </li>
<li> petzl tandem steel pulley </li>
<li> 1/4 inch steel biner to attach the hand-hold to the pully </li>
</ul>
<p>If you have any questions, feel free to email and I&#8217;ll try to answer them.</p>
<p>NB: according to the <a href="http://www.outdoorfunstore.com/zip-line.asp">outdoor fun store</a>, 1/4 inch stainless steel galvanized cable breaks at 7K pounds and has a safe load limit of 1.4K pounds.</p>
<p>Links:</p>
<ul>
<li>Brian built what looks like an <a href="http://www.briangreenstone.com/zipline/page2.html"> awesome zip line</a> in his yeard </li>
<li> Make has an article on building a <a href="http://www.make-digital.com/make/vol05/?pg=75"> backyard zip line </a> </li>
<li> Though we ended up ordering parts from Amazon and getting the rest at Lowe&#8217;s, the <a href="http://ziplinegear.com/"> zip line gear </a> company looks like they have everything you&#8217;d need to build your own </li>
<li> These folks discuss <a href="http://www.ziplinerider.com/Zipline_Brake.html"> building a brake</a> for a zip line </li>
</ul>
<p>Photo gallery that for some reason doesn&#8217;t wrap correctly:<br />

<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7622/' title='IMG_7622'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7622-150x150.jpg" class="attachment-thumbnail" alt="Crumbled Rope Thimble" title="IMG_7622" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7621/' title='IMG_7621'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7621-150x150.jpg" class="attachment-thumbnail" alt="Screws On Blocks" title="IMG_7621" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7620/' title='IMG_7620'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7620-150x150.jpg" class="attachment-thumbnail" alt="IMG_7620" title="IMG_7620" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7619/' title='IMG_7619'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7619-150x150.jpg" class="attachment-thumbnail" alt="IMG_7619" title="IMG_7619" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7618/' title='IMG_7618'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7618-150x150.jpg" class="attachment-thumbnail" alt="IMG_7618" title="IMG_7618" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7617/' title='IMG_7617'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7617-150x150.jpg" class="attachment-thumbnail" alt="IMG_7617" title="IMG_7617" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7616/' title='IMG_7616'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7616-150x150.jpg" class="attachment-thumbnail" alt="IMG_7616" title="IMG_7616" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7615/' title='IMG_7615'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7615-150x150.jpg" class="attachment-thumbnail" alt="IMG_7615" title="IMG_7615" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7614/' title='IMG_7614'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7614-150x150.jpg" class="attachment-thumbnail" alt="IMG_7614" title="IMG_7614" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7613/' title='IMG_7613'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7613-150x150.jpg" class="attachment-thumbnail" alt="Cable Embedding Itself in Wood" title="IMG_7613" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7612/' title='IMG_7612'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7612-150x150.jpg" class="attachment-thumbnail" alt="IMG_7612" title="IMG_7612" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7610/' title='IMG_7610'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7610-150x150.jpg" class="attachment-thumbnail" alt="IMG_7610" title="IMG_7610" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7609/' title='IMG_7609'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7609-150x150.jpg" class="attachment-thumbnail" alt="Y Shaped Anchor, President in Background" title="IMG_7609" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7608/' title='IMG_7608'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7608-150x150.jpg" class="attachment-thumbnail" alt="IMG_7608" title="IMG_7608" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7607/' title='IMG_7607'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7607-150x150.jpg" class="attachment-thumbnail" alt="IMG_7607" title="IMG_7607" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7606/' title='IMG_7606'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7606-150x150.jpg" class="attachment-thumbnail" alt="IMG_7606" title="IMG_7606" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7605/' title='IMG_7605'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7605-150x150.jpg" class="attachment-thumbnail" alt="IMG_7605" title="IMG_7605" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7604/' title='IMG_7604'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7604-150x150.jpg" class="attachment-thumbnail" alt="IMG_7604" title="IMG_7604" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7603/' title='IMG_7603'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7603-150x150.jpg" class="attachment-thumbnail" alt="IMG_7603" title="IMG_7603" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7602/' title='IMG_7602'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7602-150x150.jpg" class="attachment-thumbnail" alt="Pillars at Scribd" title="IMG_7602" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7601/' title='IMG_7601'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7601-150x150.jpg" class="attachment-thumbnail" alt="Fully Tightened Turnbuckle" title="IMG_7601" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/img_7600/' title='Cable Attached to Column'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7600-150x150.jpg" class="attachment-thumbnail" alt="Cable Attached to Column" title="Cable Attached to Column" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/7p8/' title='Chris Drilling Into the Column, Me Standing, Tyler near Scooter, Tikhon on Gocart'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/7p8-150x150.jpg" class="attachment-thumbnail" alt="Chris Drilling Into the Column, Me Standing, Tyler near Scooter, Tikhon on Gocart" title="Chris Drilling Into the Column, Me Standing, Tyler near Scooter, Tikhon on Gocart" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/sva/' title='Slack Cable During Construction'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/sva-150x150.jpg" class="attachment-thumbnail" alt="Slack Cable During Construction" title="Slack Cable During Construction" /></a>
<a href='http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/p5q/' title='Matt Riley Rides the Zip Line'><img width="150" height="150" src="http://blog.earlh.com/wp-content/uploads/2009/07/p5q-150x150.jpg" class="attachment-thumbnail" alt="Matt Riley Rides the Zip Line" title="Matt Riley Rides the Zip Line" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.earlh.com/index.php/2009/07/building-a-zip-line-at-scribd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In Which Lucy Goes to the Vet</title>
		<link>http://blog.earlh.com/index.php/2009/07/in-which-lucy-goes-to-the-vet/</link>
		<comments>http://blog.earlh.com/index.php/2009/07/in-which-lucy-goes-to-the-vet/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 03:50:36 +0000</pubDate>
		<dc:creator>earl</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.earlh.com/?p=236</guid>
		<description><![CDATA[The vet seemed to think she&#8217;s healthy and all, except she&#8217;s a 10 pound 2 oz cat in a 9 pound cat body. Unfortunately for her. So the diet will continue.]]></description>
			<content:encoded><![CDATA[<div id="attachment_237" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7587.full.jpg"><img src="http://blog.earlh.com/wp-content/uploads/2009/07/IMG_7587.full-300x225.jpg" alt="Lucy Gets Stuffed Into Her Carrier" title="IMG_7587.full" width="300" height="225" class="size-medium wp-image-237" /></a><p class="wp-caption-text">Lucy Gets Stuffed Into Her Carrier</p></div>
<p>The vet seemed to think she&#8217;s healthy and all, except she&#8217;s a 10 pound 2 oz cat in a 9 pound cat body.  Unfortunately for her.  So the diet will continue.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.earlh.com/index.php/2009/07/in-which-lucy-goes-to-the-vet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

