<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: My New Mac: Behold the Awesomeness!</title>
	<atom:link href="http://regex.info/blog/2009-11-03/1347/feed" rel="self" type="application/rss+xml" />
	<link>http://regex.info/blog/2009-11-03/1347</link>
	<description>Not a photo blog. A personal blog with photos.</description>
	<lastBuildDate>Wed, 23 May 2012 20:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Harvey Chin</title>
		<link>http://regex.info/blog/2009-11-03/1347#comment-37407</link>
		<dc:creator>Harvey Chin</dc:creator>
		<pubDate>Sat, 28 Nov 2009 18:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2009-11-03/1347#comment-37407</guid>
		<description>Great setup Jeff. After reading of your SSD setup, I investigated the possibility of doing the same to my late 2007 MacPro. While the DVD/CD drive was an IDE interface, I discovered that there were two SATA ports on the motherboard available. So this morning, I took apart the beast and ran the SATA cable to the DVD/CD tray just to make sure this could be done.  Now all I need to do is order the SSD. One question for you, how did you physically mount the SSD drive?

By the way, really enjoy reading your blog about your family and Japan. Been there about 4 times and love the country. - Harv

&lt;span class=&#039;jfriedl&#039;&gt;The drives have standard screw holes.... which don&#039;t match up, so I just aligned one screw up and held it in that way. It&#039;s not heavy, so seems to be fine. &#8212;Jeffrey&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p>Great setup Jeff. After reading of your SSD setup, I investigated the possibility of doing the same to my late 2007 MacPro. While the DVD/CD drive was an IDE interface, I discovered that there were two SATA ports on the motherboard available. So this morning, I took apart the beast and ran the SATA cable to the DVD/CD tray just to make sure this could be done.  Now all I need to do is order the SSD. One question for you, how did you physically mount the SSD drive?</p>
<p>By the way, really enjoy reading your blog about your family and Japan. Been there about 4 times and love the country. &#8211; Harv</p>
<p><span class='jfriedl'>The drives have standard screw holes&#8230;. which don&#8217;t match up, so I just aligned one screw up and held it in that way. It&#8217;s not heavy, so seems to be fine. &mdash;Jeffrey</span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fazal Majid</title>
		<link>http://regex.info/blog/2009-11-03/1347#comment-37388</link>
		<dc:creator>Fazal Majid</dc:creator>
		<pubDate>Wed, 25 Nov 2009 19:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2009-11-03/1347#comment-37388</guid>
		<description>Congratulations! I upgraded from a PowerMac G5 2x2GHz to a Nehalem Mac Pro a few months ago, and have a configuration similar to yours (except I didn&#039;t think of using the second optical bay SATA connector for my SSD).

I use a Samsung PB22-J 256GB SSD (and before that, a SLC 32GB Intel X25-E). SLC is more durable (100,000 write cycles per cell vs. 10,000 for MLC) and faster, and usually has more cells set aside for bad blocks because it is used in more demanding enterprise applications. Be very careful with Intel firmware upgrades, as twice they released X25-M firmware that caused massive data corruption.

Unfortunately Apple abandoned ZFS in Snow Leopard. I have a Solaris home server running ZFS for backups (using rsync takes less than a minute over GbE), there is nothing remotely close, but there seems to have been some sort of licensing disagreement.

If you use a US credit card, beware of increasing fees on international transactions, even when denominated in US dollars. I got a Capital One credit card as they are the only ones with Charles Schwab who do not add surcharges to international transactions, after paying nearly $200 in such fees to Bank of America last month (I bought flights from British Airways, they were denominated in USD but the vendor is foreign so the surcharge still applies).

Finally, I would recommend you configure it to boot a 64-bit kernel:
http://macperformanceguide.com/SnowLeopard-64bit.html

I have made this the default, the only problem I experienced was with VMware Fusion 2.0. Parallels 4.0 and Fusion 3.0 will work on a 64-bit kernel, and you gain quite a bit in performance. One of the big benefits of x86_64 is that it has doubles the registers available from 8 to 16, and a good compiler can exploit this to speed things up more than simply widening data types would.</description>
		<content:encoded><![CDATA[<p>Congratulations! I upgraded from a PowerMac G5 2x2GHz to a Nehalem Mac Pro a few months ago, and have a configuration similar to yours (except I didn&#8217;t think of using the second optical bay SATA connector for my SSD).</p>
<p>I use a Samsung PB22-J 256GB SSD (and before that, a SLC 32GB Intel X25-E). SLC is more durable (100,000 write cycles per cell vs. 10,000 for MLC) and faster, and usually has more cells set aside for bad blocks because it is used in more demanding enterprise applications. Be very careful with Intel firmware upgrades, as twice they released X25-M firmware that caused massive data corruption.</p>
<p>Unfortunately Apple abandoned ZFS in Snow Leopard. I have a Solaris home server running ZFS for backups (using rsync takes less than a minute over GbE), there is nothing remotely close, but there seems to have been some sort of licensing disagreement.</p>
<p>If you use a US credit card, beware of increasing fees on international transactions, even when denominated in US dollars. I got a Capital One credit card as they are the only ones with Charles Schwab who do not add surcharges to international transactions, after paying nearly $200 in such fees to Bank of America last month (I bought flights from British Airways, they were denominated in USD but the vendor is foreign so the surcharge still applies).</p>
<p>Finally, I would recommend you configure it to boot a 64-bit kernel:<br />
<a href="http://macperformanceguide.com/SnowLeopard-64bit.html" rel="nofollow">http://macperformanceguide.com/SnowLeopard-64bit.html</a></p>
<p>I have made this the default, the only problem I experienced was with VMware Fusion 2.0. Parallels 4.0 and Fusion 3.0 will work on a 64-bit kernel, and you gain quite a bit in performance. One of the big benefits of x86_64 is that it has doubles the registers available from 8 to 16, and a good compiler can exploit this to speed things up more than simply widening data types would.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Shieh in Sunnyvale</title>
		<link>http://regex.info/blog/2009-11-03/1347#comment-37243</link>
		<dc:creator>Andrew Shieh in Sunnyvale</dc:creator>
		<pubDate>Wed, 11 Nov 2009 02:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2009-11-03/1347#comment-37243</guid>
		<description>How can we behold it if there are no shiny photos?!

Enjoy the terabytes. I remember when I started at Y! in 2001 I had a few massive 2 TB file servers that each took up an entire rack.</description>
		<content:encoded><![CDATA[<p>How can we behold it if there are no shiny photos?!</p>
<p>Enjoy the terabytes. I remember when I started at Y! in 2001 I had a few massive 2 TB file servers that each took up an entire rack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://regex.info/blog/2009-11-03/1347#comment-37190</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 07 Nov 2009 14:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2009-11-03/1347#comment-37190</guid>
		<description>Do you backup off-site, or to drives more than a few feet away from your computer?
I realise xTB is a lot of data and I&#039;ve only 200gb or so but my backup somewhat ironically lives in a draw beneath my desktop pc. I&#039;d love to mirror stuff through the intertubes to either a family/friends setup (give him a drive) or to a linked hdd at work but the upload speeds in the uk don&#039;t allow this.

&lt;span class=&#039;jfriedl&#039;&gt;I currently backup my photos to a server 8,000 miles away, but as I mentioned, I&#039;m considering a service like &lt;a href=&#039;http://backblaze.com&#039; class=&#039;quiet&#039; rel=&quot;nofollow&quot;&gt;backblaze.com&lt;/a&gt; to back up everything. &#8212;Jeffrey&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p>Do you backup off-site, or to drives more than a few feet away from your computer?<br />
I realise xTB is a lot of data and I&#8217;ve only 200gb or so but my backup somewhat ironically lives in a draw beneath my desktop pc. I&#8217;d love to mirror stuff through the intertubes to either a family/friends setup (give him a drive) or to a linked hdd at work but the upload speeds in the uk don&#8217;t allow this.</p>
<p><span class='jfriedl'>I currently backup my photos to a server 8,000 miles away, but as I mentioned, I&#8217;m considering a service like <a href='http://backblaze.com' class='quiet' rel="nofollow">backblaze.com</a> to back up everything. &mdash;Jeffrey</span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cabbey</title>
		<link>http://regex.info/blog/2009-11-03/1347#comment-37162</link>
		<dc:creator>cabbey</dc:creator>
		<pubDate>Thu, 05 Nov 2009 21:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2009-11-03/1347#comment-37162</guid>
		<description>At least the MacPros aren&#039;t liquid cooled like the PowerMacs were, my quad G5 is the same physical dimensions as my quad macpro, but easily weighs 90lbs. Hauling it into the Apple store for repairs the first time was brutal. Then I learned they have a cart for folks bringin these beasts in.... you can just come in and check in and get the cart and then go get it from your vehicle. So much nicer.</description>
		<content:encoded><![CDATA[<p>At least the MacPros aren&#8217;t liquid cooled like the PowerMacs were, my quad G5 is the same physical dimensions as my quad macpro, but easily weighs 90lbs. Hauling it into the Apple store for repairs the first time was brutal. Then I learned they have a cart for folks bringin these beasts in&#8230;. you can just come in and check in and get the cart and then go get it from your vehicle. So much nicer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Wong</title>
		<link>http://regex.info/blog/2009-11-03/1347#comment-37153</link>
		<dc:creator>David Wong</dc:creator>
		<pubDate>Wed, 04 Nov 2009 23:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2009-11-03/1347#comment-37153</guid>
		<description>Jeffrey, how do you like the magic mouse?  

I am having some issue with it, mainly it&#039;s shape.  It is too flat for me.  When playing with it at the Apple store, I was standing up, so the angle is not too bad.  But sitting at home, I find my wrist too flat to the desk, the mouse just doesn&#039;t offer too much of a grip for me, this gets fairly uncomfortable after awhile.  I think I&#039;ll try out  Microsoft wireless mouse.

&lt;span class=&#039;jfriedl&#039;&gt;Mine was on a truck heading my way when your comment came in, but I&#039;ve had a chance to try it for a while today. I was thrown a bit by the need to first pair it to the computer, &lt;i&gt;then&lt;/i&gt; do a software upgrade. I had to do it twice before it stuck. Like every Apple wireless mouse I&#039;ve ever tried, even if I ratchet the &quot;tracking&quot; speed to full-on &quot;fast&quot;, it&#039;s still too slow. (By comparison, any other mouse is perfect right at the default center location). I don&#039;t get it.  As for the shape/feel, it&#039;s fine for me. Scrolling is a pleasure. The two-finger sideways wipe is not something I can do yet... it just pushes the mouse itself, so I&#039;ve still got to figure that out.  If you&#039;d like to try something else, try one of the Logitec wireless mice... just be very sure to understand how it tracks (ball, IR, laser), how it communicates (line-of-sight IR, bluetooth, some proprietary technology), and how far away it can be. You really have to read the fine print... sometimes the max distance is one foot (I kid you not) and sometimes it&#039;s 10. If they don&#039;t mention something, assume the worst. My prior mouse is a Logitec that, unbeknown to me when I bought it (despite reading the details on the box carefully, I thought) one that required line-of-sight to a wired receiver unit you had to place on the desk. I was a bit upset, to say the least. But other than that, the ergonomics and feel and everything else is superb, and I&#039;ll keep it around in case I get bored with the Magic Mouse. &#8212;Jeffrey&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p>Jeffrey, how do you like the magic mouse?  </p>
<p>I am having some issue with it, mainly it&#8217;s shape.  It is too flat for me.  When playing with it at the Apple store, I was standing up, so the angle is not too bad.  But sitting at home, I find my wrist too flat to the desk, the mouse just doesn&#8217;t offer too much of a grip for me, this gets fairly uncomfortable after awhile.  I think I&#8217;ll try out  Microsoft wireless mouse.</p>
<p><span class='jfriedl'>Mine was on a truck heading my way when your comment came in, but I&#8217;ve had a chance to try it for a while today. I was thrown a bit by the need to first pair it to the computer, <i>then</i> do a software upgrade. I had to do it twice before it stuck. Like every Apple wireless mouse I&#8217;ve ever tried, even if I ratchet the &#8220;tracking&#8221; speed to full-on &#8220;fast&#8221;, it&#8217;s still too slow. (By comparison, any other mouse is perfect right at the default center location). I don&#8217;t get it.  As for the shape/feel, it&#8217;s fine for me. Scrolling is a pleasure. The two-finger sideways wipe is not something I can do yet&#8230; it just pushes the mouse itself, so I&#8217;ve still got to figure that out.  If you&#8217;d like to try something else, try one of the Logitec wireless mice&#8230; just be very sure to understand how it tracks (ball, IR, laser), how it communicates (line-of-sight IR, bluetooth, some proprietary technology), and how far away it can be. You really have to read the fine print&#8230; sometimes the max distance is one foot (I kid you not) and sometimes it&#8217;s 10. If they don&#8217;t mention something, assume the worst. My prior mouse is a Logitec that, unbeknown to me when I bought it (despite reading the details on the box carefully, I thought) one that required line-of-sight to a wired receiver unit you had to place on the desk. I was a bit upset, to say the least. But other than that, the ergonomics and feel and everything else is superb, and I&#8217;ll keep it around in case I get bored with the Magic Mouse. &mdash;Jeffrey</span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rx1337</title>
		<link>http://regex.info/blog/2009-11-03/1347#comment-37151</link>
		<dc:creator>rx1337</dc:creator>
		<pubDate>Wed, 04 Nov 2009 19:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2009-11-03/1347#comment-37151</guid>
		<description>Oh I see you got the Apple Care :-) Looks like you already think it might fail within the next 3 years. Quite telling if you ask me.

&lt;span class=&#039;jfriedl&#039;&gt;It is. As I&#039;ve mentioned several times on this blog over the years, including &lt;a href=&#039;http://regex.info/blog/2009-10-28/1344&#039; class=&#039;quiet&#039; rel=&quot;nofollow&quot;&gt;last week&lt;/a&gt;, that a negative side effect of Apple pushing the boundaries on what hardware can be packed and arranged into what spaces is that they can sometimes be fragile. Especially laptops. They give a 10% discount to those wishing to take a risk, but it&#039;s really required. I think they really miss an good marketing opportunity by doing it this way, but they&#039;re trying to compete on up-front price, and in the end, it just makes them look bad. But laptop issues are not limited to Apple: my Mom&#039;s relatively new klunky Dell laptop has a screen that flickers on and off as you jiggle the screen, or walk by, or breath. My new Mac Pro seems to push the boundaries much less (it&#039;s built to the size and sturdiness specifications of a tank) so maybe I wasted the 10% on the warranty. About Bose, the only product of theirs I&#039;ve ever owned is a pair of desk computer speakers I bought almost 15 years ago. Still use them, moving them from the Dell to the Mac Pro last night. They are wonderful. &#8212;Jeffrey&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p>Oh I see you got the Apple Care <img src='http://regex.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Looks like you already think it might fail within the next 3 years. Quite telling if you ask me.</p>
<p><span class='jfriedl'>It is. As I&#8217;ve mentioned several times on this blog over the years, including <a href='http://regex.info/blog/2009-10-28/1344' class='quiet' rel="nofollow">last week</a>, that a negative side effect of Apple pushing the boundaries on what hardware can be packed and arranged into what spaces is that they can sometimes be fragile. Especially laptops. They give a 10% discount to those wishing to take a risk, but it&#8217;s really required. I think they really miss an good marketing opportunity by doing it this way, but they&#8217;re trying to compete on up-front price, and in the end, it just makes them look bad. But laptop issues are not limited to Apple: my Mom&#8217;s relatively new klunky Dell laptop has a screen that flickers on and off as you jiggle the screen, or walk by, or breath. My new Mac Pro seems to push the boundaries much less (it&#8217;s built to the size and sturdiness specifications of a tank) so maybe I wasted the 10% on the warranty. About Bose, the only product of theirs I&#8217;ve ever owned is a pair of desk computer speakers I bought almost 15 years ago. Still use them, moving them from the Dell to the Mac Pro last night. They are wonderful. &mdash;Jeffrey</span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rx1337</title>
		<link>http://regex.info/blog/2009-11-03/1347#comment-37150</link>
		<dc:creator>rx1337</dc:creator>
		<pubDate>Wed, 04 Nov 2009 19:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2009-11-03/1347#comment-37150</guid>
		<description>My mother&#039;s Macbook keyboard just broke out of nowhere after about 1 year and 2 months of careful use. When she strikes 1 key it writes 2. It will cost her 250 Euros to have the keyboard changed by Apple. The part alone costs about 130 Euros.

Just keep in mind that Apple computers are just as prone to issues as others, but you also get the added benefit of outrageous repair costs. There is nothing &quot;awesome&quot; about this I&#039;m afraid. It&#039;s just like Bose, crappy hardware in a shiny white case and over-the-top marketing makes for good sales with the uneducated masses. I&#039;m surprised you fell for that one, because as a developer you&#039;re obviously tech-savvy.

I hope I&#039;m wrong in thinking you might post a Mac rebuttal piece a year and a month from now when it fails on you... Keep your fingers crossed.</description>
		<content:encoded><![CDATA[<p>My mother&#8217;s Macbook keyboard just broke out of nowhere after about 1 year and 2 months of careful use. When she strikes 1 key it writes 2. It will cost her 250 Euros to have the keyboard changed by Apple. The part alone costs about 130 Euros.</p>
<p>Just keep in mind that Apple computers are just as prone to issues as others, but you also get the added benefit of outrageous repair costs. There is nothing &#8220;awesome&#8221; about this I&#8217;m afraid. It&#8217;s just like Bose, crappy hardware in a shiny white case and over-the-top marketing makes for good sales with the uneducated masses. I&#8217;m surprised you fell for that one, because as a developer you&#8217;re obviously tech-savvy.</p>
<p>I hope I&#8217;m wrong in thinking you might post a Mac rebuttal piece a year and a month from now when it fails on you&#8230; Keep your fingers crossed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://regex.info/blog/2009-11-03/1347#comment-37148</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 04 Nov 2009 16:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2009-11-03/1347#comment-37148</guid>
		<description>MLC or SLC?  Intel has the SLC version right?

I am planning to get SLC SSD for my PC but I am happy with my RAID zero setup now... For games that is...

&lt;span class=&#039;jfriedl&#039;&gt;I don&#039;t know what MLC/SLC is, but according to &lt;a href=&#039;http://www.amazon.co.jp/gp/product/B002IJ95ZC/ref=ox_ya_oh_product&#039; class=&#039;quiet&#039; rel=&quot;nofollow&quot;&gt;my purchase&lt;/a&gt;, it&#039;s MLC. &#8212;Jeffrey&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p>MLC or SLC?  Intel has the SLC version right?</p>
<p>I am planning to get SLC SSD for my PC but I am happy with my RAID zero setup now&#8230; For games that is&#8230;</p>
<p><span class='jfriedl'>I don&#8217;t know what MLC/SLC is, but according to <a href='http://www.amazon.co.jp/gp/product/B002IJ95ZC/ref=ox_ya_oh_product' class='quiet' rel="nofollow">my purchase</a>, it&#8217;s MLC. &mdash;Jeffrey</span></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Zawodny</title>
		<link>http://regex.info/blog/2009-11-03/1347#comment-37147</link>
		<dc:creator>Jeremy Zawodny</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://regex.info/blog/2009-11-03/1347#comment-37147</guid>
		<description>An excellent choice!

&lt;span class=&#039;jfriedl&#039;&gt;Well, it should be, considering I was advised by the venerable Paul Saab. :-) &#8212;Jeffrey&lt;/span&gt;</description>
		<content:encoded><![CDATA[<p>An excellent choice!</p>
<p><span class='jfriedl'>Well, it should be, considering I was advised by the venerable Paul Saab. <img src='http://regex.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  &mdash;Jeffrey</span></p>
]]></content:encoded>
	</item>
</channel>
</rss>

