<?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: A Frank Interview with Gary Flake</title>
	<atom:link href="http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php/feed" rel="self" type="application/rss+xml" />
	<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a_frank_interview_with_gary_flake</link>
	<description>Thoughts on the intersection of search, media, technology, and more.</description>
	<lastBuildDate>Thu, 23 May 2013 12:55: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: Grigori</title>
		<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16567</link>
		<dc:creator>Grigori</dc:creator>
		<pubDate>Mon, 04 Feb 2008 02:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16567</guid>
		<description>&lt;p&gt;I think they can make that work, I think we&#039;ll see a lot more interesting things come out of Redmond.&lt;br /&gt;
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I think they can make that work, I think we&#8217;ll see a lot more interesting things come out of Redmond.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www.betterrankings.com</title>
		<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16566</link>
		<dc:creator>www.betterrankings.com</dc:creator>
		<pubDate>Mon, 04 Feb 2008 02:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16566</guid>
		<description>&lt;p&gt;I think they can make that work, I think we&#039;ll see a lot more interesting things come out of Redmond.&lt;br /&gt;
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I think they can make that work, I think we&#8217;ll see a lot more interesting things come out of Redmond.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Search Engine Marketing</title>
		<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16565</link>
		<dc:creator>Search Engine Marketing</dc:creator>
		<pubDate>Tue, 10 Oct 2006 01:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16565</guid>
		<description>&lt;p&gt;I&#039;m amused that he thinks their web search UI is in a much better place, because I find the search results UI at live.com to be one of the worst I&#039;ve experienced.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m amused that he thinks their web search UI is in a much better place, because I find the search results UI at live.com to be one of the worst I&#8217;ve experienced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Search Engine Marketing</title>
		<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16564</link>
		<dc:creator>Search Engine Marketing</dc:creator>
		<pubDate>Tue, 10 Oct 2006 01:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16564</guid>
		<description>&lt;p&gt;I&#039;m amused that he thinks their web search UI is in a much better place, because I find the search results UI at live.com to be one of the worst I&#039;ve experienced.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m amused that he thinks their web search UI is in a much better place, because I find the search results UI at live.com to be one of the worst I&#8217;ve experienced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dumbfounder</title>
		<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16563</link>
		<dc:creator>dumbfounder</dc:creator>
		<pubDate>Thu, 04 May 2006 14:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16563</guid>
		<description>&lt;p&gt;The only two things that 64 bit machines give you that 32 bit don&#039;t is extra ram and you no longer have to synchronize on longs or doubles. The synchronization is rarely a factor, so basically it&#039;s all about RAM. There are a ton of algorithms that require random access to vast amounts of data, and it is about 1000 times faster to access random data in RAM versus on disk. The purpose of an inverted file system is to make it so random access to data is unnecessary, but it means you need to be very efficient with what data you are working with. If you had an algorithm that determined a matched document, and then actually looked up some meta data for the document (like the date it was created, it&#039;s title, really anything), and it required a disk lookup each time then searching would take a very long time. For instance, if you had a single server that produced 10,000 matches on a single search, and you needed to do random disk lookups each time (which take roughly 10ms) it would take a min of 100 seconds to do the search. Obviously that sucks. If you load all of that metadata into ram, those random accesses to data offer little overhead on the search, maybe a few millis total. These are rough numbers, but should give you the idea. What I don&#039;t understand is why they are all psyched about it now. 64 bit has been around for a while. We at Dumbfind have been using 64 bit machines for 2 1/2 years now.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The only two things that 64 bit machines give you that 32 bit don&#8217;t is extra ram and you no longer have to synchronize on longs or doubles. The synchronization is rarely a factor, so basically it&#8217;s all about RAM. There are a ton of algorithms that require random access to vast amounts of data, and it is about 1000 times faster to access random data in RAM versus on disk. The purpose of an inverted file system is to make it so random access to data is unnecessary, but it means you need to be very efficient with what data you are working with. If you had an algorithm that determined a matched document, and then actually looked up some meta data for the document (like the date it was created, it&#8217;s title, really anything), and it required a disk lookup each time then searching would take a very long time. For instance, if you had a single server that produced 10,000 matches on a single search, and you needed to do random disk lookups each time (which take roughly 10ms) it would take a min of 100 seconds to do the search. Obviously that sucks. If you load all of that metadata into ram, those random accesses to data offer little overhead on the search, maybe a few millis total. These are rough numbers, but should give you the idea. What I don&#8217;t understand is why they are all psyched about it now. 64 bit has been around for a while. We at Dumbfind have been using 64 bit machines for 2 1/2 years now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Cash</title>
		<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16562</link>
		<dc:creator>Keith Cash</dc:creator>
		<pubDate>Mon, 10 Apr 2006 16:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16562</guid>
		<description>&lt;p&gt;I see Gary is hyped on the 64 bit thing. This is just promotion.   I think over the next 6 months we take the wait and see approach.&lt;br /&gt;
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I see Gary is hyped on the 64 bit thing. This is just promotion.   I think over the next 6 months we take the wait and see approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16561</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Mon, 10 Apr 2006 10:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16561</guid>
		<description>&lt;p&gt;&lt;i&gt;&quot;there is an even richer class of algorithms that can only be efficiently built on a 64 bit system&quot;&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;Can he give us some examples? Perhaps point us towards some Msn research papers?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><i>&#8220;there is an even richer class of algorithms that can only be efficiently built on a 64 bit system&#8221;</i></p>
