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

<channel>
	<title>TheSherpa</title>
	<atom:link href="http://thesherpa.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesherpa.org</link>
	<description>a guide to life’s conundrum, answers optional</description>
	<pubDate>Thu, 19 Jun 2008 19:39:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Finally a mass storage solution for the Apple TV!</title>
		<link>http://thesherpa.org/2008/05/31/mass-storage-appletv/</link>
		<comments>http://thesherpa.org/2008/05/31/mass-storage-appletv/#comments</comments>
		<pubDate>Sat, 31 May 2008 22:07:27 +0000</pubDate>
		<dc:creator>TheSherpa</dc:creator>
		
		<category><![CDATA[General]]></category>

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

		<guid isPermaLink="false">http://thesherpa.org/?p=79</guid>
		<description><![CDATA[
I have been working on a pet project of mine for some time now and have finally done it. I have grasped the holy grail of the Apple TV&#8230; I have given mass storage over a wireless connection to it.
I have had a 160Gb Apple TV since they became available for purchase in June of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right; border: 0;" src="http://upload.wikimedia.org/wikipedia/commons/3/3e/Apple_TV.jpg" alt="Apple TV" width="300" height="200" /></p>
<p>I have been working on a pet project of mine for some time now and have finally done it. I have grasped the holy grail of the <a href="http://store.apple.com/us/browse/home/shop_ipod/family/apple_tv?mco=MTE2NTk" target="_blank">Apple TV</a>&#8230; I have given mass storage over a wireless connection to it.</p>
<p>I have had a 160Gb Apple TV since they became available for purchase in June of 2007. I quickly filled it up. Then I began the task of filling up the hard drive on my Macbook Pro, slowing my work and causing applications to crash on a regular basis. I thought that there had to be a better way and started searching Google for the answer. Nothing. Just a lot of people in the same situation as me, too much media and not enough storage.</p>
<p>So I began designing a device solution that would fit the bill for me. I wanted to use iTunes for the management interface because, well, iTunes is the best media management application around. I Also wanted to make use of some kind of a raid system because if I was going to rip my entire DVD collection onto it and purchase movies and songs off of the iTunes Store, then I did not want to ever have to do it again. It costs too much time and money to do that twice. So I settled on the Drobo for now&#8230;</p>
<p><span id="more-79"></span></p>
<p>I use a Macbook Pro and a Macbook, I did not want either of our computers to be a controller for the raid, so I ended up purchasing a used G4 Mac Mini to control the Drobo. It was fast enough to run Leopard so I have screen sharing available to administer the system, no need for a monitor.</p>
<p>Now I just needed to get all of the pieces working together, seamlessly. This took a lot of trial and error&#8230; and a few deleted key files that kept me up until all hours of the night trying desperately to replace.</p>
<p><img class="alignleft" style="float: left; border: 0;" src="http://www.drobo.com/drpartners/Product_Images/Drobo_Right_Angle_Med.jpg" alt="Drobo" width="250" height="195" />First I set up the <a href="http://www.drobo.com/" target="_blank">Drobo</a> as a network drive on my Airport Extreme Base Station and made it accessible to all of the computers on the network. With a password of course.</p>
<p>The Drobo is great because it is a disk robot that can take any sized disk and use it as part of its raid. One can mix and match disk types and sizes with out worry, and if one drive fails no data is lost.</p>
<p>I chose to start with two 320Gb 10K RPM SATA drives and build from there. The Drobo will take 4 drives so there is plenty of room for growth. *As of the writing of this article, I have already filled it up and am looking at expanding to 1Tb drives. The next step will be to go to a complete NAS solution like <a href="http://store.apple.com/us/product/TQ809LL/A?fnode=home/shop_mac/mac_accessories/storage&amp;mco=Njg4Mjcy&amp;p=3&amp;s=topSellers" target="_blank">this one</a> by Promise Technologies. However at $12,000 for a half full NAS, the pricing is a bit high for general adoption by the average family. The Drobo ran me $499 plus the cost of hard drives.</p>
<p>Next I moved the iTunes directory onto the Drobo keeping in mind to keep the contents <em>exactly a</em>s they were on my Macbook Pro. I then placed symbolic links that point to the files on the Drobo on my Mac Mini, MacBook Pro and Macbook. Remember the Mac Mini is the controller for the system. One important note is to keep a real file, not a symlink of &#8220;iTunes Music Library.xml on each of the computers. </p>
<p><span style="color: #551a8b; text-decoration: underline;"><a href="http://thesherpa.org/wp-content/uploads/2008/06/terminal1.png"></a><a href="http://thesherpa.org/wp-content/uploads/2008/06/terminal1.png"><img class="alignnone size-medium wp-image-81" title="terminal1" src="http://thesherpa.org/wp-content/uploads/2008/06/terminal1-300x121.png" alt="Click for larger version" width="300" height="121" /> </a></span></p>
<p>To create a symlink in Linux and Unix it should look like this:</p>
<p><strong> ln -s [target file name] [symbolic link name]</strong></p>
<p>So for my set up it looked like this; ln -s &#8220;/Volumes/Drobo/iTunes/Album Artwork&#8221; &#8220;Album Artwork&#8221;. *The quotes are needed when ever there is a space in a directory name. So, Album Artwork would need quotes around both parts of name in the command.</p>
<p>Finally, I initialized iTunes on the Mac Mini and synced it up to the Apple TV. I chose not to have it move everything over to the Apple TV. This does cause a slight lag in the read time between the Drobo and the Apple TV, but it is not enough for me to worry about.</p>
<p>Now everything that I import from my Macbook Pro into iTunes shows up on the Apple TV, the other MacBook and the Mac Mini. I have also purchased a couple of movies from the iTunes Store through the Apple TV, and they also sync up with the other computers. It is not perfect and there are a few small bugs to work out, like one can only have one copy of iTunes accessing the database and files at a time, but it works well for me.</p>
<p>Please add to this and modify it. I believe that if the community works hard, we can get a mass storage solution that is robust and worthy of our media. Please send me a note or a link if you do make improvements and I will post them here.</p>
<p>*I am not responsible for you loosing your iTunes Library. If you don&#8217;t know what you are doing, then take extra care. And always, ALWAYS back up your junk!</p>
]]></content:encoded>
			<wfw:commentRss>http://thesherpa.org/2008/05/31/mass-storage-appletv/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Pork and Beans</title>
		<link>http://thesherpa.org/2008/05/23/the-pork-and-beans/</link>
		<comments>http://thesherpa.org/2008/05/23/the-pork-and-beans/#comments</comments>
		<pubDate>Fri, 23 May 2008 21:07:43 +0000</pubDate>
		<dc:creator>TheSherpa</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://thesherpa.org/?p=78</guid>
		<description><![CDATA[We all love the Internet. We love the personalities that have influenced our outlook on everything from unicorns named Charlie to Diet Coke. Weezer, one of my favorite bands have pulled together quite a few of the best and (not so) brightest from the tubes for their new music video Pork and Beans.
Have a gander, [...]]]></description>
			<content:encoded><![CDATA[<p>We all love the Internet. We love the personalities that have influenced our outlook on everything from unicorns named Charlie to Diet Coke. Weezer, one of my favorite bands have pulled together quite a few of the best and (not so) brightest from the tubes for their new music video Pork and Beans.</p>
<p>Have a gander, then go buy it! The world needs more people kicking back and listening to fun bands like Weezer&#8230; Life has gotten way to serious.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/muP9eH2p2PI&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/muP9eH2p2PI&amp;hl=en" wmode="transparent"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://thesherpa.org/2008/05/23/the-pork-and-beans/feed/</wfw:commentRss>
		</item>
		<item>
		<title>40 Hours Of Illustrator, Time-Lapsed</title>
		<link>http://thesherpa.org/2008/05/18/40-hours-of-illustrator-time-lapsed/</link>
		<comments>http://thesherpa.org/2008/05/18/40-hours-of-illustrator-time-lapsed/#comments</comments>
		<pubDate>Sun, 18 May 2008 22:13:06 +0000</pubDate>
		<dc:creator>TheSherpa</dc:creator>
		
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://thesherpa.org/?p=77</guid>
		<description><![CDATA[Over several months, one artist put roughly 40 hours of Illustrator drawing work into a piece called &#8220;Science Machine.&#8221; And over that time, he had his computer screencap the project every five seconds. The result, along with some B-roll and a soundtrack, is what you see in this video.
I thought you might like a screen [...]]]></description>
			<content:encoded><![CDATA[<p>Over several months, one artist put roughly 40 hours of Illustrator drawing work into a piece called &#8220;Science Machine.&#8221; And over that time, he had his computer screencap the project every five seconds. The result, along with some B-roll and a soundtrack, is what you see in this video.</p>
<blockquote><p>I thought you might like a screen cast I made of me working in Vista on Adobe Illustrator on a 40-hour project. It&#8217;s pretty much a music video as well. I&#8217;ve screwed with my install of Vista a lot, so I got some crashes and some BSODs, but obviously those were not captured. On the whole, I&#8217;ve been very happy with the OS, though.</p></blockquote>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="250" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.vimeo.com/moogaloop.swf?clip_id=927062&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="250" src="http://www.vimeo.com/moogaloop.swf?clip_id=927062&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Content unabashedly stolen from <a title="Gizmodo" href="http://gizmodo.com">Gizmodo</a>.</p>
<p>You can purchase a copy of Science Machine from <a title="The Big Pugh" href="http://store.thebigpugh.com/">The Big Pugh</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thesherpa.org/2008/05/18/40-hours-of-illustrator-time-lapsed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Terminally young</title>
		<link>http://thesherpa.org/2008/05/10/jeds-poem/</link>
		<comments>http://thesherpa.org/2008/05/10/jeds-poem/#comments</comments>
		<pubDate>Sun, 11 May 2008 06:55:34 +0000</pubDate>
		<dc:creator>TheSherpa</dc:creator>
		
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://thesherpa.org/?p=76</guid>
		<description><![CDATA[Anyone who knows me knows that I spend most of my waking hours inside of a terminal window&#8230; When I was in elementary school, back in the early eighties, I taught myself Basic programming. The language, not to be confused with simple and definitely not the refined visual stuff the kiddies do today, the hard core, [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who knows me knows that I spend most of my waking hours inside of a terminal window&#8230; When I was in elementary school, back in the early eighties, I taught myself Basic programming. The language, not to be confused with simple and definitely not the refined visual stuff the kiddies do today, the hard core, before the language had any real documentation, programming.</p>
<p>I read in a magazine that MIT had some students that were building and programming robots and they were using Assembly, Pascal and Basic to program them. I wanted to go to MIT and build robots too. Well, since I was only eight or nine at the time, I could not find anything on Pascal in the small town I grew up in and everything I asked for about assembly turned out to be about building something or other. So I chose Basic. </p>
<p>Anyway, to make a long pointless story short&#8217;er&#8217;, this music video is right up my alley, in fact, it might be in my top three music videos of all time list. Enjoy.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.veoh.com/videodetails2.swf?player=videodetailsembedded&amp;type=v&amp;permalinkId=v15335519PjWejCG&amp;id=anonymous" /><embed type="application/x-shockwave-flash" width="480" height="390" src="http://www.veoh.com/videodetails2.swf?player=videodetailsembedded&amp;type=v&amp;permalinkId=v15335519PjWejCG&amp;id=anonymous"></embed></object></p>
<p><a href="http://www.veoh.com/">Online Videos by Veoh.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thesherpa.org/2008/05/10/jeds-poem/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This is just cool&#8230;</title>
		<link>http://thesherpa.org/2008/05/04/this-is-just-cool/</link>
		<comments>http://thesherpa.org/2008/05/04/this-is-just-cool/#comments</comments>
		<pubDate>Sun, 04 May 2008 21:10:38 +0000</pubDate>
		<dc:creator>TheSherpa</dc:creator>
		
		<category><![CDATA[Comedy]]></category>

		<guid isPermaLink="false">http://thesherpa.org/?p=75</guid>
		<description><![CDATA[Okay so its not a lemur, its a tarsier. But this is one of my favorite comedy vids. ;) 

See more funny videos at CollegeHumor
]]></description>
			<content:encoded><![CDATA[<p>Okay so its not a lemur, its a tarsier. But this is one of my favorite comedy vids. ;) </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="src" value="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1799458&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="480" height="360" src="http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=1799458&amp;fullscreen=1" allowfullscreen="true"></embed></object></p>
<div style="padding:5px 0; text-align:center; width:480px;">See more <a href="http://www.collegehumor.com/videos">funny videos</a> at CollegeHumor</div>
]]></content:encoded>
			<wfw:commentRss>http://thesherpa.org/2008/05/04/this-is-just-cool/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
