<?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; Snow Leopard</title>
	<atom:link href="http://everythingisgray.com/tag/snow-leopard/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>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>
	</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! -->