<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for footle</title>
	
	<link>http://blog.footle.org</link>
	<description>(intr.v.) 1. To waste time; trifle. 2. To talk nonsense. (n.) Nonsense; foolishness</description>
	<lastBuildDate>Tue, 19 Jan 2010 14:46:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/footle-comments" /><feedburner:info uri="footle-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on Checking for STDIN in ruby by joao</title>
		<link>http://blog.footle.org/2008/08/21/checking-for-stdin-inruby/comment-page-1/#comment-1236</link>
		<dc:creator>joao</dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/?p=88#comment-1236</guid>
		<description>thank you! another perfect fit. I'm a newbie and expected an IO#peek or something...</description>
		<content:encoded><![CDATA[<p>thank you! another perfect fit. I&#8217;m a newbie and expected an IO#peek or something&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Dictionary Bookmarklet by tito</title>
		<link>http://blog.footle.org/2009/12/04/google-dictionary-bookmarklet/comment-page-1/#comment-1224</link>
		<dc:creator>tito</dc:creator>
		<pubDate>Tue, 08 Dec 2009 23:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/?p=111#comment-1224</guid>
		<description>cool.

I used it to check "footle" and was happy to find "an agile squirrel-like two-legged arboreal predatory dinosaur (North America)."</description>
		<content:encoded><![CDATA[<p>cool.</p>
<p>I used it to check &#8220;footle&#8221; and was happy to find &#8220;an agile squirrel-like two-legged arboreal predatory dinosaur (North America).&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protecting Your Users’ Data with a Privacy Wall by Safeguarding Your Data: The Privacy Wall « Wesabe: Your Money. Your Community.</title>
		<link>http://blog.footle.org/2007/02/22/protecting-your-users-data-with-a-privacy-wall/comment-page-1/#comment-1221</link>
		<dc:creator>Safeguarding Your Data: The Privacy Wall « Wesabe: Your Money. Your Community.</dc:creator>
		<pubDate>Wed, 18 Nov 2009 03:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/02/22/protecting-your-users-data-with-a-privacy-wall/#comment-1221</guid>
		<description>[...] like something a bit more technical, along with ways to attack the wall, I’ve posted a longer article over on my personal [...]</description>
		<content:encoded><![CDATA[<p>[...] like something a bit more technical, along with ways to attack the wall, I&#8217;ve posted a longer article over on my personal [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protecting Your Users’ Data with a Privacy Wall by David</title>
		<link>http://blog.footle.org/2007/02/22/protecting-your-users-data-with-a-privacy-wall/comment-page-1/#comment-1218</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/02/22/protecting-your-users-data-with-a-privacy-wall/#comment-1218</guid>
		<description>Brad-

The only thing I could think would need a change to the OpenID spec.

Along with the user's OpenID would be sent some random (but consistent) secret. Each user would get a different value.

Then that secret could be used to index the user's private data in the database.

Not sure there's much chance in getting that accepted though.</description>
		<content:encoded><![CDATA[<p>Brad-</p>
<p>The only thing I could think would need a change to the OpenID spec.</p>
<p>Along with the user&#8217;s OpenID would be sent some random (but consistent) secret. Each user would get a different value.</p>
<p>Then that secret could be used to index the user&#8217;s private data in the database.</p>
<p>Not sure there&#8217;s much chance in getting that accepted though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protecting Your Users’ Data with a Privacy Wall by brad</title>
		<link>http://blog.footle.org/2007/02/22/protecting-your-users-data-with-a-privacy-wall/comment-page-1/#comment-1217</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Mon, 05 Oct 2009 20:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/02/22/protecting-your-users-data-with-a-privacy-wall/#comment-1217</guid>
		<description>Good question, David. There really needs to be some secret that is not stored on the server-side in order for this to work, so it's not a great fit for things like OpenID or OAuth.

You could ask the user to create a secondary password, although that kind of defeats the purpose of OpenID.

You could set a cookie with a generated secret when the user first signs up, but that's going to stop working if the user changes browsers or clears their cookies. You could also send that secret to them via email, telling them that they'll need it should they use another browser or clear their cookies, but that's still not very user-friendly.

This might make for a good follow-up post. If you have any ideas on it, let me know.</description>
		<content:encoded><![CDATA[<p>Good question, David. There really needs to be some secret that is not stored on the server-side in order for this to work, so it&#8217;s not a great fit for things like OpenID or OAuth.</p>
<p>You could ask the user to create a secondary password, although that kind of defeats the purpose of OpenID.</p>
<p>You could set a cookie with a generated secret when the user first signs up, but that&#8217;s going to stop working if the user changes browsers or clears their cookies. You could also send that secret to them via email, telling them that they&#8217;ll need it should they use another browser or clear their cookies, but that&#8217;s still not very user-friendly.</p>
<p>This might make for a good follow-up post. If you have any ideas on it, let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Protecting Your Users’ Data with a Privacy Wall by David</title>
		<link>http://blog.footle.org/2007/02/22/protecting-your-users-data-with-a-privacy-wall/comment-page-1/#comment-1216</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 05 Oct 2009 19:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/02/22/protecting-your-users-data-with-a-privacy-wall/#comment-1216</guid>
		<description>Nice article.

Got any ideas for when I don't have anything that only the user knows?

I'm authenticating using OpenID, so I only get the user's OpenID - no password or anything only known to the user (the OpenID is by its nature public).</description>
		<content:encoded><![CDATA[<p>Nice article.</p>
<p>Got any ideas for when I don&#8217;t have anything that only the user knows?</p>
<p>I&#8217;m authenticating using OpenID, so I only get the user&#8217;s OpenID &#8211; no password or anything only known to the user (the OpenID is by its nature public).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cheating for Fun by ramen</title>
		<link>http://blog.footle.org/2007/12/05/cheating-for-fun/comment-page-1/#comment-1215</link>
		<dc:creator>ramen</dc:creator>
		<pubDate>Fri, 11 Sep 2009 18:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/12/05/cheating-for-fun/#comment-1215</guid>
		<description>Very interesting, hopefully i  can this working and install ruby! Thanks for sharing :)</description>
		<content:encoded><![CDATA[<p>Very interesting, hopefully i  can this working and install ruby! Thanks for sharing :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stop iPhoto from Launching when you Connect your Camera by Ben</title>
		<link>http://blog.footle.org/2007/05/13/stop-iphoto-from-launching-when-you-connect-your-camera/comment-page-1/#comment-1213</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 11 Jul 2009 02:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/05/13/stop-iphoto-from-launching-when-you-connect-your-camera/#comment-1213</guid>
		<description>Thanks super helpful...... I hate iphoto.</description>
		<content:encoded><![CDATA[<p>Thanks super helpful&#8230;&#8230; I hate iphoto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Binary multipart POSTs in Javascript by Yang</title>
		<link>http://blog.footle.org/2007/07/31/binary-multipart-posts-in-javascript/comment-page-1/#comment-1211</link>
		<dc:creator>Yang</dc:creator>
		<pubDate>Tue, 07 Jul 2009 09:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/2007/08/01/binary-multipart-posts-in-javascript/#comment-1211</guid>
		<description>Oh, my god! 
Finally I found the answer!
I have searched the Internet for this issue thousands of times, but in vain. This page is just like a light in the darkness. Thanks a lot! 谢谢(thanks in Chinese)！</description>
		<content:encoded><![CDATA[<p>Oh, my god!<br />
Finally I found the answer!<br />
I have searched the Internet for this issue thousands of times, but in vain. This page is just like a light in the darkness. Thanks a lot! 谢谢(thanks in Chinese)！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Checking for STDIN in ruby by dohzya</title>
		<link>http://blog.footle.org/2008/08/21/checking-for-stdin-inruby/comment-page-1/#comment-1205</link>
		<dc:creator>dohzya</dc:creator>
		<pubDate>Mon, 02 Mar 2009 14:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.footle.org/?p=88#comment-1205</guid>
		<description>thanks a lot !

It's exactly what I was looking for for my script</description>
		<content:encoded><![CDATA[<p>thanks a lot !</p>
<p>It&#8217;s exactly what I was looking for for my script</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic Page Served (once) in 0.519 seconds -->
