<?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>Everything is Gray &#187; OS X</title>
	<atom:link href="http://everythingisgray.com/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://everythingisgray.com</link>
	<description>James Barclay's blog about design, technology, and the web.</description>
	<lastBuildDate>Wed, 21 Jul 2010 03:55:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Configure Archive Utility in Mac OS X</title>
		<link>http://everythingisgray.com/2010/02/16/configure-archive-utility-in-mac-os-x/</link>
		<comments>http://everythingisgray.com/2010/02/16/configure-archive-utility-in-mac-os-x/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 06:46:41 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=173</guid>
		<description><![CDATA[Having recently purchased a new MacBook Pro and electing to skip the option of running Migration Assistant to transfer my data and settings, I noticed that a few applications were behaving differently. Over the years I&#8217;ve configured quite a few things on my Mac, and eventually I became accustomed to said customizations. One of the [...]]]></description>
			<content:encoded><![CDATA[<p>Having recently purchased a new MacBook Pro and electing to skip the option of running <a href="http://en.wikipedia.org/wiki/Migration_Assistant_(Apple)">Migration Assistant</a> to transfer my data and settings, I noticed that a few applications were behaving differently. Over the years I&#8217;ve configured quite a few things on my Mac, and eventually I became accustomed to said customizations. One of the first things I noticed was that when I would unarchive a zip file, the compressed file would stay put. I remembered that a few years ago I learned of a cool way to configure Mac OS X&#8217;s built-in Archive Utility, (using a System Preference pane), so I immediately went digging. To do this, simply navigate to <code>therootofyourharddrive/System/Library/CoreServices</code>. From there right or control click on Archive Utility.app, and select &#8220;Show Package Contents.&#8221; A new window will open containing a folder named <code>Contents</code>, within which you&#8217;ll find <code>Resources</code>, and finally <code>Archives.prefPane</code>. Opening this preference pane will result in System Preferences.app asking if you&#8217;d like to install for all users or for this user only. Voila! Now you can tell Archive Utility to delete the archive after expanding it.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2010/02/16/configure-archive-utility-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check if your Mac is 64 bit</title>
		<link>http://everythingisgray.com/2009/10/08/check-if-your-mac-is-64-bit/</link>
		<comments>http://everythingisgray.com/2009/10/08/check-if-your-mac-is-64-bit/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 21:52:41 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=149</guid>
		<description><![CDATA[Here&#8217;s an easy way to determine whether or not your Mac is 64 bit capable. Open Terminal.app, which is located in /Applications/Utilities and type in sysctl hw &#124;grep 64bit. If your machine is 64 bit capable, the result will be hw.cpu64bit_capable: 1 If your machine is not 64 bit capable, the result will be hw.cpu64bit_capable: [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an easy way to determine whether or not your Mac is 64 bit capable. Open <code>Terminal.app</code>, which is located in <code>/Applications/Utilities</code> and type in</p>
<p><code>sysctl hw |grep 64bit</code>.</p>
<p>If your machine is 64 bit capable, the result will be</p>
<p><code>hw.cpu64bit_capable: 1</code></p>
<p>If your machine is not 64 bit capable, the result will be</p>
<p><code>hw.cpu64bit_capable: 0</code></p>
<p>Tip source: <a href="http://osxdaily.com/2009/09/23/check-if-your-mac-is-64-bit-compatible-via-command-line/">OSXDaily.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2009/10/08/check-if-your-mac-is-64-bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I shed a tear for Quicksilver today</title>
		<link>http://everythingisgray.com/2009/04/22/i-shed-a-tear-for-quicksilver-today/</link>
		<comments>http://everythingisgray.com/2009/04/22/i-shed-a-tear-for-quicksilver-today/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 21:25:56 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[LaunchBar]]></category>
		<category><![CDATA[Quicksilver]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=84</guid>
		<description><![CDATA[Today I uninstalled Quicksilver, in favor of using the LaunchBar 5 beta. It was late 2007 when developer Nicholas Jitkoff released the source to Google Code, and I&#8217;ve been hanging on tightly ever since. I understand that the project will continue to be updated, but I&#8217;ve come to my wits end, and am done struggling [...]]]></description>
			<content:encoded><![CDATA[<p>Today I uninstalled <a href="http://www.blacktree.com/">Quicksilver</a>, in favor of using the <a href="http://www.obdev.at/products/launchbar/beta.html">LaunchBar 5 beta</a>. It was late 2007 when developer Nicholas Jitkoff released the <a href="http://code.google.com/p/blacktree-alchemy/">source</a> to Google Code, and I&#8217;ve been hanging on tightly ever since. I understand that the project will continue to be updated, but I&#8217;ve come to my wits end, and am done struggling with the application for now. We&#8217;ll see how long this lasts&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2009/04/22/i-shed-a-tear-for-quicksilver-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->