<?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/"
	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>Comments on: Playing with the PC-PIC II</title>
	<atom:link href="http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:19:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Agent420</title>
		<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/comment-page-1/#comment-77734</link>
		<dc:creator><![CDATA[Agent420]]></dc:creator>
		<pubDate>Wed, 10 Jun 2009 11:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=11411#comment-77734</guid>
		<description><![CDATA[to rjSampaio

depends on the code - just because something is written in asm does not guarantee it is more efficient than something created from a good c compiler.

also, hid sampling rate is limited by the os.  i believe max is 1ms polling, which should be easily achiveable with c on pic.

i guess code choice is more personal preference than anything, and if someone wants to work harder with asm then ok.  my point was that asm code operation is not as easily communicated as c.]]></description>
		<content:encoded><![CDATA[<p>to rjSampaio</p>
<p>depends on the code &#8211; just because something is written in asm does not guarantee it is more efficient than something created from a good c compiler.</p>
<p>also, hid sampling rate is limited by the os.  i believe max is 1ms polling, which should be easily achiveable with c on pic.</p>
<p>i guess code choice is more personal preference than anything, and if someone wants to work harder with asm then ok.  my point was that asm code operation is not as easily communicated as c.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harvie</title>
		<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/comment-page-1/#comment-77683</link>
		<dc:creator><![CDATA[Harvie]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 18:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=11411#comment-77683</guid>
		<description><![CDATA[2rjSampaio: yea response is cool...

2mike: no wai... drive is totaly fu*ked up. i recorded this clip because it looked bit funny. anyway bad drive can freeze whole windows (because some design error - windows are waiting until inserted disc is recognized successfully - linux is not affected). i think there is problem with laser or optics... i tried several firmware upgrades, but only thing i changed was color of LED light which differs in latest version of firmware ;)]]></description>
		<content:encoded><![CDATA[<p>2rjSampaio: yea response is cool&#8230;</p>
<p>2mike: no wai&#8230; drive is totaly fu*ked up. i recorded this clip because it looked bit funny. anyway bad drive can freeze whole windows (because some design error &#8211; windows are waiting until inserted disc is recognized successfully &#8211; linux is not affected). i think there is problem with laser or optics&#8230; i tried several firmware upgrades, but only thing i changed was color of LED light which differs in latest version of firmware ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjSampaio</title>
		<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/comment-page-1/#comment-77653</link>
		<dc:creator><![CDATA[rjSampaio]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 13:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=11411#comment-77653</guid>
		<description><![CDATA[to agent420

i agree whit the first
already say the second 
but the 3rd...

If is making hid whit Asm them i must say congrats, cuz he can get very Hi response times form it (alot more against C#) not that pong needs it ;)]]></description>
		<content:encoded><![CDATA[<p>to agent420</p>
<p>i agree whit the first<br />
already say the second<br />
but the 3rd&#8230;</p>
<p>If is making hid whit Asm them i must say congrats, cuz he can get very Hi response times form it (alot more against C#) not that pong needs it ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/comment-page-1/#comment-77649</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 12:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=11411#comment-77649</guid>
		<description><![CDATA[Harvie, it looks like the sensor that shows the drive as being closed is not working.  The rest of the drive could be fine.  It could be a simple fix.  Worth a look, I think.]]></description>
		<content:encoded><![CDATA[<p>Harvie, it looks like the sensor that shows the drive as being closed is not working.  The rest of the drive could be fine.  It could be a simple fix.  Worth a look, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agent420</title>
		<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/comment-page-1/#comment-77647</link>
		<dc:creator><![CDATA[Agent420]]></dc:creator>
		<pubDate>Tue, 09 Jun 2009 11:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=11411#comment-77647</guid>
		<description><![CDATA[not sure what the big deal here is?

first, there is no project information.  2nd, it appears to be a simple hid or mouse interface?

3rd, C is preferrable to asm, especially for demonstrating some technique or method.]]></description>
		<content:encoded><![CDATA[<p>not sure what the big deal here is?</p>
<p>first, there is no project information.  2nd, it appears to be a simple hid or mouse interface?</p>
<p>3rd, C is preferrable to asm, especially for demonstrating some technique or method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harvie</title>
		<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/comment-page-1/#comment-77613</link>
		<dc:creator><![CDATA[Harvie]]></dc:creator>
		<pubDate>Mon, 08 Jun 2009 21:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=11411#comment-77613</guid>
		<description><![CDATA[2Addictronics: I had actually removed that sticker few months ago, because i realized how much this NTB endured with me (in that 4 years). It&#039;s my very precious PUNK NTB ;)

OK, it&#039;s not so cool. SiS GPU gets me angry (since it have no support on Linux), batteries can hold power to keep it operating for about 10 or 20 minutes and DVD-Burner burned himself away a long time ago:
http://www.youtube.com/watch?v=RN84kMFoXfE&amp;feature=channel_page

but i think it should last few more years...]]></description>
		<content:encoded><![CDATA[<p>2Addictronics: I had actually removed that sticker few months ago, because i realized how much this NTB endured with me (in that 4 years). It&#8217;s my very precious PUNK NTB ;)</p>
<p>OK, it&#8217;s not so cool. SiS GPU gets me angry (since it have no support on Linux), batteries can hold power to keep it operating for about 10 or 20 minutes and DVD-Burner burned himself away a long time ago:<br />
<span style="text-align:center; display: block;"><a href="http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/"><img src="http://img.youtube.com/vi/RN84kMFoXfE/2.jpg" alt="" /></a></span></p>
<p>but i think it should last few more years&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Addictronics</title>
		<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/comment-page-1/#comment-77612</link>
		<dc:creator><![CDATA[Addictronics]]></dc:creator>
		<pubDate>Mon, 08 Jun 2009 20:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=11411#comment-77612</guid>
		<description><![CDATA[@harvie

I love the Acer Sux edition you got... haha. Nice work from both of you.]]></description>
		<content:encoded><![CDATA[<p>@harvie</p>
<p>I love the Acer Sux edition you got&#8230; haha. Nice work from both of you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harvie</title>
		<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/comment-page-1/#comment-77604</link>
		<dc:creator><![CDATA[Harvie]]></dc:creator>
		<pubDate>Mon, 08 Jun 2009 18:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=11411#comment-77604</guid>
		<description><![CDATA[I was there &quot;first&quot; ;)
http://www.youtube.com/watch?v=AR50GmD7VzU&amp;feature=channel_page]]></description>
		<content:encoded><![CDATA[<p>I was there &#8220;first&#8221; ;)<br />
<span style="text-align:center; display: block;"><a href="http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/"><img src="http://img.youtube.com/vi/AR50GmD7VzU/2.jpg" alt="" /></a></span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjSampaio</title>
		<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/comment-page-1/#comment-77591</link>
		<dc:creator><![CDATA[rjSampaio]]></dc:creator>
		<pubDate>Mon, 08 Jun 2009 15:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=11411#comment-77591</guid>
		<description><![CDATA[i suppose is a hid link?]]></description>
		<content:encoded><![CDATA[<p>i suppose is a hid link?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asier Arranz</title>
		<link>http://hackaday.com/2009/06/08/playing-with-the-pc-pic-ii/comment-page-1/#comment-77589</link>
		<dc:creator><![CDATA[Asier Arranz]]></dc:creator>
		<pubDate>Mon, 08 Jun 2009 14:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=11411#comment-77589</guid>
		<description><![CDATA[Soon I will publish the source code in the PC (Python) and in the PIC (ASM). Bye ;)]]></description>
		<content:encoded><![CDATA[<p>Soon I will publish the source code in the PC (Python) and in the PIC (ASM). Bye ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

