<?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>Jesse Peterson &#187; 4-hour workweek</title>
	<atom:link href="http://www.jpeterson.com/tag/4-hour-workweek/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jpeterson.com</link>
	<description>Personal ramblings of a computer geek in Iowa</description>
	<lastBuildDate>Thu, 26 Jan 2012 04:16:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Amazon SimpleDB announced</title>
		<link>http://www.jpeterson.com/2007/12/15/amazon-simpledb-announced/</link>
		<comments>http://www.jpeterson.com/2007/12/15/amazon-simpledb-announced/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 05:31:25 +0000</pubDate>
		<dc:creator>cubeinhabitant</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[4-hour workweek]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[simpledb]]></category>

		<guid isPermaLink="false">http://www.jpeterson.com/2007/12/15/amazon-simpledb-announced/</guid>
		<description><![CDATA[Amazon announced on Thursday (12/13/2007) this week a new service: Amazon SimpleDB. SimpleDB is a new part of the Amazon Web Service (AWS) offerings. This hosted application provides, as its name suggests, a simple database. It isn&#8217;t a relational database. It instead stores attributes-value pairs. The data values are indexed. SimpleDB has a special query [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon announced on Thursday (12/13/2007) this week a new service: Amazon <a href="http://www.amazon.com/b/ref=sc_fe_c_1_3435361_1?ie=UTF8&amp;node=342335011&amp;no=3435361&amp;me=A36L942TSJ2AJA">SimpleDB</a>. SimpleDB is a new part of the <a href="http://www.amazon.com/AWS-home-page-Money/b/ref=sc_fe_l_1?ie=UTF8&amp;node=3435361&amp;no=3435361&amp;me=A36L942TSJ2AJA">Amazon Web Service</a> (<abbr title="Amazon Web Service">AWS</abbr>) offerings. This hosted application provides, as its name suggests, a simple database. It isn&#8217;t a relational database. It instead stores attributes-value pairs. The data values are indexed. SimpleDB has a special query language that lets you efficiently query the attribute values. SimpleDB joins the Amazon Elastic Compute Cloud (<abbr title="Elastic Compute Cloud">EC2</abbr>) and Amazon Simple Storage Service (<abbr title="Simple Storage Service">S3</abbr>). Like these other services, SimpleDB is priced on how much you use it: so much to put items into SimpleDB, so much to read items out of SimpleDB, so much for the time to execute a query, etc.</p>
<p>One of the recommended practices of SimpleDB is to store the metadata in SimpleDB and the large data in S3. For instance, you could upload your <a href="http://flac.sourceforge.net/">FLAC</a> encoded music library to S3. Each audio file has metadata, like an artist, album, title, track, genre, year, etc. This metadata could be entered as items within SimpleDB. Each item would also include a URL to the actual FLAC audio file stored in S3. You could then run queries against SimpleDB to find different music that matches your criteria. For instance, find all items where the &#8220;artist&#8221; is &#8220;<a href="http://www.nerfherder.net/">Nerf Herder</a>&#8220;. This would return all items, which would include the URL to the audio file, from your music collection that were performed by Nerf Herder. You could then have you audio player on your laptop play the audio, retrieving it from S3. This would allow you to access your music from anywhere and have it stored in a highly reliable system in case your CD was scratched.</p>
<p>I think that this could be a really neat system. Though, it does remind me more and more of the &#8220;old&#8221; mainframe systems. (Okay. I am really not that old. At <a href="http://www.pearson.com/">Pearson</a> where I currently work, they still use a mainframe.) I have been interested in S3 for some time, like my littles3 implementation, so I will probably keep my eye out for interesting uses of SimpleDB. I also wonder what Google will do to have something like this. I have heard rumors about Google&#8217;s &#8220;GDrive&#8221; for over a year now.</p>
<p>Now if I can only find some reason to justify using SimpleDB once it is available. (It is in limited beta right now.) <img src='http://www.jpeterson.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>(Oh! My little example of &#8220;outsourcing&#8221; the storage of your music catalog from above could also be related to the book that I am currently reading, &#8220;<a href="http://www.amazon.com/gp/product/0307353133?ie=UTF8&amp;tag=jpetersoncom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0307353133">The 4-Hour Workweek: Escape 9-5, Live Anywhere, and Join the New Rich</a><img src="http://www.assoc-amazon.com/e/ir?t=jpetersoncom-20&amp;l=as2&amp;o=1&amp;a=0307353133" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" />&#8220;.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jpeterson.com/2007/12/15/amazon-simpledb-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bruce Lee could be an agile developer</title>
		<link>http://www.jpeterson.com/2007/12/14/bruce-lee-could-be-an-agile-developer/</link>
		<comments>http://www.jpeterson.com/2007/12/14/bruce-lee-could-be-an-agile-developer/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 23:27:31 +0000</pubDate>
		<dc:creator>cubeinhabitant</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[4-hour workweek]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[bruce lee]]></category>
		<category><![CDATA[quote]]></category>

		<guid isPermaLink="false">http://www.jpeterson.com/2007/12/14/bruce-lee-could-be-an-agile-developer/</guid>
		<description><![CDATA[So I am reading &#8220;The 4-Hour Workweek: Escape 9-5, Live Anywhere, and Join the New Rich&#8220;. (It seems to be pretty popular in the blog-o-sphere lately.) In the book, which is filled with quotes from famous people, I found this one by Bruce Lee.
&#8220;One does not accumulate but eliminate. It is not daily increase by [...]]]></description>
			<content:encoded><![CDATA[<p>So I am reading &#8220;<a href="http://www.amazon.com/gp/product/0307353133?ie=UTF8&amp;tag=jpetersoncom-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0307353133">The 4-Hour Workweek: Escape 9-5, Live Anywhere, and Join the New Rich</a><img src="http://www.assoc-amazon.com/e/ir?t=jpetersoncom-20&amp;l=as2&amp;o=1&amp;a=0307353133" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" />&#8220;. (It seems to be pretty popular in the blog-o-sphere lately.) In the book, which is filled with quotes from famous people, I found <a href="http://www.fightingmaster.com/masters/brucelee/quotes.htm#On%20simplicity">this one</a> by <a href="http://en.wikipedia.org/wiki/Bruce_Lee">Bruce Lee</a>.</p>
<blockquote><p>&#8220;One does not accumulate but eliminate. It is not daily increase by daily decrease. The height of cultivation always runs to simplicity.&#8221;</p></blockquote>
<p>I thought that this sounded very agile development-ish. (And he would be a good <a href="http://www.gimp.org/">GIMP</a> plug-in developer. GIMP is scripted with something called <a href="http://en.wikipedia.org/wiki/Script-Fu">Script-Fu</a>.) This is also very &#8220;<a href="http://gettingreal.37signals.com/">Getting Real</a>&#8220;-ish, popularized by <a href="http://www.37signals.com/">37signals</a>.</p>
<p>&#8230;just a random thought.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jpeterson.com/2007/12/14/bruce-lee-could-be-an-agile-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

