<?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>Myrtle Street Labs &#187; hall of awesome</title>
	<atom:link href="http://labs.myrtlestreet.org/category/hall-of-awesome/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.myrtlestreet.org</link>
	<description>experiments in technology and culture</description>
	<lastBuildDate>Mon, 12 Oct 2009 19:18:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel="next" href="http://labs.myrtlestreet.org/category/hall-of-awesome/feed/?page=2" />

		<item>
		<title>hall of awesome inductee: Hopworks Party Bike</title>
		<link>http://labs.myrtlestreet.org/2009/09/17/hall-of-awesome-inductee-hopworks-party-bike/</link>
		<comments>http://labs.myrtlestreet.org/2009/09/17/hall-of-awesome-inductee-hopworks-party-bike/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 05:47:12 +0000</pubDate>
		<dc:creator>sstave</dc:creator>
				<category><![CDATA[hall of awesome]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[bicycle]]></category>
		<category><![CDATA[party]]></category>
		<category><![CDATA[portland]]></category>

		<guid isPermaLink="false">http://labs.myrtlestreet.org/?p=775</guid>
		<description><![CDATA[The Hopworksfiets is a custom built bicycle bar.  This cargo bike has it all: space for 2 kegs, inlaid wood bar, sound system and a rack to hold a stack of pizzas.  It was custom built by Metrofiets (makers of cargo bikes) for Hopworks Urban Brewing, both in Portland, Oregon.  This thing is a real [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_776" class="wp-caption alignleft" style="width: 310px"><a href="http://www.flickr.com/photos/ellyblue/3923888221/"><img class="size-medium wp-image-776" title="Hopworksfiets" src="http://labs.myrtlestreet.org/wp-content/uploads/2009/09/Hopworksfiets-300x199.jpg" alt="Phillip and his creation: the roving party." width="300" height="199" /></a><p class="wp-caption-text">Phillip and his creation: the roving party.</p></div>
<p>The Hopworksfiets is a custom built bicycle bar.  This cargo bike has it all: space for 2 kegs, inlaid wood bar, sound system and a rack to hold a stack of pizzas.  It was custom built by <a href="http://www.metrofiets.com/">Metrofiets</a> (makers of cargo bikes) for <a href="http://hopworksbeer.com/">Hopworks Urban Brewing</a>, both in Portland, Oregon.  This thing is a real beauty, and a clear shoo-in for the Hall of Awesome.  Read the whole scoop on <a href="http://bikeportland.org/2009/09/15/introducing-the-hopworksfiets-beer-pizza-music-and-true-portland-spirit-all-on-one-bike/ ">BikePortland.org</a>.</p>
<p>I do wonder how stable it is with the weight of two kegs on a two wheeled bike, but Metrofiets seems to know what they&#8217;re doing.  Regardless, I would love to cruise around Oakland on this thing.</p>
<p>(Hat tip to my friend Bill Richardson for pointing this out to me.)</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.myrtlestreet.org/2009/09/17/hall-of-awesome-inductee-hopworks-party-bike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hall of Awesome Inductee: The Lua Programming Language</title>
		<link>http://labs.myrtlestreet.org/2009/08/10/hall-of-awesome-inductee-the-lua-programming-language/</link>
		<comments>http://labs.myrtlestreet.org/2009/08/10/hall-of-awesome-inductee-the-lua-programming-language/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 15:00:48 +0000</pubDate>
		<dc:creator>John Blair</dc:creator>
				<category><![CDATA[hall of awesome]]></category>
		<category><![CDATA[*nix]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://labs.myrtlestreet.org/?p=182</guid>
		<description><![CDATA[This is the first post in what will be an intermittent, but ongoing series called &#8220;The Hall of Awesome.&#8221;  I plan to use this space to honor people and things which I think are particularly excellent.
The first inductee is the Lua programing language.  Lua is a lightweight, fast, powerful scripting language designed to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lua.org"><img class="alignleft size-full wp-image-527" title="lua" src="http://labs.myrtlestreet.org/wp-content/uploads/2009/08/lua.gif" alt="lua" width="256" height="255" /></a>This is the first post in what will be an intermittent, but ongoing series called &#8220;The Hall of Awesome.&#8221;  I plan to use this space to honor people and things which I think are particularly excellent.</p>
<p>The first inductee is the <a href="http://www.lua.org">Lua</a> programing language.  Lua is a lightweight, fast, powerful scripting language designed to be embedded into other applications, though it stands on it&#8217;s own as a scripting language quite well.  It has a procedural syntax that is easy to learn, and uses associative arrays to enable the construction of complex data structues. While the language is not fundamentally object oriented, a clever system of extensible semantics provides the tools necessary to construct first class objects.</p>
<p>The runtime is written using only features available in ANSI C, so it&#8217;s possible to port Lua to virtually any hardware environment, from the desktop os of your choice all the way down to resource constrained microcontrollers.</p>
<p>All of that is fine, and any number of scripting languages will provide these features.  However, Lua implements all of this in a runtime just a hair larger than 100K.  This is the main reason I like Lua.  It provides a powerful programming environment in a tiny, efficient runtime that is easy to cram into small machines, like the one I target with my software.</p>
<p>At my day job I write software used to monitor energy production from solar power systems.  I chose Lua to implement many of the features in our system due to the small size of the interpreter.  There was no other language any where near as powerful that could fit in as tiny a space.  The result is that I spend less of my time debugging C, and more time getting my job done.</p>
<p>You can learn more about Lua and help support the development team by buying <a href="http://astore.amazon.com/lua-store-20/detail/8590379825">Programming in Lua</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://labs.myrtlestreet.org/2009/08/10/hall-of-awesome-inductee-the-lua-programming-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
