<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Desktop Search: More and more&#8230;.</title>
	<atom:link href="http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php/feed" rel="self" type="application/rss+xml" />
	<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=desktop_search_more_and_more</link>
	<description>Thoughts on the intersection of search, media, technology, and more.</description>
	<lastBuildDate>Tue, 21 May 2013 16:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: I. Alexopulos</title>
		<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22812</link>
		<dc:creator>I. Alexopulos</dc:creator>
		<pubDate>Thu, 21 Oct 2004 10:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22812</guid>
		<description>&lt;p&gt;If you are disappointed with GDS or afraid of possible privacy damage or just having fun of trying something new - diskmeta.com desktop search engine.&lt;/p&gt;

&lt;p&gt;diskmeta indexes user-selected folders on local and intranet shared hard drives to search in PDFs, archives ZIP, RAR, local Microsoft Office files, CHM, HTML, TXT.&lt;br /&gt;
Nice details - it allows wildcards, boolean operators, exact phrase search, sorting, filtering, easy file preview.&lt;br /&gt;
In search speed and result presentation compares to Google in the best sense of the term. &lt;/p&gt;

&lt;p&gt;Minus: diskmeta.com isn&#039;t free. But you can try a full-functional version free for 30 days, just to make the right choice.&lt;/p&gt;

&lt;p&gt;diskmeta doesn&#039;t searches Internet. For Internet you have the unbeatable Google :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>If you are disappointed with GDS or afraid of possible privacy damage or just having fun of trying something new &#8211; diskmeta.com desktop search engine.</p>
<p>diskmeta indexes user-selected folders on local and intranet shared hard drives to search in PDFs, archives ZIP, RAR, local Microsoft Office files, CHM, HTML, TXT.<br />
Nice details &#8211; it allows wildcards, boolean operators, exact phrase search, sorting, filtering, easy file preview.<br />
In search speed and result presentation compares to Google in the best sense of the term. </p>
<p>Minus: diskmeta.com isn&#8217;t free. But you can try a full-functional version free for 30 days, just to make the right choice.</p>
<p>diskmeta doesn&#8217;t searches Internet. For Internet you have the unbeatable Google <img src='http://battellemedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22811</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sat, 16 Oct 2004 01:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22811</guid>
		<description>&lt;p&gt;Well I am not too happy about Google desktop right now.  &lt;/p&gt;

&lt;p&gt;It installed fine, but an hour into its indexing it trashed windows and my internet connection and totally hosed IE.&lt;/p&gt;

&lt;p&gt;Only after uninstalling it and two hours of work do I have my machine back.  I think in the rush to beat its rivals Google pushed the product out too early.&lt;/p&gt;

&lt;p&gt;Rick&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Well I am not too happy about Google desktop right now.  </p>
<p>It installed fine, but an hour into its indexing it trashed windows and my internet connection and totally hosed IE.</p>
<p>Only after uninstalling it and two hours of work do I have my machine back.  I think in the rush to beat its rivals Google pushed the product out too early.</p>
<p>Rick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kendall Willets</title>
		<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22810</link>
		<dc:creator>Kendall Willets</dc:creator>
		<pubDate>Fri, 15 Oct 2004 03:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22810</guid>
		<description>&lt;p&gt;pb, I don&#039; t mean to toot my own horn too much, but my iBook already has OS X&#039;s &quot;mini http server&quot; (Apache) wired to a search app that I&#039;m working on.  Hanging a daemon off of an http port is a common way to get something working without writing UI code.&lt;/p&gt;

&lt;p&gt;This method is also highly portable, so there&#039;s some hope for Google to cross-compile their thing for other platforms.  &lt;/p&gt;

&lt;p&gt;The rest of the tech sounds fairly standard - a big inverted index, consuming a big chunk of storage.  A crawler that grabs your idle time and memory.  Ranking based on date.  &lt;/p&gt;

&lt;p&gt;Anybody finished indexing yet?  How big is the index?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>pb, I don&#8217; t mean to toot my own horn too much, but my iBook already has OS X&#8217;s &#8220;mini http server&#8221; (Apache) wired to a search app that I&#8217;m working on.  Hanging a daemon off of an http port is a common way to get something working without writing UI code.</p>
<p>This method is also highly portable, so there&#8217;s some hope for Google to cross-compile their thing for other platforms.  </p>
<p>The rest of the tech sounds fairly standard &#8211; a big inverted index, consuming a big chunk of storage.  A crawler that grabs your idle time and memory.  Ranking based on date.  </p>
<p>Anybody finished indexing yet?  How big is the index?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Kingery</title>
		<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22809</link>
		<dc:creator>Scott Kingery</dc:creator>
		<pubDate>Fri, 15 Oct 2004 00:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22809</guid>
		<description>&lt;p&gt;I like it so far. One thing I&#039;m not sure of is whether it indexes attached devices like USB drives and so forth. Also, it currently doesn&#039;t support Firefox and Thunderbird. It works with Firefox as far as searching and having the Desktop link but it doesn&#039;t index your cached pages.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I like it so far. One thing I&#8217;m not sure of is whether it indexes attached devices like USB drives and so forth. Also, it currently doesn&#8217;t support Firefox and Thunderbird. It works with Firefox as far as searching and having the Desktop link but it doesn&#8217;t index your cached pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Hicks</title>
		<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22808</link>
		<dc:creator>Matt Hicks</dc:creator>
		<pubDate>Fri, 15 Oct 2004 00:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22808</guid>
		<description>&lt;p&gt;Interesting discussion. It&#039;s worth noting that Google is planning to open desktop search to plugins through an API so other apps can be integrated and to make Gmail work with it. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.eweek.com/article2/0,1759,1676612,00.asp&quot; rel=&quot;nofollow&quot;&gt;Read more here&lt;/a&gt; in my eWEEK.com story. &lt;/p&gt;