<p>Can he give us some examples? Perhaps point us towards some Msn research papers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Capt.Obvious</title>
		<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16560</link>
		<dc:creator>Capt.Obvious</dc:creator>
		<pubDate>Sat, 08 Apr 2006 22:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16560</guid>
		<description>&lt;p&gt;I don&#039;t know how Gary can claim that Microsoft is the first to support 64-bit, when Linux has had 64-bit support for years (and Solaris for nearly a decade). Maybe Gary would like to ask the HotMail team how simple it was to port everything to Windows... ;-)&lt;/p&gt;

&lt;p&gt;In the end, none of it matters: all that matters is the relevance of the search results. And in this core metric, MSN is far, far behind Google or Yahoo. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know how Gary can claim that Microsoft is the first to support 64-bit, when Linux has had 64-bit support for years (and Solaris for nearly a decade). Maybe Gary would like to ask the HotMail team how simple it was to port everything to Windows&#8230; <img src='http://battellemedia.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>In the end, none of it matters: all that matters is the relevance of the search results. And in this core metric, MSN is far, far behind Google or Yahoo. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: You don&apos;t say</title>
		<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16559</link>
		<dc:creator>You don&apos;t say</dc:creator>
		<pubDate>Sat, 08 Apr 2006 21:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16559</guid>
		<description>&lt;p&gt;64 bit eh??? Pretty revolutionary.&lt;/p&gt;

&lt;p&gt;Bet google never thought of that.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>64 bit eh??? Pretty revolutionary.</p>
<p>Bet google never thought of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dion Hinchcliffe</title>
		<link>http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16558</link>
		<dc:creator>Dion Hinchcliffe</dc:creator>
		<pubDate>Sat, 08 Apr 2006 15:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://battellemedia.com/archives/2006/04/a_frank_interview_with_gary_flake.php#comment-16558</guid>
		<description>&lt;p&gt; I remember watching Gary Flake give a lively and fascinating talk this year at Microsoft Search Champs on the very morning of the announcement of Live Labs.  I happened to make &lt;a href=&quot;http://web2.wsj2.com/live_labs_microsofts_think_tank_and_incubator_for_the_web_20.htm&quot; rel=&quot;nofollow&quot;&gt;a podcast of the talk&lt;/a&gt; that morning (the first ever about Live Labs and its vision).  Afterwards, when asked Gary if I could post it to the world, he thought maybe 2-3 seconds and said &quot;Go for it!&quot;.  I was pleasantly surprised at the openness and rapid thinking/action that it represented.&lt;/p&gt;

&lt;p&gt;Anyway, Gary definitely seems to get what&#039;s happening out here on the Web and in the world.  It&#039;ll be interesting to see if a small system like Live Labs can truly change such a large system as Microsoft, without becoming one with the mothership in the process.  Their incubator approach will be the one to watch I think. If they can make that work, I think we&#039;ll see a lot more interesting things come out of Redmond.&lt;/p&gt;

&lt;p&gt;Dion&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> I remember watching Gary Flake give a lively and fascinating talk this year at Microsoft Search Champs on the very morning of the announcement of Live Labs.  I happened to make <a href="http://web2.wsj2.com/live_labs_microsofts_think_tank_and_incubator_for_the_web_20.htm" rel="nofollow">a podcast of the talk</a> that morning (the first ever about Live Labs and its vision).  Afterwards, when asked Gary if I could post it to the world, he thought maybe 2-3 seconds and said &#8220;Go for it!&#8221;.  I was pleasantly surprised at the openness and rapid thinking/action that it represented.</p>
<p>Anyway, Gary definitely seems to get what&#8217;s happening out here on the Web and in the world.  It&#8217;ll be interesting to see if a small system like Live Labs can truly change such a large system as Microsoft, without becoming one with the mothership in the process.  Their incubator approach will be the one to watch I think. If they can make that work, I think we&#8217;ll see a lot more interesting things come out of Redmond.</p>
<p>Dion</p>
]]></content:encoded>
	</item>
</channel>
</rss>
