<?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>Ed &#34;Over&#34; Ip &#187; Mac</title>
	<atom:link href="http://www.edoverip.com/edoverip/index.php/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edoverip.com/edoverip</link>
	<description>Frequently geeky, mostly dorky...</description>
	<lastBuildDate>Fri, 26 Mar 2010 15:38:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>20&#8243; Apple Cinema Display color over saturated</title>
		<link>http://www.edoverip.com/edoverip/index.php/2009/04/09/20-apple-cinema-display-color-over-saturated/</link>
		<comments>http://www.edoverip.com/edoverip/index.php/2009/04/09/20-apple-cinema-display-color-over-saturated/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 17:32:19 +0000</pubDate>
		<dc:creator>eip</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[color correction]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.edoverip.com/edoverip/?p=309</guid>
		<description><![CDATA[I have a 20&#8243; Apple Cinema Display (ACD) purchased (actually received as a gift but never mind that) around 2003 and a MacBook Pro 15&#8243; (MBP) purchased around 2006.  Both of them has been calibrated using Eye-One Display 2 with 6500k white point, 2.2 Gamma, and 120 lum (+/- a little).  For some reason, the colors [...]]]></description>
			<content:encoded><![CDATA[<p>I have a 20&#8243; Apple Cinema Display (ACD) purchased (actually received as a gift but never mind that) around 2003 and a MacBook Pro 15&#8243; (MBP) purchased around 2006.  Both of them has been calibrated using <a href="http://www.xrite.com/product_overview.aspx?ID=788" target="_blank">Eye-One Display 2</a> with 6500k white point, 2.2 Gamma, and 120 lum (+/- a little).  For some reason, the colors on ACD appear to be over saturated particularly yellow and red while the MBP is a lot more natural.  If the images look &#8220;right&#8221; on the ACD, they are flat on the MBP (and monitors/LCDs attached to PCs).  When the images look right on everything else the ACD bleeds yellow and red, and appear too dark.</p>
<p>What gives?!  I wonder if I can use a slighly cooler white point to achieve a correct display?!</p>
<p>Update 04/16/2009:  Several posting in an Apple forum said that closing the MBP screen will produce better result.  I tried it with only ok result &#8212; color saturation is better but still not completely satisfied.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edoverip.com/edoverip/index.php/2009/04/09/20-apple-cinema-display-color-over-saturated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN on Leopard</title>
		<link>http://www.edoverip.com/edoverip/index.php/2008/12/22/svn-on-leopard/</link>
		<comments>http://www.edoverip.com/edoverip/index.php/2008/12/22/svn-on-leopard/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 03:06:00 +0000</pubDate>
		<dc:creator>eip</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.edoverip.com/?p=208</guid>
		<description><![CDATA[I tried to set up Subversion on my MacBook Pro running OSX Leopard 10.5.6 by following Mark Kirby&#8217;s blog entry. Overall, his instructions were excellent if you plan on sticking with the pre-installed Subversion 1.4.4. However, if you want to update to the latest Subversion version (1.5.4 at time of this writing), you will need [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to set up Subversion on my MacBook Pro running OSX Leopard 10.5.6 by following <a href="http://mark-kirby.co.uk/2008/how-to-set-up-and-use-subversion-svn-on-os-x-leopard/" target="_blank">Mark Kirby&#8217;s</a> blog entry.  Overall, his instructions were excellent if you plan on sticking with the pre-installed Subversion 1.4.4.  However, if you want to update to the latest Subversion version (1.5.4 at time of this writing), you will need to keep the following in mind:</p>
<p>1. Apache2&#8242;s mod_dav_svn.so was complied with Subversion 1.4.4 in mind.</p>
<p>Instead of:<br />
<code>/usr/libexec/apache2/mod_dav_svn.so</code></p>
<p>Use:</p>
<p><code>/opt/subversion/lib/svn-apache/mod_dav_svn.so</code></p>
<p>2. It is probably just readability issue on Mark&#8217;s blog, but module name and path should be on the same line.</p>
<p>Instead of:<br />
<code><br />
<strong>LoadModule dav_svn_module<br />
/usr/libexec/apache2/mod_dav_svn.so</strong><br />
&lt;Location /svn&gt;<br />
DAV svn<br />
SVNParentPath /usr/local/svn<br />
&lt;/Location&gt;<br />
</code></p>
<p>Use:</p>
<p><code><strong>LoadModule dav_svn_module /usr/libexec/apache2/mod_dav_svn.so</strong><br />
&lt;Location /svn&gt;<br />
DAV svn<br />
SVNParentPath /usr/local/svn<br />
&lt;/Location&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.edoverip.com/edoverip/index.php/2008/12/22/svn-on-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Taps Jerry Seinfeld As Vista Pitchman</title>
		<link>http://www.edoverip.com/edoverip/index.php/2008/08/21/microsoft-taps-jerry-seinfeld-as-vista-pitchman/</link>
		<comments>http://www.edoverip.com/edoverip/index.php/2008/08/21/microsoft-taps-jerry-seinfeld-as-vista-pitchman/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 16:12:20 +0000</pubDate>
		<dc:creator>eip</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.edoverip.com/edoverip/?p=121</guid>
		<description><![CDATA[I like Jerry, but will still don&#8217;t like Vista. There, I said it. Update: Now that I&#8217;ve seen the ads, I am not even sure how they&#8217;re suppose to change Microsoft&#8217;s image beside making them look even worst than before. What a waste of money. Update: Jerry is no more. Microsoft is pulling the plug [...]]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www.blogsmithmedia.com/www.tuaw.com/media/2008/08/prlady-23874928349.jpg" title="Jerry doing Vista" class="alignleft" width="225" height="218" /></p>
<p>I like <a href="http://en.wikipedia.org/wiki/Jerry_Seinfeld" target="_blank">Jerry</a>, but will still don&#8217;t like <a href="http://www.informationweek.com/news/windows/operatingsystems/showArticle.jhtml?articleID=210102262" target="_blank">Vista</a>. There, I said it.</p>
<p>Update:  Now that I&#8217;ve seen the ads, I am not even sure how they&#8217;re suppose to change Microsoft&#8217;s image beside making them look even worst than before.  What a waste of money.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/uz6amk3P-hY&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/uz6amk3P-hY&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/gBWPf1BWtkw&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/gBWPf1BWtkw&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Update:  Jerry is no more.  Microsoft is pulling the plug on those dumb commercials.  Instead, they will be <a href="http://www.macrumors.com/2008/09/17/microsoft-dropping-seinfeld-directly-targeting-get-a-mac-ads/" target="_blank">targeting</a> those &#8220;Get A Mac&#8221; ads directly.  Look Bill, I am no ad-master, but shouldn&#8217;t you channel your money into making a good product first?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edoverip.com/edoverip/index.php/2008/08/21/microsoft-taps-jerry-seinfeld-as-vista-pitchman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhishMe</title>
		<link>http://www.edoverip.com/edoverip/index.php/2008/07/31/phishme/</link>
		<comments>http://www.edoverip.com/edoverip/index.php/2008/07/31/phishme/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 01:39:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.edoverip.com/edoverip/2008/07/31/phishme/</guid>
		<description><![CDATA[<img width="57" height="60" alt="" src="http://www.edoverip.com/edoverip/wp-content/imgdir/2008_07/pastedgraphic.thumbnail.png" class="thumb_post" />]]></description>
			<content:encoded><![CDATA[<p><img width="503" height="525" alt="PhishMe" src="http://www.edoverip.com/edoverip/wp-content/imgdir/2008_07/pastedgraphic.png" class="photo_post" /></p>
<p class="photo_description">I got an email that said something about Apple was not able to process my recent payment.  They really had me thinking my .Mac (MobileMe) subscription was up and my credit card on file has expired.  Unfortunately for them, my spidey-sense alerted me that the <a href="http://emiconsulting.com.au/store.apple.com/us/" target="_blank">URL</a> didn&#8217;t seem right.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.edoverip.com/edoverip/index.php/2008/07/31/phishme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

