<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Not in code &#187; Mac</title>
	<atom:link href="http://notincode.wordpress.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://notincode.wordpress.com</link>
	<description>Software is about people</description>
	<lastBuildDate>Mon, 22 Jun 2009 00:33:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='notincode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/1bb58d250bfeaaf97c6daf48b9a54b30?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Not in code &#187; Mac</title>
		<link>http://notincode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://notincode.wordpress.com/osd.xml" title="Not in code" />
	<atom:link rel='hub' href='http://notincode.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Wrong Ruby version on your Powerbook?</title>
		<link>http://notincode.wordpress.com/2007/05/05/wrong-ruby-version-on-your-powerbook/</link>
		<comments>http://notincode.wordpress.com/2007/05/05/wrong-ruby-version-on-your-powerbook/#comments</comments>
		<pubDate>Sat, 05 May 2007 06:16:05 +0000</pubDate>
		<dc:creator>hiremaga</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.hiremaga.com/?p=247</guid>
		<description><![CDATA[If you own an Apple Powerbook and try upgrading Ruby using MacPorts, you may find that typing &#8216;ruby -v&#8217; at the console stubbornly insists the version installed is 1.8.2 whereas you&#8217;re expecting something more recent (1.8.6 at time of this post). In my case it turned out that this was because the default order of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hiremaga.com&blog=2620597&post=210&subd=notincode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>If you own an Apple <a href="http://en.wikipedia.org/wiki/PowerBook_G4">Powerbook</a> and try upgrading <a href="http://www.ruby-lang.org/">Ruby</a> using <a href="http://www.macports.org/">MacPorts</a>, you may find that typing &#8216;ruby -v&#8217; at the console stubbornly insists the version installed is 1.8.2 whereas you&#8217;re expecting something more recent (1.8.6 at time of this post).</p>
<p>In my case it turned out that this was because the default order of the PATH environment variable had &#8216;/opt/local/bin&#8217; after &#8216;/usr/bin&#8217;. This meant that the older version that came with OS X Tiger which was in &#8216;/usr/bin&#8217; was being used in preference to the newer version installed by MacPorts in &#8216;/opt/local/bin&#8217;.</p>
<p>The solution: simply change PATH in ~/.profile so &#8216;/opt/local/bin&#8217; appears before &#8216;/usr/bin&#8217;.</p>
<p>Finally, it turns out that on <a href="http://www.hiremaga.com/?p=238">my shiny new Macbook Pro</a> the PATH is ordered this way by default.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/notincode.wordpress.com/210/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/notincode.wordpress.com/210/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notincode.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notincode.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notincode.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notincode.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notincode.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notincode.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notincode.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notincode.wordpress.com/210/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notincode.wordpress.com/210/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notincode.wordpress.com/210/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hiremaga.com&blog=2620597&post=210&subd=notincode&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://notincode.wordpress.com/2007/05/05/wrong-ruby-version-on-your-powerbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd84e3662c2772ec1f22649b9aa7464a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hiremaga</media:title>
		</media:content>
	</item>
		<item>
		<title>Mat is irresponsible</title>
		<link>http://notincode.wordpress.com/2007/04/14/mat-is-irresponsible/</link>
		<comments>http://notincode.wordpress.com/2007/04/14/mat-is-irresponsible/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 01:30:20 +0000</pubDate>
		<dc:creator>hiremaga</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.hiremaga.com/?p=238</guid>
		<description><![CDATA[Mat Holroyd, my so called friend, sat by idly and watched while I spent nearly $4000 on a Macbook Pro that I don&#8217;t need, at least not in a non-addiction sense. I&#8217;m disappointed in you Mat. And Apple, well. You&#8217;d think that spending almost $4000 in a day would be sufficient, but no. The final [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hiremaga.com&blog=2620597&post=202&subd=notincode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.holroyd.id.au">Mat Holroyd</a>, my so called friend, sat by idly and watched while I spent nearly $4000 on a Macbook Pro that I don&#8217;t need, at least not in a non-addiction sense.</p>
<p>I&#8217;m disappointed in you Mat.</p>
<p>And Apple, well. You&#8217;d think that spending almost $4000 in a day would be sufficient, but no. The final page in the process had a button which read &#8220;Continue Shopping&#8221; &#8211; they wanted more of my hard (not yet) earned money. They should get a conscience and replace the button with &#8220;Go take a stroll and think about what you&#8217;ve just done Abhi&#8221;.</p>
<p>Anyways, I can&#8217;t wait for my new baby to arrive!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/notincode.wordpress.com/202/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/notincode.wordpress.com/202/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notincode.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notincode.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notincode.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notincode.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notincode.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notincode.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notincode.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notincode.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notincode.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notincode.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hiremaga.com&blog=2620597&post=202&subd=notincode&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://notincode.wordpress.com/2007/04/14/mat-is-irresponsible/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd84e3662c2772ec1f22649b9aa7464a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hiremaga</media:title>
		</media:content>
	</item>
		<item>
		<title>I love my Mac, but can I rely on it?</title>
		<link>http://notincode.wordpress.com/2006/06/18/i-love-my-mac-but-can-i-rely-on-it/</link>
		<comments>http://notincode.wordpress.com/2006/06/18/i-love-my-mac-but-can-i-rely-on-it/#comments</comments>
		<pubDate>Sun, 18 Jun 2006 04:09:18 +0000</pubDate>
		<dc:creator>hiremaga</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.hiremaga.com/?p=128</guid>
		<description><![CDATA[Since I bought my first Mac late last year, I&#8217;ve really grown to love it. I&#8217;ve already said many times that &#8220;I&#8217;m never going back&#8221;. In fact I&#8217;ve been very seriously contemplating upgrading my Powerbook to a Macbook Pro &#8211; I hate that my Java unit tests take twice as long to run on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hiremaga.com&blog=2620597&post=104&subd=notincode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Since I bought my first Mac late last year, I&#8217;ve really grown to love it. I&#8217;ve already said many times that &#8220;I&#8217;m never going back&#8221;. In fact I&#8217;ve been very seriously contemplating upgrading my Powerbook to a Macbook Pro &#8211; I hate that my Java unit tests take twice as long to run on the 1.67 Ghz G4 CPU Powerbook as compared with the 3.2 Ghz P4 that I use at work.</p>
<p>However, <a href="http://blog.infurious.com/articles/2006/06/16/powerbook-woes-applecare-you-betcha">this recent post</a> by MJ, Aidan&#8217;s business partner at <a href="http://www.infurious.com/">Infurious</a>, makes me nervous. It seems that he&#8217;s had trouble with 4 *top of the range* notebooks in short span of time and not enough in the way of support from Apple.</p>
<p>Not the best sort of publicity for Apple to be generating at this juncture (or any for that matter). Perhaps the kudos points they&#8217;ve earned with their passionate and fanatically loyal users will carry them through, perhaps not &#8211; time will tell.</p>
<p>In the meanwhile I think I might postpone my Macbook Pro purchase.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/notincode.wordpress.com/104/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/notincode.wordpress.com/104/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notincode.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notincode.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notincode.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notincode.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notincode.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notincode.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notincode.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notincode.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notincode.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notincode.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.hiremaga.com&blog=2620597&post=104&subd=notincode&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://notincode.wordpress.com/2006/06/18/i-love-my-mac-but-can-i-rely-on-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cd84e3662c2772ec1f22649b9aa7464a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">hiremaga</media:title>
		</media:content>
	</item>
	</channel>
</rss>