<?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>Tao Effect Blog &#187; Uncategorized</title>
	<atom:link href="http://www.taoeffect.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taoeffect.com/blog</link>
	<description>Notice the Tao Effects...</description>
	<lastBuildDate>Sun, 04 Jul 2010 02:40:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The Ultimate Test Machine Saga</title>
		<link>http://www.taoeffect.com/blog/2010/06/the-ultimate-test-machine-saga/</link>
		<comments>http://www.taoeffect.com/blog/2010/06/the-ultimate-test-machine-saga/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 06:46:49 +0000</pubDate>
		<dc:creator>Greg Slepak</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[greg]]></category>
		<category><![CDATA[macbook pro]]></category>
		<category><![CDATA[pain]]></category>
		<category><![CDATA[quad-boot]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=2129</guid>
		<description><![CDATA[So, you want to quad-boot your Mac? What could possibly go wrong? This post explores that question. Motivation After upgrading to the latest Unibody, I decided to turn my old MacBook Pro into the ultimate testing environment. My goal was to be able to test and develop software for Tiger, Leopard, Snow Leopard, Windows XP, [...]]]></description>
			<content:encoded><![CDATA[<p><center>
<div class="img"><a href="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/QuadBootingMac.jpg" class="fancybox"><img src="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/QuadBootingMac_thumb.jpg" alt="Quad-Booting Mac" title="Quad-Booting Mac" width="500" height="375" class="alignnone size-full wp-image-2197" /></a></div>
<p></center></p>
<p>So, you want to quad-boot your Mac? What could possibly go wrong?</p>
<p>This post explores that question.</p>
<h4>Motivation</h4>
<p>After upgrading to the latest Unibody, <a href="http://twitter.com/taoeffect/status/15895736075" target="_blank">I decided</a> to turn my old MacBook Pro into the ultimate testing environment. My goal was to be able to test and develop software for Tiger, Leopard, Snow Leopard, Windows XP, and possibly other operating systems in the future (Windows 7, Ubuntu, etc., although that might require <a href="http://www.gnu.org/software/grub/">Grub</a>).</p>
<h4>Setting Up The Partitions</h4>
<p>I originally thought this entire process would be a simple matter of creating partitions and installing each OS on its respective partition (Hah!). The plan was to use iPartition to create this setup without erasing my Snow Leopard install:</p>
<p><center><a href="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/PerfectTestMachine.png" class="fancybox"><img src="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/PerfectTestMachine_thumb.png" alt="Perfect Test Machine" title="Perfect Test Machine" width="500" height="380" class="alignnone size-full wp-image-2198"  /></a></center></p>
<p>To do this, I had to first run iDefrag (also made by <a href="http://www.coriolis-systems.com/" target="_blank">Coriolis Systems</a>) to compact the Snow Leopard install. Then I could non-destructively resize its partition and add the rest.</p>
<p>iPartition wasn&#8217;t able to create an NTFS partition so I left the Windows partition unformatted, everything else was formatted as HFS+, journaled.</p>
<p>I had saved a Windows install using <a href="http://www.twocanoes.com/winclone/">Winclone</a>, so I went to try to restore that. That failed because Winclone needs the partition to be formatted first.</p>
<p>I tried using Boot Camp Assistant (BCA) to create the NTFS partition, but BCA greeted me with this error (for the Googlers): &#8220;The startup disk cannot be partitioned or restored to a single partition.&#8221;</p>
<p>To get around this error you probably <i style="color:inherit">could</i> use iPartition to create a single HFS+ partition and install Snow Leopard on it. You would need to use iPartition because iPartition lets you create partitions while leaving free space on the drive, and remember, we need that space to create additional partitions for the other operating systems. Disk Utility cannot leave &#8220;unpartitioned space&#8221; on the drive, and therefore you&#8217;d end up creating more than one partition before running BCA, which would then refuse to do its thing.</p>
<p>I went a different route though, as I discovered that by installing <a href="http://macntfs-3g.blogspot.com/">NTFS-3G</a> (the free Open Source version), I could create NTFS partitions using Disk Utility. So I partitioned the entire drive, this time using Disk Utility, and was able to successfully restore Windows to the NTFS partition using Winclone.</p>
<p>That was the easy part though.</p>
<h4>Fragile Windows</h4>
<p>Restoring Windows is one thing, getting it to boot is another. Upon rebooting to check the XP install, I was greeted with a black screen and error message along the lines of &#8220;No bootable device available.&#8221;</p>
<p>After searching Google I came across <a href="http://www.macosxhints.com/article.php?story=20090807033320433">this hint</a> on how to triple-boot your system. The comments section were particularly helpful, and led me to investigate the <b><span class="code">boot.ini</span></b> file as a possible source of the problem.</p>
<p>The <span class="code">boot.ini</span> file, for some reason, specifies what partition number it&#8217;s located on. My Windows partition was in the wrong location, and it didn&#8217;t like that. So I followed their suggestions and edited the file using emacs, and played around with the number. I tried every single number between 1 and 6, and even zero (out of desperation), none would satisfy Windows.</p>
<p>At some later point, after much formatting and reinstalling, I actually got Windows to boot, only to be greeted by a blue screen instead of a black screen, which flashed too quickly for me to read and then the computer restarted itself.</p>
<p>Although I don&#8217;t have a complete list of my Googles during this time, here&#8217;s what I was able to dig up from Firefox&#8217;s history, hopefully it will save a fellow Googler or two:</p>
<ul>
<li>chkdsk &#8220;volume appears to contain&#8221;</li>
<li>&#8220;windows could not start&#8221; hal.dll</li>
<li>windows xp recovery console</li>
<li>&#8220;no bootable device&#8221; boot.ini bootcamp</li>
<li>boot camp UNMOUNTABLE_BOOT_VOLUME</li>
<li>&#8220;there is no operating system installed in this virtual machine&#8221; <i>(That&#8217;s from Parallels)</i></li>
</ul>
<h4>The &#8220;Right&#8221; Partition</h4>
<p>Here&#8217;s what I now know. Editing <span class="code">boot.ini</span> may or may not work. In my case (with Windows XP) it definitely did not. Prior to embarking on this journey, you need to decide ahead of time what to install on the first two partitions, because the third has to be Windows. In Disk Utility, partitions start from the top:</p>
<p><center><a href="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/partitions.png" class="fancybox"><img src="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/partitions_thumb.png" alt="Disk Utility Partition Map" title="Disk Utility Partition Map" width="500" height="440" class="alignnone size-full wp-image-2193" /></a></center></p>
<p>I&#8217;m <i style="color:inherit">pretty sure</i> Windows must be installed on the third partition. It&#8217;s either that or the second one. For me right now, the third partition has done the trick.</p>
<p>Now, with a working WIndows install, I know how to verify the number in the <span class="code">boot.ini</span> file. It does in fact correspond to the partition number as specified in the output of <span class="code">diskutil list</span>, and/or <span class="code">df</span>. It&#8217;s one greater than the number you&#8217;d expect if you were just going by Disk Utility&#8217;s GUI. Here&#8217;s the output from the quad-booting laptop as it is now, showing it as partition #4:</p>
<pre class="code">Last login: Sun Jun 13 19:22:13 on console
Macintosh:~ gslepak$ diskutil list
/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *200.0 GB   disk0
   1:                        EFI                         209.7 MB   disk0s1
   2:                  Apple_HFS Snow Leopard            49.7 GB    disk0s2
   3:                  Apple_HFS Leopard                 32.6 GB    disk0s3
   4:       Microsoft Basic Data Windows                 29.2 GB    disk0s4
   5:                  Apple_HFS Tiger                   20.6 GB    disk0s5
Macintosh:~ gslepak$ df
Filesystem    512-blocks     Used Available Capacity  Mounted on
/dev/disk0s2    97069312 23384096  73173216    25%    /
devfs                218      218         0   100%    /dev
map -hosts             0        0         0   100%    /net
map auto_home          0        0         0   100%    /home
/dev/disk0s3    63741456 24106640  39634816    38%    /Volumes/Leopard
/dev/disk0s4    57012216 29356408  27655808    52%    /Volumes/Windows
/dev/disk0s5    40174016 15283088  24890928    39%    /Volumes/Tiger
</pre>
<h4>Stubborn Tiger</h4>
<p>Not to be outdone by its Redmond counterpart, Mac OS 10.4 Tiger turned out to be even more difficult to install.</p>
<p>First, the install disk that came with the computer (which had 10.4.9) refused to be recognized. It spun for a little while and was then spit out. So I inserted it into my PowerMac figuring I could just install over Target Disk Mode, but it refused to run because Apple watermarks these DVDs so that they only work on the exact same kind of computer.</p>
<p>Fortunately, I had another Tiger install disk that did work with any Mac. It was only after the installation finished (over Target Disk Mode, again), that I realized it was a PPC-only install, causing the Intel laptop to kernel panic on boot.</p>
<p>Feeling defeated, I went for a jog, during which I realized that I could insert the Intel install disk into my Unibody MacBook Pro, copy it onto an external hard disk, and boot off of that, thereby bypassing the flaky SuperDrive on the old MacBook Pro.</p>
<p>That outta do it, right?</p>
<p><center><a href="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/TigerStripes.jpg" class="fancybox"><img src="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/TigerStripes_thumb.jpg" alt="Tiger&#039;s Stripes" title="Tiger&#039;s Stripes" width="500" height="375" class="alignnone size-full wp-image-2199" /></a></center></p>
<p>And it did! Now I just had to figure out what to do about the crazy blue and black stripes on the screen that made it impossible to see the installer.</p>
<p>You see, this laptop, like most of its kind, was affected by the <a href="http://forums.macrumors.com/showthread.php?t=515067">infamous NVIDIA 8600GT</a> bug that completely wiped out its display capabilities. Apple <a href="/blog/2008/11/back-up-and-running/">kindly replaced</a> the logic board but, in doing so, apparently killed its compatibility with Tiger.</p>
<p>You would think that by this point any sane person would have called it a day, but it was far too late for me. My OCD was in overdrive, and I had become sort of obsessed with solving this problem. Failure was not an option&#8230; not yet at least.</p>
<p><a href="http://support.apple.com/kb/HT1492">Verbose mode</a> showed the following error:</p>
<pre class="code">GFX0 matching specific fails</pre>
<p>Google wasn&#8217;t very helpful here unfortunately, but I figured that there was a missing or outdated graphics driver. So I spent some time copying and replacing kernel extensions from my Leopard install (which had finished without problems) into the Tiger installation drive. This took a rather long time, as each time I changed a kernel extension I had to reboot to see if the fix took. I had to replace them one at a time so as to avoid potentially compounding the problem (as kernel extensions have dependencies).</p>
<p><i>Sidenote: If you ever find yourself switching out kernel extensions, don&#8217;t forget to delete the cache files &#8216;Extensions.mkext&#8217; and &#8216;Extensions.kextcache&#8217; each time you do. These files may or may not be present in the /System/Library folder, depending on the OS version.</i></p>
<p>Eventually I realized this was stupid, because I could simply run the OS install by running the OSInstall.mpkg from within Snow Leopard:</p>
<p><center><a href="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/OSInstall.png" class="fancybox"><img src="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/OSInstall_thumb.png" alt="OSInstall.mpkg" title="OSInstall.mpkg" width="500" height="274" class="alignnone size-full wp-image-2200" /></a></center></p>
<p>The installer ran (and hung at the end, of course) but it looked like it had installed everything that was necessary so I rebooted again from the Tiger disk.</p>
<p>I should mention that sometimes the disks that I needed to boot from did not appear in the Startup Disk preference pane, despite being bootable. I got around that by running the <span class="code">bless</span> command on the volume:</p>
<pre class="code">sudo bless --mount /Volumes/Tiger --setBoot --nextonly</pre>
<p>I booted into Tiger and again was greeted with its unreadable blue stripes, and by now the all too familiar setup theme music. Curses!</p>
<p>I decided to install the 10.4.11 Combo Update from Snow Leopard, thinking it might contain the proper drivers. The download link on Apple&#8217;s site was broken, but by this point the random problems no longer surprised me. After some searching I finally found <a href="http://supportdownload.apple.com/download.info.apple.com/Apple_Support_Area/Apple_Software_Updates/Mac_OS_X/downloads/061-4048.20071114.6Gn4g/MacOSXUpdCombo10.4.11Intel.dmg">a working link</a> to it. Too bad though, the update did not fix the problem.</p>
<p>It then dawned upon me that this was all a test. God was testing me, to see how badly I wanted to install the outdated operating system, and whether I really did possess the geek-credentials I claimed to have.</p>
<p>So I went back to the old plan of replacing kernel extensions.</p>
<p>I copied a bunch of extensions over from Leopard that I thought might fix the problem without causing too many dependency issues. While that did get rid of the error message, and Tiger no longer sported blue and black stripes, instead, I saw only the black and white text of the verbose screen while the Tiger setup music played in the background, taunting me.</p>
<p>I proceeded to replace the kernel extensions with the originals, one-by-one, hoping to find the one that was responsible for the missing error message. After what had to be at least an hour I finally noticed it: the GFX0 error message was back, and it was after I had replaced <span class="code">NVDAResman.kext</span> with its original.</p>
<p>Intrigued, I restored the entire Extensions folder back to its original state and replaced <i style="color:inherit">just</i> <span class="code">NVDAResman.kext</span>.</p>
<p><center><a href="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/TigerInstallSuccess.jpg" class="fancybox"><img src="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/TigerInstallSuccess_thumb.jpg" alt="Tiger Install Success!" title="Tiger Install Success!" width="500" height="375" class="alignnone size-full wp-image-2201" /></a></center></p>
<p><b>Success!!</b></p>
<p><i>Almost!</i> There was one loose-end left to fix. After logging into my account on Tiger, I got a couple of error messages complaining about <span class="code">NVDANV50Hal.kext</span> and <span class="code">GeForce.kext</span> not loading properly. Simply removing them from the <span class="code">/System/Library/Extensions</span> did the trick, with no noticeable ill effects (I tried replacing them with the ones from the Leopard install, but that didn&#8217;t work).</p>
<p>As a finishing touch, I used iPartition to shrink the Tiger partition. This way I won&#8217;t have to run iDefrag on it if I decide to install additional operating systems in the future (like 10.7). Here&#8217;s how it looks in Disk Utility:</p>
<p><center><a href="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/FinalPartitionMap.png" class="fancybox"><img src="http://www.taoeffect.com/blog/wp-content/uploads/2010/06/FinalPartitionMap_thumb.png" alt="Final Partition Map" title="Final Partition Map" width="500" height="440" class="alignnone size-full wp-image-2202" /></a></center></p>
<p>Hopefully this post will save someone a headache, or two. <img src='http://www.taoeffect.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.taoeffect.com/blog/2010/06/the-ultimate-test-machine-saga/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find me on Posterous</title>
		<link>http://www.taoeffect.com/blog/2010/03/find-me-on-posterous/</link>
		<comments>http://www.taoeffect.com/blog/2010/03/find-me-on-posterous/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:04:54 +0000</pubDate>
		<dc:creator>Greg Slepak</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[greg]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=1929</guid>
		<description><![CDATA[As this is a company blog it might not be the best of places for me to post some of my more politically-charged-unrelated-to-Tao-Effect-thoughts. Therefore I&#8217;ve started a Posterous account to which I&#8217;ll be posting that sort of goodness.]]></description>
			<content:encoded><![CDATA[<p>As this is a company blog it might not be the best of places for me to post some of my more <a href="/blog/2009/03/dark-day-for-freedom/">politically-charged-unrelated-to-Tao-Effect-thoughts</a>.</p>
<p>Therefore I&#8217;ve started a <a href="http://gregslepak.posterous.com/">Posterous account</a> to which I&#8217;ll be posting <a href="http://gregslepak.posterous.com/dont-mess-with-kucinich">that sort of goodness</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taoeffect.com/blog/2010/03/find-me-on-posterous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dark Day for Freedom</title>
		<link>http://www.taoeffect.com/blog/2009/03/dark-day-for-freedom/</link>
		<comments>http://www.taoeffect.com/blog/2009/03/dark-day-for-freedom/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 00:22:10 +0000</pubDate>
		<dc:creator>Greg Slepak</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[greg]]></category>

		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=386</guid>
		<description><![CDATA[Yesterday the President made the extraordinary step of asking citizens to submit questions to him. He promised to answer the most popular ones, and he did. This isn&#8217;t the first time this administration has invited questions. They&#8217;ve done this before, and each time one of the most pressing questions has been the issue of legalization. [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday the President made the extraordinary step of asking citizens to submit questions to him. He promised to answer the most popular ones, and <a href="http://edition.cnn.com/2009/TECH/03/26/online.obama/index.html">he did</a>.</p>
<p>This isn&#8217;t the first time this administration has invited questions. They&#8217;ve done this before, and each time one of the most pressing questions has been the issue of <a href="http://en.wikipedia.org/wiki/Drug_legalization">legalization</a>.</p>
<p>About the only respectable thing I can say today about this man is that he finally gave the public a <a href="http://edition.cnn.com/video/#/video/politics/2009/03/26/sot.obama.marijuana.cnn?iref=mpvideosview">direct answer</a>:</p>
<blockquote><p><i>I have to say that there was one question that ranked fairly high, and that was whether legalizing marijuana would improve the economy [pause], and uh&#8230; [laughs], ah.. I don&#8217;t know what this says about the online audience [crowd laughs], but.. haha&#8230; but I just want uh.. I don&#8217;t want people to think uh.. this was a fairly popular question we wanted to make sure that it was answered, the answer is no, I don&#8217;t think that is a good strategy to grow our economy. [crowd claps]</i></p></blockquote>
<p>Perhaps I&#8217;m naive, but I was <i>shocked</i> when I saw this.</p>
<p>Whether or not you agree with it, how can you laugh at an issue like that?</p>
<p>You were not put there by the people to laugh at their serious concerns. This particular issue has been the source of decades of fighting, murders, imprisonments, and millions of lives ruined. And this&#8230; <i style="color:inherit">politician</i>, behaves exactly as so many cynics have said he would. This is not the change that we were told about, this is idiocy-as-usual.</p>
<p>I thought hard about posting this, as this post has nothing to do with Tao Effect or Espionage, or anything tech-related.  But then I realized that in my position this is the most I could do, that this is what &#8220;being patriotic&#8221; is about, and on an issue like this I would be embarrassed and ashamed of myself if I didn&#8217;t speak out.</p>
<p>You&#8217;re laughing at peoples lives and their freedom Mister President. Wipe that smirk off your face.</p>
<p><B>Further Reading</B></p>
<p><a href="http://en.wikipedia.org/wiki/War_on_Drugs#Criticism">http://en.wikipedia.org/wiki/War_on_Drugs#Criticism</a><br />
<a href="http://www.druglibrary.org/schaffer/History/whiteb1.htm">The History of the Non-Medical Use of Drugs in the United States</a><br />
<a href="http://www.youtube.com/watch?v=DiEbERXx7-Q">Bullshit: The War on Drugs part 1 of 3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.taoeffect.com/blog/2009/03/dark-day-for-freedom/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Back up and running</title>
		<link>http://www.taoeffect.com/blog/2008/11/back-up-and-running/</link>
		<comments>http://www.taoeffect.com/blog/2008/11/back-up-and-running/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 21:06:48 +0000</pubDate>
		<dc:creator>Greg Slepak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[greg]]></category>
		<category><![CDATA[unexpected]]></category>

		<guid isPermaLink="false">http://www.taoeffect.com/blog/?p=144</guid>
		<description><![CDATA[&#8220;I didn&#8217;t know you were down in the first place,&#8221; I hear you say. Indeed! Those of you who sent emails to our support address today were probably pleasantly surprised to find a blazingly fast reply from us in your inbox today, but to your dismay it was not, after all, a reply to your [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;I didn&#8217;t know you were down in the first place,&#8221; I hear you say.</p>
<p>Indeed!  Those of you who sent emails to our support address today were probably pleasantly surprised to find a blazingly fast reply from us in your inbox today, but to your dismay it was not, after all, a reply to your inquiry, but the following description of an unfortunate event that befell Tao Effect yesterday morning:</p>
<blockquote><p><i style="color:inherit">Hi there!</i></p>
<p><i style="color:inherit">This is an automatic reply.  Today (Mon. 17th of November), my main development machine died, it appears to be a problem with the logic board.  Right now I&#8217;m scrambling to the nearest Apple Store to get it fixed as soon as possible.  Because of this, my ability to reply to your email will probably be delayed a bit, and I apologize for that.  I will still do my best to try and send you a reply within 48 hours though.</i></p>
<p><i style="color:inherit">Hopefully this situation will be fixed soon.  I will try my best to keep you posted via updates to the blog.</i></p>
<p><i style="color:inherit">Best regards,</i></p>
<p><i style="color:inherit">Greg Slepak<br />
CEO, Tao Effect LLC</i></p></blockquote>
<p>I drove down to the nearest Apple Store from Gainesville yesterday, which (timewise) is Orlando.  The genius there (Jon) was quite helpful and the laptop is on its way to receive repairs.  My guess is that the logic board decided that it would rather leave this realm than live under the stresses that I put it through.</p>
<p>In the meantime, our test machine (a PowerMac) has been setup as the temporary center of operations, so I should be able to reply to support email (and continue development) while waiting for my beloved laptop to find its way back home.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taoeffect.com/blog/2008/11/back-up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World!</title>
		<link>http://www.taoeffect.com/blog/2008/10/hello-world/</link>
		<comments>http://www.taoeffect.com/blog/2008/10/hello-world/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 03:55:32 +0000</pubDate>
		<dc:creator>Greg Slepak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://future.taoeffect.com/blog/?p=5</guid>
		<description><![CDATA[Tao Effect is born on October 26, 2008. Nice ta&#8217; mee&#8217;cha!]]></description>
			<content:encoded><![CDATA[<p>Tao Effect is born on October 26, 2008.</p>
<p>Nice ta&#8217; mee&#8217;cha!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.taoeffect.com/blog/2008/10/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
