<?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 Doswa</title>
	<atom:link href="http://doswa.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://doswa.com/blog</link>
	<description>Programming, physics, mathematics</description>
	<pubDate>Sat, 13 Mar 2010 08:50:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Line Segment to Circle Collision/Intersection Detection by David</title>
		<link>http://doswa.com/blog/2009/07/13/circle-segment-intersectioncollision/comment-page-1/#comment-1090</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 11 Mar 2010 20:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/?p=158#comment-1090</guid>
		<description>@Ben@CHINA

I don't think I understand. The algorithm works fine if A and B are both inside the circle.

The font you're seeing is probably Georgia, but it could also be Times New Roman, Times, or a generic serif font, depending on which fonts you have installed.</description>
		<content:encoded><![CDATA[<p>@Ben@CHINA</p>
<p>I don&#8217;t think I understand. The algorithm works fine if A and B are both inside the circle.</p>
<p>The font you&#8217;re seeing is probably Georgia, but it could also be Times New Roman, Times, or a generic serif font, depending on which fonts you have installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AVRDUDE 5.8 with FTDI bitbang patch on Linux by Peeter</title>
		<link>http://doswa.com/blog/2009/12/20/avrdude-58-with-ftdi-bitbang-patch-on-linux/comment-page-1/#comment-1087</link>
		<dc:creator>Peeter</dc:creator>
		<pubDate>Thu, 11 Mar 2010 08:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=292#comment-1087</guid>
		<description>Hi,

I've struggled with the FedoraCore10 and libusb and libftdi to get things working without sudoing the application that uses libftdi. My problem is that kernel does load ftdi_sio module and set up permissions for /dev/ttyUSB0 and /dev/bus/usb/*/* outside the /etc/udev descriptions. So the access rights description coming with libftdi do not work. 

I made special file "/etc/udev/rules.d/local.rules" and wrote there

KERNEL=="*", MODE="0660", BUS=="usb", SYSFS{idVendor}=="0403", GROUP="ftdi"

The users that  need to use the usb device are in group "ftdi" in this case. Now the /dev/ttyUSB0 and /dev/bus/usb/004/003 are with correct permissions.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve struggled with the FedoraCore10 and libusb and libftdi to get things working without sudoing the application that uses libftdi. My problem is that kernel does load ftdi_sio module and set up permissions for /dev/ttyUSB0 and /dev/bus/usb/*/* outside the /etc/udev descriptions. So the access rights description coming with libftdi do not work. </p>
<p>I made special file &#8220;/etc/udev/rules.d/local.rules&#8221; and wrote there</p>
<p>KERNEL==&#8221;*&#8221;, MODE=&#8221;0660&#8243;, BUS==&#8221;usb&#8221;, SYSFS{idVendor}==&#8221;0403&#8243;, GROUP=&#8221;ftdi&#8221;</p>
<p>The users that  need to use the usb device are in group &#8220;ftdi&#8221; in this case. Now the /dev/ttyUSB0 and /dev/bus/usb/004/003 are with correct permissions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Segment to Circle Collision/Intersection Detection by Ben@CHINA</title>
		<link>http://doswa.com/blog/2009/07/13/circle-segment-intersectioncollision/comment-page-1/#comment-1086</link>
		<dc:creator>Ben@CHINA</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/?p=158#comment-1086</guid>
		<description>Your procedure is not complete for checking the interaction. For example,  both A and B are inside the circle. So, you should add a farthest point in your algorithm. Only when the farthest point of this segment is outside the circle, the intersection does exit.
Another algorithm:
http://local.wasp.uwa.edu.au/~pbourke/geometry/sphereline/

P.S.
The font of your site  is beautiful, could you tell me what's the font type?

Thanks.</description>
		<content:encoded><![CDATA[<p>Your procedure is not complete for checking the interaction. For example,  both A and B are inside the circle. So, you should add a farthest point in your algorithm. Only when the farthest point of this segment is outside the circle, the intersection does exit.<br />
Another algorithm:<br />
<a href="http://local.wasp.uwa.edu.au/~pbourke/geometry/sphereline/" rel="nofollow">http://local.wasp.uwa.edu.au/~pbourke/geometry/sphereline/</a></p>
<p>P.S.<br />
The font of your site  is beautiful, could you tell me what&#8217;s the font type?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Segment to Circle Collision/Intersection Detection by David</title>
		<link>http://doswa.com/blog/2009/07/13/circle-segment-intersectioncollision/comment-page-1/#comment-1069</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 07 Mar 2010 00:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/?p=158#comment-1069</guid>
		<description>@Joseph Winston S
What sort of robot are you building?</description>
		<content:encoded><![CDATA[<p>@Joseph Winston S<br />
What sort of robot are you building?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Line Segment to Circle Collision/Intersection Detection by Joseph Winston S</title>
		<link>http://doswa.com/blog/2009/07/13/circle-segment-intersectioncollision/comment-page-1/#comment-1065</link>
		<dc:creator>Joseph Winston S</dc:creator>
		<pubDate>Sat, 06 Mar 2010 14:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/?p=158#comment-1065</guid>
		<description>Hi! Well explained and i am looking for an implementation for the spatial hyper redundant robot link interference with staggered pipes . I am also implementing through python.
Thanks for the post. It really helped me to visualize and implement obstacle avoidance.
S. Joseph Winston</description>
		<content:encoded><![CDATA[<p>Hi! Well explained and i am looking for an implementation for the spatial hyper redundant robot link interference with staggered pipes . I am also implementing through python.<br />
Thanks for the post. It really helped me to visualize and implement obstacle avoidance.<br />
S. Joseph Winston</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AVRDUDE 5.8 with FTDI bitbang patch on Linux by Mic</title>
		<link>http://doswa.com/blog/2009/12/20/avrdude-58-with-ftdi-bitbang-patch-on-linux/comment-page-1/#comment-1029</link>
		<dc:creator>Mic</dc:creator>
		<pubDate>Fri, 26 Feb 2010 19:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=292#comment-1029</guid>
		<description>Great stuff, patched into avrdude 5.10 - works fine! 
I burned arduino 2009 with ATmega168.</description>
		<content:encoded><![CDATA[<p>Great stuff, patched into avrdude 5.10 - works fine!<br />
I burned arduino 2009 with ATmega168.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wacom Jitter Fix (for Linux) by David</title>
		<link>http://doswa.com/blog/2010/01/01/wacom-jitter-fix-for-linux/comment-page-1/#comment-960</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 17 Feb 2010 08:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=351#comment-960</guid>
		<description>@M_Woody:

No, the commands will not be the same.

You might want to try looking around the preferences/control panel for your tablet driver. If you're lucky, you'll find something like "smoothing" or "noise suppression". If not, there's not much I can do to help—I've never used a Wacom tablet on any operating system other than Linux.

Good luck!</description>
		<content:encoded><![CDATA[<p>@M_Woody:</p>
<p>No, the commands will not be the same.</p>
<p>You might want to try looking around the preferences/control panel for your tablet driver. If you&#8217;re lucky, you&#8217;ll find something like &#8220;smoothing&#8221; or &#8220;noise suppression&#8221;. If not, there&#8217;s not much I can do to help—I&#8217;ve never used a Wacom tablet on any operating system other than Linux.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SparkFun&#8217;s FTDI Basic Breakout as an AVR programmer by problems uploading to mignon gamekit arduino // kaotec</title>
		<link>http://doswa.com/blog/2009/12/20/sparkfuns-ftdi-basic-breakout-as-an-avr-programmer/comment-page-1/#comment-956</link>
		<dc:creator>problems uploading to mignon gamekit arduino // kaotec</dc:creator>
		<pubDate>Tue, 16 Feb 2010 21:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=308#comment-956</guid>
		<description>[...] I have to try this, but for now that doesn&#8217;t really solve my what the hell is the CTS pin [...]</description>
		<content:encoded><![CDATA[<p>[...] I have to try this, but for now that doesn&#8217;t really solve my what the hell is the CTS pin [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wacom Jitter Fix (for Linux) by M_Woody</title>
		<link>http://doswa.com/blog/2010/01/01/wacom-jitter-fix-for-linux/comment-page-1/#comment-954</link>
		<dc:creator>M_Woody</dc:creator>
		<pubDate>Tue, 16 Feb 2010 09:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/blog/?p=351#comment-954</guid>
		<description>Great, too bad I don't have Linux :-/ I'll do some looking around on my hard-drive, the commands should be the same... Shouldn't they?</description>
		<content:encoded><![CDATA[<p>Great, too bad I don&#8217;t have Linux :-/ I&#8217;ll do some looking around on my hard-drive, the commands should be the same&#8230; Shouldn&#8217;t they?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fourth order Runge-Kutta numerical integration by Improved RK4 Implementation &#124; Doswa</title>
		<link>http://doswa.com/blog/2009/01/02/fourth-order-runge-kutta-numerical-integration/comment-page-1/#comment-874</link>
		<dc:creator>Improved RK4 Implementation &#124; Doswa</dc:creator>
		<pubDate>Sat, 23 Jan 2010 14:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://doswa.com/?p=16#comment-874</guid>
		<description>[...] you&#8217;re new to numerical integration or even RK4 integration, please read my other post first. It&#8217;s easier to understand because it&#8217;s a less generalized function. def [...]</description>
		<content:encoded><![CDATA[<p>[...] you&#8217;re new to numerical integration or even RK4 integration, please read my other post first. It&#8217;s easier to understand because it&#8217;s a less generalized function. def [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
