<?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 on: Playing with NSTimer</title>
	<atom:link href="http://www.noodlesoft.com/blog/2010/07/01/playing-with-nstimer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noodlesoft.com/blog/2010/07/01/playing-with-nstimer/</link>
	<description>On Mac OS X programming</description>
	<lastBuildDate>Sat, 07 Jan 2012 04:23:42 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam</title>
		<link>http://www.noodlesoft.com/blog/2010/07/01/playing-with-nstimer/comment-page-1/#comment-61038</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 27 Nov 2010 04:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodlesoft.com/blog/?p=278#comment-61038</guid>
		<description>Thanks for this blog post. I&#039;ve been having the same issue on iOS and I&#039;m glad to hear it&#039;s a behavior others have noticed and documented. I&#039;ll be building a workaround based on your NSTimer category.</description>
		<content:encoded><![CDATA[<p>Thanks for this blog post. I&#8217;ve been having the same issue on iOS and I&#8217;m glad to hear it&#8217;s a behavior others have noticed and documented. I&#8217;ll be building a workaround based on your NSTimer category.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr_noodle</title>
		<link>http://www.noodlesoft.com/blog/2010/07/01/playing-with-nstimer/comment-page-1/#comment-55156</link>
		<dc:creator>mr_noodle</dc:creator>
		<pubDate>Thu, 12 Aug 2010 19:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodlesoft.com/blog/?p=278#comment-55156</guid>
		<description>Sorry about the late response. I was on vacation when you commented and forgot about it when I got back.

No target release date. I am working on it though progress is slow at the moment for various reasons. I suggest keeping an eye on the forums or twitter for any updates on this front. I&#039;ll definitely be doing some sort of beta at some point.</description>
		<content:encoded><![CDATA[<p>Sorry about the late response. I was on vacation when you commented and forgot about it when I got back.</p>
<p>No target release date. I am working on it though progress is slow at the moment for various reasons. I suggest keeping an eye on the forums or twitter for any updates on this front. I&#8217;ll definitely be doing some sort of beta at some point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel N</title>
		<link>http://www.noodlesoft.com/blog/2010/07/01/playing-with-nstimer/comment-page-1/#comment-53398</link>
		<dc:creator>Joel N</dc:creator>
		<pubDate>Fri, 16 Jul 2010 19:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodlesoft.com/blog/?p=278#comment-53398</guid>
		<description>Hazel 3!?  I know its still work in progress, but what&#039;s the target release date?</description>
		<content:encoded><![CDATA[<p>Hazel 3!?  I know its still work in progress, but what&#8217;s the target release date?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr_noodle</title>
		<link>http://www.noodlesoft.com/blog/2010/07/01/playing-with-nstimer/comment-page-1/#comment-53117</link>
		<dc:creator>mr_noodle</dc:creator>
		<pubDate>Mon, 12 Jul 2010 20:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodlesoft.com/blog/?p=278#comment-53117</guid>
		<description>Interesting notion. Doing a quick test specifying the time both using dispatch_time and dispatch_walltime, I get the same result (the timer delays itself when the machine is put to sleep). Thanks for the suggestion though.</description>
		<content:encoded><![CDATA[<p>Interesting notion. Doing a quick test specifying the time both using dispatch_time and dispatch_walltime, I get the same result (the timer delays itself when the machine is put to sleep). Thanks for the suggestion though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Daniel</title>
		<link>http://www.noodlesoft.com/blog/2010/07/01/playing-with-nstimer/comment-page-1/#comment-53112</link>
		<dc:creator>Jean-Daniel</dc:creator>
		<pubDate>Mon, 12 Jul 2010 18:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.noodlesoft.com/blog/?p=278#comment-53112</guid>
		<description>If this is for 10.6, you may try to use Grand Central Dispatch timer instead. I don&#039;t know if they suffer the same issue though. But as GCD does not store relative and absolute time (walltime) the same way, it should works out of the box.</description>
		<content:encoded><![CDATA[<p>If this is for 10.6, you may try to use Grand Central Dispatch timer instead. I don&#8217;t know if they suffer the same issue though. But as GCD does not store relative and absolute time (walltime) the same way, it should works out of the box.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

