<?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: Byte Searching</title>
	<atom:link href="http://phineas.kimbo.org/2006/08/30/byte-searching/feed/" rel="self" type="application/rss+xml" />
	<link>http://phineas.kimbo.org/2006/08/30/byte-searching/</link>
	<description>Let&#039;s all drink to the death of a clown</description>
	<lastBuildDate>Wed, 20 Jan 2010 23:08:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ectostan</title>
		<link>http://phineas.kimbo.org/2006/08/30/byte-searching/#comment-15</link>
		<dc:creator>ectostan</dc:creator>
		<pubDate>Mon, 04 Sep 2006 15:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimbo.org/phineas/?p=169#comment-15</guid>
		<description>I&#039;ve many a time wanted to search for an image in a way that wasn&#039;t limited to what the image&#039;s name was.
I imagine sampling would work, but I also imagine that could be time consuming. Maybe jpgs, for instance, could incorporate a line of sampled information that conforms to some set standard. A &#039;fingerprint&#039; code. That would be a background process inherent to the rendering of the image, so it would be painless. You&#039;d just call up your jpg&#039;s fingerprint to search for similar or identical fingerprints on the web. I can&#039;t really think of a browser-side strategy that could do the job without being a bandwidth hog.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve many a time wanted to search for an image in a way that wasn&#8217;t limited to what the image&#8217;s name was.<br />
I imagine sampling would work, but I also imagine that could be time consuming. Maybe jpgs, for instance, could incorporate a line of sampled information that conforms to some set standard. A &#8216;fingerprint&#8217; code. That would be a background process inherent to the rendering of the image, so it would be painless. You&#8217;d just call up your jpg&#8217;s fingerprint to search for similar or identical fingerprints on the web. I can&#8217;t really think of a browser-side strategy that could do the job without being a bandwidth hog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew Bixcube</title>
		<link>http://phineas.kimbo.org/2006/08/30/byte-searching/#comment-14</link>
		<dc:creator>Drew Bixcube</dc:creator>
		<pubDate>Sun, 03 Sep 2006 11:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimbo.org/phineas/?p=169#comment-14</guid>
		<description>I wonder if the crawler in question could just &lt;i&gt;sample&lt;/i&gt; the data in each file at a given site, learn just enough data from each file that it must belong to a unique object (or at least narrow the search to a small number of objects).  Maybe sample the file in three random locations within the file, so that another file with the same strings on the same lines has a high probability of being the object you&#039;re searching for.

Of course, I don&#039;t know nothin&#039;.</description>
		<content:encoded><![CDATA[<p>I wonder if the crawler in question could just <i>sample</i> the data in each file at a given site, learn just enough data from each file that it must belong to a unique object (or at least narrow the search to a small number of objects).  Maybe sample the file in three random locations within the file, so that another file with the same strings on the same lines has a high probability of being the object you&#8217;re searching for.</p>
<p>Of course, I don&#8217;t know nothin&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

