<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for 32leaves</title>
	<atom:link href="http://blog.32leaves.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.32leaves.net</link>
	<description>creative software hackery</description>
	<lastBuildDate>Sun, 01 Aug 2010 15:48:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on Controlling a robot arm using an ez430 Chronos by Christian</title>
		<link>http://blog.32leaves.net/?p=817&#038;cpage=1#comment-5990</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sun, 01 Aug 2010 15:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.32leaves.net/?p=817#comment-5990</guid>
		<description>Hi Srikanath,

an easy thing you could do is grab the accelerometer data the same way I did, smooth it (e.g. using a Kalman filter, a sliding average or alike) and try to recognize certain gestures using some sort of classifier or neural network (probably support vector machines).
Another thing that could be done is to modify the firmware and add some menu to it. But that involves quite some in-depth knowledge of the ez430&#039;s hardware and MSP430 programming. Something I&#039;ve never had time to dive into.

hope that helps,
Christian</description>
		<content:encoded><![CDATA[<p>Hi Srikanath,</p>
<p>an easy thing you could do is grab the accelerometer data the same way I did, smooth it (e.g. using a Kalman filter, a sliding average or alike) and try to recognize certain gestures using some sort of classifier or neural network (probably support vector machines).<br />
Another thing that could be done is to modify the firmware and add some menu to it. But that involves quite some in-depth knowledge of the ez430&#8242;s hardware and MSP430 programming. Something I&#8217;ve never had time to dive into.</p>
<p>hope that helps,<br />
Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Controlling a robot arm using an ez430 Chronos by Srikanth</title>
		<link>http://blog.32leaves.net/?p=817&#038;cpage=1#comment-5935</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Sat, 31 Jul 2010 04:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.32leaves.net/?p=817#comment-5935</guid>
		<description>Hello Christian,

I am having similar watch and our university is carrying out few projects on this. We are planning to start a new course on this watch next semester. Can you help me write a code to control the lights of a room with either a click on the watch or by hand movement (acceleration data)? Please help me through this...

Thanks,
Srikanth Sistla.</description>
		<content:encoded><![CDATA[<p>Hello Christian,</p>
<p>I am having similar watch and our university is carrying out few projects on this. We are planning to start a new course on this watch next semester. Can you help me write a code to control the lights of a room with either a click on the watch or by hand movement (acceleration data)? Please help me through this&#8230;</p>
<p>Thanks,<br />
Srikanth Sistla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Soap Bubble Bot by Marco</title>
		<link>http://blog.32leaves.net/?p=921&#038;cpage=1#comment-5642</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Mon, 19 Jul 2010 03:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.32leaves.net/?p=921#comment-5642</guid>
		<description>Hehehe really nice!! Was Du immer so für Sachen baust :-P
Viele Grüße aus Tokyo!</description>
		<content:encoded><![CDATA[<p>Hehehe really nice!! Was Du immer so für Sachen baust <img src='http://blog.32leaves.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /><br />
Viele Grüße aus Tokyo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LogicAnalyzer &#8211; extensible logic debugging by Steven</title>
		<link>http://blog.32leaves.net/?p=912&#038;cpage=1#comment-5381</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sun, 04 Jul 2010 22:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.32leaves.net/?p=912#comment-5381</guid>
		<description>I&#039;m no java expert, so I&#039;m having some trouble building LogicAnalyzer.  I wouldn&#039;t even be building it at all except that the 32-bit tarball on SF doesn&#039;t run (immediately quits with no output) on 64-bit Ubuntu.

I imported the sources as per the wiki page, and now I have &gt;100 errors, all of which seem to be complaining that the @Override annotation needs to be removed.  What did I do wrong?</description>
		<content:encoded><![CDATA[<p>I&#8217;m no java expert, so I&#8217;m having some trouble building LogicAnalyzer.  I wouldn&#8217;t even be building it at all except that the 32-bit tarball on SF doesn&#8217;t run (immediately quits with no output) on 64-bit Ubuntu.</p>
<p>I imported the sources as per the wiki page, and now I have &gt;100 errors, all of which seem to be complaining that the @Override annotation needs to be removed.  What did I do wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List of references plugin for WordPress by Christian</title>
		<link>http://blog.32leaves.net/?p=555&#038;cpage=1#comment-4299</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sun, 25 Apr 2010 23:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.32leaves.net/?p=555#comment-4299</guid>
		<description>I don&#039;t think you&#039;re doing something wrong, sounds like a bug to me. I&#039;ve just checked how I use the plugin and it&#039;s exactly the same way you describe.
Unfortunately there&#039;s not much I can do as it works on my machine :-&#124;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think you&#8217;re doing something wrong, sounds like a bug to me. I&#8217;ve just checked how I use the plugin and it&#8217;s exactly the same way you describe.<br />
Unfortunately there&#8217;s not much I can do as it works on my machine <img src='http://blog.32leaves.net/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on List of references plugin for WordPress by iJason</title>
		<link>http://blog.32leaves.net/?p=555&#038;cpage=1#comment-4232</link>
		<dc:creator>iJason</dc:creator>
		<pubDate>Wed, 21 Apr 2010 18:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.32leaves.net/?p=555#comment-4232</guid>
		<description>I&#039;m trying to use this plugin and it&#039;s not working for me either.  

I have title attributes on all my links, then I put [lor] at the end of my post, but still nothing shows up.  What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to use this plugin and it&#8217;s not working for me either.  </p>
<p>I have title attributes on all my links, then I put [lor] at the end of my post, but still nothing shows up.  What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Scala and building DFA&#8217;s from regular expressions by Olivier</title>
		<link>http://blog.32leaves.net/?p=507&#038;cpage=1#comment-3772</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Wed, 24 Mar 2010 11:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.32leaves.net/?p=507#comment-3772</guid>
		<description>Just what I needed: an implementation of regex derivatives as a practical support to Brzozowski&#039;s paper.

Thanks a lot for sharing this.  I&#039;ll check Scala out on my way back.</description>
		<content:encoded><![CDATA[<p>Just what I needed: an implementation of regex derivatives as a practical support to Brzozowski&#8217;s paper.</p>
<p>Thanks a lot for sharing this.  I&#8217;ll check Scala out on my way back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Two line subscript in LaTeX by DragonVamp</title>
		<link>http://blog.32leaves.net/?p=262&#038;cpage=1#comment-3307</link>
		<dc:creator>DragonVamp</dc:creator>
		<pubDate>Wed, 03 Mar 2010 00:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.32leaves.net/?p=262#comment-3307</guid>
		<description>This was very usefull! hope that you are glad to know that instaed of you, it only took me moreless one hour to find this! XD thanks!</description>
		<content:encoded><![CDATA[<p>This was very usefull! hope that you are glad to know that instaed of you, it only took me moreless one hour to find this! XD thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unix Friends and User Group Campus Camp 2010 by Bernhard</title>
		<link>http://blog.32leaves.net/?p=760&#038;cpage=1#comment-2560</link>
		<dc:creator>Bernhard</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.32leaves.net/?p=760#comment-2560</guid>
		<description>Da würden mir schon noch ein paar Namen einfallen:

z.B. John Bosak http://www.ibiblio.org/pub/sun-info/standards/xml/why/xmlapps.htm - ohne ihn wäre XML nicht geworden

Charles Goldfarb - der Vater von SGML ohne das wir XML nicht hätten

Bertrand Meyer - dessen Buch &quot;Object-Oriented Software Construction&quot; eine der besten Einführungen in objektorientierung war. Er hat &quot;Design by contract&quot; eingeführt.

Nicht zu vergessen die &quot;Gang of Four&quot; ...

Die Leistung von Bill Gates ist eigentlich &quot;Coputer for everyone&quot;.

Was machen wir mit Steve Jobs - er hatte die Vision des Computers als Alltagsgerät.</description>
		<content:encoded><![CDATA[<p>Da würden mir schon noch ein paar Namen einfallen:</p>
<p>z.B. John Bosak <a href="http://www.ibiblio.org/pub/sun-info/standards/xml/why/xmlapps.htm" rel="nofollow">http://www.ibiblio.org/pub/sun-info/standards/xml/why/xmlapps.htm</a> &#8211; ohne ihn wäre XML nicht geworden</p>
<p>Charles Goldfarb &#8211; der Vater von SGML ohne das wir XML nicht hätten</p>
<p>Bertrand Meyer &#8211; dessen Buch &#8220;Object-Oriented Software Construction&#8221; eine der besten Einführungen in objektorientierung war. Er hat &#8220;Design by contract&#8221; eingeführt.</p>
<p>Nicht zu vergessen die &#8220;Gang of Four&#8221; &#8230;</p>
<p>Die Leistung von Bill Gates ist eigentlich &#8220;Coputer for everyone&#8221;.</p>
<p>Was machen wir mit Steve Jobs &#8211; er hatte die Vision des Computers als Alltagsgerät.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learn instead of building time machines by Daniel</title>
		<link>http://blog.32leaves.net/?p=590&#038;cpage=1#comment-2369</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 05 Jan 2010 23:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.32leaves.net/?p=590#comment-2369</guid>
		<description>Yup, mathematics could exist without the universe, but the universe not without mathematics ;-)

Though i never understood on what assumption the universe-ceases-to-exist &quot;time traveling rule&quot; is based. Your paradox could be easily resolved by &quot;you learn, get an A -&gt; there never was the need for a time machine&quot;. Thus the timeline in which the time machine was build would erase itself.

Nevermind, i anyway should be in bed since hours...</description>
		<content:encoded><![CDATA[<p>Yup, mathematics could exist without the universe, but the universe not without mathematics <img src='http://blog.32leaves.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Though i never understood on what assumption the universe-ceases-to-exist &#8220;time traveling rule&#8221; is based. Your paradox could be easily resolved by &#8220;you learn, get an A -&gt; there never was the need for a time machine&#8221;. Thus the timeline in which the time machine was build would erase itself.</p>
<p>Nevermind, i anyway should be in bed since hours&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
