<?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 Limina.Log</title>
	<atom:link href="http://log.liminastudio.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://log.liminastudio.com</link>
	<description>Research &#38; Development at Limina.Studio</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How to install Pd-extended on Ubuntu 10.04 via terminal by If Prospectif</title>
		<link>http://log.liminastudio.com/programming/how-to-install-pd-extended-on-ubuntu-10-04-via-terminal/comment-page-1#comment-12075</link>
		<dc:creator>If Prospectif</dc:creator>
		<pubDate>Thu, 02 Feb 2012 16:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://log.liminastudio.com/?p=785#comment-12075</guid>
		<description>It does not work on Ubuntu 11.04  64bits
</description>
		<content:encoded><![CDATA[<p>It does not work on Ubuntu 11.04  64bits</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with the RN-XV WiFi Module &amp; Node.js by Ib</title>
		<link>http://log.liminastudio.com/programming/getting-started-with-the-rn-xv-wifi-module-node-js/comment-page-1#comment-12074</link>
		<dc:creator>Ib</dc:creator>
		<pubDate>Wed, 01 Feb 2012 04:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://log.liminastudio.com/?p=951#comment-12074</guid>
		<description>Thank you, my bad - used original SFE lib instead of the forked. However now Client is renamed in the lib to WiFlyClient:
WiFlyClient client(serverAddress, serverPort);</description>
		<content:encoded><![CDATA[<p>Thank you, my bad &#8211; used original SFE lib instead of the forked. However now Client is renamed in the lib to WiFlyClient:<br />
WiFlyClient client(serverAddress, serverPort);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with the RN-XV WiFi Module &amp; Node.js by Ted Hayes</title>
		<link>http://log.liminastudio.com/programming/getting-started-with-the-rn-xv-wifi-module-node-js/comment-page-1#comment-12073</link>
		<dc:creator>Ted Hayes</dc:creator>
		<pubDate>Wed, 01 Feb 2012 01:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://log.liminastudio.com/?p=951#comment-12073</guid>
		<description>Hm, that&#039;s strange, it&#039;s right here: https://github.com/jcrouchley/WiFly-Shield/blob/master/src/WiFly/WiFlyDevice.cpp#L210</description>
		<content:encoded><![CDATA[<p>Hm, that&#8217;s strange, it&#8217;s right here: https://github.com/jcrouchley/WiFly-Shield/blob/master/src/WiFly/WiFlyDevice.cpp#L210</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with the RN-XV WiFi Module &amp; Node.js by Ib</title>
		<link>http://log.liminastudio.com/programming/getting-started-with-the-rn-xv-wifi-module-node-js/comment-page-1#comment-12072</link>
		<dc:creator>Ib</dc:creator>
		<pubDate>Tue, 31 Jan 2012 23:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://log.liminastudio.com/?p=951#comment-12072</guid>
		<description>Seems WiFly.setUart(&amp;Serial);  does not work anymore.

Getting error: &#039;class WiFlyDevice&#039; has no member named &#039;setUart&#039;</description>
		<content:encoded><![CDATA[<p>Seems WiFly.setUart(&amp;Serial);  does not work anymore.</p>
<p>Getting error: &#8216;class WiFlyDevice&#8217; has no member named &#8216;setUart&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Art &amp; Signs by Abe Stanway</title>
		<link>http://log.liminastudio.com/writing/essays/art-signs/comment-page-1#comment-12071</link>
		<dc:creator>Abe Stanway</dc:creator>
		<pubDate>Fri, 27 Jan 2012 18:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://log.liminastudio.com/?p=775#comment-12071</guid>
		<description>You should read up on Wittgenstein&#039;s family resemblances and paradigmatic examples - lots of relevant stuff as regards networks of meaning.</description>
		<content:encoded><![CDATA[<p>You should read up on Wittgenstein&#8217;s family resemblances and paradigmatic examples &#8211; lots of relevant stuff as regards networks of meaning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Python on your OSX Apache server: mod_python by andsens</title>
		<link>http://log.liminastudio.com/programming/running-python-on-your-apache-server-mod_python/comment-page-1#comment-12070</link>
		<dc:creator>andsens</dc:creator>
		<pubDate>Mon, 23 Jan 2012 23:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://log.liminastudio.com/?p=674#comment-12070</guid>
		<description>... or you could just use CGI:
In /etc/apache2/users/[username].conf add the &#039;ExecCGI&#039; Option to the &#039;Options&#039; directive and append &#039;AddHandler cgi-script .py&#039; to the end. This would be inside the directory configuration stanza of course.</description>
		<content:encoded><![CDATA[<p>&#8230; or you could just use CGI:<br />
In /etc/apache2/users/[username].conf add the &#8216;ExecCGI&#8217; Option to the &#8216;Options&#8217; directive and append &#8216;AddHandler cgi-script .py&#8217; to the end. This would be inside the directory configuration stanza of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with the RN-XV WiFi Module &amp; Node.js by T3db0t</title>
		<link>http://log.liminastudio.com/programming/getting-started-with-the-rn-xv-wifi-module-node-js/comment-page-1#comment-12069</link>
		<dc:creator>T3db0t</dc:creator>
		<pubDate>Mon, 23 Jan 2012 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://log.liminastudio.com/?p=951#comment-12069</guid>
		<description>Oh hm, interesting.  Well, I don&#039;t appear to have damaged the device with my current setup... I&#039;ll have to look more into this.  Thanks!</description>
		<content:encoded><![CDATA[<p>Oh hm, interesting.  Well, I don&#8217;t appear to have damaged the device with my current setup&#8230; I&#8217;ll have to look more into this.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with the RN-XV WiFi Module &amp; Node.js by stefan crain</title>
		<link>http://log.liminastudio.com/programming/getting-started-with-the-rn-xv-wifi-module-node-js/comment-page-1#comment-12068</link>
		<dc:creator>stefan crain</dc:creator>
		<pubDate>Mon, 23 Jan 2012 18:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://log.liminastudio.com/?p=951#comment-12068</guid>
		<description>I can understand Eric&#039;s confusion, The data-sheet for the RN-XV says the UART_TX &amp; UART_RX are only 3.3V tolerant. 

http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Wireless/WiFi/WiFly-RN-XV-DS.pdf</description>
		<content:encoded><![CDATA[<p>I can understand Eric&#8217;s confusion, The data-sheet for the RN-XV says the UART_TX &amp; UART_RX are only 3.3V tolerant. </p>
<p><a href="http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Wireless/WiFi/WiFly-RN-XV-DS.pdf" rel="nofollow">http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Wireless/WiFi/WiFly-RN-XV-DS.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome Disqus Comments! by Ryan</title>
		<link>http://log.liminastudio.com/miscellaneous/welcome-disqus-comments/comment-page-1#comment-12067</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 17 Jan 2012 23:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://log.liminastudio.com/?p=970#comment-12067</guid>
		<description>Welcome aboard! If you run into any questions we&#039;re happy to help just let us know :-)</description>
		<content:encoded><![CDATA[<p>Welcome aboard! If you run into any questions we&#8217;re happy to help just let us know <img src='http://log.liminastudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome Disqus Comments! by Tedstoilet</title>
		<link>http://log.liminastudio.com/miscellaneous/welcome-disqus-comments/comment-page-1#comment-12066</link>
		<dc:creator>Tedstoilet</dc:creator>
		<pubDate>Mon, 16 Jan 2012 04:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://log.liminastudio.com/?p=970#comment-12066</guid>
		<description>You have smelly poops</description>
		<content:encoded><![CDATA[<p>You have smelly poops</p>
]]></content:encoded>
	</item>
</channel>
</rss>

