<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="wordpress/2.1.2" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The iNexus</title>
	<link>http://www.infinitenexus.com/blog</link>
	<description>Musings on software beyond limits and Mac OS X</description>
	<pubDate>Mon, 25 May 2009 08:10:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/inexus" type="application/rss+xml" /><item>
		<title>Fixes and more</title>
		<link>http://feedproxy.google.com/~r/inexus/~3/Wm4sTGRtRk8/</link>
		<comments>http://www.infinitenexus.com/blog/?p=88#comments</comments>
		<pubDate>Mon, 25 May 2009 08:10:51 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Compare Folders]]></category>

		<category><![CDATA[Apps]]></category>

		<category><![CDATA[In Progress]]></category>

		<guid isPermaLink="false">http://www.infinitenexus.com/blog/?p=88</guid>
		<description><![CDATA[As I mentioned in my last post, the 3.3 release of Compare Folders has been optimized for launching and memory usage during comparisons. There&#8217;s been additional performance gains since then but right I&#8217;d like to talk about some of the other improvements in store.
Without further adieu, here&#8217;s a couple highlights:

fixed: an unfortunate crash that could [...]]]></description>
			<content:encoded><![CDATA[<p>As I mentioned in my <a href="http://www.infinitenexus.com/blog/?p=87">last post</a>, the 3.3 release of <a href="http://www.infinitenexus.com/cf/">Compare Folders</a> has been optimized for launching and memory usage during comparisons. There&#8217;s been additional performance gains since then but right I&#8217;d like to talk about some of the other improvements in store.</p>
<p>Without further adieu, here&#8217;s a couple highlights:</p>
<ul>
<li><strong>fixed:</strong> an unfortunate crash that could occur when stopping an in-progress comparison</li>
<li><strong>added:</strong> the secondary difference for each difference type has its own color now, so you can have unique colors for every type of difference supported
</li>
</ul>
<p> Overall I think the release is shaping up quite nicely and I&#8217;m looking forward to getting it into testing next week and if all goes well start preparing for release the week following.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/inexus?a=Wm4sTGRtRk8:y8MCF-9zV-c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inexus?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=Wm4sTGRtRk8:y8MCF-9zV-c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/inexus?i=Wm4sTGRtRk8:y8MCF-9zV-c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=Wm4sTGRtRk8:y8MCF-9zV-c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/inexus?i=Wm4sTGRtRk8:y8MCF-9zV-c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=Wm4sTGRtRk8:y8MCF-9zV-c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/inexus?i=Wm4sTGRtRk8:y8MCF-9zV-c:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/inexus/~4/Wm4sTGRtRk8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infinitenexus.com/blog/?feed=rss2&amp;p=88</wfw:commentRss>
		<feedburner:origLink>http://www.infinitenexus.com/blog/?p=88</feedburner:origLink></item>
		<item>
		<title>Stepping up performance</title>
		<link>http://feedproxy.google.com/~r/inexus/~3/jwtGExvCXrw/</link>
		<comments>http://www.infinitenexus.com/blog/?p=87#comments</comments>
		<pubDate>Tue, 31 Mar 2009 06:40:31 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Compare Folders]]></category>

		<category><![CDATA[Apps]]></category>

		<category><![CDATA[In Progress]]></category>

		<guid isPermaLink="false">http://www.infinitenexus.com/blog/?p=87</guid>
		<description><![CDATA[Compare Folders has dramatically increased how many items it supports in result sets over the last several releases and the next update, 3.3, will be continuing this trend in several ways.
The major changes to the comparison engine include:

optimizations made to the size of each item in the results to make them as lean as possible [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.infinitenexus.com/cf/">Compare Folders</a> has dramatically increased how many items it supports in result sets over the last several releases and the next update, 3.3, will be continuing this trend in several ways.</p>
<p>The major changes to the comparison engine include:</p>
<ul>
<li>optimizations made to the size of each item in the results to make them as lean as possible (switching from object to scalar types for the geeks out there)</li>
<li>optimizations made to how results are stored to make them as unique as possible (for geeks again: this would be form of <a href="http://en.wikipedia.org/wiki/Database_normalization">database normalization</a>)</li>
</ul>
<p>Another huge win fixes a common source of pain for users - saving text results with large result sets would crash. I&#8217;ve rewritten how saving a text report works and it can write tens of thousands of results without a problem (and includes progress sheet to let you know its going.) </p>
<p>I&#8217;m in midst of the engine improvements right now but it&#8217;s looking really good so far and I wanted to take a minute to share.</p>
<p><strong>Update:</strong> So far the normalization changes have netted a 10% reduction in memory usage for a comparison. More optimizations to come.</p>
<p><strong>Update 2:</strong> I&#8217;ve been rewriting how all of CF&#8217;s components are put together which has netted a 25% reduction in the amount of memory needed at launch, and should be marginally faster as well. Even more optimizations to come <img src='http://www.infinitenexus.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/inexus?a=jwtGExvCXrw:3G4Il72sY_M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inexus?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=jwtGExvCXrw:3G4Il72sY_M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/inexus?i=jwtGExvCXrw:3G4Il72sY_M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=jwtGExvCXrw:3G4Il72sY_M:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/inexus?i=jwtGExvCXrw:3G4Il72sY_M:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=jwtGExvCXrw:3G4Il72sY_M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/inexus?i=jwtGExvCXrw:3G4Il72sY_M:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/inexus/~4/jwtGExvCXrw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infinitenexus.com/blog/?feed=rss2&amp;p=87</wfw:commentRss>
		<feedburner:origLink>http://www.infinitenexus.com/blog/?p=87</feedburner:origLink></item>
		<item>
		<title>An iPhone Detour</title>
		<link>http://feedproxy.google.com/~r/inexus/~3/mVnVXxq5hvE/</link>
		<comments>http://www.infinitenexus.com/blog/?p=86#comments</comments>
		<pubDate>Mon, 02 Feb 2009 01:52:39 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.infinitenexus.com/blog/?p=86</guid>
		<description><![CDATA[By now I hoped to have DriveGauge 4 ready for release, but I got a bit distracted by the shiny new device and programming environment from Apple. Recently my friends at DeliciousSafari released an update to their iPhone/iPod Touch delicious client, Bookmarks. I&#8217;m proud to say I worked with them on polishing the look and [...]]]></description>
			<content:encoded><![CDATA[<p>By now I hoped to have DriveGauge 4 <a href="http://www.infinitenexus.com/blog/?p=85">ready for release</a>, but I got a bit distracted by the shiny new device and programming environment from Apple. Recently my friends at <a href="http://delicioussafari.com/">DeliciousSafari</a> released an update to their iPhone/iPod Touch delicious client, <a href="http://delicioussafari.com/bookmarks.php">Bookmarks</a>. I&#8217;m proud to say I <a href="http://delicioussafari.com/blog/2009/01/26/bookmarks-11-released-on-itunes-app-store/">worked with them</a> on polishing the look and feel throughout the app for consistency with (mobile) OS X and added the &#8216;Shake to Refresh&#8217; feature. </p>
<p>If you use bookmarks with any frequency I recommend checking out both their iPhone and Safari clients which make it a breeze to access your bookmarks anywhere.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/inexus?a=mVnVXxq5hvE:_yIkv1ls_gA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inexus?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=mVnVXxq5hvE:_yIkv1ls_gA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/inexus?i=mVnVXxq5hvE:_yIkv1ls_gA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=mVnVXxq5hvE:_yIkv1ls_gA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/inexus?i=mVnVXxq5hvE:_yIkv1ls_gA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=mVnVXxq5hvE:_yIkv1ls_gA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/inexus?i=mVnVXxq5hvE:_yIkv1ls_gA:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/inexus/~4/mVnVXxq5hvE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infinitenexus.com/blog/?feed=rss2&amp;p=86</wfw:commentRss>
		<feedburner:origLink>http://www.infinitenexus.com/blog/?p=86</feedburner:origLink></item>
		<item>
		<title>Movin’ Right Along</title>
		<link>http://feedproxy.google.com/~r/inexus/~3/Rhi6dejKB4g/</link>
		<comments>http://www.infinitenexus.com/blog/?p=85#comments</comments>
		<pubDate>Sat, 29 Nov 2008 01:52:53 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Apps]]></category>

		<category><![CDATA[DriveGauge]]></category>

		<category><![CDATA[In Progress]]></category>

		<guid isPermaLink="false">http://www.infinitenexus.com/blog/?p=85</guid>
		<description><![CDATA[Today I get to share some exciting news - DriveGauge 4 is now feature complete and has reached feature parity with prior versions (I wrapped up automatic updating for gauges this afternoon.) More simply put, it&#8217;s much closer to release and will enter beta testing this weekend.
Now I&#8217;m working on polishing the rough edges and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I get to share some exciting news - <a href="http://www.infinitenexus.com/dg/">DriveGauge</a> 4 is now feature complete and has reached feature parity with prior versions (I wrapped up automatic updating for gauges this afternoon.) More simply put, it&#8217;s <strong>much</strong> closer to release and will enter beta testing this weekend.</p>
<p>Now I&#8217;m working on polishing the rough edges and making it a great experience all around. I&#8217;ll post up screenshots soon of the new UI. <em>Stay tuned!</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/inexus?a=Rhi6dejKB4g:uHNXRoY64V4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inexus?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=Rhi6dejKB4g:uHNXRoY64V4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/inexus?i=Rhi6dejKB4g:uHNXRoY64V4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=Rhi6dejKB4g:uHNXRoY64V4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/inexus?i=Rhi6dejKB4g:uHNXRoY64V4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=Rhi6dejKB4g:uHNXRoY64V4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/inexus?i=Rhi6dejKB4g:uHNXRoY64V4:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/inexus/~4/Rhi6dejKB4g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infinitenexus.com/blog/?feed=rss2&amp;p=85</wfw:commentRss>
		<feedburner:origLink>http://www.infinitenexus.com/blog/?p=85</feedburner:origLink></item>
		<item>
		<title>Compare Folders 3.2 released</title>
		<link>http://feedproxy.google.com/~r/inexus/~3/Tj5V6sP0Hpw/</link>
		<comments>http://www.infinitenexus.com/blog/?p=84#comments</comments>
		<pubDate>Tue, 02 Sep 2008 14:35:09 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Compare Folders]]></category>

		<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://www.infinitenexus.com/blog/?p=84</guid>
		<description><![CDATA[Today is the release of another really solid update for Compare Folders. This update removes .Mac/MobileMe support but also improves exclusions in the engine and polishes more of the UI. These are just a few highlights, there are many additional features and bug fixes throughout the entire app.
See the changes in in the full article
As [...]]]></description>
			<content:encoded><![CDATA[<p>Today is the release of another really solid update for Compare Folders. This update removes .Mac/MobileMe support but also improves exclusions in the engine and polishes more of the UI. These are just a few highlights, there are many additional features and bug fixes throughout the entire app.</p>
<p><em>See the changes in in the full article</em></p>
<p>As always, you can find the disk image for download at: <a href="http://www.infinitenexus.com/cf/">http://www.infinitenexus.com/cf/</a></p>
<p> <a href="http://www.infinitenexus.com/blog/?p=84#more-84" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/inexus?a=Tj5V6sP0Hpw:pHH0X8S2zkk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inexus?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=Tj5V6sP0Hpw:pHH0X8S2zkk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/inexus?i=Tj5V6sP0Hpw:pHH0X8S2zkk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=Tj5V6sP0Hpw:pHH0X8S2zkk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/inexus?i=Tj5V6sP0Hpw:pHH0X8S2zkk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=Tj5V6sP0Hpw:pHH0X8S2zkk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/inexus?i=Tj5V6sP0Hpw:pHH0X8S2zkk:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/inexus/~4/Tj5V6sP0Hpw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infinitenexus.com/blog/?feed=rss2&amp;p=84</wfw:commentRss>
		<feedburner:origLink>http://www.infinitenexus.com/blog/?p=84</feedburner:origLink></item>
		<item>
		<title>FYI: help is a bit outdated</title>
		<link>http://feedproxy.google.com/~r/inexus/~3/CscYMygzhho/</link>
		<comments>http://www.infinitenexus.com/blog/?p=83#comments</comments>
		<pubDate>Mon, 11 Aug 2008 01:57:16 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Compare Folders]]></category>

		<guid isPermaLink="false">http://www.infinitenexus.com/blog/?p=83</guid>
		<description><![CDATA[A quick note for Compare Folders users - the online help at www.infinitenexus.com/support/cf/ is somewhat out of date, especially with respect to known issues and release notes. If you are curious as to what the latest changes are see the version history in the Compare Folders product section. 
When the new site comes online officially [...]]]></description>
			<content:encoded><![CDATA[<p>A quick note for Compare Folders users - the online help at <a href="http://www.infinitenexus.com/support/cf/">www.infinitenexus.com/support/cf/</a> is somewhat out of date, especially with respect to known issues and release notes. If you are curious as to what the latest changes are see the <a href="http://www.infinitenexus.com/cf/version.html">version history</a> in the Compare Folders product section. </p>
<p>When the <a href="http://www.infinitenexus.com/blog/?p=72">new site</a> comes online officially the help will be updated to match the latest released version, I promise <img src='http://www.infinitenexus.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/inexus?a=CscYMygzhho:pV_fLa8DkBs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inexus?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=CscYMygzhho:pV_fLa8DkBs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/inexus?i=CscYMygzhho:pV_fLa8DkBs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=CscYMygzhho:pV_fLa8DkBs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/inexus?i=CscYMygzhho:pV_fLa8DkBs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=CscYMygzhho:pV_fLa8DkBs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/inexus?i=CscYMygzhho:pV_fLa8DkBs:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/inexus/~4/CscYMygzhho" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infinitenexus.com/blog/?feed=rss2&amp;p=83</wfw:commentRss>
		<feedburner:origLink>http://www.infinitenexus.com/blog/?p=83</feedburner:origLink></item>
		<item>
		<title>Whatcha doin’?</title>
		<link>http://feedproxy.google.com/~r/inexus/~3/QrVpZmFlVwg/</link>
		<comments>http://www.infinitenexus.com/blog/?p=82#comments</comments>
		<pubDate>Fri, 08 Aug 2008 05:15:04 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Compare Folders]]></category>

		<category><![CDATA[Apps]]></category>

		<category><![CDATA[In Progress]]></category>

		<guid isPermaLink="false">http://www.infinitenexus.com/blog/?p=82</guid>
		<description><![CDATA[As the news of late can attest, Apple has made the transition to MobileMe. I&#8217;ve already covered what that means for dotMac Menu (goodbye old friend) so it&#8217;s probably pretty obvious what the next step is for Compare Folders.
]]></description>
			<content:encoded><![CDATA[<p>As the news of late can attest, <a href="http://www.apple.com/">Apple</a> has made the transition to <a href="http://www.me.com/">MobileMe</a>. I&#8217;ve already covered what that means for dotMac Menu (<a href="http://www.infinitenexus.com/blog/?p=81">goodbye old friend</a>) so it&#8217;s probably pretty obvious what the next step is for <a href="http://www.infinitenexus.com/cf/">Compare Folders</a>.</p>
<p> <a href="http://www.infinitenexus.com/blog/?p=82#more-82" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/inexus?a=QrVpZmFlVwg:0yA2cZnPoD0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inexus?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=QrVpZmFlVwg:0yA2cZnPoD0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/inexus?i=QrVpZmFlVwg:0yA2cZnPoD0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=QrVpZmFlVwg:0yA2cZnPoD0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/inexus?i=QrVpZmFlVwg:0yA2cZnPoD0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=QrVpZmFlVwg:0yA2cZnPoD0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/inexus?i=QrVpZmFlVwg:0yA2cZnPoD0:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/inexus/~4/QrVpZmFlVwg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infinitenexus.com/blog/?feed=rss2&amp;p=82</wfw:commentRss>
		<feedburner:origLink>http://www.infinitenexus.com/blog/?p=82</feedburner:origLink></item>
		<item>
		<title>dotMac Menu in the world of MobileMe</title>
		<link>http://feedproxy.google.com/~r/inexus/~3/id4MLhykYhE/</link>
		<comments>http://www.infinitenexus.com/blog/?p=81#comments</comments>
		<pubDate>Tue, 08 Jul 2008 05:20:08 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[dotMac Menu]]></category>

		<guid isPermaLink="false">http://www.infinitenexus.com/blog/?p=81</guid>
		<description><![CDATA[Unless you&#8217;ve been living under a rock you likely heard the news - Apple is recreating .Mac as a new service, MobileMe. It&#8217;s quite an impressive offering from what I saw in the guided tour and I look forward to trying it out soon. 
The most common question I&#8217;ve received since Steve made the announcement [...]]]></description>
			<content:encoded><![CDATA[<p>Unless you&#8217;ve been living under a rock you likely heard the news - Apple is recreating .Mac as a new service, <a href="http://www.apple.com/mobileme/">MobileMe</a>. It&#8217;s quite an impressive offering from what I saw in the <a href="http://www.apple.com/mobileme/guidedtour/">guided tour</a> and I look forward to trying it out soon. </p>
<p>The most common question I&#8217;ve received since Steve made the announcement has been - &#8220;when / will you be updating dotMac Menu for MobileMe?&#8221; To address this we&#8217;re going to look at dotMac Menu itself.</p>
<p> <a href="http://www.infinitenexus.com/blog/?p=81#more-81" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/inexus?a=id4MLhykYhE:nxB-AleOYrQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inexus?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=id4MLhykYhE:nxB-AleOYrQ:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/inexus?i=id4MLhykYhE:nxB-AleOYrQ:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=id4MLhykYhE:nxB-AleOYrQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/inexus?i=id4MLhykYhE:nxB-AleOYrQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=id4MLhykYhE:nxB-AleOYrQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/inexus?i=id4MLhykYhE:nxB-AleOYrQ:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/inexus/~4/id4MLhykYhE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infinitenexus.com/blog/?feed=rss2&amp;p=81</wfw:commentRss>
		<feedburner:origLink>http://www.infinitenexus.com/blog/?p=81</feedburner:origLink></item>
		<item>
		<title>Compare Folders 3.1 released</title>
		<link>http://feedproxy.google.com/~r/inexus/~3/5M49UCgUH4A/</link>
		<comments>http://www.infinitenexus.com/blog/?p=80#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:42:53 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Compare Folders]]></category>

		<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://www.infinitenexus.com/blog/?p=80</guid>
		<description><![CDATA[Today is the release of another really solid update for Compare Folders. This update brings better precision for file sizes, folder size calculation, and a new feature - merging (which was previewed in this post.) These are just a few highlights, there are many additional features and bug fixes throughout the entire app.
See the changes [...]]]></description>
			<content:encoded><![CDATA[<p>Today is the release of another really solid update for Compare Folders. This update brings better precision for file sizes, folder size calculation, and a new feature - <strong>merging</strong> (which was previewed in <a href="http://www.infinitenexus.com/blog/?p=77">this post</a>.) These are just a few highlights, there are many additional features and bug fixes throughout the entire app.</p>
<p><em>See the changes in in the full article</em></p>
<p>As always, you can find the disk image for download at: <a href="http://www.infinitenexus.com/cf/">http://www.infinitenexus.com/cf/</a></p>
<p> <a href="http://www.infinitenexus.com/blog/?p=80#more-80" class="more-link">(more&#8230;)</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/inexus?a=5M49UCgUH4A:M3f3gEJxwc0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inexus?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=5M49UCgUH4A:M3f3gEJxwc0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/inexus?i=5M49UCgUH4A:M3f3gEJxwc0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=5M49UCgUH4A:M3f3gEJxwc0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/inexus?i=5M49UCgUH4A:M3f3gEJxwc0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=5M49UCgUH4A:M3f3gEJxwc0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/inexus?i=5M49UCgUH4A:M3f3gEJxwc0:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/inexus/~4/5M49UCgUH4A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infinitenexus.com/blog/?feed=rss2&amp;p=80</wfw:commentRss>
		<feedburner:origLink>http://www.infinitenexus.com/blog/?p=80</feedburner:origLink></item>
		<item>
		<title>But does it break? Let’s see!</title>
		<link>http://feedproxy.google.com/~r/inexus/~3/UgqRQXptWCk/</link>
		<comments>http://www.infinitenexus.com/blog/?p=79#comments</comments>
		<pubDate>Wed, 28 May 2008 06:18:24 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
		
		<category><![CDATA[Compare Folders]]></category>

		<category><![CDATA[Apps]]></category>

		<category><![CDATA[In Progress]]></category>

		<guid isPermaLink="false">http://www.infinitenexus.com/blog/?p=79</guid>
		<description><![CDATA[I&#8217;ve already discussed some of the improvements that have been added to Compare Folders for its next update and I&#8217;m excited to announce that its first round of beta testing started today. 
There&#8217;s a crash related to saving large results as a text file that I&#8217;m going to work on getting in before release but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve already discussed some of the <a href="http://www.infinitenexus.com/blog/?p=77">improvements</a> that have been added to <a href="http://www.infinitenexus.com/cf/">Compare Folders</a> for <a href="http://www.infinitenexus.com/blog/?p=78">its next update</a> and I&#8217;m excited to announce that its first round of beta testing started today. </p>
<p>There&#8217;s a crash related to saving large results as a text file that I&#8217;m going to work on getting in before release but by and large this update is complete. The help files are in need of refreshing and this is another issue I&#8217;d like to see wrapped up as well.</p>
<p>So keep your eyes peeled, as it were, <a href="http://www.infinitenexus.com/cf/">Compare Folders</a> 3.1 is coming soon!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/inexus?a=UgqRQXptWCk:73piqowy6zg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/inexus?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=UgqRQXptWCk:73piqowy6zg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/inexus?i=UgqRQXptWCk:73piqowy6zg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=UgqRQXptWCk:73piqowy6zg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/inexus?i=UgqRQXptWCk:73piqowy6zg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/inexus?a=UgqRQXptWCk:73piqowy6zg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/inexus?i=UgqRQXptWCk:73piqowy6zg:V_sGLiPBpWU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/inexus/~4/UgqRQXptWCk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.infinitenexus.com/blog/?feed=rss2&amp;p=79</wfw:commentRss>
		<feedburner:origLink>http://www.infinitenexus.com/blog/?p=79</feedburner:origLink></item>
	</channel>
</rss>
