<?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 stiefels.net</title>
	<atom:link href="http://www.stiefels.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stiefels.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 10 Feb 2010 12:43:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Best-Fit Placement Heuristic by Nadee</title>
		<link>http://www.stiefels.net/projects/best-fit-placement-heuristic/comment-page-1/#comment-121</link>
		<dc:creator>Nadee</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?page_id=309#comment-121</guid>
		<description>Thanxx for publishing your work. Great job. Hope this will be helpful for my project.

:)</description>
		<content:encoded><![CDATA[<p>Thanxx for publishing your work. Great job. Hope this will be helpful for my project.</p>
<p> <img src='http://www.stiefels.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Regular Expressions for NSString by Rumpelrausch</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-117</link>
		<dc:creator>Rumpelrausch</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-117</guid>
		<description>Thanks a lot!
Anyway, this can still be more compact. I just posted a one-line solution at
http://podstuff.de/blog/nsstring-regex-matching-quick-n-dirty-90</description>
		<content:encoded><![CDATA[<p>Thanks a lot!<br />
Anyway, this can still be more compact. I just posted a one-line solution at<br />
<a href="http://podstuff.de/blog/nsstring-regex-matching-quick-n-dirty-90" rel="nofollow">http://podstuff.de/blog/nsstring-regex-matching-quick-n-dirty-90</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Syntax Highlighting for NSTextView with flex by SpookyET</title>
		<link>http://www.stiefels.net/2008/01/22/syntax-highlighting-for-nstextview-with-flex/comment-page-1/#comment-114</link>
		<dc:creator>SpookyET</dc:creator>
		<pubDate>Mon, 18 Jan 2010 03:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2008/01/22/syntax-highlighting-for-nstextview-with-flex/#comment-114</guid>
		<description>I have the same problem with these warnings. XCode can’t detect non-existant functions since they aren’t generated yet. I can’t figure out what you did in your project to hide the errors.

1 – implicit declaration of function ‘yystatereset’
2 – implicit declaration of function ‘yy_scan_string’
3 – implicit declaration of function ‘yylex’

Also, the generated code is leaking memory and the objective-c code calls autorelease pool way too often. yy_delete_buffer isn’t getting called.

NSString *tokenString = [[NSString stringWithUTF8String: yyText] autorelease]; &lt;— that’s bad.</description>
		<content:encoded><![CDATA[<p>I have the same problem with these warnings. XCode can’t detect non-existant functions since they aren’t generated yet. I can’t figure out what you did in your project to hide the errors.</p>
<p>1 – implicit declaration of function ‘yystatereset’<br />
2 – implicit declaration of function ‘yy_scan_string’<br />
3 – implicit declaration of function ‘yylex’</p>
<p>Also, the generated code is leaking memory and the objective-c code calls autorelease pool way too often. yy_delete_buffer isn’t getting called.</p>
<p>NSString *tokenString = [[NSString stringWithUTF8String: yyText] autorelease]; &lt;— that’s bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Openfire and Net::XMPP by Ninux</title>
		<link>http://www.stiefels.net/2008/09/08/openfire-and-netxmpp/comment-page-1/#comment-80</link>
		<dc:creator>Ninux</dc:creator>
		<pubDate>Wed, 21 Oct 2009 06:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=94#comment-80</guid>
		<description>&lt;p&gt;Hi there...
Despite all tries I&#039;ve made, I can&#039;t send a message with your script Gerric (nor with any other scripts I tried) : I reach a 503 error on jabber.org (I&#039;m sure of my credentials, the port number, etc).
I already tried to comment the AuthSASL in /usr/share/perl5/XMPP/Protocol.pm and I obtain the following message :&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;sendxmpp: Connect: 1
  Error &#039;AuthSend&#039;: 503: [?]
  sendxmpp: Disconnect&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;instead of the following one :&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;sendxmpp: Connect: 1
  Error &#039;AuthSend&#039;: error: not-authorized[?]
  sendxmpp: Disconnect&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Does anybody have a trouble like this ?
Any clue ?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi there&#8230;<br />
Despite all tries I&#8217;ve made, I can&#8217;t send a message with your script Gerric (nor with any other scripts I tried) : I reach a 503 error on jabber.org (I&#8217;m sure of my credentials, the port number, etc).<br />
I already tried to comment the AuthSASL in /usr/share/perl5/XMPP/Protocol.pm and I obtain the following message :</p>
<blockquote>
<p>sendxmpp: Connect: 1<br />
  Error &#8216;AuthSend&#8217;: 503: [?]<br />
  sendxmpp: Disconnect</p>
</blockquote>
<p>instead of the following one :</p>
<blockquote>
<p>sendxmpp: Connect: 1<br />
  Error &#8216;AuthSend&#8217;: error: not-authorized[?]<br />
  sendxmpp: Disconnect</p>
</blockquote>
<p>Does anybody have a trouble like this ?<br />
Any clue ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on STNPostgreSQL.framework by Simon</title>
		<link>http://www.stiefels.net/projects/stnpostgresqlframework/comment-page-1/#comment-34</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 07 Oct 2009 03:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/projects/stnpostgresqlframework/#comment-34</guid>
		<description>&lt;p&gt;Thank you!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on STNPostgreSQL.framework by Rui Pacheco</title>
		<link>http://www.stiefels.net/projects/stnpostgresqlframework/comment-page-1/#comment-33</link>
		<dc:creator>Rui Pacheco</dc:creator>
		<pubDate>Tue, 06 Oct 2009 20:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/projects/stnpostgresqlframework/#comment-33</guid>
		<description>&lt;p&gt;Took your framework for a spin. Not what I was looking for (I need control at a lower level) but this seems to be very good.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Took your framework for a spin. Not what I was looking for (I need control at a lower level) but this seems to be very good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Regular Expressions for NSString by Gennady</title>
		<link>http://www.stiefels.net/2007/01/24/regular-expressions-for-nsstring/comment-page-1/#comment-20</link>
		<dc:creator>Gennady</dc:creator>
		<pubDate>Tue, 29 Sep 2009 17:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/2007/01/25/regular-expressions-for-nsstring/#comment-20</guid>
		<description>&lt;p&gt;Thanks, very useful.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks, very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Timeline: Response Times by Cell Phone Type by tobi</title>
		<link>http://www.stiefels.net/2009/09/20/timeline-response-times-by-cell-phone-type/comment-page-1/#comment-92</link>
		<dc:creator>tobi</dc:creator>
		<pubDate>Sun, 20 Sep 2009 11:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=396#comment-92</guid>
		<description>&lt;p&gt;sure ;)
but it&#039;s indeed interesting.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>sure <img src='http://www.stiefels.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
but it&#8217;s indeed interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Timeline: Response Times by Cell Phone Type by Simon</title>
		<link>http://www.stiefels.net/2009/09/20/timeline-response-times-by-cell-phone-type/comment-page-1/#comment-91</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 20 Sep 2009 11:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=396#comment-91</guid>
		<description>&lt;p&gt;About 1/4 of all people have iPhones. Please don&#039;t take this &quot;statistic&quot; too serious. ;)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>About 1/4 of all people have iPhones. Please don&#8217;t take this &#8220;statistic&#8221; too serious. <img src='http://www.stiefels.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Timeline: Response Times by Cell Phone Type by tobi</title>
		<link>http://www.stiefels.net/2009/09/20/timeline-response-times-by-cell-phone-type/comment-page-1/#comment-90</link>
		<dc:creator>tobi</dc:creator>
		<pubDate>Sun, 20 Sep 2009 10:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=396#comment-90</guid>
		<description>&lt;p&gt;How many of the 20 people had iPhones?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>How many of the 20 people had iPhones?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
