<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>In Photos dot Org &#187; google</title>
	<atom:link href="http://inphotos.org/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://inphotos.org</link>
	<description>no photoshopped images here</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:21:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google Photos Screensaver 2.0</title>
		<link>http://inphotos.org/2008/04/11/google-photos-screensaver-20/</link>
		<comments>http://inphotos.org/2008/04/11/google-photos-screensaver-20/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 06:33:59 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[mod rewrite]]></category>
		<category><![CDATA[Photos Screensaver]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[web bot]]></category>

		<guid isPermaLink="false">http://inphotos.org/?p=1295</guid>
		<description><![CDATA[Check your web server logs. The Google Photos Screensaver 2.0 web bot does not respect robots.txt rules. It tripped over my tarpit a few days &#8230;]]></description>
			<content:encoded><![CDATA[<p>Check your web server logs. The <a href="http://pack.google.com/intl/en/screensaver.html" rel='nofollow'>Google Photos Screensaver 2.0</a> web bot does not respect robots.txt rules. It tripped over my tarpit a few days ago and I just noticed it hitting the same url again this morning. It&#8217;s banned now.</p>
<p>The strange thing is, I saw two requests from this user agent a few minutes ago. One from <a href="http://whois.domaintools.com/66.249.85.129">66.249.85.129</a> which is a Gooogle IP, and another from <a href="http://whois.domaintools.com/117.193.129.58">117.193.129.58</a> which looks like an Indian IP.</p>
<p>Which one tripped over my tarpit? The Google IP address, 66.249.85.129 did.</p>
<p>If you want to ban &#8220;Google Photos Screensaver 2.0&#8243;, add these lines to the .htaccess in your root directory (presuming you have mod_rewrite enabled of course!)</p>
<blockquote><p><code>RewriteCond %{HTTP_USER_AGENT} .*Google Photos Screensaver 2.0.*<br />
RewriteRule .* - [F,L]</code></p></blockquote>
<p>I also ban a number of other user agents. This could could be merged into a few less lines but this makes it easy to add new lines quickly:</p>
<blockquote><p><code>RewriteCond %{HTTP_USER_AGENT} Microsoft URL Control.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} WebAlta Crawler/2.0.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} .*larbin.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} Python-urllib.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} libwww-perl.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} .*Indy Library.*<br />
RewriteRule .* - [F,L]<br />
RewriteCond %{HTTP_USER_AGENT} .*Jakarta Commons-HttpClient.*<br />
RewriteRule .* - [F,L]</code></p></blockquote>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1295" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2009/11/20/google/" rel="bookmark" title="Permanent Link: Just Google It!">Just Google It!</a></li><li> <a href="http://inphotos.org/2007/01/15/scary-scary-google-forgets-in-photos/" rel="bookmark" title="Permanent Link: Scary! Scary! Google forgets In Photos">Scary! Scary! Google forgets In Photos</a></li><li> <a href="http://inphotos.org/2006/08/12/google-picasa-for-linux/" rel="bookmark" title="Permanent Link: Google Picasa for Linux">Google Picasa for Linux</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2008/04/11/google-photos-screensaver-20/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tinfoil hat time! Google recognises you now!</title>
		<link>http://inphotos.org/2007/06/01/tinfoil-hat-time-google-recognises-you-now/</link>
		<comments>http://inphotos.org/2007/06/01/tinfoil-hat-time-google-recognises-you-now/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 10:07:11 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[facial-recognition]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google-Image-Search]]></category>
		<category><![CDATA[irishblogs]]></category>

		<guid isPermaLink="false">http://inphotos.org/tinfoil-hat-time-google-recognises-you-now/</guid>
		<description><![CDATA[Thanks Mike for pointing me towards this Arstechnica article about the new facial recognition in Google Image Search. If you add &#38;imgtype=face to any image &#8230;]]></description>
			<content:encoded><![CDATA[<p>Thanks Mike for pointing me towards this <a href="http://arstechnica.com/news.ars/post/20070530-facial-recognition-slipped-into-google-image-search.html">Arstechnica article</a> about the new facial recognition in Google Image Search. If you add <code>&amp;imgtype=face</code> to any image search url it will only show you faces. Try this search for <a href="http://images.google.com/images?svnum=10&amp;hl=en&amp;gbv=2&amp;safe=off&amp;q=cork%2C+ireland&amp;btnG=Search+Images">Cork, Ireland</a> and compare it with this <a href="http://images.google.com/images?hl=en&amp;q=cork%2C+ireland&amp;btnG=Search+Images&amp;gbv=2&amp;imgtype=face">facial search</a> for the same terms. Scary eh?</p>
<div align='center'>
<img style='border: 1px solid #000' src='http://i10.tinypic.com/4v8193l.png' /><br />
Ordinary image search</p>
<p><img style='border: 1px solid #000' src='http://i8.tinypic.com/6gsqniq.png' /><br />
Facial image search</div>
<p>PS. That 4th picture on the facial search is mine. This should make finding images a lot more interesting.</p>
<p>PPS. My <a href="http://inphotos.org/the-thieving-duck/">Thieving Duck</a> has been used on the <a href="http://consumerist.com/consumer/money/personal-finance-roundup-264846.php">Consumerist</a> website! That photo seems to be rather well known!</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=895" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2009/11/20/google/" rel="bookmark" title="Permanent Link: Just Google It!">Just Google It!</a></li><li> <a href="http://inphotos.org/2006/08/12/google-picasa-for-linux/" rel="bookmark" title="Permanent Link: Google Picasa for Linux">Google Picasa for Linux</a></li><li> <a href="http://inphotos.org/2007/01/15/scary-scary-google-forgets-in-photos/" rel="bookmark" title="Permanent Link: Scary! Scary! Google forgets In Photos">Scary! Scary! Google forgets In Photos</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2007/06/01/tinfoil-hat-time-google-recognises-you-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scary! Scary! Google forgets In Photos</title>
		<link>http://inphotos.org/2007/01/15/scary-scary-google-forgets-in-photos/</link>
		<comments>http://inphotos.org/2007/01/15/scary-scary-google-forgets-in-photos/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 19:52:31 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Words]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google-Sitemap]]></category>
		<category><![CDATA[irishblogs]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[searchengine]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://inphotos.org/scary-scary-google-forgets-in-photos/</guid>
		<description><![CDATA[I wondered why traffic was slow to the site today and then I searched for donncha. Insted of this site being the second or third &#8230;]]></description>
			<content:encoded><![CDATA[<p>I wondered why traffic was slow to the site today and then I searched for <a href="http://www.google.com/search?q=donncha">donncha</a>. Insted of this site being the second or third link it&#8217;s nowhere to be found. I know it&#8217;s only a Google hiccup that other blogs have experienced too of late but it&#8217;s frightening watching my logs. They&#8217;re not moving, much.</p>
<p>You can practically hear the tumbleweed blowing across the screen it&#8217;s so quiet.</p>
<p>Much later .. I figured out what caused the problem. It was my Google sitemap. The &#8220;R&amp;H Hall&#8221; tag caused a problem because it wasn&#8217;t encoded properly. Adding a urlencode() around the right bit of code fixed that. Must tell the author of UTWgoogleSitemaps&#8230;</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=699" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2007/06/01/tinfoil-hat-time-google-recognises-you-now/" rel="bookmark" title="Permanent Link: Tinfoil hat time! Google recognises you now!">Tinfoil hat time! Google recognises you now!</a></li><li> <a href="http://inphotos.org/2009/01/07/last-of-the-construction-workers/" rel="bookmark" title="Permanent Link: Last of the Construction Workers">Last of the Construction Workers</a></li><li> <a href="http://inphotos.org/2007/10/31/waves-at-couminole/" rel="bookmark" title="Permanent Link: Waves at Couminole">Waves at Couminole</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2007/01/15/scary-scary-google-forgets-in-photos/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Google Picasa for Linux</title>
		<link>http://inphotos.org/2006/08/12/google-picasa-for-linux/</link>
		<comments>http://inphotos.org/2006/08/12/google-picasa-for-linux/#comments</comments>
		<pubDate>Sat, 12 Aug 2006 09:30:53 +0000</pubDate>
		<dc:creator>Donncha O Caoimh</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Words]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[picasa]]></category>

		<guid isPermaLink="false">http://inphotos.org/google-picasa-for-linux/</guid>
		<description><![CDATA[Google finally released their photo organisation software, Picasa for Linux. It&#8217;s a free download, and uses Wine so it&#8217;s not a truely native port. I&#8217;m &#8230;]]></description>
			<content:encoded><![CDATA[<p>Google finally released their photo organisation software, Picasa for <a href="http://picasa.google.com/linux/">Linux</a>. It&#8217;s a free download, and uses Wine so it&#8217;s not a truely native port. I&#8217;m going to try it out now and will update this post later with my thoughts and impressions!</p>
 <img src="http://inphotos.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=443" width="1" height="1" style="display: none;" />
<p><strong>Related Posts</strong><ul><li> <a href="http://inphotos.org/2006/08/25/rawstudio-free-cross-platform-raw-converter/" rel="bookmark" title="Permanent Link: Rawstudio &#8211; free cross-platform raw converter">Rawstudio &#8211; free cross-platform raw converter</a></li><li> <a href="http://inphotos.org/2009/11/20/google/" rel="bookmark" title="Permanent Link: Just Google It!">Just Google It!</a></li><li> <a href="http://inphotos.org/2006/12/04/what-tablet-would-you-buy/" rel="bookmark" title="Permanent Link: What tablet would you buy?">What tablet would you buy?</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://inphotos.org/2006/08/12/google-picasa-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

