<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Poll about the future of WinDirStat</title>
	<link>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/</link>
	<description>News and discussions around WinDirStat</description>
	<pubDate>Thu, 28 Aug 2008 06:27:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: jimmy</title>
		<link>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10339</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Fri, 25 Jul 2008 19:12:20 +0000</pubDate>
		<guid>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10339</guid>
		<description>It would also be great to be able to save out reports. Right now I end up taking a screen cap of as much of the window as I can.</description>
		<content:encoded><![CDATA[<p>It would also be great to be able to save out reports. Right now I end up taking a screen cap of as much of the window as I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fowl</title>
		<link>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10281</link>
		<dc:creator>fowl</dc:creator>
		<pubDate>Wed, 04 Jun 2008 04:18:27 +0000</pubDate>
		<guid>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10281</guid>
		<description>Oh if it's faster, I'm all for it!

(need an excuse to load a 64-bit on this box anyway... :P)</description>
		<content:encoded><![CDATA[<p>Oh if it&#8217;s faster, I&#8217;m all for it!</p>
<p>(need an excuse to load a 64-bit on this box anyway&#8230; :P)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10275</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 21 May 2008 00:24:15 +0000</pubDate>
		<guid>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10275</guid>
		<description>Good point, it might be additional hassle indeed. But I'll decide after actually checking the performance differences. I can imagine that particular operations would be faster natively.</description>
		<content:encoded><![CDATA[<p>Good point, it might be additional hassle indeed. But I&#8217;ll decide after actually checking the performance differences. I can imagine that particular operations would be faster natively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fowl</title>
		<link>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10274</link>
		<dc:creator>fowl</dc:creator>
		<pubDate>Tue, 20 May 2008 10:15:14 +0000</pubDate>
		<guid>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10274</guid>
		<description>I don't see the point of a x64 release, there are api's to allow 32bit apps to see an unvirtulised view of the filesystem.

A 64bit build seems an unnecessary complication for both you and the potential downloader.

Oh and awesome app btw!

Looking forward to see how you deal with the hardlink problem.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see the point of a x64 release, there are api&#8217;s to allow 32bit apps to see an unvirtulised view of the filesystem.</p>
<p>A 64bit build seems an unnecessary complication for both you and the potential downloader.</p>
<p>Oh and awesome app btw!</p>
<p>Looking forward to see how you deal with the hardlink problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmy</title>
		<link>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10262</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Thu, 08 May 2008 01:28:00 +0000</pubDate>
		<guid>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10262</guid>
		<description>You could do a fileid lookup, those that are under winsxs with a linkcount &#62; 1 could have other links hidden. 
If only they'd hardlinked the "real" copy and junctioned the others it would be a bit easier. AV/backup apps would've hit issues tho...

Great app - glad to see you're continuing to refine it. Thx much.</description>
		<content:encoded><![CDATA[<p>You could do a fileid lookup, those that are under winsxs with a linkcount &gt; 1 could have other links hidden.<br />
If only they&#8217;d hardlinked the &#8220;real&#8221; copy and junctioned the others it would be a bit easier. AV/backup apps would&#8217;ve hit issues tho&#8230;</p>
<p>Great app - glad to see you&#8217;re continuing to refine it. Thx much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10260</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 07 May 2008 23:39:41 +0000</pubDate>
		<guid>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10260</guid>
		<description>So you suggest hiding everything outside that place? What about MKLINK and other tools which I like to use to create hardlinks (e.g. DFHL)? Those hardlinks will be hidden as well.

I think you certainly have a point here, but they shouldn't be hidden either way. Instead WDS should handle this properly. So I'll work on this. There is another problem on 64bit, btw, which prevents it from seeing the "redirected" files (such as those under system32), causing wrong results on any Win64.</description>
		<content:encoded><![CDATA[<p>So you suggest hiding everything outside that place? What about MKLINK and other tools which I like to use to create hardlinks (e.g. DFHL)? Those hardlinks will be hidden as well.</p>
<p>I think you certainly have a point here, but they shouldn&#8217;t be hidden either way. Instead WDS should handle this properly. So I&#8217;ll work on this. There is another problem on 64bit, btw, which prevents it from seeing the &#8220;redirected&#8221; files (such as those under system32), causing wrong results on any Win64.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmy</title>
		<link>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10259</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Wed, 07 May 2008 22:00:38 +0000</pubDate>
		<guid>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10259</guid>
		<description>For the most part tho, the file under \winsxs is the "real" file on Vista. Toggling to hide hardlinks then would hide hardlinks not under that path.</description>
		<content:encoded><![CDATA[<p>For the most part tho, the file under \winsxs is the &#8220;real&#8221; file on Vista. Toggling to hide hardlinks then would hide hardlinks not under that path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10257</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Wed, 07 May 2008 09:55:04 +0000</pubDate>
		<guid>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10257</guid>
		<description>Well, which one should be shown and which not? That's the trouble with hardlinks: there is no only legit "base"-link.</description>
		<content:encoded><![CDATA[<p>Well, which one should be shown and which not? That&#8217;s the trouble with hardlinks: there is no only legit &#8220;base&#8221;-link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimmy</title>
		<link>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10256</link>
		<dc:creator>jimmy</dc:creator>
		<pubDate>Wed, 07 May 2008 03:06:53 +0000</pubDate>
		<guid>http://blog.windirstat.info/20080427/poll-about-the-future-of-windirstat/#comment-10256</guid>
		<description>Please add support to not show duplicate hardlinks. On Vista+ systems, the space displayed is primarily doubled due to hardlinks against the "actual" file contents under %windir%\winsxs. A toggle to show/hide these types of duplicate files would be great. Thanks.</description>
		<content:encoded><![CDATA[<p>Please add support to not show duplicate hardlinks. On Vista+ systems, the space displayed is primarily doubled due to hardlinks against the &#8220;actual&#8221; file contents under %windir%\winsxs. A toggle to show/hide these types of duplicate files would be great. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
