<?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"
	>
<channel>
	<title>Comments on: Silly Hack of the Day: Mount the Obj-C Runtime as a Filesystem</title>
	<atom:link href="http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/</link>
	<description>...so google can organize my head.</description>
	<pubDate>Mon, 12 May 2008 08:54:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: GoogleRumours.com &#187; Blog Archive &#187; Developing for MacFUSE</title>
		<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-186010</link>
		<dc:creator>GoogleRumours.com &#187; Blog Archive &#187; Developing for MacFUSE</dc:creator>
		<pubDate>Thu, 27 Mar 2008 13:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-186010</guid>
		<description>[...] addition to the talk, there were mind-bending demos of file systems written in Objective-C, such as RunTimeFS and AccessiblityFS. I really enjoyed the CocoaHeads meeting and encourage my fellow Mac developers [...]</description>
		<content:encoded><![CDATA[<p>[...] addition to the talk, there were mind-bending demos of file systems written in Objective-C, such as RunTimeFS and AccessiblityFS. I really enjoyed the CocoaHeads meeting and encourage my fellow Mac developers [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GoogleRumours.com &#187; Blog Archive &#187; Developing for MacFUSE</title>
		<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-186011</link>
		<dc:creator>GoogleRumours.com &#187; Blog Archive &#187; Developing for MacFUSE</dc:creator>
		<pubDate>Thu, 27 Mar 2008 13:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-186011</guid>
		<description>[...] addition to the talk, there were mind-bending demos of file systems written in Objective-C, such as RunTimeFS and AccessiblityFS. I really enjoyed the CocoaHeads meeting and encourage my fellow Mac developers [...]</description>
		<content:encoded><![CDATA[<p>[...] addition to the talk, there were mind-bending demos of file systems written in Objective-C, such as RunTimeFS and AccessiblityFS. I really enjoyed the CocoaHeads meeting and encourage my fellow Mac developers [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Macinsoft - Silly Hack of the Day: Mount the Obj-C Runtime as a Filesystem</title>
		<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184625</link>
		<dc:creator>Macinsoft - Silly Hack of the Day: Mount the Obj-C Runtime as a Filesystem</dc:creator>
		<pubDate>Tue, 15 Jan 2008 07:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184625</guid>
		<description>[...] bbum: &#8220;MacFuse kicks ass. The Objective-C API is trivially easy to use. Trivially easy. I implemented this little hack in less than two hours, not having looked at the MacFuse API before.&#8221;  Comments RSS &#124; Trackback URL [...]</description>
		<content:encoded><![CDATA[<p>[...] bbum: &ldquo;MacFuse kicks ass. The Objective-C API is trivially easy to use. Trivially easy. I implemented this little hack in less than two hours, not having looked at the MacFuse API before.&rdquo;  Comments RSS | Trackback URL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrett Albright</title>
		<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184597</link>
		<dc:creator>Garrett Albright</dc:creator>
		<pubDate>Sun, 13 Jan 2008 05:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184597</guid>
		<description>Something I'd love to see, either by MacFUSE or some other project, is a way to browse my cell phone's contents via Bluetooth using the Finder instead of the gimpy little Bluetooth File Exchange app. Any coders smarter than me up for taking up that project?</description>
		<content:encoded><![CDATA[<p>Something I&#8217;d love to see, either by MacFUSE or some other project, is a way to browse my cell phone&#8217;s contents via Bluetooth using the Finder instead of the gimpy little Bluetooth File Exchange app. Any coders smarter than me up for taking up that project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Todd</title>
		<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184596</link>
		<dc:creator>Sean Todd</dc:creator>
		<pubDate>Sun, 13 Jan 2008 03:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184596</guid>
		<description>What was the change you made to the framework?  I looked through the header files and didn't see anything mentioning release or retain (since that is what gcc is complaining about).  Did you have to recompile the framework itself?</description>
		<content:encoded><![CDATA[<p>What was the change you made to the framework?  I looked through the header files and didn&#8217;t see anything mentioning release or retain (since that is what gcc is complaining about).  Did you have to recompile the framework itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Rix</title>
		<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184570</link>
		<dc:creator>Rob Rix</dc:creator>
		<pubDate>Fri, 11 Jan 2008 05:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184570</guid>
		<description>You could make individual methods show up as files, with the contents being the documentation for that particular method (:</description>
		<content:encoded><![CDATA[<p>You could make individual methods show up as files, with the contents being the documentation for that particular method (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184568</link>
		<dc:creator>will</dc:creator>
		<pubDate>Thu, 10 Jan 2008 23:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184568</guid>
		<description>That's one of the coolest things I've seen in a long, long time.  I can't think of any real serious use for it, but that just makes me admire its awesomeness all the more.</description>
		<content:encoded><![CDATA[<p>That&#8217;s one of the coolest things I&#8217;ve seen in a long, long time.  I can&#8217;t think of any real serious use for it, but that just makes me admire its awesomeness all the more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ACoolie</title>
		<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184567</link>
		<dc:creator>ACoolie</dc:creator>
		<pubDate>Thu, 10 Jan 2008 23:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184567</guid>
		<description>If you did extend this as stated to include methods, variables, and subclasses (which you might want to symbolically link to a top-level class directory), it could easily replace the now unreliable Docoa Browser.</description>
		<content:encoded><![CDATA[<p>If you did extend this as stated to include methods, variables, and subclasses (which you might want to symbolically link to a top-level class directory), it could easily replace the now unreliable Docoa Browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Fancher</title>
		<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184564</link>
		<dc:creator>Bruce Fancher</dc:creator>
		<pubDate>Thu, 10 Jan 2008 17:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184564</guid>
		<description>Dude.  That is so fucking cool.</description>
		<content:encoded><![CDATA[<p>Dude.  That is so fucking cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tsai - Blog - RuntimeFS</title>
		<link>http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184562</link>
		<dc:creator>Michael Tsai - Blog - RuntimeFS</dc:creator>
		<pubDate>Thu, 10 Jan 2008 16:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2008/01/10/silly-hack-of-the-day-mount-the-obj-c-runtime-as-a-filesystem/#comment-184562</guid>
		<description>[...] Bill Bumgarner uses the new, ultra-simple Objective-C API for MacFUSE to create a filesystem for browsing Objective-C class hierarchies. [...]</description>
		<content:encoded><![CDATA[<p>[...] Bill Bumgarner uses the new, ultra-simple Objective-C API for MacFUSE to create a filesystem for browsing Objective-C class hierarchies. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