&lt;p&gt;Ironically, they also noted that, yes, Yahoo Mail and Hotmail would be indexed insofar as a user opens a message in their Web browser.&lt;br /&gt;
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Interesting discussion. It&#8217;s worth noting that Google is planning to open desktop search to plugins through an API so other apps can be integrated and to make Gmail work with it. </p>
<p><a href="http://www.eweek.com/article2/0,1759,1676612,00.asp" rel="nofollow">Read more here</a> in my eWEEK.com story. </p>
<p>Ironically, they also noted that, yes, Yahoo Mail and Hotmail would be indexed insofar as a user opens a message in their Web browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pb</title>
		<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22807</link>
		<dc:creator>pb</dc:creator>
		<pubDate>Thu, 14 Oct 2004 23:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22807</guid>
		<description>&lt;p&gt;The &quot;seen it before&quot; gets tiring. Has anyone seen desktop search integrated right into the public web site? Has anyone seen a mini http server placed on their Windows box? 1 second response times? Sort by relevance? How about all this for free? Like just about everything else, the basic idea is not new. Like much of what Google does, the implementation is impressive.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The &#8220;seen it before&#8221; gets tiring. Has anyone seen desktop search integrated right into the public web site? Has anyone seen a mini http server placed on their Windows box? 1 second response times? Sort by relevance? How about all this for free? Like just about everything else, the basic idea is not new. Like much of what Google does, the implementation is impressive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kendall Willets</title>
		<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22806</link>
		<dc:creator>Kendall Willets</dc:creator>
		<pubDate>Thu, 14 Oct 2004 19:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22806</guid>
		<description>&lt;p&gt;It&#039;s not so much desktop search as it is Windows-only Outlook, AIM, and IE search, plus the Office trio of closed formats.  The platform coverage is minimal.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>It&#8217;s not so much desktop search as it is Windows-only Outlook, AIM, and IE search, plus the Office trio of closed formats.  The platform coverage is minimal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22805</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Thu, 14 Oct 2004 18:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22805</guid>
		<description>&lt;p&gt;Well, once you&#039;ve installed GDS it indexes the text of pages you view through your web browser. Wouldn&#039;t Gmail, Hotmail, Yahoo Mail, etc. be included in that?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Well, once you&#8217;ve installed GDS it indexes the text of pages you view through your web browser. Wouldn&#8217;t Gmail, Hotmail, Yahoo Mail, etc. be included in that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eroc</title>
		<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22804</link>
		<dc:creator>Eroc</dc:creator>
		<pubDate>Thu, 14 Oct 2004 18:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22804</guid>
		<description>&lt;p&gt;I hope this integrates with Gmail pretty soon. It seems like it would be pretty simple to do- just send the same query it&#039;s sending to the desktop search or to google to my gmail account. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I hope this integrates with Gmail pretty soon. It seems like it would be pretty simple to do- just send the same query it&#8217;s sending to the desktop search or to google to my gmail account. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Wexler</title>
		<link>http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22803</link>
		<dc:creator>Michael Wexler</dc:creator>
		<pubDate>Thu, 14 Oct 2004 18:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2004/10/desktop_search_more_and_more.php#comment-22803</guid>
		<description>&lt;p&gt;So many desktop search tools, in fact, that I recently made a list of the ones I&#039;ve been considering and reviewed them.  Check out &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.nettakeaway.com/tp/index.php?id=107&quot; rel=&quot;nofollow&quot;&gt;http://www.nettakeaway.com/tp/index.php?id=107&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;to see my list, and then look through some of the more recent posts to see updates.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>So many desktop search tools, in fact, that I recently made a list of the ones I&#8217;ve been considering and reviewed them.  Check out </p>
<p><a href="http://www.nettakeaway.com/tp/index.php?id=107" rel="nofollow">http://www.nettakeaway.com/tp/index.php?id=107</a></p>
<p>to see my list, and then look through some of the more recent posts to see updates.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
