<?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>Andrew M. Whalen</title>
	<atom:link href="http://amwhalen.com/feed" rel="self" type="application/rss+xml" />
	<link>http://amwhalen.com</link>
	<description>Thoughts on the web, programming and other nerdery by Andrew M. Whalen.</description>
	<lastBuildDate>Sat, 18 Aug 2012 02:44:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Bellagio Fountain Shows</title>
		<link>http://amwhalen.com/archives/2009/04/26/bellagio-fountain-shows</link>
		<comments>http://amwhalen.com/archives/2009/04/26/bellagio-fountain-shows#comments</comments>
		<pubDate>Sun, 26 Apr 2009 18:19:06 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[bellagio]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[lasvegas]]></category>
		<category><![CDATA[nikond90]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://amwhalen.com/blog/?p=633</guid>
		<description><![CDATA[While in Vegas I recorded a couple of the Bellagio fountain shows on my D90. They recorded in 720p, but are shown here in a lower resolution. I hadn&#8217;t really used the video recording mode before, but this was a great opportunity to test it out and I think it did pretty well. Pink Panther [...]]]></description>
				<content:encoded><![CDATA[<p>While in Vegas I recorded a couple of the Bellagio fountain shows on my D90. They recorded in 720p, but are shown here in a lower resolution. I hadn&#8217;t really used the video recording mode before, but this was a great opportunity to test it out and I think it did pretty well.</p>
<h3>Pink Panther</h3>
<div id="bellagiopinkpanther20090421">To view this video you&#8217;ll need the latest <a href="http://www.adobe.com/products/flashplayer/">Flash Player</a>.</div>
<p><script type='text/javascript'>
var s1 = new SWFObject('/flv/current/player.swf','player','615','366','8');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=/blog/wp-content/uploads/2009/04/dsc_0302.flv&#038;image=/blog/wp-content/uploads/2009/04/bellagio_pink_panther_poster.jpg');
s1.write('bellagiopinkpanther20090421');
</script></p>
<h3>Simple Gifts</h3>
<div id="bellagiosimplegifts20090421">To view this video you&#8217;ll need the latest <a href="http://www.adobe.com/products/flashplayer/">Flash Player</a>.</div>
<p><script type='text/javascript'>
var s1 = new SWFObject('/flv/current/player.swf','player','615','366','8');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=/blog/wp-content/uploads/2009/04/dsc_0310.flv&#038;image=/blog/wp-content/uploads/2009/04/bellagio_simple_gifts_poster.jpg');
s1.write('bellagiosimplegifts20090421');
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://amwhalen.com/archives/2009/04/26/bellagio-fountain-shows/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Editing Songbird Add-ons</title>
		<link>http://amwhalen.com/archives/2009/04/08/editing-songbird-add-ons</link>
		<comments>http://amwhalen.com/archives/2009/04/08/editing-songbird-add-ons#comments</comments>
		<pubDate>Wed, 08 Apr 2009 19:35:58 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[songbird]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://amwhalen.com/blog/?p=594</guid>
		<description><![CDATA[The <a href="http://addons.songbirdnest.com/addon/1301">Notify Me</a> add-on allows you to get <a href="http://growl.info/">Growl</a> notifications when the song changes. Unfortunately, the add-on hadn't been updated in 4 months. Here's how I made it work with the latest version of Songbird.]]></description>
				<content:encoded><![CDATA[<p>If you haven&#8217;t seen it yet, <a href="http://getsongbird.com/">Songbird</a> is a Mozilla-based open-source music player. I&#8217;ve been using for some time now and it&#8217;s amazing.</p>
<p>Just like Firefox, it has a system of add-ons. The <a href="http://addons.songbirdnest.com/addon/1301">Notify Me</a> add-on allows you to get <a href="http://growl.info/">Growl</a> notifications when the song changes. Unfortunately, the add-on hasn&#8217;t been updated in 4 months. Here&#8217;s how I made it work with the latest version of Songbird.</p>
<p>Download the add-on from the <a href="http://addons.songbirdnest.com">Songbird Add-ons</a> page. The .xpi file is just a zip file, and we have to unzip it to modify the contents. In Terminal, change to the directory where the .xpi file is (mine was on my desktop). Make a temporary folder to put the add-on files into when they&#8217;re unzipped. Put the .xpi into that folder and unzip it, then move the .xpi file out of there. Here&#8217;s the process in Terminal:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>Desktop
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> notifyme
<span style="color: #c20cb9; font-weight: bold;">mv</span> notifyme-osx-1.1.0.xpi notifyme<span style="color: #000000; font-weight: bold;">/</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> notifyme
<span style="color: #c20cb9; font-weight: bold;">unzip</span> notifyme-osx-1.1.0.xpi
<span style="color: #c20cb9; font-weight: bold;">mv</span> notifyme-osx-1.1.0.xpi ..<span style="color: #000000; font-weight: bold;">/</span></pre></td></tr></table></div>

<p>Once unzipped you&#8217;ll find a file named <code>install.rdf</code>. Open that up in a plain-text editor (Not MS Word) and change the <code>maxVersion</code> variable to whatever version you want. I&#8217;m changing it from 1.1.0rc1 to 1.2.0a.</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;em:maxVersion<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>1.1.0rc1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/em:maxVersion<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></td></tr></table></div>

<p>Save <code>install.rdf</code> and zip the add-on back up (notice I changed the file name):</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">zip</span> <span style="color: #660033;">-r</span> ..<span style="color: #000000; font-weight: bold;">/</span>notifyme-osx-1.2.0a-unofficial.xpi .</pre></td></tr></table></div>

<p>You can then go to Tools -> Add-ons&#8230; in Songbird, click Install&#8230; and find the .xpi file you just zipped. It shouldn&#8217;t warn you about the version being incompatible anymore.</p>
<p>Although I just detailed how to do this and it worked for this add-on, I don&#8217;t recommended it. The max version is there for a reason. There may have been changes to Songbird that make an add-on incompatible with a higher version. Don&#8217;t blame me if you try this and your computer catches fire.</p>
<p><strong>Here&#8217;s the finished product:</strong> <a href="http://amwhalen.com/blog/wp-content/uploads/2009/04/notifyme-osx-120a-unofficial.xpi" onClick="javascript:pageTracker._trackPageview('/downloads/notifyme-osx-120a-unofficial.xpi');" class="download">notifyme-osx-120a-unofficial.xpi</a></p>
]]></content:encoded>
			<wfw:commentRss>http://amwhalen.com/archives/2009/04/08/editing-songbird-add-ons/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Project: Time Lapse Photography</title>
		<link>http://amwhalen.com/archives/2009/01/22/project-time-lapse-photography</link>
		<comments>http://amwhalen.com/archives/2009/01/22/project-time-lapse-photography#comments</comments>
		<pubDate>Thu, 22 Jan 2009 20:26:51 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[audacity]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[gphoto]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[nin]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[timelapse]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://amwhalen.com/blog/?p=471</guid>
		<description><![CDATA[I&#8217;ve recently come up with a good workflow for creating time lapse videos from still images, so I added time lapse photography to my projects page. While doing this, I&#8217;ve had a chance to use gphoto2, ImageMagick, FFmpeg, and Audacity. All of those are free and open source utilities, so anyone can follow the same [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve recently come up with a good workflow for creating time lapse videos from still images, so I added <a href="/blog/projects/time-lapse-photography/">time lapse photography</a> to my <a href="/blog/projects/">projects</a> page. While doing this, I&#8217;ve had a chance to use <a href="http://www.gphoto.org/">gphoto2</a>, <a href="http://www.imagemagick.org/">ImageMagick</a>, <a href="http://ffmpeg.org">FFmpeg</a>, and <a href="http://audacity.sourceforge.net">Audacity</a>. All of those are free and open source utilities, so anyone can follow the same procedure.</p>
<p>Here&#8217;s a video I made last January, but I&#8217;ve updated it by recreating it from the original photos, and I added an audio track &#8220;1 Ghosts I&#8221; from the Nine Inch Nails album <cite>Ghosts I-IV</cite>.</p>
<div id="vid20080118">To view this video you&#8217;ll need the latest <a href="http://www.adobe.com/products/flashplayer/">Flash Player</a>.</div>
<p><script type='text/javascript'>
var s1 = new SWFObject('/flv/current/player.swf','player','615','429','8');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file=/blog/wp-content/uploads/2009/01/timelapse_with_audio.flv&#038;image=/blog/wp-content/uploads/2009/03/2008-01-18_poster.jpg');
s1.write('vid20080118');
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://amwhalen.com/archives/2009/01/22/project-time-lapse-photography/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metallica</title>
		<link>http://amwhalen.com/archives/2009/01/20/metallica</link>
		<comments>http://amwhalen.com/archives/2009/01/20/metallica#comments</comments>
		<pubDate>Tue, 20 Jan 2009 21:45:48 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[boston]]></category>
		<category><![CDATA[concert]]></category>
		<category><![CDATA[deathmagnetic]]></category>
		<category><![CDATA[metallica]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://amwhalen.com/blog/?p=429</guid>
		<description><![CDATA[Metallica at the TD Banknorth Garden.See more &#187; Metallica played at the TD Banknorth Garden in Boston on January 18th, 2009 for their World Magnetic tour. I ordered tickets a few months ago as a bundle deal, with which I received two tickets, two Death Magnetic CDs, and two codes to download digital copies of [...]]]></description>
				<content:encoded><![CDATA[<div style="width: 200px; float: right; margin: .5em 0 1.5em 1.5em; color: #666; font-size: .8em;"><a href="http://amwhalen.com/photos/d/12545-2/photo1.jpg"  title="Metallica at the TD Banknorth Garden." rel="lightbox[metallica]" style="border: none;"><img alt="Metallica at the TD Banknorth Garden." src="http://amwhalen.com/photos/d/12544-2/photo1.jpg" title="Metallica" /></a>
<p>Metallica at the TD Banknorth Garden.<br /><a href="http://amwhalen.com/photos/2009/metallica/">See more &raquo;</a></p>
</div>
<p>Metallica played at the TD Banknorth Garden in Boston on January 18th, 2009 for their World Magnetic tour. I ordered tickets a few months ago as a bundle deal, with which I received two tickets, two <em>Death Magnetic</em> CDs, and two codes to download digital copies of the show afterwards. The TD Banknorth Garden has a maximum capacity of 19,580, and from what I could see, there weren&#8217;t many empty seats, so the total attendance was probably close to that number. While there, I <a href="http://amwhalen.com/photos/2009/metallica/">took a few photos</a> with my iPhone.</p>
<p>There were two opening acts, The Sword and Machine Head. The set was 18 songs, which represents (by my count) only 15% of Metallica&#8217;s original songs, and only 12% if you count the <em>Garage Inc.</em> album, which was only cover songs.</p>
<ol>
<li>That Was Just Your Life</li>
<li>The End Of The Line</li>
<li>Harvester Of Sorrow</li>
<li>For Whom the Bell Tolls</li>
<li>One</li>
<li>Broken, Beat And Scarred</li>
<li>Cyanide</li>
<li>Sad But True</li>
<li>&#8230;And Justice For All</li>
<li>All Nightmare Long</li>
<li>The Day That Never Comes</li>
<li>Master Of Puppets</li>
<li>Battery</li>
<li>Nothing Else Matters</li>
<li>Enter Sandman</li>
<li>Stone Cold Crazy</li>
<li>Hit The Lights</li>
<li>Seek and Destroy </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://amwhalen.com/archives/2009/01/20/metallica/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dome Turned To Dust</title>
		<link>http://amwhalen.com/archives/2008/12/24/dome-turned-to-dust</link>
		<comments>http://amwhalen.com/archives/2008/12/24/dome-turned-to-dust#comments</comments>
		<pubDate>Wed, 24 Dec 2008 06:41:09 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[band]]></category>
		<category><![CDATA[boa]]></category>
		<category><![CDATA[demolished]]></category>
		<category><![CDATA[dust]]></category>
		<category><![CDATA[indiana]]></category>
		<category><![CDATA[indianapolis]]></category>
		<category><![CDATA[rcadome]]></category>
		<category><![CDATA[ummb]]></category>

		<guid isPermaLink="false">http://amwhalen.com/blog/?p=419</guid>
		<description><![CDATA[It&#8217;s weird to think that the RCA Dome has been demolished. I was most recently there in the Fall of 2007 with the UMass Minuteman Marching Band when they were there as the exhibition band for the Bands of America Grand National Championships. Previously I was there with the band in 2004 for the same [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://amwhalen.com/blog/wp-content/uploads/2008/12/rcadome.jpg" alt="Photos of the RCA Dome." title="RCA Dome Montage" width="200" height="373" class="size-full wp-image-423 right" /></p>
<p>It&#8217;s weird to think that the <a href="http://www.wthr.com/Global/story.asp?S=9558574">RCA Dome has been demolished</a>.</p>
<p>I was most recently there in the Fall of 2007 with the UMass Minuteman Marching Band when they were there as the exhibition band for the Bands of America Grand National Championships. </p>
<p>Previously I was <a href="http://amwhalen.com/photos/2004/boa/">there with the band in 2004</a> for the same reason.</p>
<p>The dome was held up by air pressure (really!) and had giant airlocks that had to be opened in exactly the right way or the dome would collapse. I remember being in a huge room with 20 foot doors on either side, waiting for the interior door to open so me and the hundred or so band people with me could get onto the field. There were also smaller revolving doors (that were always hard to push) for faster one-at-a-time access to the field.</p>
<p>The photos from top to bottom:</p>
<ul>
<li>The RCA Dome in 2004 at night.</li>
<li>Me, Jimmy and Melissa (2004 UMMB Equipment Staff) on the 50 yard line on top of the Colts logo.</li>
<li>The RCA Dome in December 2008 being imploded.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://amwhalen.com/archives/2008/12/24/dome-turned-to-dust/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Rankings</title>
		<link>http://amwhalen.com/archives/2008/09/30/google-rankings</link>
		<comments>http://amwhalen.com/archives/2008/09/30/google-rankings#comments</comments>
		<pubDate>Tue, 30 Sep 2008 21:14:28 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[webevelopment]]></category>
		<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://amwhalen.com/blog/?p=388</guid>
		<description><![CDATA[Lately I&#8217;ve been playing with search engine optimization (SEO) a lot, and I&#8217;ve found some interesting things about how Google sees amwhalen.com. Using Google&#8217;s Webmaster Tools, I can keep track of what keywords my site comes up for. Here are the searches where my site shows up on the first page of Google results: Position [...]]]></description>
				<content:encoded><![CDATA[<p>Lately I&#8217;ve been playing with search engine optimization (SEO) a lot, and I&#8217;ve found some interesting things about how Google sees amwhalen.com. Using <a href="http://www.google.com/webmasters/">Google&#8217;s Webmaster Tools</a>, I can keep track of what keywords my site comes up for. Here are the searches where my site shows up on the first page of Google results:</p>
<table width="615">
<tr>
<th>Position</th>
<th>Search Terms</th>
<th>Page</th>
</tr>
<tr>
<td>1</td>
<td>&#8220;arsenal 50mm&#8221;</td>
<td><a href="http://amwhalen.com/photos/2007/50mm/">50mm Photos</a></td>
</tr>
<tr>
<td>3</td>
<td>cyclopress</td>
<td><a href="http://amwhalen.com/blog/projects/cyclopress/">CycloPress</a></td>
</tr>
<tr>
<td>3</td>
<td>&#8220;obelisk shaped&#8221; building</td>
<td><a href="http://amwhalen.com/blog/archives/2008/08/30/artwork-and-schematics-circa-1996/">Artwork and Schematics Circa 1996</a></td>
</tr>
<tr>
<td>5</td>
<td>sql frequency</td>
<td><a href="http://amwhalen.com/blog/archives/2008/01/11/finding-frequency-counts-with-sql/">Finding Frequency Counts With SQL</a></td>
</tr>
<tr>
<td>5</td>
<td>flash _lockroot</td>
<td><a href="http://amwhalen.com/blog/archives/2007/04/03/flash-_lockroot-stage-and-hittest/">Flash, _lockroot, Stage, and hitTest</a></td>
</tr>
<tr>
<td>6</td>
<td>andrew whalen</td>
<td><a href="http://amwhalen.com/">amwhalen.com</a></td>
</tr>
<tr>
<td>6 *</td>
<td>i hate internet explorer</td>
<td><a href="http://amwhalen.com/blog/archives/2008/01/23/another-reason-i-hate-internet-explorer">Another Reason I Hate Internet Explorer</a></td>
</tr>
<tr>
<td>6</td>
<td>abandoned01</td>
<td><a href="http://amwhalen.com/photos/2005/amherst/abandoned01.jpg.html">Photo: abandoned01.jpg</a></td>
</tr>
<tr>
<td>7</td>
<td>finding frequency</td>
<td><a href="http://amwhalen.com/blog/archives/2008/01/11/finding-frequency-counts-with-sql/">Finding Frequency Counts With SQL</a></td>
</tr>
<tr>
<td>7 *</td>
<td>i hate explorer</td>
<td><a href="http://amwhalen.com/blog/archives/2008/01/23/another-reason-i-hate-internet-explorer">Another Reason I Hate Internet Explorer</a></td>
</tr>
<tr>
<td>7</td>
<td>roger anstey</td>
<td><a href="http://amwhalen.com/entree/2.0/index.php?action=tree&#038;id=11">ENtree :: Roger Anstey</a></td>
</tr>
<tr>
<td>9</td>
<td>dreamhost postgresql</td>
<td><a href="http://amwhalen.com/blog/archives/2008/07/01/brought-to-you-by-dreamhost">Brought to You by DreamHost</a></td>
</tr>
<tr>
<td>9 **</td>
<td>gphoto timelapse</td>
<td><a href="http://amwhalen.com/blog/archives/2007/04/27/time-lapse-sunrise">Time Lapse Sunrise</a></td>
</tr>
<tr>
<td>9</td>
<td>drobo standby</td>
<td><a href="http://amwhalen.com/blog/archives/2008/09/02/drobo-the-data-storage-robot">Drobo: The Data Storage Robot</a></td>
</tr>
<tr>
<td>9</td>
<td>postgresql dreamhost</td>
<td><a href="http://amwhalen.com/blog/archives/2008/07/01/brought-to-you-by-dreamhost">Brought to You by DreamHost</a></td>
</tr>
</table>
<p>* I also show up at position 15 for the keywords &#8220;i hate ie&#8221;. I must really hate Internet Explorer.</p>
<p>** My YouTube video of a <a href="http://www.youtube.com/watch?v=cT7pZrv1vLg">Partial Time Lapse Sunrise</a> also comes up at #4 on a search for &#8220;gphoto timelapse&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://amwhalen.com/archives/2008/09/30/google-rankings/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drobo: The Data Storage Robot</title>
		<link>http://amwhalen.com/archives/2008/09/02/drobo-the-data-storage-robot</link>
		<comments>http://amwhalen.com/archives/2008/09/02/drobo-the-data-storage-robot#comments</comments>
		<pubDate>Tue, 02 Sep 2008 19:56:36 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[drobo]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://amwhalen.com/blog/?p=222</guid>
		<description><![CDATA[I recently purchased a first-generation USB 2.0 Drobo. I&#8217;ve used an external drive to backup most of my data for awhile now, but it&#8217;s just not easy and not very scalable. If I expand the drive in my computer, I need to expand the backup drive as well, leaving me with extra working drives lying [...]]]></description>
				<content:encoded><![CDATA[<p>I recently purchased a first-generation USB 2.0 <a href="http://drobo.com">Drobo</a>. I&#8217;ve used an external drive to backup most of my data for awhile now, but it&#8217;s just not easy and not very scalable. If I expand the drive in my computer, I need to expand the backup drive as well, leaving me with extra working drives lying around that I&#8217;ll have no use for. I&#8217;ve had a plan in the back of my head for a few years now of creating a file server with RAID, but that never came to fruition. A whole file server seemed overkill in terms of power usage and maintenance &#8212; I don&#8217;t have a bunch of spare time to reconfigure RAIDs and deal with hardware and software issues.</p>
<p>Drobo seemed like the perfect candidate. It features the RAID-like ability to swap drives in and out to expand capacity or to replace failing drives, and to mirror your data to keep it safe when (not if) a drive fails. What makes the Drobo special is that it requires no tools whatsoever to swap drives, and it can all be done while it&#8217;s on. Other systems have this ability too, but there&#8217;s something about poking around a running file server with a screwdriver that makes me uneasy.</p>
<p>Low power requirements are also a plus with the Drobo. While on, it ranges from only 5 watts in standby mode to 40 watts with four drives installed and in use. That&#8217;s less than a typical laptop takes when plugged in. Noise is another issue that I was concerned about, but I haven&#8217;t heard the Drobo get very loud at all. I only have two drives installed now, but maybe with 4 drives running and the fan on it might get a little louder than your desktop computer.</p>
<p><span id="more-222"></span></p>
<h3>Unpacking</h3>
<p>Drobo&#8217;s packaging was simple but nice. I&#8217;ve heard it referred to as &#8220;Apple on a budget.&#8221; Opening the outer box reveals black cardboard inside, and an accessory box that says &#8220;Welcome to the world of&#8230;&#8221; The Drobo itself was wrapped in a soft pouch that was closed with a &#8220;Drobo&#8221; sticker, which completed the sentence on the box on top of it. Holding the Drobo in place were black foam blocks. The blocks weren&#8217;t the crumbly kind that leave styrofoam pebbles everywhere. The shiny face and back of the Drobo were covered in a plastic film that was easily removed.</p>
<ul class="photobox">
<li><a href="http://amwhalen.com/photos/d/12417-2/DSC_5946.jpg" rel="lightbox[drobo]" title="Opening the Drobo Box."><img src="http://amwhalen.com/photos/d/12418-2/DSC_5946.jpg" alt="Opening the Drobo Box." />Opening the Drobo box.</a></li>
<li><a href="http://amwhalen.com/photos/d/12423-2/DSC_5950.jpg" rel="lightbox[drobo]" title="The Drobo wrapped in a soft black bag and black styrofoam."><img src="http://amwhalen.com/photos/d/12424-2/DSC_5950.jpg" alt="The Drobo wrapped in a soft black bag and black styrofoam." />The Drobo wrapped in a soft black bag and black styrofoam.</a></li>
<li><a href="http://amwhalen.com/photos/d/12441-2/DSC_5959.jpg" rel="lightbox[drobo]" title="The box with the AC adapter, USB cable, and simple setup instructions."><img src="http://amwhalen.com/photos/d/12439-2/DSC_5959.jpg" alt="The box with the AC adapter, USB cable, and simple setup instructions." />The box with the AC adapter, USB cable, and simple setup instructions.</a></li>
<li><a href="http://amwhalen.com/photos/d/12453-2/DSC_5964.jpg" rel="lightbox[drobo]" title="I bought 2 500GB Seagate Barracuda 16MB drives from TigerDirect."><img src="http://amwhalen.com/photos/d/12454-2/DSC_5964.jpg" alt="I bought 2 500GB Seagate Barracuda 16MB drives from TigerDirect." />I bought 2 500GB Seagate Barracuda 16MB drives from TigerDirect.</a></li>
<li><a href="http://amwhalen.com/photos/d/12431-2/DSC_5951.jpg" rel="lightbox[drobo]" title="The first view of the Drobo, with protective plastic still covering the front and back."><img src="http://amwhalen.com/photos/d/12429-2/DSC_5951.jpg" alt="The first view of the Drobo, with protective plastic still covering the front and back." />The first view of the Drobo, with protective plastic still covering the front and back.</a></li>
<li><a href="http://amwhalen.com/photos/d/12446-2/DSC_5961.jpg" rel="lightbox[drobo]" title="The front of the Drobo."><img src="http://amwhalen.com/photos/d/12444-2/DSC_5961.jpg" alt="The front of the Drobo." />The front of the Drobo.</a></li>
<li><a href="http://amwhalen.com/photos/d/12451-2/DSC_5962.jpg" rel="lightbox[drobo]" title="The back of the Drobo."><img src="http://amwhalen.com/photos/d/12449-2/DSC_5962.jpg" alt="The back of the Drobo." />The back of the Drobo.</a></li>
<li><a href="http://amwhalen.com/photos/d/12436-2/DSC_5958.jpg" rel="lightbox[drobo]" title="Simple instructions on the back of the magnetically-attached front panel. No tools necessary."><img src="http://amwhalen.com/photos/d/12434-2/DSC_5958.jpg" alt="Simple instructions on the back of the magnetically-attached front panel. No tools necessary." />Simple instructions on the back of the magnetically-attached front panel. No tools necessary.</a></li>
</ul>
<h3>Turning It On</h3>
<p>When Drobo is turned on, it will light up all of its lights, I assume as a test. This process takes a few seconds, and once done, only drive bays that are filled will have lights. Green means everything is OK, while Red means a drive needs to be replaced. Drobo also has 10 blue LEDs across the bottom front that show the current amount of storage used.</p>
<ul class="photobox">
<li><a href="http://amwhalen.com/photos/d/12461-2/DSC_5966.jpg" rel="lightbox[drobo]" title="Turned off."><img src="http://amwhalen.com/photos/d/12459-2/DSC_5966.jpg" alt="Turned off." />Turned off.</a></li>
<li><a href="http://amwhalen.com/photos/d/12471-2/DSC_5968.jpg" rel="lightbox[drobo]" title="Powering up."><img src="http://amwhalen.com/photos/d/12469-2/DSC_5968.jpg" alt="Powering up." />Powering up.</a></li>
<li><a href="http://amwhalen.com/photos/d/12466-2/DSC_5967.jpg" rel="lightbox[drobo]" title="Turned on."><img src="http://amwhalen.com/photos/d/12464-2/DSC_5967.jpg" alt="Turned on." />Turned on.</a></li>
<li><a href="http://amwhalen.com/photos/d/12476-2/DSC_5970.jpg" rel="lightbox[drobo]" title="Turned on with the cover."><img src="http://amwhalen.com/photos/d/12474-2/DSC_5970.jpg" alt="Turned on with the cover." />Turned on with the cover.</a></li>
</ul>
<h3>Formatting</h3>
<p>I installed two 500GB Seagate SATA II drives and formatted my Drobo as HFS+, meaning I&#8217;ll only be able to interact with it on a Mac. The two 500GB drives give me a total of just under 500GB of storage space, which is more than adequate for my needs. Right now I have no reason to attach it to Windows or Linux, but there are ways I could do so. Linux has the ability to read HFS+ drives, but not write to them. Windows has software called MacDrive available which would allow me to read and write just fine.</p>
<ul class="photobox">
<li><a href="http://amwhalen.com/photos/d/12481-2/DSC_5971.jpg" rel="lightbox[drobo]" title="Drobo attached to my PowerBook."><img src="http://amwhalen.com/photos/d/12479-2/DSC_5971.jpg" alt="Drobo attached to my PowerBook." />Drobo attached to my PowerBook.</a></li>
<li><a href="http://amwhalen.com/photos/d/12485-2/disk+utility.png" rel="lightbox[drobo]" title="How Drobo appears in Disk Utility just before formatting."><img src="http://amwhalen.com/photos/d/12484-2/disk+utility.png" alt="How Drobo appears in Disk Utility just before formatting." />How Drobo appears in Disk Utility just before formatting.</a></li>
<li><a href="http://amwhalen.com/photos/d/12486-1/Picture+1.png" rel="lightbox[drobo]" title="Drobo appears as a 2TB drive regardless of the size of your drives."><img src="http://amwhalen.com/photos/d/12487-2/Picture+1.png" alt="Drobo appears as a 2TB drive regardless of the size of your drives." />Drobo appears as a 2TB drive regardless of the size of your drives.</a></li>
</ul>
<h3>Drobo Dashboard</h3>
<p>Since Drobo reports itself as a 2TB hard drive no matter what drives you put in it, there is optional software called Drobo Dashboard that remedies the situation. Dashboard allows you to monitor all aspects of your Drobo. You can see what drives you have in it, see your current usage, see exactly how its using your storage, and perform operations such as blinking the lights. The best feature of Drobo Dashboard is the pie chart usage monitor that goes in your menu bar on Macs. You can hover over it to see exact usage numbers, or just look at the green portion of the pie chart to get a rough idea.</p>
<ul class="photobox">
<li><a href="http://amwhalen.com/photos/d/12490-2/Picture+3.png" rel="lightbox[drobo]" title="Drobo Dashboard shows how much of your storage is being used, and how it's used."><img src="http://amwhalen.com/photos/d/12489-2/Picture+3.png" alt="Drobo Dashboard shows how much of your storage is being used, and how it's used." />Drobo Dashboard shows how much of your storage is being used, and how it&#8217;s used.</a></li>
<li><a href="http://amwhalen.com/photos/d/12493-2/Picture+4.png" rel="lightbox[drobo]" title="The status of your drives and their capacity is made clear in a nice diagram."><img src="http://amwhalen.com/photos/d/12492-2/Picture+4.png" alt="The status of your drives and their capacity is made clear in a nice diagram." />The status of your drives and their capacity is made clear in a nice diagram.</a></li>
<li><a href="http://amwhalen.com/photos/d/12496-2/Picture+5.png" rel="lightbox[drobo]" title="Tools such as Standby and Blink Lights are available."><img src="http://amwhalen.com/photos/d/12495-2/Picture+5.png" alt="Tools such as Standby and Blink Lights are available." />Tools such as Standby and Blink Lights are available.</a></li>
<li><a href="http://amwhalen.com/photos/d/12497-1/Picture+6.png" rel="lightbox[drobo]" title="Drobo's status is shown in the menu bar while Drobo Dashboard is open."><img src="http://amwhalen.com/photos/d/12498-2/Picture+6.png" alt="Drobo's status is shown in the menu bar while Drobo Dashboard is open." />Drobo&#8217;s status is shown in the menu bar while Drobo Dashboard is open.</a></li>
</ul>
<h3>Transfer</h3>
<p>The first thing I did was to transfer 30GB of photos from my PowerBook to the Drobo. I take a lot of pictures, and with RAW image files between 5 and 6 MB each, my library grows quickly. At 34 minutes to transfer all of my photos, it comes out to about a 15MB/second transfer rate. Not especially fast, but more than adequate for regular usage. Since I only transferred the &#8220;heavy&#8221; files once, I won&#8217;t need to do it again. I&#8217;ve been happy with the quick response time of browsing RAW images that are stored on the Drobo with Adobe Bridge. I don&#8217;t know if I&#8217;d normally use the Drobo as a &#8220;work-from&#8221; drive, but it&#8217;s great as storage that I can be confident in.</p>
<p>As of now, I attach the Drobo to my laptop when I need to access files on it. Perhaps in the future I&#8217;ll permanently setup my PowerBook as a file server sharing the Drobo across the network. The bottlenecks of USB and the network wouldn&#8217;t be pretty, but I could see it more than adequate for say, streaming video to a client computer attached to a HD TV.</p>
]]></content:encoded>
			<wfw:commentRss>http://amwhalen.com/archives/2008/09/02/drobo-the-data-storage-robot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Artwork and Schematics Circa 1996</title>
		<link>http://amwhalen.com/archives/2008/08/30/artwork-and-schematics-circa-1996</link>
		<comments>http://amwhalen.com/archives/2008/08/30/artwork-and-schematics-circa-1996#comments</comments>
		<pubDate>Sat, 30 Aug 2008 18:32:21 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[cat]]></category>
		<category><![CDATA[lava]]></category>
		<category><![CDATA[motorcycle]]></category>
		<category><![CDATA[obelisk]]></category>
		<category><![CDATA[scans]]></category>
		<category><![CDATA[schematics]]></category>
		<category><![CDATA[starwars]]></category>
		<category><![CDATA[vader]]></category>

		<guid isPermaLink="false">http://amwhalen.com/blog/?p=351</guid>
		<description><![CDATA[I was ridding my closet of useless junk and came upon a stack of papers, some of which were dated 1996. That would put me in the 6th or 7th grade. Darth Vader drawn with oil pastels. A &#8220;Life Support Suit&#8221; drawn in pencil. A motorcycle drawn in pencil. A &#8220;Lava Proof&#8221; building drawn in [...]]]></description>
				<content:encoded><![CDATA[<p>I was ridding my closet of useless junk and came upon a stack of papers, some of which were dated 1996. That would put me in the 6th or 7th grade.</p>
<ul class="photobox">
<li><a href="http://amwhalen.com/photos/d/12510-2/darth_vader.jpg" rel="lightbox[scans96]" title="Darth Vader drawn with oil pastels."><img src="http://amwhalen.com/photos/d/12508-1/darth_vader.jpg" alt="Darth Vader drawn with oil pastels." />Darth Vader drawn with oil pastels.</a></li>
<li><a href="http://amwhalen.com/photos/d/12520-2/life_support_suit.jpg" rel="lightbox[scans96]" title="A &#8220;Life Support Suit&#8221; drawn in pencil."><img src="http://amwhalen.com/photos/d/12518-1/life_support_suit.jpg" alt="A &#8220;Life Support Suit&#8221; drawn in pencil." />A &#8220;Life Support Suit&#8221; drawn in pencil.</a></li>
<li><a href="http://amwhalen.com/photos/d/12524-2/motorcycle.jpg" rel="lightbox[scans96]" title="A motorcycle drawn in pencil."><img src="http://amwhalen.com/photos/d/12523-1/motorcycle.jpg" alt="A motorcycle drawn in pencil." />A motorcycle drawn in pencil.</a></li>
<li><a href="http://amwhalen.com/photos/d/12515-2/lava_proof.jpg" rel="lightbox[scans96]" title="A &#8220;Lava Proof&#8221; building drawn in colored pencil."><img src="http://amwhalen.com/photos/d/12513-1/lava_proof.jpg" alt="A &#8220;Lava Proof&#8221; building drawn in colored pencil." />A &#8220;Lava Proof&#8221; building drawn in colored pencil.</a></li>
<li><a href="http://amwhalen.com/photos/d/12501-2/cat_window.jpg" rel="lightbox[scans96]" title="A cat in a window drawn with colored pencil."><img src="http://amwhalen.com/photos/d/12502-2/cat_window.jpg" alt="A cat in a window drawn with colored pencil." />A cat in a window drawn with colored pencil.</a></li>
</ul>
<p>Darth Vader&#8217;s not bad; it was probably drawn from a reference picture. I found the motorcycle on the inside of an old folder. The cat in the window was probably a drawing of Jasmine.</p>
<p>The &#8220;Life Support Suit&#8221; boasts a pretty impressive array of features:</p>
<ul>
<li>An oxygen pack</li>
<li>Fuel tanks for the rockets (to move in space?)</li>
<li>Batteries to power the electronics</li>
<li>Missiles</li>
<li>Life boat with a 200 mile radio</li>
<li>Hand-warming gloves</li>
<li>Super-lite snowboard that attaches to the back of the pack</li>
<li>Parachute</li>
<li>Arm Strap Monitor to control everything</li>
<li>Flashlight on the arm strap runs on its own batteries</li>
</ul>
<p>The &#8220;Lava Proof&#8221; obelisk-shaped building is amazing as well:</p>
<ul>
<li>2 (maybe 4) 50-foot pure titanium beams holding the building in the ground</li>
<li>Soft sand around the titanium beams, to allow the building to wobble rather than crumble in earthquakes</li>
<li>Heavily compacted dirt around the sand for strong support</li>
<li>Alternating concrete, titanium, and insulation shell</li>
<li>The titanium in the shell is apparently so lava doesn&#8217;t get inside</li>
<li>Each floor is concrete surrounding titanium</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://amwhalen.com/archives/2008/08/30/artwork-and-schematics-circa-1996/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon&#8217;s DRM-Free MP3s</title>
		<link>http://amwhalen.com/archives/2008/08/13/amazons-drm-free-mp3s</link>
		<comments>http://amwhalen.com/archives/2008/08/13/amazons-drm-free-mp3s#comments</comments>
		<pubDate>Wed, 13 Aug 2008 14:30:08 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[drm]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://amwhalen.com/blog/?p=245</guid>
		<description><![CDATA[I&#8217;ve fended it for a long time, but I&#8217;ve finally succumbed to the pay-for-MP3-downloads monster. Today I downloaded four songs and actually paid for them. This isn&#8217;t my first foray into downloading music online. I&#8217;ve been doing it for years by questionably legal means, but I&#8217;ve never actually paid for a downloaded song before. Well, [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve fended it for a long time, but I&#8217;ve finally succumbed to the pay-for-MP3-downloads monster. Today I downloaded four songs and actually <em>paid for them</em>. This isn&#8217;t my first foray into downloading music online. I&#8217;ve been doing it for years by questionably legal means, but I&#8217;ve never actually paid for a downloaded song before. Well, that&#8217;s not completely true, I did purchased the Nine Inch Nails album <cite>Ghosts I-IV</cite> March, but that was a whole 36 songs for $5, and it was in the lossless <acronym title="Free Lossless Audio Codec">FLAC</acronym> format. In the past I also downloaded Radiohead&#8217;s <cite>In Rainbows</cite> and most recently Nine Inch Nails&#8217; <cite>The Slip</cite> for free. That was OK because I was supporting bands that I both like and that are doing things to change the music industry for the better.</p>
<p>Amazon&#8217;s purchasing process was so easy that it&#8217;s scary. First, you download the Amazon MP3 download software which handles the downloads outside of the browser and also imports your downloads into iTunes automatically. Second, you find the song you want on Amazon&#8217;s site, and click &#8220;buy MP3&#8243; and you&#8217;ll be prompted by your browser to download or open a &#8220;.amz&#8221; file which you open with your Amazon downloading software. Depending on your connection, about 10 seconds later you&#8217;ll have a shiny new 256kbps <acronym title="Digital Right Management">DRM</acronym>-free MP3 of the song you wanted, and it&#8217;s available in iTunes right away!</p>
<p>Most songs are only 89 cents a pop, and albums are only $8.99. You can&#8217;t beat the price, and since I only rip CDs to my computer as soon as I get them and then quickly relegate them to storage, it&#8217;s about time for something this simple. This is a great way to buy songs one at a time, but <a href="http://amwhalen.com/blog/archives/2005/06/08/are-cds-obsolete-for-music">like I&#8217;ve said before</a>, I probably won&#8217;t stop buying CDs or complete albums altogether.</p>
]]></content:encoded>
			<wfw:commentRss>http://amwhalen.com/archives/2008/08/13/amazons-drm-free-mp3s/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brought to You by DreamHost</title>
		<link>http://amwhalen.com/archives/2008/07/01/brought-to-you-by-dreamhost</link>
		<comments>http://amwhalen.com/archives/2008/07/01/brought-to-you-by-dreamhost#comments</comments>
		<pubDate>Wed, 02 Jul 2008 03:00:00 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[cyclopress]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[webdevelopment]]></category>

		<guid isPermaLink="false">http://amwhalen.com/blog/?p=218</guid>
		<description><![CDATA[First off, amwhalen.com is no longer brought to you by an old PC running Ubuntu from my room. I&#8217;ve upgraded to hosting with DreamHost, and things couldn&#8217;t be better. They offer so much bandwidth, disk space and features that it really wasn&#8217;t much of a decision to switch. Rather than maintaining my own hardware, I [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://amwhalen.com/blog/wp-content/uploads/2008/07/logo.png" alt="The DreamHost Logo" title="DreamHost Logo" width="156" height="33" class="right size-full wp-image-219" />First off, amwhalen.com is no longer brought to you by an old PC running Ubuntu from my room. I&#8217;ve upgraded to hosting with <a href="http://www.dreamhost.com/r.cgi?372789">DreamHost</a>, and things couldn&#8217;t be better. They offer so much bandwidth, disk space and features that it really wasn&#8217;t much of a decision to switch. Rather than maintaining my own hardware, I can focus on maintaining the content and code, which is really what&#8217;s the most fun. Some things I really like that they offer:</p>
<ul>
<li>500 GB Storage <small>(increases weekly by 2 GB)</small></li>
<li>5 TB Bandwidth <small>(increases weekly by 40 GB)</small></li>
<li>Unlimited MySQL 5 Databases</li>
<li>Unlimited Domains and Subdomains</li>
<li>PHP 5, Ruby on Rails, Subversion</li>
</ul>
<p>As part of the migration process, I needed to modify the Cycling WordPress plugin I created to track my cycling stats. On the old server the data was coming from a PostgreSQL database. Unfortunately, DreamHost doesn&#8217;t offer PostgreSQL databases, even though they&#8217;re really cool. So, I had to create a whole new plugin from the ground up that uses MySQL, which is what WordPress requires and uses to store its data. I call it <a href="http://amwhalen.com/blog/projects/cyclopress/">CycloPress</a>, and I&#8217;ve added it to the <a href="http://wordpress.org/extend/plugins/cyclopress/">WordPress Plugin Directory</a>. It&#8217;s very cool, and I&#8217;m using it here now. On a side note, the Subversion hosting WordPress offers for plugin creators is very nice as well.</p>
<p>You&#8217;ll also notice I&#8217;ve added my <a href="http://twitter.com/awhalen/">Twitter feed</a> to the sidebar. I&#8217;m using a plugin called <a href="http://wordpress.org/extend/plugins/simpletwitter/">SimpleTwitter</a>, which is just as simple as its name suggests. I type in my username, an expiration time in minutes, add a PHP tag to my sidebar, and it all works.</p>
]]></content:encoded>
			<wfw:commentRss>http://amwhalen.com/archives/2008/07/01/brought-to-you-by-dreamhost/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
