<?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"
	>

<channel>
	<title>blog.scottlowe.org &#187; Macintosh</title>
	<atom:link href="http://blog.scottlowe.org/category/macintosh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Wed, 03 Dec 2008 19:43:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Manually Configuring iCal for Google Calendar and CalDAV</title>
		<link>http://blog.scottlowe.org/2008/12/02/manually-configuring-ical-for-google-calendar-and-caldav/</link>
		<comments>http://blog.scottlowe.org/2008/12/02/manually-configuring-ical-for-google-calendar-and-caldav/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 21:57:21 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Collaboration]]></category>

		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/12/02/manually-configuring-ical-for-google-calendar-and-caldav/</guid>
		<description><![CDATA[For some inexplicable reason, I like to do things manually. So when it came to setting up CalDAV accounts in iCal for Google Calendar, the instructions of "just use our tool" didn't quite cut it for me. Here's how I made it work.]]></description>
			<content:encoded><![CDATA[<p>Sometimes I like doing things manually. I can&#8217;t tell you why, except perhaps to say that I&#8217;d rather know exactly what&#8217;s going on and how things are happening instead of giving over control to a &#8220;black box&#8221; that does something for me and spits out the results. It&#8217;s silly, I know, but that&#8217;s just how I am.</p>
<p>Case in point: today Google announced <a href="http://googlemac.blogspot.com/2008/12/google-calendar-now-supports-apple-ical.html">official support</a> for CalDAV with Apple iCal. If you&#8217;ve followed my blog for any significant length of time you&#8217;ll recall that I used Google Calendar back around the VMworld&#160;2008 timeframe, with iCal and CalDAV, to help coordinate vendor meetings and such. So, today, I decided that starting in January, I&#8217;d move all my calendaring to Google Calendar and manage it via CalDAV from iCal. So I go out to the Google Help site and look up the instructions for connecting iCal to Google Calendar via CalDAV.</p>
<p>Alas, the old instructions are gone; all that remains are <a href="http://www.google.com/support/calendar/bin/answer.py?answer=99358#ical">new instructions</a> that say &#8220;Use our <a href="http://code.google.com/p/calaboration/downloads/list">new tool</a>!&#8221; Hey, this is a nifty tool and all, but I&#8217;d prefer to do it manually. Where&#8217;s the information on doing it manually? Gone, apparently.</p>
<p>After far too long using Google to search for information on how to manually configure iCal to use CalDAV to talk to Google Calendar&#8212;and primarily getting results back that were from Google and had no such information&#8212;I finally stumbled across <a href="http://www.marc-seeger.de/2008/07/28/google-calendar-supports-caldav/">this page</a> that described how to use Google Apps and CalDAV support with iCal. Piecing together bits of information from there and the previous time I configured iCal, I was able to make it work.</p>
<p>For the benefit of everyone else out there who prefers to do things the hard way, here&#8217;s the information you need to manually configure iCal to use CalDAV with Google Calendar.</p>
<ol>
<li>In iCal, select iCal &gt; Preferences&#8230; and then click on Accounts.</li>
<li>Click the + sign to add a new account.</li>
<li>Specify a description. For username, add your Google Calendar login information, like &#8220;username@gmail.com&#8221;, and put in your password.</li>
<li>Expand the &#8220;Server Options&#8221; section to expose the Account URL setting.</li>
<li>For Account URL, specify &#8220;https://www.google.com/calendar/dav/<b>[Google Calendar ID]</b>/user&#8221;. Note that it&#8217;s actually &#8220;/user&#8221; there at the end, not your user name. The Google Calendar ID in brackets is visible in Google Calendar by going to the settings for a calendar and looking toward the bottom of the Calendar Details tab. You&#8217;ll see some funky junk like &#8220;asdfjklasdfjklasdjklasdjkl@group.calendar.google.com&#8221; or similar. That&#8217;s the Google Calendar ID.</li>
<li>Click Add.</li>
</ol>
<p>That should be it. Note that these instructions work for any calendar you create in Google Calendar, but they don&#8217;t work for Google Apps users. Google Apps users should follow the link above for information.</p>
<p>By the way, it&#8217;s also worth mentioning that CalDAV accounts like this are synced to your iPhone, too. Handy.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/08/25/more-on-my-vmworld-2008-schedule/" rel="bookmark" title="Monday, August 25, 2008">More on my VMworld 2008 Schedule</a></li>

<li><a href="http://blog.scottlowe.org/2007/12/04/centos-5-active-directory-integration-problem/" rel="bookmark" title="Tuesday, December 4, 2007">CentOS 5 Active Directory Integration Problem</a></li>

<li><a href="http://blog.scottlowe.org/2006/05/19/semi-automatic-account-maintenance/" rel="bookmark" title="Friday, May 19, 2006">Semi-Automatic Account Maintenance</a></li>

<li><a href="http://blog.scottlowe.org/2006/11/15/report-of-logons-from-security-logs/" rel="bookmark" title="Wednesday, November 15, 2006">Report of Logons from Security Logs</a></li>

<li><a href="http://blog.scottlowe.org/2006/12/19/using-samba-in-linux-ad-integration/" rel="bookmark" title="Tuesday, December 19, 2006">Using Samba in Linux-AD Integration</a></li>
</ul><!-- Similar Posts took 14.385 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/12/02/manually-configuring-ical-for-google-calendar-and-caldav/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OmniGraffle and OmniFocus Updates</title>
		<link>http://blog.scottlowe.org/2008/11/20/omnigraffle-and-omnifocus-updates/</link>
		<comments>http://blog.scottlowe.org/2008/11/20/omnigraffle-and-omnifocus-updates/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 14:01:06 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/11/20/omnigraffle-and-omnifocus-updates/</guid>
		<description><![CDATA[If you use OmniGraffle or OmniFocus, both of these applications have recently seen free upgrades released that add very useful new functionality.]]></description>
			<content:encoded><![CDATA[<p>Two of my most-used applications have been updated to new versions. OmniGraffle is now updated to version&#160;5.1, and OmniFocus is now updated to version&#160;1.5. (Funny, I just noticed how the versions numbers are reversed&#8212;5.1 and 1.5.)</p>
<p>The <a href="http://www.omnigroup.com/omnigraffle/">OmniGraffle</a> update brings one feature that I have especially been anticipating: the ability to import Windows Metafile images in Visio diagrams. This extremely useful feature, first hinted at <a href="http://blog.scottlowe.org/2008/03/26/netapp-omnigraffle-stencils/">here</a> back in March, will tremendously ease Visio compatibility and should open up lots of Visio shapes to be used in OmniGraffle that previously were not usable. I tested this functionality this morning on a complex NetApp-VMware-IBM BladeCenter diagram from a co-worker, and it works as advertised. Future tests will see how well this functionality works in bringing Visio stencils into OmniGraffle. This is a free upgrade for current OmniGraffle 5.0 customers.</p>
<p>The <a href="http://www.omnigroup.com/omnifocus/">OmniFocus</a> update brings this GTD application&#8217;s official 1.5 release, and with it synchronization with OmniFocus for iPhone. Now that both the Mac and iPhone versions support Bonjour sync&#8212;although this is not without its <a href="http://blog.scottlowe.org/2008/11/02/the-adventures-of-omnifocus-bonjour-sync/">own travails</a>&#8212;I find myself using them more and more. If you&#8217;ve been following the pre-release versions of OmniFocus (the so-called &#8220;sneaky peeks&#8221;) then you won&#8217;t find many new features in this official release, but users who have been waiting for the official release to upgrade are in for a real treat. As with OmniGraffle, this OmniFocus upgrade is a free upgrade for existing OmniFocus 1.x customers.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/09/29/omnifocus-for-iphone-first-impressions/" rel="bookmark" title="Monday, September 29, 2008">OmniFocus for iPhone First Impressions</a></li>

<li><a href="http://blog.scottlowe.org/2008/09/01/any-iphone-app-recommendations/" rel="bookmark" title="Monday, September 1, 2008">Any iPhone App Recommendations?</a></li>

<li><a href="http://blog.scottlowe.org/2008/03/26/netapp-omnigraffle-stencils/" rel="bookmark" title="Wednesday, March 26, 2008">NetApp OmniGraffle Stencils</a></li>

<li><a href="http://blog.scottlowe.org/2008/11/02/the-adventures-of-omnifocus-bonjour-sync/" rel="bookmark" title="Sunday, November 2, 2008">The Adventures of OmniFocus Bonjour Sync</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/21/omnigraffle-just-keeps-getting-better/" rel="bookmark" title="Thursday, August 21, 2008">OmniGraffle Just Keeps Getting Better</a></li>
</ul><!-- Similar Posts took 12.605 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/11/20/omnigraffle-and-omnifocus-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Viscosity, a Mac OpenVPN Client</title>
		<link>http://blog.scottlowe.org/2008/11/19/viscosity-a-mac-openvpn-client/</link>
		<comments>http://blog.scottlowe.org/2008/11/19/viscosity-a-mac-openvpn-client/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 23:51:48 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Networking]]></category>

		<category><![CDATA[BSD]]></category>

		<category><![CDATA[IPSec]]></category>

		<category><![CDATA[OSS]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/11/19/viscosity-a-mac-openvpn-client/</guid>
		<description><![CDATA[If you use OpenVPN and need a good OpenVPN client for Mac&#160;OS&#160;X, look no further than <a href="http://www.viscosityvpn.com/index.html">Viscosity</a>.]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;ve been searching for a good way to establish connectivity to the lab at my office for a while. My first attempt was to work with one of our CCIEs at the office to establish an IPSec-based VPN against a Cisco router at the edge of the lab network, but despite our best efforts we couldn&#8217;t get the IPSec VPN client I was using, <a href="http://www.lobotomo.com/products/IPSecuritas/">IPSecuritas</a>, to connect and authenticate. No amount of fiddling would make it work.</p>
<p>We finally gave up on that and instead I went with an <a href="http://www.openbsd.org/">OpenBSD</a> box to which I could establish an SSH session and then tunnel traffic from there. That worked reasonably well, especially after I discovered the <a href="http://www.gnu.org/software/screen/">GNU Screen</a> utility. Talk about a handy little tool! Anyway, I continued using the SSH gateway for quite some time and I had resigned myself to living with the limitations.</p>
<p>Then a co-worker from the office casually mentions that he&#8217;s set up a Linux-based <a href="http://openvpn.net/">OpenVPN</a> server on another subnet in the lab (we have a range of different subnets for different engineers in the lab). He, too, is a Mac user, but still running Mac&#160;OS&#160;X 10.4 on an older 13&#8243; PowerBook G4 and using the <a href="http://code.google.com/p/tunnelblick/">Tunnelblick</a> OpenVPN client. I thought to myself, &#8220;Hey, this might actually work!&#8221;</p>
<p>Alas, some additional research indicated that Tunnelblick had some stability problems under Leopard, which I&#8217;m running on my MacBook Pro. Bummer! I continued to research the issue but didn&#8217;t bother trying to use the OpenVPN server until just a couple of weeks ago when I uncovered <a href="http://www.viscosityvpn.com/index.html">Viscosity</a>.</p>
<p>Viscosity is a shareware, Leopard-only OpenVPN client. It supports <a href="http://growl.info/">Growl</a> notifications (which I very much like) and operates as a simple menu icon that easily allows you to connect or disconnect individual connections. Owing partially to how OpenVPN works, Viscosity uses (and includes) a TUN/TAP driver for OS X and creates a new TUN/TAP interface for every connection. This makes routing much easier and much more logical, in my opinion.</p>
<p>I&#8217;m so pleased with OpenVPN thus far, in fact, that I&#8217;m going to be setting up my own OpenVPN server here at the house.</p>
<p>My experience thus far has been quite positive. If you are looking for a good OpenVPN client for your Mac, Viscosity would be an excellent choice. At only $9 for a license, it&#8217;s well worth it.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2006/09/28/growlcamino/" rel="bookmark" title="Thursday, September 28, 2006">GrowlCamino</a></li>

<li><a href="http://blog.scottlowe.org/2005/07/05/yamb-yet-another-mac-browser/" rel="bookmark" title="Tuesday, July 5, 2005">YAMB (Yet Another Mac Browser)</a></li>

<li><a href="http://blog.scottlowe.org/2007/01/25/mac-bookmark-managers/" rel="bookmark" title="Thursday, January 25, 2007">Mac Bookmark Managers</a></li>

<li><a href="http://blog.scottlowe.org/2005/06/20/preferred-mac-os-x-applications/" rel="bookmark" title="Monday, June 20, 2005">Preferred Mac OS X Applications</a></li>

<li><a href="http://blog.scottlowe.org/2005/08/04/very-handy-add-on/" rel="bookmark" title="Thursday, August 4, 2005">Very Handy Add-On</a></li>
</ul><!-- Similar Posts took 13.619 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/11/19/viscosity-a-mac-openvpn-client/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where is Bluebear Going with Kodiak?</title>
		<link>http://blog.scottlowe.org/2008/11/07/where-is-bluebear-going-with-kodiak/</link>
		<comments>http://blog.scottlowe.org/2008/11/07/where-is-bluebear-going-with-kodiak/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 14:45:11 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[VMware]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/11/07/where-is-bluebear-going-with-kodiak/</guid>
		<description><![CDATA[There's been a fair amount of coverage around the Internet on Bluebear's cross-platform virtualization management application, <a href="http://www.bluebearllc.net/kodiak/">Kodiak</a>. But where is Bluebear headed with Kodiak? What is their ultimate end-game? OK, maybe I don't know about their ultimate end-game, but I did have a great conversation about the future of Kodiak and their vision for the application.]]></description>
			<content:encoded><![CDATA[<p>I wouldn&#8217;t go so far as to say that I broke the news on <a href="http://www.bluebearllc.net/kodiak/">Kodiak</a>, but since my first post on Kodiak <a href="http://blog.scottlowe.org/2008/08/29/bluebear-and-kodiak/">back in August</a>, Bluebear has seen quite a bit of coverage around the Internet. Fellow virtualization blogger Duncan Epping of <a href="http://www.yellow-bricks.com/">Yellow Bricks</a> has discussed Kodiak a number of times (here are only a few):</p>
<p><a href="http://www.yellow-bricks.com/2008/09/30/bluebears-kodiak/">Bluebear&#8217;s Kodiak!</a><br />
<a href="http://www.yellow-bricks.com/2008/09/30/bluebears-kodiak-whats-all-the-fuss-about/">Bluebear&#8217;s Kodiak, what&#8217;s all the fuss about&#8230;</a><br />
<a href="http://www.yellow-bricks.com/2008/10/20/kodiak-002-coming-out-real-soon/">Kodiak 0.02 coming out real soon&#8230;</a></p>
<p>That&#8217;s not to mention coverage by <a href="http://virtualization.com/news/2008/07/16/bluebear-koala-kodiak/">virtualization.com</a>, <a href="http://www.reuters.com/article/pressRelease/idUS149341+10-Jul-2008+BW20080710">Reuters.com</a>, and numerous other bloggers, experts, and analysts.</p>
<p>But where is Bluebear headed with Kodiak? What is their vision? Well, I don&#8217;t speak for Bluebear, but I did want to share some insight I&#8217;d gathered during a conversation with one of the Kodiak developers. I was curious to know how VMware&#8217;s announcements of cross-platform vCenter Server and cross-platform VI Client at VMworld&#160;2008 would affect Kodiak. Perhaps because of VMware&#8217;s market leadership, most people see Kodiak as only a cross-platform VI replacement. The truth is, according to my information, Kodiak&#8217;s true value lies elsewhere. While it <em>can</em> be viewed as a VI Client replacement, and while it <em>does</em> bring cross-platform functionality to the table, there&#8217;s more to it than just that. Thus, cross-platform support by VMware&#8212;while sorely needed for quite some time&#8212;shouldn&#8217;t really impact Kodiak all that much.</p>
<p>So what is the value of Kodiak beyond cross-platform support? Good question! Here&#8217;s a couple of points I gathered from of our conversation:</p>
<ul>
<li>Multi-hypervisor management: One stated goal for Kodiak has always been to provide the ability to manage multiple, different hypervisors&#8212;not only ESX and ESXi, but also Xen, VirtualBox, etc. This is an area that only Microsoft is dabbling in with SCVMM, which will manage Hyper-V and ESX (via VirtualCenter only). Kodiak can manage ESX directly or via VirtualCenter.</li>
<li>Management via visualization: I don&#8217;t know if this is what drove Bluebear to use Adobe AIR or if it&#8217;s a result of using Adobe AIR, but the idea behind managing virtualization with Kodiak is more through visualization than anything else. Bluebear wants users to be able to respond quickly to potential issues by making it possible to see those potential issues instead of waiting for a notification or an e-mail that something&#8217;s wrong.</li>
</ul>
<p>I&#8217;m sure that Bluebear has all sorts of super-secret stuff in the works that will further differentiate their product from VMware&#8217;s cross-platform VI Client, even though the two products aren&#8217;t intended to directly compete.</p>
<p>And, of course, this doesn&#8217;t take into account Bluebear&#8217;s hardware side, aka Koala, which doesn&#8217;t get nearly the same amount of attention as Kodiak. Personally, I&#8217;m kinda hoping that the Koala will end up affordable enough for me to pick one up, as I could surely use it to host various virtual servers at home for media streaming, home automation, etc. But I digress&#8230;</p>
<p>Anyway, I think I have a pile of beta invites for Kodiak, so if anyone is interested post a comment here and I&#8217;ll see what I can do. Then you can take a look at the product yourself&#8212;keeping in mind that it is a very early beta&#8212;and see what you think about the future of Kodiak.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/10/20/kodiak-continues-to-develop/" rel="bookmark" title="Monday, October 20, 2008">Kodiak Continues to Develop</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/29/bluebear-and-kodiak/" rel="bookmark" title="Friday, August 29, 2008">Bluebear and Kodiak</a></li>

<li><a href="http://blog.scottlowe.org/2006/11/24/virtualcenter-patch-released/" rel="bookmark" title="Friday, November 24, 2006">VirtualCenter Patch Released</a></li>

<li><a href="http://blog.scottlowe.org/2008/09/16/other-vmworld-2008-resources/" rel="bookmark" title="Tuesday, September 16, 2008">Other VMworld 2008 Resources</a></li>

<li><a href="http://blog.scottlowe.org/2008/01/02/mac-rdp-client-wishlist/" rel="bookmark" title="Wednesday, January 2, 2008">Mac RDP Client Wishlist</a></li>
</ul><!-- Similar Posts took 13.784 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/11/07/where-is-bluebear-going-with-kodiak/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Adventures of OmniFocus Bonjour Sync</title>
		<link>http://blog.scottlowe.org/2008/11/02/the-adventures-of-omnifocus-bonjour-sync/</link>
		<comments>http://blog.scottlowe.org/2008/11/02/the-adventures-of-omnifocus-bonjour-sync/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 21:51:00 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Networking]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/11/02/the-adventures-of-omnifocus-bonjour-sync/</guid>
		<description><![CDATA[So, version 1.1 of <a href="http://www.omnigroup.com/applications/omnifocus/iphone/">OmniFocus for iPhone</a> finally got approved and pushed out to the App Store servers. This version of the application adds Bonjour sync over a Wi-Fi network with the Mac version of OmniFocus. Getting that to work on my network, though, was a bit of an adventure.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made no secret of the fact that I use and enjoy <a href="http://www.omnigroup.com/applications/omnifocus/">OmniFocus</a>, a GTD application from the fine folks at OmniGroup. (Just for the record, I also use and enjoy <a href="http://www.omnigroup.com/applications/omnigraffle/">OmniGraffle</a> and <a href="http://www.omnigroup.com/applications/omnioutliner/">OmniOutliner</a>. Doesn&#8217;t that qualify me for a free license to <a href="http://www.omnigroup.com/applications/omniplan/">OmniPlan</a>?) In fact, one of the driving factors for purchasing my iPhone&#8212;aside from the fact that it&#8217;s cool and I wanted one&#8212;was the fact that OmniGroup also had an <a href="http://www.omnigroup.com/applications/omnifocus/iphone/">iPhone version of OmniFocus</a>.</p>
<p>In addition, version 1.5 of OmniFocus for Mac (OF/Mac)&#8212;currently at RC2 status&#8212;will synchronize with OmniFocus for iPhone (OF/iPhone) via MobileMe, WebDAV, or Bonjour on local Wi-Fi. This weekend, version 1.1 of OF/iPhone finally got approved and pushed out to the App Store servers. The new version adds Bonjour sync over local Wi-Fi, meaning that it&#8217;s now possible to quickly and easily synchronize the OmniFocus database on my laptop with the OmniFocus database on my iPhone. Sweet! (Version 1.1 of OF/iPhone also improves performance and has a few other improvements as well.)</p>
<p>Unfortunately, in the late hours last night, I just couldn&#8217;t get things to work. No matter how hard I tried, OF/iPhone just wouldn&#8217;t synchronize with OF/Mac. It would see my laptop advertising via Bonjour, but wouldn&#8217;t synchronize. My first suspicion proved to be a good one: the IPFW firewall on my laptop. (I use a custom IPFW ruleset in addition to Little Snitch to control traffic moving into and out of my laptop.) I was able to confirm that the firewall was blocking the traffic with this command:</p>
<p><code>sudo ipfw show</code></p>
<p>Sure enough, I saw the default deny rule&#8217;s counters incrementing every time I tried to synchronize. With this command I quickly disabled the IPFW rules:</p>
<p><code>sudo ipfw flush</code></p>
<p>OK, that got me a bit farther, but OF/iPhone was still reporting an error. The error was different this time, though, so I was convinced that I had made some progress. Unsure of what could be wrong next, I tested a hunch and logged into the Squid proxy server that controls outbound HTTP/HTTPS traffic and checked the access logs. Bingo&#8212;OF/iPhone was hitting the proxy every time I tried to synchronize. But how to fix that? My network is configured such that the Cisco PIX firewall won&#8217;t allow any traffic out that doesn&#8217;t first go through the Squid proxy, so turning the proxy settings off on my iPhone would be a temporary fix at best. Nevertheless, to test my settings I disabled the proxy settings on the iPhone (under Settings &gt; Wi-Fi and scroll all the way to the bottom). That did it&#8212;OF/iPhone was now able to synchronize with my laptop. Rather quickly, too, might I add, which is a definite improvement over the WebDAV setup I&#8217;d been using previously.</p>
<p>But I was still left with two problems: a) the firewall on my laptop was disabled; and b) the proxy settings on my iPhone were disabled. So I set out to fix those two issues.</p>
<p>Fixing the firewall should be easy, right? Just find out what port OF/Mac listens on and create a firewall rule to allow the traffic. It would be easy, <em>except</em> for the fact that the port on which OF/Mac listens changes every time the application launches. OmniGroup, if you&#8217;re listening: change this to a static port, PLEASE! Or at least provide some sort of hidden preference that would allow geeks like me to make it use a static port. As it stands right now, I had to use a rule that opens up a broad range of ports. That really, <em>really</em> stinks. OK, firewall issue resolved.</p>
<p>The proxy issue proves to be more challenging. There&#8217;s no way to configure the proxy to ignore the traffic; that has to be done client side. Unless the full-blown version of Mac&#160;OS&#160;X, there&#8217;s no option in the iPhone to ignore certain network ranges or certain DNS domains. But&#8212;and here&#8217;s the kicker&#8212;the iPhone does support automatic proxy configuration via a PAC file. So I create a very simple PAC file like this:</p>
<p><code>function FindProxyForURL(url, host)<br />
{<br />
&#160;if (isInNet(host, &#8220;172.16.1.0&#8243;, &#8220;255.255.255.0&#8243;))<br />
&#160;&#160;{<br />
&#160;&#160;return &#8220;DIRECT&#8221;;<br />
&#160;&#160;}<br />
&#160;else<br />
&#160;&#160;{<br />
&#160;&#160;return &#8220;PROXY server.domain.com:3128&#8243;;<br />
&#160;&#160;}<br />
}</code></p>
<p>The first round of testing didn&#8217;t go so well; the Apache HTTPd configuration on my server didn&#8217;t allow files with a .PAC extension. Oops! After fixing that problem, testing from my laptop went very well. A few seconds later, I had my iPhone reconfigured with the PAC file. And it worked! I was able to successfully synchronize OF/iPhone with OF/Mac while still maintaing access to Internet-based resources. And since the PIX firewall won&#8217;t allow traffic direct from the iPhone to the Internet, I know that the proxy is still involved in those connections. Reviewing the Squid proxy&#8217;s access logs also confirmed that the iPhone was not hitting the proxy during synchronization attempts.</p>
<p>Problem all solved, right? Well&#8230;not exactly. I left the PAC configuration on my laptop until this morning, when I fired up <a href="http://www.adiumx.com/">Adium</a>. Bam! Adium throws an error message stating that it doesn&#8217;t support PAC files. I reconfigured my laptop back to my old configuration and testing the OF/iPhone-to-OF/Mac synchronization again, and it still worked. It appears that as long as the iPhone&#8217;s proxy configuration is correct, then the synchronization will work.</p>
<p>So, lessons learned:</p>
<ul>
<li>OF/Mac uses a dynamically assigned port on which it listens for synchronization requests. This means that users with an IPFW firewall configuration will have to open up a wide range of ports until OmniGroup gives us the option to statically assign a port. (Hint, hint&#8230;)</li>
<li>HTTP proxy settings on the iPhone will interfere with OF/iPhone synchronization, but that can be solved with a PAC file as described above.</li>
</ul>
<p>Other than this adventure, I am thus far quite pleased with the update to OF/iPhone. If you are unhappy with the earlier version&#8212;the most common complaint was speed, or lack thereof&#8212;you owe it to yourself to check out version 1.1. It&#8217;s much improved, in my opinion.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/09/29/omnifocus-for-iphone-first-impressions/" rel="bookmark" title="Monday, September 29, 2008">OmniFocus for iPhone First Impressions</a></li>

<li><a href="http://blog.scottlowe.org/2008/11/20/omnigraffle-and-omnifocus-updates/" rel="bookmark" title="Thursday, November 20, 2008">OmniGraffle and OmniFocus Updates</a></li>

<li><a href="http://blog.scottlowe.org/2005/11/28/ipfw-rules-for-bonjour/" rel="bookmark" title="Monday, November 28, 2005">ipfw Rules for Bonjour</a></li>

<li><a href="http://blog.scottlowe.org/2008/09/01/any-iphone-app-recommendations/" rel="bookmark" title="Monday, September 1, 2008">Any iPhone App Recommendations?</a></li>

<li><a href="http://blog.scottlowe.org/2007/06/08/how-do-non-geeks-fix-problems/" rel="bookmark" title="Friday, June 8, 2007">How Do Non-Geeks Fix Problems?</a></li>
</ul><!-- Similar Posts took 12.652 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/11/02/the-adventures-of-omnifocus-bonjour-sync/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hyperspaces</title>
		<link>http://blog.scottlowe.org/2008/10/28/hyperspaces/</link>
		<comments>http://blog.scottlowe.org/2008/10/28/hyperspaces/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 03:03:29 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/10/28/hyperspaces/</guid>
		<description><![CDATA[Tony Arnold's Hyperspaces application is intended to extend the functionality of Leopard's Spaces, but falls far short of its VirtueDesktops legacy.]]></description>
			<content:encoded><![CDATA[<p>I have long had a &#8220;love/hate&#8221; relationship with virtual desktops on Mac&#160;OS&#160;X. In late 2005, I discovered Desktop Manager, a then-great application to provide virtual desktops. In early 2006, I switched to Virtue (later to become VirtueDesktops) and continued to use that up until I purchased my MacBook Pro in late 2006. At that time, VirtueDesktops was having a bit of a challenge making the transition to a Universal binary, so I settled for using Exposé instead of virtual desktops.</p>
<p>VirtueDesktops ceased development due to the introduction of Spaces in Leopard, but the developer&#8212;Tony Arnold&#8212;later unveiled that he would create an application to enhance Leopard&#8217;s Spaces. That application, <a href="http://hyperspacesapp.com/">Hyperspaces</a>, is now available as a public preview.</p>
<p>I had high hopes for Hyperspaces, having worked extensively with VirtueDesktops. I was disappointed. I suppose I shouldn&#8217;t have expected so much, given that this is a preview of the 1.0 release. I had been hoping for a bezel pop-up similar to Quicksilver and VirtueDesktops, but instead we have a menu item and an attached pager. There&#8217;s no moving windows between desktops without reverting to the standard Spaces interface, and none of the very cool special effects that graced VirtueDesktops&#8212;like the cube effect&#8212;are present.</p>
<p>I strongly imagine that Tony will greatly enhance and expand the functionality of Hyperspaces over time. Until then, I&#8217;ll stick to Exposé.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2007/03/18/virtuedesktops-to-cease-development/" rel="bookmark" title="Sunday, March 18, 2007">VirtueDesktops to Cease Development</a></li>

<li><a href="http://blog.scottlowe.org/2008/01/20/leopard-upgrade/" rel="bookmark" title="Sunday, January 20, 2008">Leopard Upgrade</a></li>

<li><a href="http://blog.scottlowe.org/2005/09/30/virtual-desktops-on-mac-os-x/" rel="bookmark" title="Friday, September 30, 2005">Virtual Desktops on Mac OS X</a></li>

<li><a href="http://blog.scottlowe.org/2005/08/04/very-handy-add-on/" rel="bookmark" title="Thursday, August 4, 2005">Very Handy Add-On</a></li>

<li><a href="http://blog.scottlowe.org/2008/02/18/filling-the-gap-with-a-trigger/" rel="bookmark" title="Monday, February 18, 2008">Filling the Gap With a Trigger</a></li>
</ul><!-- Similar Posts took 14.205 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/10/28/hyperspaces/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This is What Snow Leopard Needs</title>
		<link>http://blog.scottlowe.org/2008/10/23/this-is-what-snow-leopard-needs/</link>
		<comments>http://blog.scottlowe.org/2008/10/23/this-is-what-snow-leopard-needs/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 01:22:04 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/10/23/this-is-what-snow-leopard-needs/</guid>
		<description><![CDATA[<p>While ZFS ended up being far less important in Mac&#160;OS&#160;X&#160;10.5 "Leopard" than many people expected, Time Machine turned out to be very real. In my opinion, here's where Apple needs to go with both ZFS and Time Machine in the new version of their operating system, "Snow Leopard."</p>]]></description>
			<content:encoded><![CDATA[<p>Before the release of Mac&#160;OS&#160;X&#160;10.5 &#8220;Leopard,&#8221; the computing world was abuzz with the possible inclusion of ZFS&#8212;Zettabyte File System&#8212;into the new operating system. That rumor was largely fueled by the rumors swirling around about what would officially become known as Time Machine. It turns out that ZFS <em>did</em> make its way into Leopard, albeit on a read-only basis, and it isn&#8217;t the technology behind Time Machine.</p>
<p>Now, the next version of Mac&#160;OS&#160;X, version 10.6 code-named &#8220;Snow Leopard,&#8221; is said to be more evolutionary than revolutionary. Personally, I&#8217;d love to see Apple fully embrace ZFS as its file system of choice, and then throw away the goofy &#8220;flying through space&#8221; UI in Time Machine to embrace <a href="http://blogs.sun.com/erwann/entry/zfs_on_the_desktop_zfs">something like this</a>. Of course, Apple can seriously turn up the UI polish, but this kind of approach makes sense and seems relatively easy to incorporate into the Finder interface.</p>
<p>So what do you think? Am I way out in left field here, or does anyone else think this seems like a good idea?</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/01/20/leopard-upgrade/" rel="bookmark" title="Sunday, January 20, 2008">Leopard Upgrade</a></li>

<li><a href="http://blog.scottlowe.org/2007/09/05/netapp-suing-sun-over-zfs/" rel="bookmark" title="Wednesday, September 5, 2007">NetApp Suing Sun over ZFS</a></li>

<li><a href="http://blog.scottlowe.org/2007/11/26/is-apple-doing-enough-for-mac-security/" rel="bookmark" title="Monday, November 26, 2007">Is Apple Doing Enough for Mac Security?</a></li>

<li><a href="http://blog.scottlowe.org/2006/12/26/application-agnosticism/" rel="bookmark" title="Tuesday, December 26, 2006">Application Agnosticism</a></li>

<li><a href="http://blog.scottlowe.org/2007/10/31/virtual-mac-os-x/" rel="bookmark" title="Wednesday, October 31, 2007">Virtual Mac OS X</a></li>
</ul><!-- Similar Posts took 13.916 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/10/23/this-is-what-snow-leopard-needs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OmniFocus for iPhone First Impressions</title>
		<link>http://blog.scottlowe.org/2008/09/29/omnifocus-for-iphone-first-impressions/</link>
		<comments>http://blog.scottlowe.org/2008/09/29/omnifocus-for-iphone-first-impressions/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 01:07:58 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/09/29/omnifocus-for-iphone-first-impressions/</guid>
		<description><![CDATA[If you <a href="http://twitter.com/scott_lowe">follow me on Twitter</a>, you may have noticed that over the weekend I purchased and installed OmniFocus for iPhone, the mobile version of the quite popular OmniFocus GTD application for Mac&#160;OS&#160;X. Here are my first impressions after a few days of use.]]></description>
			<content:encoded><![CDATA[<p>For those that <a href="http://twitter.com/scott_lowe">follow me on Twitter</a>, you may have noticed that I purchased and installed <a href="http://www.omnigroup.com/applications/omnifocus/iphone/">OmniFocus for iPhone</a> over the weekend. If you are a GTD lover and a Mac user, you are no doubt familiar with the &#8220;regular&#8221; <a href="http://www.omnigroup.com/applications/omnifocus/">OmniFocus application</a> from The Omni Group. I&#8217;ve been using OmniFocus for quite some time now (I wrote about that back in February), and I was really excited about the possibility of taking it mobile with me on my iPhone.</p>
<p>A number of things stand out after using this combination for a few days:</p>
<ul>
<li>I&#8217;m too cheap to pay for a MobileMe subscription, so I just setup a WebDAV site on my hosting package. It&#8217;s not the greatest in the world (I&#8217;d prefer to run WebDAV over SSL on the standard HTTPS port, for example), but it works. However, less technically inclined folks would have had a problem without a MobileMe subscription. I hear that Omni is planning on adding Bonjour syncing support, but I can&#8217;t imagine that will be anything other than Wi-Fi only.</li>
<li>It takes quite a while to sync my iPhone after a day of working in OmniFocus on my MacBook Pro. This is even with a good 3G data connection. I don&#8217;t know that there&#8217;s anything that can be done about this, nor is this even anyone&#8217;s &#8220;fault&#8221;; it&#8217;s just an observation I&#8217;ve seen thus far.</li>
<li>In an effort to stretch the battery out as long as possible, I generally keep Location Services turned off. This limits some of the location-aware functionality that OmniFocus for iPhone features. Since the release of the 2.1 firmware, my battery life has improved; perhaps I can turn on Location Services and not suffer too much of a battery hit. If anyone has any feedback on how much of a hit it is to keep Location Services turned on, I&#8217;d certainly appreciate it.</li>
<li>I&#8217;m finding that my current set of contexts don&#8217;t necessarily translate well to the iPhone version. Currently my contexts are more for grouping similar tasks than by location or resource; I&#8217;m thinking I may need to move to more location-based contexts. I&#8217;m not yet sure how that will work or how I&#8217;ll integrate that with my workflow. Again, suggestions are more than welcome.</li>
</ul>
<p>Overall, I&#8217;m pretty pleased with OmniFocus for iPhone. (In fact, I&#8217;m pretty pleased with my iPhone in general.) There&#8217;s always room for improvement, but given my experience with The Omni Group with applications like OmniGraffle and OmniOutliner I&#8217;m quite confident that the application will improve over time.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/09/01/any-iphone-app-recommendations/" rel="bookmark" title="Monday, September 1, 2008">Any iPhone App Recommendations?</a></li>

<li><a href="http://blog.scottlowe.org/2008/11/02/the-adventures-of-omnifocus-bonjour-sync/" rel="bookmark" title="Sunday, November 2, 2008">The Adventures of OmniFocus Bonjour Sync</a></li>

<li><a href="http://blog.scottlowe.org/2008/11/20/omnigraffle-and-omnifocus-updates/" rel="bookmark" title="Thursday, November 20, 2008">OmniGraffle and OmniFocus Updates</a></li>

<li><a href="http://blog.scottlowe.org/2008/11/29/iphone-irony/" rel="bookmark" title="Saturday, November 29, 2008">iPhone Irony</a></li>

<li><a href="http://blog.scottlowe.org/2008/08/21/omnigraffle-just-keeps-getting-better/" rel="bookmark" title="Thursday, August 21, 2008">OmniGraffle Just Keeps Getting Better</a></li>
</ul><!-- Similar Posts took 10.802 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/09/29/omnifocus-for-iphone-first-impressions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fusion 2.0 Released</title>
		<link>http://blog.scottlowe.org/2008/09/16/fusion-20-released/</link>
		<comments>http://blog.scottlowe.org/2008/09/16/fusion-20-released/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 11:18:02 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Fusion]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/09/16/fusion-20-released/</guid>
		<description><![CDATA[VMware has released version 2.0 of VMware Fusion, their virtualization solution for Intel-based Macs. What's even better, VMware's blazing an approach that I hope other vendors follow by rewarding early adopters of the 1.0 product with a free upgrade to 2.0.]]></description>
			<content:encoded><![CDATA[<p>The next major version of VMware Fusion, version 2.0, has been released and is now available for download. The best part? It&#8217;s a free upgrade for registered owners of Fusion 1.x. I have to applaud VMware&#8217;s approach on this; rewarding early adopters with a free upgrade is something a lot of vendors should consider.</p>
<p>I won&#8217;t go through the whole long features list here; just go read it for yourself <a href="http://www.vmware.com/products/fusion/features.html">from VMware&#8217;s site</a>.</p>
<p>As soon as I&#8217;ve been able to download the new version and install it (which, at the rate of The Venetian&#8217;s Internet connection, may not be until next week), I&#8217;ll post more information.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/05/06/vmware-fusion-20-beta-1/" rel="bookmark" title="Tuesday, May 6, 2008">VMware Fusion 2.0 Beta 1</a></li>

<li><a href="http://blog.scottlowe.org/2008/07/31/fusion-20-beta-2-available/" rel="bookmark" title="Thursday, July 31, 2008">Fusion 2.0 Beta 2 Available</a></li>

<li><a href="http://blog.scottlowe.org/2008/01/29/vmware-fusion-update-released-2/" rel="bookmark" title="Tuesday, January 29, 2008">VMware Fusion Update Released</a></li>

<li><a href="http://blog.scottlowe.org/2008/09/16/dont-believe-me/" rel="bookmark" title="Tuesday, September 16, 2008">Don&#8217;t Believe Me?</a></li>

<li><a href="http://blog.scottlowe.org/2007/08/02/fusion-ship-date-announced/" rel="bookmark" title="Thursday, August 2, 2007">Fusion Ship Date Announced</a></li>
</ul><!-- Similar Posts took 13.809 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/09/16/fusion-20-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Changing Face of Virtualization</title>
		<link>http://blog.scottlowe.org/2008/09/10/the-changing-face-of-virtualization/</link>
		<comments>http://blog.scottlowe.org/2008/09/10/the-changing-face-of-virtualization/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:00:25 +0000</pubDate>
		<dc:creator>slowe</dc:creator>
		
		<category><![CDATA[Macintosh]]></category>

		<category><![CDATA[Virtualization]]></category>

		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Fusion]]></category>

		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.scottlowe.org/2008/09/10/the-changing-face-of-virtualization/</guid>
		<description><![CDATA[A recent article over at x86virtualization.com on <a href="http://x86virtualization.com/desktop-computing/concerns-over-vmware-fusion-20-beta-2-and-parallels-desktop.html">security concerns about new features in VMware Fusion and Parallels</a> caught my attention. The addition of these new features, which blur the boundary between virtualized and non-virtualized, are exactly what needs to be added before virtualization can really begin to take off with the masses.]]></description>
			<content:encoded><![CDATA[<p>While browsing the list of Virtual Strategy Magazine&#8217;s list of virtualization blogs, I came across the link for <a href="http://x86virtualization.com">x86virtualization.com</a>, a site that I have browsed from time to time in the past. On this particular occasion, one particular article caught my attention:</p>
<p><strong><a href="http://x86virtualization.com/desktop-computing/concerns-over-vmware-fusion-20-beta-2-and-parallels-desktop.html#more-315">Concerns Over VMware Fusion 2.0 Beta 2 and Parallels Desktop:</a></strong></p>
<blockquote><p>VMware touts the updates to their newest beta release of VMware Fusion to be: More Seamless, Safer, More Mac-friendly, with More Tech-Pro Tools. Now is it safer, or did it cross the lines of &#8220;The Rules of Virtualization&#8221;.</p></blockquote>
<p>In the post, the author proceeds to elaborate on the &#8220;3 Rules of Virtualization,&#8221; similar to Asimov&#8217;s Three Laws of Robotics. I&#8217;ll let you read the full article to get the idea, but basically the author is stating that virtualization should not cross &#8220;boundaries&#8221; between the guest operating systems and the host systems on which the virtualization solution is running.</p>
<p>In the data center, I&#8217;d agree with that. Products like VMware Infrastructure, Hyper-V, and XenServer should strictly adhere to the basic properties of virtualization; namely, encapsulation, partitioning, and isolation. Interaction between host and guest are strictly against the rules.</p>
<p>On the consumer side, though, where this article squarely hits&#8212;let&#8217;s be honest, VMware Fusion and Parallels are hardly enterprise data center products&#8212;I couldn&#8217;t disagree more. In fact, the blurring of lines, the removal of boundaries between <em>virtualized</em> and <em>non-virtualized</em> should continue. This is something I first suggested and advocated almost 2 years ago when I <a href="http://blog.scottlowe.org/2006/12/26/application-agnosticism/">introduced the idea of &#8220;application agnosticism&#8221;</a>. It was then, when VMware Fusion was still in beta and Parallels was in early release, that I suggested that the blurring of boundaries was <strong>exactly</strong> what needed to occur on the client/consumer side.</p>
<p>Virtualization makes many things possible. The discussions that led up to the introduction of application agnosticism centered around the future of the OS, where some believed that the future of computing revolved around the idea of a collection of VMs&#8212;an Internet browsing VM, a security VM that provided anti-virus/firewall/IPS functionality, a third VM for productivity applications, etc. Lots of geeks have setups similar to this on a smaller scale. But ordinary users aren&#8217;t geeks. They don&#8217;t understand &#8220;virtual machines&#8221; and all that jazz. They just want a computer that works. So for virtualization to succeed on the desktop, it has to disappear. It has to fade away into the background, to become unnoticed and invisible. And that&#8217;s exactly what VMware Fusion seeks to do, and it&#8217;s what is being added to version 6.5 of VMware Workstation. That&#8217;s exactly what Microsoft is doing with the technology acquired from Kidaro. They are making virtualization disappear into the background, so the users can focus on what they really want: getting stuff done.</p>
<p>Does the blurring of boundaries create problems? Certainly. So does connecting your computer to the Internet, but I don&#8217;t see people crying doom and gloom over that! We just install our anti-virus, update our anti-malware, turn on our multiple firewalls, and off we go. Why should it be any different with consumer-grade virtualization? It shouldn&#8217;t.</p>
<p>On the consumer side, virtualization won&#8217;t succeed until it becomes transparent. Just like in the recent film <em>I, Robot</em>, where the Three Laws of Robotics had to be broken in order to move forward, in the evolution of consumer/client/desktop virtualization the Three Laws of Virtualization are going to need to be broken before we can move forward.</p>
Similar Posts:<ul><li><a href="http://blog.scottlowe.org/2008/05/06/vmware-fusion-20-beta-1/" rel="bookmark" title="Tuesday, May 6, 2008">VMware Fusion 2.0 Beta 1</a></li>

<li><a href="http://blog.scottlowe.org/2007/08/07/a-few-more-quick-thoughts-on-fusion/" rel="bookmark" title="Tuesday, August 7, 2007">A Few More Quick Thoughts on Fusion</a></li>

<li><a href="http://blog.scottlowe.org/2006/11/29/vm-portability/" rel="bookmark" title="Wednesday, November 29, 2006">VM Portability</a></li>

<li><a href="http://blog.scottlowe.org/2006/12/04/macintosh-virtualization-heating-up/" rel="bookmark" title="Monday, December 4, 2006">Macintosh Virtualization Heating Up</a></li>

<li><a href="http://blog.scottlowe.org/2006/12/26/application-agnosticism/" rel="bookmark" title="Tuesday, December 26, 2006">Application Agnosticism</a></li>
</ul><!-- Similar Posts took 13.293 ms -->]]></content:encoded>
			<wfw:commentRss>http://blog.scottlowe.org/2008/09/10/the-changing-face-of-virtualization/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
