<?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 for Freemor&#039;s Old Weblog</title>
	<atom:link href="http://freemor.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://freemor.wordpress.com</link>
	<description>Musings of a Techie</description>
	<lastBuildDate>Sat, 17 Mar 2012 00:51:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on E-Toys Tutorial 12 &#8211; Getting Jiggy with the Frog by Freemor</title>
		<link>http://freemor.wordpress.com/2009/06/07/e-toys-tutorial-12-getting-jiggy-with-the-frog/#comment-788</link>
		<dc:creator><![CDATA[Freemor]]></dc:creator>
		<pubDate>Sat, 17 Mar 2012 00:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://freemor.wordpress.com/2009/06/07/e-toys-tutorial-12-getting-jiggy-with-the-frog/#comment-788</guid>
		<description><![CDATA[What you could do is gradually change the heading with something like: (meta code not squeak)
keep
b := self bearingTo: ConnectorArrow.
(b  heading; 
   heading++
if b &lt; heading;
   heading--

that way it would take several iterations for heading to = B

Thanks for the kind word.
Love now you have taken the basic use of connectors I demonstrated and expanded on it so much
very cool.]]></description>
		<content:encoded><![CDATA[<p>What you could do is gradually change the heading with something like: (meta code not squeak)<br />
keep<br />
b := self bearingTo: ConnectorArrow.<br />
(b  heading;<br />
   heading++<br />
if b &lt; heading;<br />
   heading&#8211;</p>
<p>that way it would take several iterations for heading to = B</p>
<p>Thanks for the kind word.<br />
Love now you have taken the basic use of connectors I demonstrated and expanded on it so much<br />
very cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on E-Toys Tutorial 12 &#8211; Getting Jiggy with the Frog by Mike Stramba</title>
		<link>http://freemor.wordpress.com/2009/06/07/e-toys-tutorial-12-getting-jiggy-with-the-frog/#comment-783</link>
		<dc:creator><![CDATA[Mike Stramba]]></dc:creator>
		<pubDate>Thu, 15 Mar 2012 05:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://freemor.wordpress.com/2009/06/07/e-toys-tutorial-12-getting-jiggy-with-the-frog/#comment-783</guid>
		<description><![CDATA[Thanks for this tutorial !

I am a Squeak/ etoys novice, and hadn&#039;t used the etoys &quot;connector&quot; before.

It gave me an idea for an ATC (Air traffic control simulator), i.e. to use &quot;vector&quot; lines (connectors), for a way to graphically issue heading change commands to the planes.

Along with the etoys &#039;bearingTo&#039; method, and this little script snippet, I&#039;ve also solved the annoying &quot;heading&quot; numbers that etoys uses for headings &gt; 180 :

	&#124; b &#124;
	self forward: 0.2.
	b := self bearingTo: ConnectorArrow.
	(b &lt; 0) ifTrue: [b := 360 + b].
	Transcript cr; show: b.
	self setHeading: b

Unfortuneatly, atm, my little vector- bearing control is not working ideally, as the &quot;plane&quot; changes it&#039;s heading instantaneously, when the bearing &quot;target&quot; is moved.

I want the plane to turn at a realistic turn rate given the current speed, so some more scripting is probably in order.

Mike]]></description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial !</p>
<p>I am a Squeak/ etoys novice, and hadn&#8217;t used the etoys &#8220;connector&#8221; before.</p>
<p>It gave me an idea for an ATC (Air traffic control simulator), i.e. to use &#8220;vector&#8221; lines (connectors), for a way to graphically issue heading change commands to the planes.</p>
<p>Along with the etoys &#8216;bearingTo&#8217; method, and this little script snippet, I&#8217;ve also solved the annoying &#8220;heading&#8221; numbers that etoys uses for headings &gt; 180 :</p>
<p>	| b |<br />
	self forward: 0.2.<br />
	b := self bearingTo: ConnectorArrow.<br />
	(b &lt; 0) ifTrue: [b := 360 + b].<br />
	Transcript cr; show: b.<br />
	self setHeading: b</p>
<p>Unfortuneatly, atm, my little vector- bearing control is not working ideally, as the &quot;plane&quot; changes it&#039;s heading instantaneously, when the bearing &quot;target&quot; is moved.</p>
<p>I want the plane to turn at a realistic turn rate given the current speed, so some more scripting is probably in order.</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Freemor by Mark Szentes-Wanner</title>
		<link>http://freemor.wordpress.com/about/#comment-743</link>
		<dc:creator><![CDATA[Mark Szentes-Wanner]]></dc:creator>
		<pubDate>Tue, 27 Dec 2011 10:07:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-743</guid>
		<description><![CDATA[Hi,

I found you by your Google Cloud Print - Insane blog post. I am happy to have you here on this planet.

Mark]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I found you by your Google Cloud Print &#8211; Insane blog post. I am happy to have you here on this planet.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash &#8216;Cookies&#8217;, a hidden bane by Frances Druins</title>
		<link>http://freemor.wordpress.com/2008/07/28/flash-cookies-a-hidden-bane/#comment-511</link>
		<dc:creator><![CDATA[Frances Druins]]></dc:creator>
		<pubDate>Sat, 16 Jul 2011 11:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://freemor.wordpress.com/2008/07/28/flash-cookies-a-hidden-bane/#comment-511</guid>
		<description><![CDATA[^^
thank you Privacy Guy!]]></description>
		<content:encoded><![CDATA[<p>^^<br />
thank you Privacy Guy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talkr.im Howto by Freemor</title>
		<link>http://freemor.wordpress.com/2011/03/13/talkr-im-howto/#comment-498</link>
		<dc:creator><![CDATA[Freemor]]></dc:creator>
		<pubDate>Wed, 01 Jun 2011 17:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://freemor.wordpress.com/?p=419#comment-498</guid>
		<description><![CDATA[Not that I&#039;m aware of. You could always ask the folks over at talkr.im to be sure. There are some services that I did not cover in depth such as Jingle and PubSub. Your request for a post on SIP/Simple is a good one and I&#039;ll add it to my list of things to cover as your question shows that there may be more interest in this subject then I previously thought.   It is also a timely subject now with so many people getting twitchy about Microsoft buying Skype.

Thanks for the Feedback]]></description>
		<content:encoded><![CDATA[<p>Not that I&#8217;m aware of. You could always ask the folks over at talkr.im to be sure. There are some services that I did not cover in depth such as Jingle and PubSub. Your request for a post on SIP/Simple is a good one and I&#8217;ll add it to my list of things to cover as your question shows that there may be more interest in this subject then I previously thought.   It is also a timely subject now with so many people getting twitchy about Microsoft buying Skype.</p>
<p>Thanks for the Feedback</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Talkr.im Howto by mee</title>
		<link>http://freemor.wordpress.com/2011/03/13/talkr-im-howto/#comment-496</link>
		<dc:creator><![CDATA[mee]]></dc:creator>
		<pubDate>Sat, 28 May 2011 06:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://freemor.wordpress.com/?p=419#comment-496</guid>
		<description><![CDATA[Are there any transports not listed by discovery?  

How about a lovely post on sip/simple?  With xmpp?]]></description>
		<content:encoded><![CDATA[<p>Are there any transports not listed by discovery?  </p>
<p>How about a lovely post on sip/simple?  With xmpp?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash &#8216;Cookies&#8217;, a hidden bane by Privacy Guy</title>
		<link>http://freemor.wordpress.com/2008/07/28/flash-cookies-a-hidden-bane/#comment-476</link>
		<dc:creator><![CDATA[Privacy Guy]]></dc:creator>
		<pubDate>Mon, 18 Apr 2011 19:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://freemor.wordpress.com/2008/07/28/flash-cookies-a-hidden-bane/#comment-476</guid>
		<description><![CDATA[I know, I know... this entry is so old, but this fix is easy in Linux. Just redirect the directories to /dev/null and you don&#039;t have to worry about clearing them... they never, ever get saved to disk :)

cd $HOME

rm -rf .adobe .macromedia

ln -s /dev/null .adobe

ln -s /dev/null .macromedia]]></description>
		<content:encoded><![CDATA[<p>I know, I know&#8230; this entry is so old, but this fix is easy in Linux. Just redirect the directories to /dev/null and you don&#8217;t have to worry about clearing them&#8230; they never, ever get saved to disk <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>cd $HOME</p>
<p>rm -rf .adobe .macromedia</p>
<p>ln -s /dev/null .adobe</p>
<p>ln -s /dev/null .macromedia</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Freemor by tawelgnapmun</title>
		<link>http://freemor.wordpress.com/about/#comment-460</link>
		<dc:creator><![CDATA[tawelgnapmun]]></dc:creator>
		<pubDate>Thu, 24 Mar 2011 16:30:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-460</guid>
		<description><![CDATA[Yeah.. cyberpunk.. !privacy !OnlyGodKnow]]></description>
		<content:encoded><![CDATA[<p>Yeah.. cyberpunk.. !privacy !OnlyGodKnow</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Free&#8230; by k</title>
		<link>http://freemor.wordpress.com/2010/03/17/google-free/#comment-456</link>
		<dc:creator><![CDATA[k]]></dc:creator>
		<pubDate>Fri, 18 Mar 2011 08:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://freemor.wordpress.com/?p=392#comment-456</guid>
		<description><![CDATA[add your news to gmane.org! they retain it for lots longer..]]></description>
		<content:encoded><![CDATA[<p>add your news to gmane.org! they retain it for lots longer..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using BloGTK with wordpress.com by John</title>
		<link>http://freemor.wordpress.com/2008/04/13/using-blogtk-with-wordpresscom/#comment-442</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Thu, 24 Feb 2011 13:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://freemor.wordpress.com/2008/04/13/using-blogtk-with-wordpresscom/#comment-442</guid>
		<description><![CDATA[Thanks.  Quite annoying there is hardly any documentation for this otherwise.  This helped a lot!]]></description>
		<content:encoded><![CDATA[<p>Thanks.  Quite annoying there is hardly any documentation for this otherwise.  This helped a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
