<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gwynne&#039;s Blog &#187; garbage collection</title>
	<atom:link href="http://blog.darkrainfall.org/tag/garbage-collection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.darkrainfall.org</link>
	<description></description>
	<lastBuildDate>Sat, 17 Dec 2011 15:39:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A handy trick with blocks and callbacks in Objective-C</title>
		<link>http://blog.darkrainfall.org/a-handy-trick-with-blocks-and-callbacks-in-objective-c/</link>
		<comments>http://blog.darkrainfall.org/a-handy-trick-with-blocks-and-callbacks-in-objective-c/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 08:26:46 +0000</pubDate>
		<dc:creator>Gwynne Raskind</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=515</guid>
		<description><![CDATA[While writing some code to implement a block-based callback on top of some classes which are still stuck in the target-action paradigm, I stumbled across this rather nice little trick for doing so in a category without having to do &#8230; <a href="http://blog.darkrainfall.org/a-handy-trick-with-blocks-and-callbacks-in-objective-c/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.darkrainfall.org/a-handy-trick-with-blocks-and-callbacks-in-objective-c/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Missions of the Reliant: They&#8217;re locking phasers.</title>
		<link>http://blog.darkrainfall.org/missions-of-the-reliant-theyre-locking-phasers/</link>
		<comments>http://blog.darkrainfall.org/missions-of-the-reliant-theyre-locking-phasers/#comments</comments>
		<pubDate>Fri, 07 May 2010 07:18:20 +0000</pubDate>
		<dc:creator>Gwynne Raskind</dc:creator>
				<category><![CDATA[Missions of the Reliant]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[DreamHost]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[Linode]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[PLBlocks]]></category>
		<category><![CDATA[porting]]></category>
		<category><![CDATA[star trek]]></category>
		<category><![CDATA[tv quotes]]></category>

		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=391</guid>
		<description><![CDATA[&#8220;Lock phasers on target.&#8221; &#8211; Khan &#8220;Locking phasers on target.&#8221; &#8211; Joachim &#8220;They&#8217;re locking phasers.&#8221; &#8211; Spock &#8220;Raise shields!&#8221; &#8211; Kirk &#8220;FIRE!&#8221; &#8211; Khan The Reliant now has targetting and scanning systems implemented. There&#8217;s still several bugs to work out, &#8230; <a href="http://blog.darkrainfall.org/missions-of-the-reliant-theyre-locking-phasers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.darkrainfall.org/missions-of-the-reliant-theyre-locking-phasers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subtle pitfalls of doing things in -dealloc</title>
		<link>http://blog.darkrainfall.org/subtle-pitfalls-of-doing-things-in-dealloc/</link>
		<comments>http://blog.darkrainfall.org/subtle-pitfalls-of-doing-things-in-dealloc/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 19:04:16 +0000</pubDate>
		<dc:creator>Gwynne Raskind</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[code mistakes]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[Key-Value Coding]]></category>
		<category><![CDATA[Key-Value Observing]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[singleton pattern]]></category>

		<guid isPermaLink="false">http://blog.darkrainfall.org/?p=349</guid>
		<description><![CDATA[Let me describe the setup for this issue. Take a gobal (set property on a singleton object) list of objects which holds only weak references (in this case, if it held strong references, the objects would never lose their last &#8230; <a href="http://blog.darkrainfall.org/subtle-pitfalls-of-doing-things-in-dealloc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.darkrainfall.org/subtle-pitfalls-of-doing-things-in-dealloc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

