<?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>Mac OS X Internals &#187; Google</title>
	<atom:link href="http://osxbook.com/blog/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxbook.com/blog</link>
	<description>A Systems Approach</description>
	<lastBuildDate>Fri, 13 Apr 2012 07:35:59 +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>MacFUSE 2.0 is Here!</title>
		<link>http://osxbook.com/blog/2008/12/08/macfuse-20-is-here/</link>
		<comments>http://osxbook.com/blog/2008/12/08/macfuse-20-is-here/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 23:42:48 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacFUSE]]></category>

		<guid isPermaLink="false">http://www.osxbook.com/blog/?p=275</guid>
		<description><![CDATA[It was a little over two years ago that I gave serious thought to making user-space file systems a reality on Mac OS X. The result of that work, MacFUSE, was introduced at the Macworld conference in January 2007. Since then, MacFUSE has come a long way. It&#8217;s been used in projects big and small [...]]]></description>
			<content:encoded><![CDATA[<p>It was a little over two years ago that I gave serious thought to making user-space file systems a reality on Mac OS X. The result of that work, <a href="http://code.google.com/p/macfuse/" title="MacFUSE Project Page">MacFUSE</a>, was introduced at the Macworld conference in January 2007. Since then, MacFUSE has come a long way. It&#8217;s been used in projects big and small and has made numerous existing (on other platforms) and new file systems possible on Mac OS X.</p>
<div style="background-color: #EAEAF4; padding: 1em;">
MacFUSE is a native file system for Mac OS X&mdash;&#8221;native&#8221; means that it lives in the kernel, like HFS+ and AFP. However, MacFUSE doesn&#8217;t ultimately provide the file system content itself&mdash;it communicates with a standard Mac OS X application to read or write the actual file system content. Thus, MacFUSE is a file system that lets you write file systems. To do so, a developer would use one of the APIs provided by MacFUSE. MacFUSE 2.0 provides multiple APIs including, but not limited to, the FUSE API from Linux.
</div>
<p><a href="http://code.google.com/p/macfuse/downloads/list" title="Download MacFUSE">MacFUSE 2.0</a> is a major update to MacFUSE. We&#8217;ll be discussing what&#8217;s new in MacFUSE 2.0 in <a href="http://google-opensource.blogspot.com/2008/12/open-source-developers-google-speaker.html" title="MacFUSE State of the Union Talk">a talk at Google&#8217;s Mountain View headquarters</a> today. For those who can&#8217;t be at the talk, there are two versions of the &#8220;what&#8217;s new&#8221; description.</p>
<p>The Apple-style version is easy to state: <em>&#8220;improvements and bug-fixes.&#8221;</em></p>
<p>Alternatively, you can read the <a href="http://code.google.com/p/macfuse/wiki/CHANGELOG" title="MacFUSE CHANGELOG">CHANGELOG</a> in its entirety at the project&#8217;s web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://osxbook.com/blog/2008/12/08/macfuse-20-is-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacFUSE Talk at Google</title>
		<link>http://osxbook.com/blog/2008/12/02/macfuse-talk-at-google/</link>
		<comments>http://osxbook.com/blog/2008/12/02/macfuse-talk-at-google/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 21:08:13 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[MacFUSE]]></category>

		<guid isPermaLink="false">http://www.osxbook.com/blog/?p=266</guid>
		<description><![CDATA[Next Monday (December 8, 2008), there will be an open-to-all talk on MacFUSE at Google&#8217;s Mountain View headquarters. Here is a more detailed announcement.]]></description>
			<content:encoded><![CDATA[<p>Next Monday (December 8, 2008), there will be an open-to-all talk on MacFUSE at Google&#8217;s Mountain View headquarters. <a href="http://google-opensource.blogspot.com/2008/12/open-source-developers-google-speaker.html" title="MacFUSE Tech Talk at Google">Here</a> is a more detailed announcement.</p>
]]></content:encoded>
			<wfw:commentRss>http://osxbook.com/blog/2008/12/02/macfuse-talk-at-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Install/Update Capabilities in MacFUSE</title>
		<link>http://osxbook.com/blog/2008/07/25/new-installupdate-capabilities-in-macfuse/</link>
		<comments>http://osxbook.com/blog/2008/07/25/new-installupdate-capabilities-in-macfuse/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 00:09:26 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacFUSE]]></category>

		<guid isPermaLink="false">http://www.osxbook.com/blog/?p=102</guid>
		<description><![CDATA[MacFUSE has a new install/update mechanism that greatly simplifies and improves things both for end users and developers who use MacFUSE in their software. The relevant wiki page has all the details. Note that instead of Tiger- and Leopard-specific downloads, now there&#8217;s a single downloadable disk image containing a single installable package. The package, which [...]]]></description>
			<content:encoded><![CDATA[<p>MacFUSE has a new install/update mechanism that greatly simplifies and improves things both for end users and developers who use MacFUSE in their software.</p>
<p>The <a href="http://code.google.com/p/macfuse/wiki/AUTOINSTALL" title="MacFUSE Install/Update Engine">relevant wiki page</a> has all the details.</p>
<p>Note that instead of Tiger- and Leopard-specific downloads, now there&#8217;s a single downloadable disk image containing a single installable package. The package, which third parties can choose to include within their metapackages, knows how to install the latest version of MacFUSE for your platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://osxbook.com/blog/2008/07/25/new-installupdate-capabilities-in-macfuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Version of MacFUSE</title>
		<link>http://osxbook.com/blog/2008/04/28/new-version-of-macfuse/</link>
		<comments>http://osxbook.com/blog/2008/04/28/new-version-of-macfuse/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 19:04:24 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacFUSE]]></category>

		<guid isPermaLink="false">http://www.osxbook.com/blog/?p=97</guid>
		<description><![CDATA[Version 1.5 of MacFUSE is out. The CHANGELOG has details of what&#8217;s new.]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/macfuse/downloads/list">Version 1.5</a> of MacFUSE is out.</p>
<p>The <a href="http://code.google.com/p/macfuse/wiki/CHANGELOG">CHANGELOG</a> has details of what&#8217;s new.</p>
]]></content:encoded>
			<wfw:commentRss>http://osxbook.com/blog/2008/04/28/new-version-of-macfuse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacFUSE Now Friendlier with Objective-C</title>
		<link>http://osxbook.com/blog/2008/01/09/macfuse-now-friendlier-with-objective-c/</link>
		<comments>http://osxbook.com/blog/2008/01/09/macfuse-now-friendlier-with-objective-c/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 19:21:07 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacFUSE]]></category>

		<guid isPermaLink="false">http://www.osxbook.com/blog/2008/01/09/macfuse-now-friendlier-with-objective-c/</guid>
		<description><![CDATA[Quoting my Google Mac Blog post in its entirety: A new version of MacFUSE is now available. As always, you can download a ready-to-install prebuilt package, or browse the ready-to-build source. Besides bug fixes and other minor improvements, there is a major new developer feature in this release: an Objective-C framework is now part of [...]]]></description>
			<content:encoded><![CDATA[<p>Quoting my <a href="http://googlemac.blogspot.com">Google Mac Blog</a> <a href="http://googlemac.blogspot.com/2008/01/new-version-of-macfuse-now-with.html">post</a> in its entirety:</p>
<div style="background-color:#f0f0f0; border-left: 2px dashed rgb(40%,40%,40%); padding-left: 8px;">
A new version of MacFUSE is <a title="now available" href="http://code.google.com/p/macfuse/">now available</a>. As always, you can download a ready-to-install <a href="http://code.google.com/p/macfuse/downloads/list" title="prebuilt package">prebuilt package</a>, or browse the ready-to-build <a href="http://code.google.com/p/macfuse/source" title="source">source</a>. Besides bug fixes and other minor improvements, there is a <i>major new developer feature</i> in this release: an Objective-C <a href="http://developer.apple.com/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/WhatAreFrameworks.html" title="framework">framework</a> is now part of the core MacFUSE distribution! MacFUSE.framework will make developing user-space file systems in Objective-C easier than ever before. We look forward to seeing lots of interesting new applications based on MacFUSE.</p>
<p>Ted Bonkenburg, one of the engineers behind MacFUSE.framework, will give a talk this Thursday, January 10, during the next <a href="http://cocoaheads.org/us/SiliconValleyCalifornia/index.html" title="Silicon Valley Cocoaheads">Silicon Valley Cocoaheads meeting</a> at the Apple campus in Cupertino. His talk will focus on using the MacFUSE Objective-C API, but much of it will carry over to using other programming languages with MacFUSE. We&#8217;ll also show some very cool file system demos. So, if you&#8217;re interested in MacFUSE and are in the area, be there! It will be a hands-on talk, so please bring your laptops if you want to follow along. (Xcode 2.5 or newer required.)
</div>
]]></content:encoded>
			<wfw:commentRss>http://osxbook.com/blog/2008/01/09/macfuse-now-friendlier-with-objective-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacFUSE: New Release, Leopard Support</title>
		<link>http://osxbook.com/blog/2007/10/26/macfuse-new-release-leopard-support/</link>
		<comments>http://osxbook.com/blog/2007/10/26/macfuse-new-release-leopard-support/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 02:11:54 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacFUSE]]></category>

		<guid isPermaLink="false">http://www.osxbook.com/blog/2007/10/26/macfuse-new-release-leopard-support/</guid>
		<description><![CDATA[A new release of MacFUSE is here. There is a new version for Leopard, a new version for Tiger, and a new version of sshfs.app that runs on both Tiger and Leopard. Downloads: http://code.google.com/p/macfuse/downloads/list Documentation: http://code.google.com/p/macfuse/w/list]]></description>
			<content:encoded><![CDATA[<p>A new release of <a href="http://code.google.com/p/macfuse/">MacFUSE</a> is here. There is a new version for Leopard, a new version for Tiger, and a new version of sshfs.app that runs on both Tiger and Leopard.</p>
<p><strong>Downloads:</strong> <a href="http://code.google.com/p/macfuse/downloads/list">http://code.google.com/p/macfuse/downloads/list</a></p>
<p><strong>Documentation:</strong> <a href="http://code.google.com/p/macfuse/w/list">http://code.google.com/p/macfuse/w/list</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osxbook.com/blog/2007/10/26/macfuse-new-release-leopard-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video: MacFUSE &quot;Open Source&quot; Talk</title>
		<link>http://osxbook.com/blog/2007/06/01/video-macfuse-open-source-talk/</link>
		<comments>http://osxbook.com/blog/2007/06/01/video-macfuse-open-source-talk/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 08:00:52 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacFUSE]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.osxbook.com/blog/2007/06/01/video-macfuse-open-source-talk/</guid>
		<description><![CDATA[We did a MacFUSE talk at Google last week: Video on YouTube]]></description>
			<content:encoded><![CDATA[<p>We did a MacFUSE talk at Google last week:</p>
<p><a href="http://www.youtube.com/watch?v=Yjdp70474LE">Video on YouTube</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osxbook.com/blog/2007/06/01/video-macfuse-open-source-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public Talk on MacFUSE @ Google</title>
		<link>http://osxbook.com/blog/2007/05/10/public-talk-on-macfuse-google/</link>
		<comments>http://osxbook.com/blog/2007/05/10/public-talk-on-macfuse-google/#comments</comments>
		<pubDate>Fri, 11 May 2007 05:54:16 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacFUSE]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.osxbook.com/blog/2007/05/10/public-talk-on-macfuse-google/</guid>
		<description><![CDATA[People are welcome to join us at Google on Thursday, May 24, for an open-to-public talk on all things MacFUSE. I&#8217;m told that &#8220;Doors open at 6:30PM at Google&#8217;s Mountain View campus. Guests should plan to sign in at Building 41 reception upon arrival. Refreshments will be served&#8230;&#8221; Here&#8217;s an abstract: File systems provide one [...]]]></description>
			<content:encoded><![CDATA[<p>People are welcome to join us at Google on Thursday, May 24, for an open-to-public talk on all things <a href="http://code.google.com/p/macfuse/" title="MacFUSE Project Page">MacFUSE</a>. I&#8217;m told that &#8220;<em>Doors open at 6:30PM at Google&#8217;s <a href="http://code.google.com/events/visitors/">Mountain View campus</a>. Guests should plan to sign in at Building 41 reception upon arrival. Refreshments will be served&#8230;</em>&#8221;</p>
<p>Here&#8217;s an abstract:</p>
<div style="background-color: #eaf4f4;">
<p>
File systems provide one of the most familiar interfaces end users know. Since implementing a traditional file system is extremely complex and difficult, presenting information seamlessly through files and folders has typically been limited to a small set of select programmersâ€”often kernel hackers who develop at the lowest layers of a system.
</p>
<p>
The MacFUSE mechanism breaks this barrier on Mac OS X by doing all the in-kernel hard work once and for all and leaving to the developer only the file-system-specific logic, which can be implemented as a regular user-space application. MacFUSE, with its simple programmer-visible API (same as the Linux FUSE API) and multiple language bindings, almost trivializes the process of making anything and everything appear seamlessly as a set of files and folders. You can also use it to blur the line between the Macintosh Desktop and the Web.
</p>
<p>
In this talk, you will hear the story of MacFUSE from yours truly.
</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://osxbook.com/blog/2007/05/10/public-talk-on-macfuse-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Desktop for the Mac: A Video</title>
		<link>http://osxbook.com/blog/2007/04/24/google-desktop-for-the-mac-a-video/</link>
		<comments>http://osxbook.com/blog/2007/04/24/google-desktop-for-the-mac-a-video/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 13:26:05 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.osxbook.com/blog/2007/04/24/google-desktop-for-the-mac-a-video/</guid>
		<description><![CDATA[I just realized that my &#8220;posting&#8221; of the link to this nice tech video never got posted (network glitches are common in my current location). The prolific Mike Pinkerton, who is the tech lead of the Google Desktop for the Mac project, made this video demonstrating some neat features of the product.]]></description>
			<content:encoded><![CDATA[<p>I just realized that my &#8220;posting&#8221; of the link to this nice tech video never got posted (network glitches are common in my current location).</p>
<p>The prolific <a href="http://weblogs.mozillazine.org/pinkerton/">Mike Pinkerton</a>, who is the tech lead of the Google Desktop for the Mac project, made <a href="http://osxbook.com/media/GDesktopMac.mp4">this video</a> demonstrating some neat features of the product.</p>
]]></content:encoded>
			<wfw:commentRss>http://osxbook.com/blog/2007/04/24/google-desktop-for-the-mac-a-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://osxbook.com/media/GDesktopMac.mp4" length="10367511" type="video/mp4" />
		</item>
		<item>
		<title>Updates to MacFUSE and SSHFS</title>
		<link>http://osxbook.com/blog/2007/04/19/updates-to-macfuse-and-sshfs/</link>
		<comments>http://osxbook.com/blog/2007/04/19/updates-to-macfuse-and-sshfs/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 20:53:36 +0000</pubDate>
		<dc:creator>amit</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[MacFUSE]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.osxbook.com/blog/2007/04/19/updates-to-macfuse-and-sshfs/</guid>
		<description><![CDATA[MacFUSE 0.2.5 and SSHFS for MacFUSE 0.2.0 bring several important and useful updates to the user. Changelog for MacFUSE Changelog for SSHFS]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.googel.com/p/macfuse/downloads/list/" title="MacFUSE Downloads">MacFUSE 0.2.5</a> and <a href="http://code.googel.com/p/macfuse/downloads/list/" title="MacFUSE Downloads">SSHFS for MacFUSE 0.2.0</a> bring several important and useful updates to the user.</p>
<p><a href="http://code.google.com/p/macfuse/wiki/CHANGELOG" title="Changelog for MacFUSE">Changelog for MacFUSE</a></p>
<p><a href="http://code.google.com/p/macfuse/wiki/MACFUSE_FS_SSHFS" title="Changelog for SSHFS">Changelog for SSHFS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osxbook.com/blog/2007/04/19/updates-to-macfuse-and-sshfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

