<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Hack a Day &#187; runtime</title>
	<atom:link href="http://hackaday.com/tag/runtime/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:45:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hackaday.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Hack a Day &#187; runtime</title>
		<link>http://hackaday.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
	<atom:link rel='hub' href='http://hackaday.com/?pushpress=hub'/>
		<item>
		<title>Getting the lead out of the Arduino runtime</title>
		<link>http://hackaday.com/2011/10/01/getting-the-lead-out-of-the-arduino-runtime/</link>
		<comments>http://hackaday.com/2011/10/01/getting-the-lead-out-of-the-arduino-runtime/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 22:14:16 +0000</pubDate>
		<dc:creator>Mike Nathan</dc:creator>
				<category><![CDATA[arduino hacks]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[runtime]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=57335</guid>
		<description><![CDATA[Ah, the Arduino. Love it or hate it, there’s no denying that part of its accessibility comes at the expense of speed and efficiency. We honestly like the platform as well as all of the others out there, because we believe that everything has its proper place and purpose. The crew over at Make, Hack, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=57335&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-57336" title="mhvlib_arduino_efficiency_runtime" src="http://hackadaycom.files.wordpress.com/2011/10/mhvlib_arduino_efficiency_runtime.jpg" alt="mhvlib_arduino_efficiency_runtime" width="470" height="355" /></p>
<p>Ah, the Arduino.</p>
<p>Love it or hate it, there’s no denying that part of its accessibility comes at the expense of speed and efficiency. We honestly like the platform as well as all of the others out there, because we believe that everything has its proper place and purpose. The crew over at Make, Hack, Void think that the Arduino dev boards are well and good, but that the <a href="http://www.makehackvoid.com/project/MHVLib" target="_blank">core of the Arduino runtime could use some improvement.</a></p>
<p>They have taken it upon themselves to dig deep into the code and make some of the improvements that many advanced Arduino users have been clamoring for. Their MHVLib is an efficiency oriented runtime library which works on all AVR microcontrollers, whether they be standalone uCs or Arduino-branded hardware.</p>
<p>They have changed the way that the Arduino handles pin and port information, as well as how object and buffers are allocated in memory. Their code still relies on an Arduino-style bootloader, though they recommend <a href="http://code.google.com/p/optiboot/" target="_blank">Optiboot</a> since it’s about a quarter of the size of the Arduino version.</p>
<p>There’s a complete list of what has been implemented available on their site, and you can grab the code via <a href="http://git.makehackvoid.com/mhvlib.git" target="_blank">their GIT repository</a> if you want to give it a try yourself.</p>
<br />Filed under: <a href='http://hackaday.com/category/arduino-hacks/'>arduino hacks</a>, <a href='http://hackaday.com/category/microcontrollers/'>Microcontrollers</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/57335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/57335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/57335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/57335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/57335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/57335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/57335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/57335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/57335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/57335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/57335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/57335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/57335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/57335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=57335&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/10/01/getting-the-lead-out-of-the-arduino-runtime/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">mikenathanathackaday</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2011/10/mhvlib_arduino_efficiency_runtime.jpg" medium="image">
			<media:title type="html">mhvlib_arduino_efficiency_runtime</media:title>
		</media:content>
	</item>
		<item>
		<title>Adobe Air&#8217;s most install-worthy apps</title>
		<link>http://hackaday.com/2008/06/18/adobe-airs-most-install-worthy-apps/</link>
		<comments>http://hackaday.com/2008/06/18/adobe-airs-most-install-worthy-apps/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 04:15:00 +0000</pubDate>
		<dc:creator>Juan Aguilar</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[adobeair]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[rias]]></category>
		<category><![CDATA[richinternetapplicat...]]></category>
		<category><![CDATA[runtime]]></category>
		<category><![CDATA[snackr]]></category>
		<category><![CDATA[twhirl]]></category>

		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/06/18/adobe-airs-most-install-worthy-apps/</guid>
		<description><![CDATA[Lifehacker has listed the top 10 apps that make installing AIR worth your time and effort. Among them are social networking widgets, RSS readers, and other utilities. As you may know, AIR is a set of cross-platform runtimes that allow developers to create rich internet apps that work on various different operating systems. The runtime [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2042&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img width="450" vspace="4" hspace="4" height="221" border="0" src="http://hackadaycom.files.wordpress.com/2008/06/had-air-apps.jpg?w=450&#038;h=221" alt="" /><br />Lifehacker has listed the <a href="http://lifehacker.com/396393/top-10-apps-worth-installing-adobe-air-for">top 10 apps that make installing AIR worth your time and effort</a>. Among them are social networking widgets, RSS readers, and other utilities. As you may know, <a href="http://get.adobe.com/air/">AIR is a set of cross-platform runtimes</a> that allow developers to create rich internet apps that work on various different operating systems. The runtime environment is just as straightforward to install as any other ( JRE, for example).</p>
<p><a href="http://snackr.net/">Snackr</a> and <a href="http://www.twhirl.org/">Twhirl</a>, are both staples here at Hack a Day HQ for tracking news. We&#8217;ve also heard good things about Google Analytics Report Suite, which can be really useful for tracking site traffic. Still, we&#8217;re inclined to think that our audience could write software that&#8217;s at least as creative or useful. If you think you&#8217;re up to it, <a href="http://www.adobe.com/products/air/tools/sdk/">download the Adobe AIR SDK </a>and get crackin&#8217;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/2042/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/2042/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/2042/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/2042/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/2042/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/2042/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/2042/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/2042/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/2042/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/2042/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/2042/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/2042/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/2042/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/2042/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/2042/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/2042/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2042&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/06/18/adobe-airs-most-install-worthy-apps/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">juanaguilar</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/06/had-air-apps.jpg" medium="image" />
	</item>
	</channel>
</rss>
