<?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; data</title>
	<atom:link href="http://hackaday.com/tag/data/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 06:18:04 +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; data</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>Library makes Arduino to Arduino serial communications dead simple</title>
		<link>http://hackaday.com/2011/05/31/library-makes-arduino-to-arduino-serial-communications-dead-simple/</link>
		<comments>http://hackaday.com/2011/05/31/library-makes-arduino-to-arduino-serial-communications-dead-simple/#comments</comments>
		<pubDate>Tue, 31 May 2011 20:01:11 +0000</pubDate>
		<dc:creator>Mike Nathan</dc:creator>
				<category><![CDATA[arduino hacks]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[packets]]></category>
		<category><![CDATA[serial]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=44197</guid>
		<description><![CDATA[When [Bill Porter] works on a project, he says that he typically writes his own NMEA standard communications protocols to fit the job at hand. While it makes things easy to troubleshoot, he admits that his custom protocols are wasteful of both processor time and bandwidth. Binary communications on the other hand are more efficient, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=44197&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-44199" title="easytransfer_serial_arduino_communications_library" src="http://hackadaycom.files.wordpress.com/2011/05/easytransfer_serial_arduino_communications_library.jpg" alt="easytransfer_serial_arduino_communications_library" width="470" height="192" /></p>
<p>When [Bill Porter] works on a project, he says that he typically writes his own NMEA standard communications protocols to fit the job at hand. While it makes things easy to troubleshoot, he admits that his custom protocols are wasteful of both processor time and bandwidth. Binary communications on the other hand are more efficient, but a bit trickier to manage.</p>
<p>To make things easy for the common user, <a href="http://www.billporter.info/easytransfer-arduino-library/" target="_blank">he wrote a library called EasyTransfer</a> which abstracts packetized serial communications between two Arduino boards. The process is pretty simple &#8211; all one has to do is define a data structure on both Arduino boards so that they know what sort of data is coming over the wire, and EasyTransfer handles the rest. This allows users to worry less about communications protocols or transmission errors, and focus on their projects instead.</p>
<p>If you’re working on a project and searching for an easy way to get a pair of Arduinos talking, swing by his site and grab the library. It doesn’t get much easier.</p>
<br />Filed under: <a href='http://hackaday.com/category/arduino-hacks/'>arduino hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/44197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/44197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/44197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/44197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/44197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/44197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/44197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/44197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/44197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/44197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/44197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/44197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/44197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/44197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=44197&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/05/31/library-makes-arduino-to-arduino-serial-communications-dead-simple/feed/</wfw:commentRss>
		<slash:comments>7</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/05/easytransfer_serial_arduino_communications_library.jpg" medium="image">
			<media:title type="html">easytransfer_serial_arduino_communications_library</media:title>
		</media:content>
	</item>
		<item>
		<title>Data scraping and visualization with Python</title>
		<link>http://hackaday.com/2011/04/27/data-scraping-and-visualization-with-python/</link>
		<comments>http://hackaday.com/2011/04/27/data-scraping-and-visualization-with-python/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 20:30:00 +0000</pubDate>
		<dc:creator>Mike Nathan</dc:creator>
				<category><![CDATA[arduino hacks]]></category>
		<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[netuino]]></category>
		<category><![CDATA[pachube]]></category>
		<category><![CDATA[serial]]></category>
		<category><![CDATA[server monitoring]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=41618</guid>
		<description><![CDATA[[Greg] built himself a small indicator dial with his laser cutter, and wanted to use it for visualizing server performance and load information. Before he started using it for server monitoring however, he thought he should test out his data parsing skills on a simpler data set. Pachube has a wealth of information that can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=41618&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-41619" title="arduino_dial" src="http://hackadaycom.files.wordpress.com/2011/04/arduino_dial.jpg" alt="arduino_dial" width="470" height="353" /></p>
<p>[Greg] <a href="http://gadgetlabs.tumblr.com/post/4832211954/using-python-and-an-arduino-to-get-data-from-pachube" target="_blank">built himself a small indicator dial with his laser cutter</a>, and wanted to use it for visualizing server performance and load information. Before he started using it for server monitoring however, he thought he should test out his data parsing skills on a simpler data set.</p>
<p>Pachube has a wealth of information that can be freely used for whatever project you might have in mind, so [Greg] started looking around for something interesting to track. Eventually he located the data feed for a tanker ship and wired his dial to display the ship’s speed. He uses a Python script to interface with the Pachube API, which is fed to his Netduino board. A servo motor then changes the position of the dial based on the feed&#8217;s data. Since large tankers don’t change speed often, the experiment was a bit of a letdown. He searched for a bit and tuned into another feed that tracked wind speed in New Zealand, getting much better results.</p>
<p>His future plans include hooking it directly to his network and eventually using it to monitor his servers&#8230;at least once the novelty of tracking random data feeds wears off.</p>
<p>All of his code is available on GitHub, and he is happy to make a gauge for anyone who is interested, though he doesn’t currently list a price.</p>
<br />Filed under: <a href='http://hackaday.com/category/arduino-hacks/'>arduino hacks</a>, <a href='http://hackaday.com/category/misc-hacks/'>misc hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/41618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/41618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/41618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/41618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/41618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/41618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/41618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/41618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/41618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/41618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/41618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/41618/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/41618/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/41618/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=41618&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2011/04/27/data-scraping-and-visualization-with-python/feed/</wfw:commentRss>
		<slash:comments>8</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/04/arduino_dial.jpg" medium="image">
			<media:title type="html">arduino_dial</media:title>
		</media:content>
	</item>
		<item>
		<title>Data plotting for the visually impaired</title>
		<link>http://hackaday.com/2010/10/18/data-plotting-for-the-visually-impaired/</link>
		<comments>http://hackaday.com/2010/10/18/data-plotting-for-the-visually-impaired/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 18:00:41 +0000</pubDate>
		<dc:creator>Mike Szczys</dc:creator>
				<category><![CDATA[multitouch hacks]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[plot]]></category>
		<category><![CDATA[visually impaired]]></category>
		<category><![CDATA[zigbee]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=29431</guid>
		<description><![CDATA[This setup helps to represent data in a meaningful way to for visually impaired people. It uses a combination of physical objects to represent data clusters, and audio feedback when manipulating those objects. In the video after the break you&#8217;ll see that the cubes can orient themselves to represent data clusters. The table top acts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=29431&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-29432" title="visually-impaired-scatterplots.jpg" src="http://hackadaycom.files.wordpress.com/2010/10/visually-impaired-scatterplots-jpg.jpeg" alt="" width="470" height="298" /></p>
<p>This setup helps to represent data in a meaningful way to for visually impaired people. It uses a combination of physical objects to represent data clusters, and audio feedback when manipulating those objects. In the video after the break you&#8217;ll see that the cubes can orient themselves to represent data clusters. The table top acts as a graphing field, with a textured border as a reference for the user. A camera mounted below the clear surface allows image processing software to calculate the locations for the cubes. Each cube is motorized and contains an Arduino and ZigBee module, listening for positioning information from the computer that is doing the video processing. Once in position, the user can move the cubes, with modulated noise as a measure of how near they are to the heart of each data cluster.</p>
<p>The team plans to conduct further study on the usefulness of this interactive data object. We certainly see potential for hacking as this uses off-the-shelf components that are both inexpensive, and easy to find. It certainly reminds us of <a href="http://hackaday.com/2010/07/11/chess-table-physical-interface-for-internet-games/">a multitouch display with added physical tokens</a>.</p>
<p><span id="more-29431"></span><span style="text-align:center; display: block;"><a href="http://hackaday.com/2010/10/18/data-plotting-for-the-visually-impaired/"><img src="http://img.youtube.com/vi/ibnz3poa9RU/2.jpg" alt="" /></a></span></p>
<p>[Thanks UrsusExplorans]</p>
<br />Filed under: <a href='http://hackaday.com/category/multitouch-hacks/'>multitouch hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/29431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/29431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/29431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/29431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/29431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/29431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/29431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/29431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/29431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/29431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/29431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/29431/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/29431/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/29431/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=29431&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/10/18/data-plotting-for-the-visually-impaired/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Mike Szczys</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/10/visually-impaired-scatterplots-jpg.jpeg" medium="image">
			<media:title type="html">visually-impaired-scatterplots.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Easy data input for LabVIEW</title>
		<link>http://hackaday.com/2010/06/02/easy-data-input-for-labview/</link>
		<comments>http://hackaday.com/2010/06/02/easy-data-input-for-labview/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 20:00:49 +0000</pubDate>
		<dc:creator>Jakob Griffith</dc:creator>
				<category><![CDATA[arduino hacks]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[labview]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[national instruments]]></category>
		<category><![CDATA[potentiometer]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=24681</guid>
		<description><![CDATA[Props go to [Michael Nash] for establishing an interface between National Instrument&#8217;s labVIEW and an Arduino (an example video using a potentiometer is above). Personally, from the one time we were forced to use labVIEW, we hated every second of it. One reason it&#8217;s so terrible, is the Data Acquisition Modules cost well into the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24681&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://hackaday.com/2010/06/02/easy-data-input-for-labview/"><img src="http://img.youtube.com/vi/9cKBdn4uHyY/2.jpg" alt="" /></a></span>
<p>Props go to [Michael Nash] for <a href="http://web.me.com/iklln6/automation/LabVIEW.html">establishing an interface</a> between <a href="http://www.ni.com/labview/whatis/">National Instrument&#8217;s labVIEW</a> and an Arduino (an example video using a potentiometer is above). Personally, from the one <a href="http://hackaday.com/2010/03/30/the-first-robotics-competition/#more-22835">time we were forced</a> to use labVIEW, we hated every second of it.</p>
<p>One reason it&#8217;s so terrible, is the <a href="http://www.ni.com/dataacquisition/">Data Acquisition Modules</a> cost well into the hundreds of dollars, yet the documentation and help resources are very scarce. By using an Arduino instead of the modules, the price and difficulty decrease a considerable amount. Which begs the question why has it taken so long to get a decent (and so simple) of a setup working?</p>
<br />Filed under: <a href='http://hackaday.com/category/arduino-hacks/'>arduino hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/24681/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/24681/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/24681/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/24681/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/24681/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/24681/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/24681/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/24681/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/24681/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/24681/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/24681/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/24681/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/24681/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/24681/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24681&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/06/02/easy-data-input-for-labview/feed/</wfw:commentRss>
		<slash:comments>62</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jakob Griffith</media:title>
		</media:content>
	</item>
		<item>
		<title>Keyboard input for PlayStation</title>
		<link>http://hackaday.com/2010/05/20/keyboard-input-for-playstation/</link>
		<comments>http://hackaday.com/2010/05/20/keyboard-input-for-playstation/#comments</comments>
		<pubDate>Thu, 20 May 2010 13:47:53 +0000</pubDate>
		<dc:creator>Jakob Griffith</dc:creator>
				<category><![CDATA[peripherals hacks]]></category>
		<category><![CDATA[playstation hacks]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[entry]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[kupid]]></category>
		<category><![CDATA[PICAXE]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[ps1]]></category>
		<category><![CDATA[ps2]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[thutmose]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=24192</guid>
		<description><![CDATA[Anyone who has tried their hand at RPG Maker 1 (or any text input with a controller) knows how difficult it can be typing long paragraphs into the console. [Thutmose] is here to save the day with Kupid 1.0 (2.0 in production). A PICAXE takes ps/2 keyboard input and converts it to a series of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24192&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-24193" title="Nothing to see here today, move along." src="http://hackadaycom.files.wordpress.com/2010/05/final-circuit-small.jpg" alt="" width="470" height="338" /></p>
<p>Anyone who has tried their hand at RPG Maker 1 (or any text input with a controller) knows how difficult it can be typing long paragraphs into the console. [Thutmose] is here to save the day with <a href="http://thutmosesworkshop.com/blog/?page_id=196">Kupid 1.0</a> (2.0 in production). A PICAXE takes ps/2 keyboard input and converts it to a series of d-pad button presses for PS1 and PS2 controllers, providing <a href="http://www.ustream.tv/channel/kupid-testing">quick data entry</a> compared to the previously monotonous task.</p>
<p>We&#8217;re happy to learn that the <a href="http://thutmosesworkshop.com/blog/?page_id=270">source code and hardware</a> is released, meaning it has the potential to be easily adapted to any controller/console.</p>
<br />Filed under: <a href='http://hackaday.com/category/peripherals-hacks/'>peripherals hacks</a>, <a href='http://hackaday.com/category/playstation-hacks/'>playstation hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/24192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/24192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/24192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/24192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/24192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/24192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/24192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/24192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/24192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/24192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/24192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/24192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/24192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/24192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=24192&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/05/20/keyboard-input-for-playstation/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jakob Griffith</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/05/final-circuit-small.jpg" medium="image">
			<media:title type="html">Nothing to see here today, move along.</media:title>
		</media:content>
	</item>
		<item>
		<title>1-Wire LAN with an LCD</title>
		<link>http://hackaday.com/2010/03/23/1-wire-lan-with-an-lcd/</link>
		<comments>http://hackaday.com/2010/03/23/1-wire-lan-with-an-lcd/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 13:10:36 +0000</pubDate>
		<dc:creator>Jakob Griffith</dc:creator>
				<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[peripherals hacks]]></category>
		<category><![CDATA[1-wire]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[fonera]]></category>
		<category><![CDATA[hub]]></category>
		<category><![CDATA[hvac]]></category>
		<category><![CDATA[ibutton]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[microlan]]></category>
		<category><![CDATA[OWFS]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=22652</guid>
		<description><![CDATA[[Viktor], one of our favorite avid hackers, has been playing around with 1-wire systems all this month. What started out as a MicroLAN Fonera has turned into an iButton interface, to a 1-wire powered hub, and finally a 1-wire character driven LCD. Anyone looking at 1-wire systems or OWFS could surely benefit from his testing. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=22652&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-22653" title="lcdbrd" src="http://hackadaycom.files.wordpress.com/2010/03/lcdbrd.jpg" alt="" width="470" height="268" /></p>
<p>[Viktor], one of our favorite avid hackers, has been playing around with 1-wire systems all this month. What started out as a <a href="http://www.karosium.com/2010/03/fonera-1-wire-microlan-extension.html">MicroLAN Fonera</a> has turned into an <a href="http://hackaday.com/2009/07/09/hacking-an-ibutton/">iButton interface</a>, to a 1-wire <a href="http://www.karosium.com/2010/03/fonera-1-wire-continued-hub.html">powered hub</a>, and finally a 1-wire <a href="http://www.karosium.com/2010/03/fonera-1-wire-continued-display.html">character driven LCD</a>. Anyone looking at 1-wire systems or OWFS could surely benefit from his testing.</p>
<p>However, if you still haven&#8217;t gotten your fill of 1-wire goodness, let us remind you of the 1-wire <a href="http://hackaday.com/2009/07/29/1-wire-hvac-monitoring-system/">HVAC</a> and <a href="http://hackaday.com/2009/12/02/ipv6-to-1-wire-protocol-translator/">IPv6 to 1-wire protocol translator</a>.</p>
<p>[Thanks Juan]</p>
<br />Filed under: <a href='http://hackaday.com/category/misc-hacks/'>misc hacks</a>, <a href='http://hackaday.com/category/peripherals-hacks/'>peripherals hacks</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/22652/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/22652/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/22652/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/22652/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/22652/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/22652/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/22652/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/22652/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/22652/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/22652/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/22652/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/22652/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/22652/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/22652/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=22652&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2010/03/23/1-wire-lan-with-an-lcd/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jakob Griffith</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2010/03/lcdbrd.jpg" medium="image">
			<media:title type="html">lcdbrd</media:title>
		</media:content>
	</item>
		<item>
		<title>Homing pigeon email</title>
		<link>http://hackaday.com/2009/09/12/homing-pigeon-email/</link>
		<comments>http://hackaday.com/2009/09/12/homing-pigeon-email/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 14:01:37 +0000</pubDate>
		<dc:creator>Jacob Woj</dc:creator>
				<category><![CDATA[downloads hacks]]></category>
		<category><![CDATA[lifehacks]]></category>
		<category><![CDATA[africa]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[courier]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[delivery]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[pigeon]]></category>
		<category><![CDATA[transfer]]></category>

		<guid isPermaLink="false">http://hackaday.com/?p=15259</guid>
		<description><![CDATA[Yes, you read that correctly: electronic mail carried by birds. [Ferdinand] tipped us off to this story, which involves combining new and old methods in transferring data. The Unlimited Group, a firm in a remote section of South Africa, transfers loads of encrypted documents to a second office 50 miles away. A pricey broadband connection would take between 6 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=15259&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-15262" title="article-1212214-0659F596000005DC-336_468x324[1]" src="http://hackadaycom.files.wordpress.com/2009/09/article-1212214-0659f596000005dc-336_468x3241.jpg" alt="article-1212214-0659F596000005DC-336_468x324[1]" width="468" height="324" /></p>
<p>Yes, you read that correctly: electronic mail <a href="http://en.wikipedia.org/wiki/Homing_pigeon">carried by birds</a>. [Ferdinand] tipped us off to this story, which involves combining new and old methods in transferring data. <a href="http://www.theunlimitedgroup.com/">The Unlimited Group</a>, a firm in a remote section of South Africa, transfers loads of encrypted documents to a second office 50 miles away. A pricey broadband connection would take between 6 hours and two days to transfer a standard load (4GB) of data between these locations. On the other hand, Winston (seen above) can complete <a href="http://maps.yahoo.com/#mvt=m&amp;lat=-29.729447&amp;lon=30.70664&amp;zoom=12&amp;q1=Pietermaritzburg%2C%20South%20Africa&amp;q2=Durban%2C%20South%20Africa">an equivalent flight</a> within 45 minutes. <a href="http://en.wikipedia.org/wiki/Flash_memory">A memory card</a> is strapped to his leg, and using his wit and instinct, Winston finds his way home. For those without their calculators on hand, Winston&#8217;s bandwidth is between 7x and 63x faster than what they had before. If his flash card were to be upgraded to 16GB, that would be an instant fourfold increase on top of current gains. As [Mark] pointed out <a href="http://www.dailymail.co.uk/news/worldnews/article-1212214/Company-enlists-Winston-homing-pigeon-carry-data-transfer--faster-broadband.html">on the Daily Mail website</a>, homing pigeons still need to be taken back to their departure point.</p>
<p>This solution still has its advantages over a courier: they are lower in cost, they work over longer hours, and have potentially faster delivery speeds. Multiple pigeons can be transported back at once, and released with data as needed.</p>
<br />Posted in downloads hacks, lifehacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/15259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/15259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/15259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/15259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/15259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/15259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/15259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/15259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/15259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/15259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/15259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/15259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/15259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/15259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=15259&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2009/09/12/homing-pigeon-email/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jacob woj</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2009/09/article-1212214-0659f596000005dc-336_468x3241.jpg" medium="image">
			<media:title type="html">article-1212214-0659F596000005DC-336_468x324[1]</media:title>
		</media:content>
	</item>
		<item>
		<title>Recovering photos with PhotoRec</title>
		<link>http://hackaday.com/2008/11/12/recovering-photos-with-photorec/</link>
		<comments>http://hackaday.com/2008/11/12/recovering-photos-with-photorec/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 04:00:03 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[digital cameras hacks]]></category>
		<category><![CDATA[downloads hacks]]></category>
		<category><![CDATA[security hacks]]></category>
		<category><![CDATA[christophe grenier]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[data forensics]]></category>
		<category><![CDATA[data recovery]]></category>
		<category><![CDATA[digital forensics]]></category>
		<category><![CDATA[fat]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[photorec]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[sd]]></category>
		<category><![CDATA[sd card]]></category>

		<guid isPermaLink="false">http://hackadaycom.wordpress.com/?p=5834</guid>
		<description><![CDATA[A coworker approached us today with a corrupted SD card. It was out of her digital camera, and when plugged in, it wasn&#8217;t recognized. This looked like the perfect opportunity to try out [Christophe Grenier]&#8216;s PhotoRec. PhotoRec is designed to recover lost files from many different types of storage media. We used it from the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=5834&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-5835" title="photorec" src="http://hackadaycom.files.wordpress.com/2008/11/photorec.jpg" alt="photorec" width="450" height="297" /></p>
<p>A coworker approached us today with a corrupted SD card. It was out of her digital camera, and when plugged in, it wasn&#8217;t recognized. This looked like the perfect opportunity to try out [Christophe Grenier]&#8216;s PhotoRec. <a title="PhotoRec - CGSecurity" href="http://www.cgsecurity.org/wiki/PhotoRec">PhotoRec</a> is designed to recover lost files from many different types of storage media. We used it from the command line on OSX, but it works on many different platforms.</p>
<p>It&#8217;s a fairly simple program to use. We plugged in the card and launched PhotoRec. We were prompted to select which volume we wanted to recover. We selected &#8220;Intel&#8221; as the partition table. PhotoRec didn&#8217;t find any partitions, so we opted to search the &#8220;Whole disk&#8221;. We kept the default filetypes. It then asked for filesystem type where we chose &#8220;Other&#8221; because flash is formatted FAT by default. We then chose a directory for the recovered files and started the process. PhotoRec scans the entire disk looking for known file headers. It uses these to find the lost image data. The 1GB card took approximately 15 minutes to scan and recovered all photos. This is really a great piece of free software, but hopefully you&#8217;ll never have to use it.</p>
<br />Posted in digital cameras hacks, downloads hacks, security hacks  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/5834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/5834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/5834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/5834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/5834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/5834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/5834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/5834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/5834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/5834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/5834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/5834/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/5834/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/5834/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=5834&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/11/12/recovering-photos-with-photorec/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/11/photorec.jpg" medium="image">
			<media:title type="html">photorec</media:title>
		</media:content>
	</item>
		<item>
		<title>Welcome to the petacentre</title>
		<link>http://hackaday.com/2008/09/05/welcome-to-the-petacenter/</link>
		<comments>http://hackaday.com/2008/09/05/welcome-to-the-petacenter/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 23:01:01 +0000</pubDate>
		<dc:creator>Kimberly Lau</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[cern]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[cory doctorow]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[data centers]]></category>
		<category><![CDATA[petabyte]]></category>
		<category><![CDATA[petacenter]]></category>
		<category><![CDATA[storage]]></category>

		<guid isPermaLink="false">http://www.hackaday.com/?p=7650</guid>
		<description><![CDATA[[Cory Doctorow] obtained access to a few data centers that deal in petabyte storage. The demand for data storage and processing doesn&#8217;t show any sign of stopping. It&#8217;s especially relevant when people need the resources to manage not only things like Google searches, but also email, customer transactions, and in the case of CERN, physics [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2691&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-7789" title="had_cern" src="http://hackadaycom.files.wordpress.com/2008/09/had_cern.jpg" alt="" width="450" height="150" /></p>
<p>[Cory Doctorow] obtained access to a few <a href="http://www.nature.com/news/2008/080903/full/455016a.html">data centers that deal in petabyte storage</a>. The demand for data storage and processing doesn&#8217;t show any sign of stopping. It&#8217;s especially relevant when people need the resources to manage not only things like Google searches, but also email, customer transactions, and in the case of CERN, physics calculations. [Doctorow] drew an interesting conclusion from his experiences with the data centers; any innovation that the petabyte centers work on will eventually drift on down to the ordinary user, in laptop or desktop innovation. The petabyte center is easily duplicated with materials that are available for purchase to the average computer user; the only obstacles are price and space.</p>
<p>[via <a href="http://www.boingboing.net/2008/09/04/petascale-datacenter.html">Boing Boing</a>]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/2691/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/2691/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/2691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/2691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/2691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/2691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/2691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/2691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/2691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/2691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/2691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/2691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/2691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/2691/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/2691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/2691/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2691&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/09/05/welcome-to-the-petacenter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Kimberly Lau</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/09/had_cern.jpg" medium="image">
			<media:title type="html">had_cern</media:title>
		</media:content>
	</item>
		<item>
		<title>New Drobo has Firewire support, old model drops in price</title>
		<link>http://hackaday.com/2008/07/09/new-drobo-has-firewire-support-old-model-drops-in-price/</link>
		<comments>http://hackaday.com/2008/07/09/new-drobo-has-firewire-support-old-model-drops-in-price/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 04:00:00 +0000</pubDate>
		<dc:creator>Juan Aguilar</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[databackup]]></category>
		<category><![CDATA[datastorage]]></category>
		<category><![CDATA[drobo]]></category>
		<category><![CDATA[firewire]]></category>
		<category><![CDATA[firewire800]]></category>

		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/09/new-drobo-has-firewire-support-old-model-drops-in-price/</guid>
		<description><![CDATA[Data Robotics has released an updated Drobo with two Firewire ports and an updated processor, allowing for faster data transfer and daisy chaining multiple Drobos. The new models of this storage and backup device also features a quieter and larger case fan. The case itself has been modified slightly but to great effect, looking sleeker [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2231&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="286" border="0" src="http://hackadaycom.files.wordpress.com/2008/07/had-drobo-01.jpg?w=450&#038;h=286" alt="" /><br />Data Robotics has released an <a href="http://www.engadget.com/2008/07/08/data-robotics-announces-second-gen-drobo-with-firewire-800/">updated Drobo</a> with two Firewire ports and an updated processor, allowing for faster data transfer and daisy chaining multiple Drobos. The new models of this storage and backup device also features a quieter and larger case fan. The case itself has been modified slightly but to great effect, looking sleeker than ever. Sadly, they still start at $500 without any hard drives.</p>
<p>One nice side effect to the announcement of the new Drobos is the price drop for the old ones. Starting at $350, these still make great storage solutions, and hanging on to $150 isn&#8217;t bad either. Still, if the idea of buy anything for this purpose curls your toes, <a href="http://www.hackaday.com/2008/07/05/hackit-network-attached-storage/">build your own network attached storage</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/2231/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/2231/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/2231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/2231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/2231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/2231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/2231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/2231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/2231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/2231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/2231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/2231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/2231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/2231/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/2231/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/2231/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2231&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/07/09/new-drobo-has-firewire-support-old-model-drops-in-price/feed/</wfw:commentRss>
		<slash:comments>11</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/07/had-drobo-01.jpg" medium="image" />
	</item>
		<item>
		<title>Data manipulation with Sprog</title>
		<link>http://hackaday.com/2008/07/06/data-manipulation-with-sprog/</link>
		<comments>http://hackaday.com/2008/07/06/data-manipulation-with-sprog/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 01:41:00 +0000</pubDate>
		<dc:creator>Eliot</dc:creator>
				<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[datamanipulation]]></category>
		<category><![CDATA[linuxjournal]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[sprog]]></category>

		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2008/07/06/data-manipulation-with-sprog/</guid>
		<description><![CDATA[Linux Journal&#8217;s [Mike Diehl] pointed out an interesting tool for manipulating data: Sprog. Sprog lets you assemble machines to complete specific data processing tasks. You snap together gears that read input data, process the data in different ways, and then output the results. The input could be a file, URL, database query results, or even [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2202&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="180" border="0" src="http://hackadaycom.files.wordpress.com/2008/07/had_sprog.jpg?w=450&#038;h=180"  alt="" /><br />Linux Journal&#8217;s [Mike Diehl] pointed out an <a href="http://www.linuxjournal.com/content/data-manipulation-sprog">interesting tool for manipulating data</a>: Sprog. <a href="http://sprog.sourceforge.net/">Sprog</a> lets you assemble machines to complete specific data processing tasks. You snap together gears that read input data, process the data in different ways, and then output the results. The input could be a file, URL, database query results, or even MIDI notes. For processing you could be matching patterns, selecting csv columns, converting to uppercase, or executing arbitrary Perl code amongst many other options. Finally the output could be shown in a text window, inserted into a database, written to a file, or sent to your spreadsheet application. Sprog&#8217;s site has a section for user uploaded gears and a recipe section for examples like this <a href="http://sprog.sourceforge.net/recipes/crossword/index.html">crossword puzzle solver</a>. Everything Sprog does could be done with scripting, but this is a simple graphical tool that could help you solve a problem without having to know the gory machinery behind it.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/2202/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/2202/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/2202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/2202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/2202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/2202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/2202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/2202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/2202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/2202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/2202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/2202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/2202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/2202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/2202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/2202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=2202&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2008/07/06/data-manipulation-with-sprog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">RobotSkirts</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2008/07/had_sprog.jpg" medium="image" />
	</item>
		<item>
		<title>Read every bit on a DVD</title>
		<link>http://hackaday.com/2007/09/30/read-every-bit-on-a-dvd/</link>
		<comments>http://hackaday.com/2007/09/30/read-every-bit-on-a-dvd/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 23:17:00 +0000</pubDate>
		<dc:creator>fabienneserriere</dc:creator>
				<category><![CDATA[misc hacks]]></category>
		<category><![CDATA[peripherals hacks]]></category>
		<category><![CDATA[xbox hacks]]></category>
		<category><![CDATA[bit]]></category>
		<category><![CDATA[bits]]></category>
		<category><![CDATA[cypress]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[raw]]></category>

		<guid isPermaLink="false">http://hackaday.iheartcashews.com:8181/2007/09/30/read-every-bit-on-a-dvd/</guid>
		<description><![CDATA[If you are curious about reading all the bits on a DVD, [tmbinc] has devised a hardware hack that uses a Pioneer DVD drive with leads soldered onto it and a Cypress FX2 microcontroller board to grab the flow of bits and push them over USB2.0. My favorite part of this tutorial is when you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=1479&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img width="400" vspace="4" hspace="4" height="325" border="0" src="http://hackadaycom.files.wordpress.com/2007/09/dvdhackcomplete.jpg?w=400&#038;h=325" alt="" /></p>
<p>If you are curious about reading all the bits on a DVD, [tmbinc] has <a href="http://x226.org/?p=17">devised a hardware hack</a> that uses a Pioneer DVD drive with leads soldered onto it and a Cypress FX2 microcontroller board to grab the flow of bits and push them over USB2.0. My favorite part of this tutorial is when you slow the spinning DVD down very slightly with your finger with a scope hooked up over what you believe to be the raw data stream from the disk. If the data rate slows when you physically slow down the disk, you probably are grabbing data from the correct pin. [tmbinc] even put together a software tool to process the resulting raw DVD data.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hackadaycom.wordpress.com/1479/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hackadaycom.wordpress.com/1479/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hackadaycom.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hackadaycom.wordpress.com/1479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hackadaycom.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hackadaycom.wordpress.com/1479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hackadaycom.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hackadaycom.wordpress.com/1479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hackadaycom.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hackadaycom.wordpress.com/1479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hackadaycom.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hackadaycom.wordpress.com/1479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hackadaycom.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hackadaycom.wordpress.com/1479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hackadaycom.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hackadaycom.wordpress.com/1479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hackaday.com&amp;blog=4779443&amp;post=1479&amp;subd=hackadaycom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hackaday.com/2007/09/30/read-every-bit-on-a-dvd/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fabienneserriere</media:title>
		</media:content>

		<media:content url="http://hackadaycom.files.wordpress.com/2007/09/dvdhackcomplete.jpg" medium="image" />
	</item>
	</channel>
</rss>
