<?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>It&#039;s Not Rocket Surgery &#187; Leopard</title>
	<atom:link href="http://blog.craiglpatterson.com/tag/leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.craiglpatterson.com</link>
	<description>This is what is distracting me right now.</description>
	<lastBuildDate>Wed, 04 May 2011 17:02:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>No More Sad Mac!</title>
		<link>http://blog.craiglpatterson.com/2008/03/14/no-more-sad-mac/</link>
		<comments>http://blog.craiglpatterson.com/2008/03/14/no-more-sad-mac/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 18:34:50 +0000</pubDate>
		<dc:creator>craiglp</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac mini]]></category>

		<guid isPermaLink="false">http://craiglp.wordpress.com/?p=56</guid>
		<description><![CDATA[Two and a half years ago I popped into the Apple store in Des Moines and walked out with a 1.5ghz G4 Mac Mini. It wasn&#8217;t a rash purchase. I had planned on buying that particular model. It took over desktop duties from my SUSE 9.x Linux box I had built a couple of years [...]]]></description>
			<content:encoded><![CDATA[<p>Two and a half years ago I popped into the Apple store in Des Moines and walked out with a 1.5ghz G4 Mac Mini. It wasn&#8217;t a rash purchase. I had planned on buying that particular model. It took over desktop duties from my SUSE 9.x Linux box I had built a couple of years prior. I needed something that could run the photography software I wanted to run, and I wasn&#8217;t willing to go back to Windows. It has served me well for two years. It has been run hard and put away wet frequently. A memory upgrade to the max 1Gb in the first year gave it some breathing room, and two external Firewire drives provided backup and archive space. I had been weighing the idea of replacing the mini with a new Intel Mac for many months. I was torn between a MacBook Pro and a low-end Mac Pro. Finally, in December &#8217;07 I purchased a 15.4&#8243; 2.2Ghz MacBook Pro. Portability won out over raw power. The day after I brought the MBR home, my mini died. Unwilling or unable to boot up. I took it to the local Kansas City Apple store and they confirmed my worst-case scenario: dead logic board, $450. I couldn&#8217;t justify spending that much money to fix a $600 computer. So, I took it home, still dead, and starting looking for alternatives. I found a company, <a href="http://www.dttservice.com/">DT&amp;T Computer Service</a>, that advertised $225 logic board repairs. I boxed up the mini and off it went. Weeks passed. And finally, 5 weeks and $240 (with shipping) later, my mini is back and running! In over 26 years of owning a large variety of computers, this was the first time I have ever paid to have one of them repaired. That alone was a strange feeling. But, stranger still was how much I missed having my mini on my desk. I had backups of everything on it, so there was no danger of data loss. I had a new Mac that was faster, portable, and sleeker looking. I guess I just wasn&#8217;t quite ready to give up on the mini. Now it&#8217;s home, getting a Leopard upgrade, preparing to become my wife&#8217;s &#8216;new&#8217; computer, replacing her worn out HP laptop. Hopefully, it will live a long life and serve as force for good against Windows.l</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.craiglpatterson.com/2008/03/14/no-more-sad-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hand cart on the (Ruby on) Rails</title>
		<link>http://blog.craiglpatterson.com/2008/01/13/hand-cart-on-the-ruby-on-rails/</link>
		<comments>http://blog.craiglpatterson.com/2008/01/13/hand-cart-on-the-ruby-on-rails/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 05:49:55 +0000</pubDate>
		<dc:creator>craiglp</dc:creator>
				<category><![CDATA[Leopard]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://craiglp.wordpress.com/2008/01/13/hand-cart-on-the-ruby-on-rails/</guid>
		<description><![CDATA[In my previous post I detailed my problems getting NetBeans 6.0 to use the native Ruby installation on OS X Leopard. So, we pick up the story with that issue resolved. Ok, time to create a new Rails project and get started. I go through the standard steps in NetBeans and am informed that there [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous <a href="http://craiglp.wordpress.com/2008/01/07/accelerating-from-a-stop/">post</a> I detailed my problems getting NetBeans 6.0 to use the native Ruby installation on OS X Leopard. So, we pick up the story with that issue resolved.</p>
<p>Ok, time to create a new Rails project and get started. I go through the standard steps in NetBeans and am informed that there is a problem with my gems directory, and NetBeans thinks I am using Rails 1.2.6, instead of the 2.0.2 I installed. The error message sends me off the NetBeans <a href="http://wiki.netbeans.org/">wiki</a> for <a href="http://wiki.netbeans.org/wiki/view/RubyGems">details</a>. So, off I go to figure out how to add GEM_HOME and GEM_PATH to my environment, so NB will recognize my gems directory. After about 30 minutes of surfing for answers I find the right combination of pages that allow me to piece together the answer.</p>
<p>I&#8217;m now running with a freshly created Rails project, complete with a database, with tables.</p>
<p>NOW, I can start coding. So far, the NetBeans/OS X combination has been more frustrating than it should be. Hopefully, I&#8217;ve completed all of the initiation rites.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.craiglpatterson.com/2008/01/13/hand-cart-on-the-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

