<?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 for Blog :: Sune Vuorela</title>
	<atom:link href="http://pusling.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://pusling.com/blog</link>
	<description>Thoughts, actions and projects</description>
	<lastBuildDate>Thu, 28 Mar 2013 15:21:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Announcing Rawatar &#8211; Qt5 libravatar client library by Francois Marier</title>
		<link>http://pusling.com/blog/?p=329&#038;cpage=1#comment-5622</link>
		<dc:creator>Francois Marier</dc:creator>
		<pubDate>Thu, 28 Mar 2013 15:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://pusling.com/blog/?p=329#comment-5622</guid>
		<description><![CDATA[Regarding a GTK+ implementation, you may want to have a look at the pidgin plugin for it: https://code.google.com/p/pidgin-libravatar/]]></description>
		<content:encoded><![CDATA[<p>Regarding a GTK+ implementation, you may want to have a look at the pidgin plugin for it: <a href="https://code.google.com/p/pidgin-libravatar/" rel="nofollow">https://code.google.com/p/pidgin-libravatar/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing Rawatar &#8211; Qt5 libravatar client library by Anonymous</title>
		<link>http://pusling.com/blog/?p=329&#038;cpage=1#comment-5585</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 24 Mar 2013 21:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://pusling.com/blog/?p=329#comment-5585</guid>
		<description><![CDATA[Now we just need a GTK+ implementation so we have both of the common toolkits published, so most common Linux desktop apps can easily use libravatar.  Given the common convention of adding a &quot;g&quot; prefix, we could call it &quot;gravatar&quot;. :)

More seriously, &quot;glibravatar&quot; actually works rather well as a name, since it&#039;ll be based on glib.]]></description>
		<content:encoded><![CDATA[<p>Now we just need a GTK+ implementation so we have both of the common toolkits published, so most common Linux desktop apps can easily use libravatar.  Given the common convention of adding a &#8220;g&#8221; prefix, we could call it &#8220;gravatar&#8221;. :)</p>
<p>More seriously, &#8220;glibravatar&#8221; actually works rather well as a name, since it&#8217;ll be based on glib.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Libravatar service by Jonathan</title>
		<link>http://pusling.com/blog/?p=274&#038;cpage=1#comment-5574</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 22 Mar 2013 09:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://pusling.com/blog/?p=274#comment-5574</guid>
		<description><![CDATA[Modern spam filters work best when they receive a lot of data - especially obvious spam. Therefore there&#039;s no point in hiding your email addresses any more, at least if you&#039;ve got a half-decent filter set up.]]></description>
		<content:encoded><![CDATA[<p>Modern spam filters work best when they receive a lot of data &#8211; especially obvious spam. Therefore there&#8217;s no point in hiding your email addresses any more, at least if you&#8217;ve got a half-decent filter set up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Libravatar service by Sune Vuorela</title>
		<link>http://pusling.com/blog/?p=274&#038;cpage=1#comment-5571</link>
		<dc:creator>Sune Vuorela</dc:creator>
		<pubDate>Wed, 20 Mar 2013 10:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://pusling.com/blog/?p=274#comment-5571</guid>
		<description><![CDATA[Not allowing indexing is trivial and kind of left as an exercise to the reader. I just did touch index.html in a couple of directories.]]></description>
		<content:encoded><![CDATA[<p>Not allowing indexing is trivial and kind of left as an exercise to the reader. I just did touch index.html in a couple of directories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Libravatar service by Michal Čihař: Libravatar support in Weblate &#124; PHP World</title>
		<link>http://pusling.com/blog/?p=274&#038;cpage=1#comment-5570</link>
		<dc:creator>Michal Čihař: Libravatar support in Weblate &#124; PHP World</dc:creator>
		<pubDate>Tue, 19 Mar 2013 17:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://pusling.com/blog/?p=274#comment-5570</guid>
		<description><![CDATA[[...] some time, Weblate was showing avatars for users. Just as I&#8217;ve discovered Libravatar &#8211; free and federated alternative to Gravatar, I thought it would be better [...]]]></description>
		<content:encoded><![CDATA[<p>[...] some time, Weblate was showing avatars for users. Just as I&#8217;ve discovered Libravatar &#8211; free and federated alternative to Gravatar, I thought it would be better [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Libravatar service by Bob</title>
		<link>http://pusling.com/blog/?p=274&#038;cpage=1#comment-5569</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 19 Mar 2013 16:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://pusling.com/blog/?p=274#comment-5569</guid>
		<description><![CDATA[Instead of &quot;ls &#124; while read file&quot; which isn&#039;t safe for files containing whitespace use the shell itself.  And quote your variables!  This is safer.

 for file in *; do test -L &quot;$file&quot; &amp;&amp; rm -f &quot;$file&quot; ; done]]></description>
		<content:encoded><![CDATA[<p>Instead of &#8220;ls | while read file&#8221; which isn&#8217;t safe for files containing whitespace use the shell itself.  And quote your variables!  This is safer.</p>
<p> for file in *; do test -L &#8220;$file&#8221; &amp;&amp; rm -f &#8220;$file&#8221; ; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Libravatar service by Francois Marier</title>
		<link>http://pusling.com/blog/?p=274&#038;cpage=1#comment-5568</link>
		<dc:creator>Francois Marier</dc:creator>
		<pubDate>Tue, 19 Mar 2013 16:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://pusling.com/blog/?p=274#comment-5568</guid>
		<description><![CDATA[In my mind, the redirection policy should be mostly up to the domain owner. For example, a company could choose to always serve their logo when a client asks for a non-existent hash, and not implement any redirection (e.g. to Gravatar) at all.]]></description>
		<content:encoded><![CDATA[<p>In my mind, the redirection policy should be mostly up to the domain owner. For example, a company could choose to always serve their logo when a client asks for a non-existent hash, and not implement any redirection (e.g. to Gravatar) at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Libravatar service by Anonymous</title>
		<link>http://pusling.com/blog/?p=274&#038;cpage=1#comment-5567</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 19 Mar 2013 15:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://pusling.com/blog/?p=274#comment-5567</guid>
		<description><![CDATA[Verified-valid email addresses have higher monetary value to spammers than random email addresses that may or may not work.  Any approach that allows a spammer to filter their list lets them make more money selling that list or sending spam.  I&#039;d find it surprising if spammers don&#039;t already use gravatar to validate individual email addresses, so using libravatar seems trivial; I&#039;d just suggest not allowing indexing of the email addresses on a domain because that makes mass scraping so much more trivial and gravatar didn&#039;t allow *that*.]]></description>
		<content:encoded><![CDATA[<p>Verified-valid email addresses have higher monetary value to spammers than random email addresses that may or may not work.  Any approach that allows a spammer to filter their list lets them make more money selling that list or sending spam.  I&#8217;d find it surprising if spammers don&#8217;t already use gravatar to validate individual email addresses, so using libravatar seems trivial; I&#8217;d just suggest not allowing indexing of the email addresses on a domain because that makes mass scraping so much more trivial and gravatar didn&#8217;t allow *that*.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Libravatar service by sune</title>
		<link>http://pusling.com/blog/?p=274&#038;cpage=1#comment-5566</link>
		<dc:creator>sune</dc:creator>
		<pubDate>Tue, 19 Mar 2013 15:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://pusling.com/blog/?p=274#comment-5566</guid>
		<description><![CDATA[Do you really think that spammers are going to use a service like libravatar to figure out if a email might be valid and then send to it, rather than just sending and figuring out that way if the email might be valid?]]></description>
		<content:encoded><![CDATA[<p>Do you really think that spammers are going to use a service like libravatar to figure out if a email might be valid and then send to it, rather than just sending and figuring out that way if the email might be valid?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple Libravatar service by Anonymous</title>
		<link>http://pusling.com/blog/?p=274&#038;cpage=1#comment-5565</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 19 Mar 2013 11:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://pusling.com/blog/?p=274#comment-5565</guid>
		<description><![CDATA[Hmmm.  One problem with libravatar if it takes off: it would seem to make it trivial to seek out working email addresses to spam.  At a minimum, you should not have indexing turned on, but even then this allows email address verification.]]></description>
		<content:encoded><![CDATA[<p>Hmmm.  One problem with libravatar if it takes off: it would seem to make it trivial to seek out working email addresses to spam.  At a minimum, you should not have indexing turned on, but even then this allows email address verification.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
