<?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 My Place in the Crowd</title>
	<atom:link href="http://blog.myplaceinthecrowd.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.myplaceinthecrowd.org</link>
	<description>The Common Data Project Blog</description>
	<lastBuildDate>Wed, 21 Sep 2011 16:49:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on &#8220;Data&#8221; as a mainstream consumer good? 2 approaches. by How representative are PatientsLikeMe patients to the general population? &#124; PatientsLikeMe for Partners Blog</title>
		<link>http://blog.myplaceinthecrowd.org/2008/04/02/data-as-a-mainstream-consumer-good-2-approaches/comment-page-1/#comment-79076</link>
		<dc:creator>How representative are PatientsLikeMe patients to the general population? &#124; PatientsLikeMe for Partners Blog</dc:creator>
		<pubDate>Wed, 21 Sep 2011 16:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myplaceinthecrowd.org/2008/04/02/data-as-a-mainstream-consumer-good-2-approaches/#comment-79076</guid>
		<description>[...] Data Project blog posed some interesting questions about data in our communities: Back in April, I wrote about the site PatientsLikeMe.com, which provides a wonderful new service that allows individual [...]</description>
		<content:encoded><![CDATA[<p>[...] Data Project blog posed some interesting questions about data in our communities: Back in April, I wrote about the site PatientsLikeMe.com, which provides a wonderful new service that allows individual [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stand up and be counted! by How representative are PatientsLikeMe patients to the general population? &#124; PatientsLikeMe for Partners Blog</title>
		<link>http://blog.myplaceinthecrowd.org/2008/09/11/stand-up-and-be-counted/comment-page-1/#comment-79075</link>
		<dc:creator>How representative are PatientsLikeMe patients to the general population? &#124; PatientsLikeMe for Partners Blog</dc:creator>
		<pubDate>Wed, 21 Sep 2011 16:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myplaceinthecrowd.org/2008/09/11/stand-up-and-be-counted/#comment-79075</guid>
		<description>[...] Yin over at The Common Data Project blog posed some interesting questions about data in our communities: Back in April, I wrote about [...]</description>
		<content:encoded><![CDATA[<p>[...] Yin over at The Common Data Project blog posed some interesting questions about data in our communities: Back in April, I wrote about [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Should Pharma have access to doctors&#8217; prescription records? by Diane</title>
		<link>http://blog.myplaceinthecrowd.org/2011/04/26/should-pharma-have-access-to-doctors-perscription-records/comment-page-1/#comment-51725</link>
		<dc:creator>Diane</dc:creator>
		<pubDate>Tue, 26 Apr 2011 16:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myplaceinthecrowd.org/?p=2758#comment-51725</guid>
		<description>Timely blog, article on NPR:
http://www.npr.org/2011/04/26/135703500/supreme-court-weighs-whether-to-limit-data-mining</description>
		<content:encoded><![CDATA[<p>Timely blog, article on NPR:<br />
<a href="http://www.npr.org/2011/04/26/135703500/supreme-court-weighs-whether-to-limit-data-mining" rel="nofollow">http://www.npr.org/2011/04/26/135703500/supreme-court-weighs-whether-to-limit-data-mining</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PINQ Privacy Demo by Tony Gibbon</title>
		<link>http://blog.myplaceinthecrowd.org/2010/01/07/pinq-privacy-demo/comment-page-1/#comment-50875</link>
		<dc:creator>Tony Gibbon</dc:creator>
		<pubDate>Thu, 21 Apr 2011 22:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myplaceinthecrowd.org/?p=951#comment-50875</guid>
		<description>Hi Aaron, thanks for the question - I’m not sure I follow the scenario you’re referring to for the Facebook app.  

PINQ and differential privacy function by returning noisy answers on aggregate questions.  If, for example, I’m creating the super-duper-movie-recommender app, my app (as you point out) needs specific users’ lists of movies in order to function, so I don’t see an application of differential privacy there.  I also don’t really see any need for anonymization at the point of the “get movies” question.  It reminds me of signing up for an account at Amazon—I give them my address and while I certainly don’t want them to release it, they obviously need my exact address in order to provide the service.

Perhaps after you have a database of users and their favorite movies, you could use an anonymization method.  Let’s say my app has a very simple, naïve recommender algorithm, which takes my two favorite movies and provides a list of recommendations by taking the set of people who share my favorites, and then for each movie, counting the number of people in that set who also like that movie.

Let’s say your two favorite movies are Star Wars and The Muppet Movie.  Those are in my list too!  So your recommendations would include all of my favorite movies with frequency at least 1 (depending on how many other people in the set liked that movie).  

Here’s where something like differential privacy could possibly come into play.  Let’s say one of my favorites is Follow That Bird and that creates a unique combination so it would only have frequency 1.  If we use differential privacy to add noise to these counts, the noisy frequencies mean that a frequency near 1 is indistinguishable from a frequency near 0, thus making it impossible to deduce whether or not Follow That Bird is actually a recommendation.  On the other hand, if 100 people in your set also like Return of the Jedi, its noisy frequency will be near 100.  You won’t be able to tell if it’s actually 100 people vs. 99 or 101, but you’ll know that a lot more people also like it as compared to the movies with much lower noisy answers.

That’s a toy example to demonstrate differential privacy vs. ‘make this set private.’  You should also check out Graham Cormode’s work on “Anonymization and Uncertainty in Social Network Data”, which deals with introducing uncertainty into a graph, and then allows for more ‘hand’s on’ analysis than just returning noisy aggregates.

http://blog.myplaceinthecrowd.org/2010/06/10/exploding-manholes-and-anonymizing-relationships-at-ccicada/</description>
		<content:encoded><![CDATA[<p>Hi Aaron, thanks for the question &#8211; I’m not sure I follow the scenario you’re referring to for the Facebook app.  </p>
<p>PINQ and differential privacy function by returning noisy answers on aggregate questions.  If, for example, I’m creating the super-duper-movie-recommender app, my app (as you point out) needs specific users’ lists of movies in order to function, so I don’t see an application of differential privacy there.  I also don’t really see any need for anonymization at the point of the “get movies” question.  It reminds me of signing up for an account at Amazon—I give them my address and while I certainly don’t want them to release it, they obviously need my exact address in order to provide the service.</p>
<p>Perhaps after you have a database of users and their favorite movies, you could use an anonymization method.  Let’s say my app has a very simple, naïve recommender algorithm, which takes my two favorite movies and provides a list of recommendations by taking the set of people who share my favorites, and then for each movie, counting the number of people in that set who also like that movie.</p>
<p>Let’s say your two favorite movies are Star Wars and The Muppet Movie.  Those are in my list too!  So your recommendations would include all of my favorite movies with frequency at least 1 (depending on how many other people in the set liked that movie).  </p>
<p>Here’s where something like differential privacy could possibly come into play.  Let’s say one of my favorites is Follow That Bird and that creates a unique combination so it would only have frequency 1.  If we use differential privacy to add noise to these counts, the noisy frequencies mean that a frequency near 1 is indistinguishable from a frequency near 0, thus making it impossible to deduce whether or not Follow That Bird is actually a recommendation.  On the other hand, if 100 people in your set also like Return of the Jedi, its noisy frequency will be near 100.  You won’t be able to tell if it’s actually 100 people vs. 99 or 101, but you’ll know that a lot more people also like it as compared to the movies with much lower noisy answers.</p>
<p>That’s a toy example to demonstrate differential privacy vs. ‘make this set private.’  You should also check out Graham Cormode’s work on “Anonymization and Uncertainty in Social Network Data”, which deals with introducing uncertainty into a graph, and then allows for more ‘hand’s on’ analysis than just returning noisy aggregates.</p>
<p><a href="http://blog.myplaceinthecrowd.org/2010/06/10/exploding-manholes-and-anonymizing-relationships-at-ccicada/" rel="nofollow">http://blog.myplaceinthecrowd.org/2010/06/10/exploding-manholes-and-anonymizing-relationships-at-ccicada/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Measuring the privacy cost of &#8220;free&#8221; services. by Aaron Beach</title>
		<link>http://blog.myplaceinthecrowd.org/2010/06/02/measuring-the-privacy-cost-of-free-services/comment-page-1/#comment-46588</link>
		<dc:creator>Aaron Beach</dc:creator>
		<pubDate>Wed, 30 Mar 2011 17:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myplaceinthecrowd.org/?p=2202#comment-46588</guid>
		<description>A comment/counter-example on point #4

&quot;The services collecting and using data don’t really care about you the individual, they only care about trends and aggregates.&quot;

Facebook applications *probably* constitute the most prevalent/common form of personal data release [period] and magnitude of data (30 million objects and approximately 1 trillion relationships created per month). And in almost all cases in which personal data is used for a legitimate reason (including advertising) the application IS interested primarily in the individual and only in the trends/aggregates to the extent that they distinguish the individual.</description>
		<content:encoded><![CDATA[<p>A comment/counter-example on point #4</p>
<p>&#8220;The services collecting and using data don’t really care about you the individual, they only care about trends and aggregates.&#8221;</p>
<p>Facebook applications *probably* constitute the most prevalent/common form of personal data release [period] and magnitude of data (30 million objects and approximately 1 trillion relationships created per month). And in almost all cases in which personal data is used for a legitimate reason (including advertising) the application IS interested primarily in the individual and only in the trends/aggregates to the extent that they distinguish the individual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PINQ Privacy Demo by Aaron Beach</title>
		<link>http://blog.myplaceinthecrowd.org/2010/01/07/pinq-privacy-demo/comment-page-1/#comment-46585</link>
		<dc:creator>Aaron Beach</dc:creator>
		<pubDate>Wed, 30 Mar 2011 17:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myplaceinthecrowd.org/?p=951#comment-46585</guid>
		<description>I&#039;ve been working on integrating anonymization into social network applications (Facebook Apps). The common questions asked in these applications are &quot;get friends&quot;, &quot;get movies&quot;, or get profile (basic name/education/employment info). I was wondering how pinq/differential privacy would be applied to such questions. Most applications do not care about the data distribution or noise, they simply want a list of strings (movie names / friends) to integrate into their application.

So for example, If I like movies A, B, C, and D which together identify me, could I use pinq to anonymize this set and return something to the application that doesn&#039;t identify me?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working on integrating anonymization into social network applications (Facebook Apps). The common questions asked in these applications are &#8220;get friends&#8221;, &#8220;get movies&#8221;, or get profile (basic name/education/employment info). I was wondering how pinq/differential privacy would be applied to such questions. Most applications do not care about the data distribution or noise, they simply want a list of strings (movie names / friends) to integrate into their application.</p>
<p>So for example, If I like movies A, B, C, and D which together identify me, could I use pinq to anonymize this set and return something to the application that doesn&#8217;t identify me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In The Mix&#8230;predicting the future; releasing healthcare claims; and $1.5 millions awarded to data privacy by Adam Smith</title>
		<link>http://blog.myplaceinthecrowd.org/2010/11/30/in-the-mixpredicting-the-future-releasing-healthcare-claims-and-1-5-millions-awarded-to-data-privacy/comment-page-1/#comment-26668</link>
		<dc:creator>Adam Smith</dc:creator>
		<pubDate>Fri, 03 Dec 2010 06:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myplaceinthecrowd.org/?p=2598#comment-26668</guid>
		<description>The Purdue award is not the only large award of this type funded recently by the NSF. For example, this large award in three parts (Penn State, Cornell, Carnegie-Mellon):

http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0941553
http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0941226
http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0941518

There were also quite a few smaller awards (on the order of $300k-$500k) handed out by the Trustworthy Computing program over the last few years on topics closely related to data privacy (and even specifically on differential privacy).  

And Brad Malin from Vanderbilt, who works on the confidentiality of medical information, was nominated this year for a PECASE (Presidential Early Career Award for Scientists and Engineers) by the NIH.

All in all, the federal funding agencies seem to have recognized the importance of the topic...</description>
		<content:encoded><![CDATA[<p>The Purdue award is not the only large award of this type funded recently by the NSF. For example, this large award in three parts (Penn State, Cornell, Carnegie-Mellon):</p>
<p><a href="http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0941553" rel="nofollow">http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0941553</a><br />
<a href="http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0941226" rel="nofollow">http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0941226</a><br />
<a href="http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0941518" rel="nofollow">http://www.nsf.gov/awardsearch/showAward.do?AwardNumber=0941518</a></p>
<p>There were also quite a few smaller awards (on the order of $300k-$500k) handed out by the Trustworthy Computing program over the last few years on topics closely related to data privacy (and even specifically on differential privacy).  </p>
<p>And Brad Malin from Vanderbilt, who works on the confidentiality of medical information, was nominated this year for a PECASE (Presidential Early Career Award for Scientists and Engineers) by the NIH.</p>
<p>All in all, the federal funding agencies seem to have recognized the importance of the topic&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In the mix..government surveillance, HIPAA updates, and user control over online data by Diane C.</title>
		<link>http://blog.myplaceinthecrowd.org/2010/07/19/in-the-mix-government-surveillance-hipaa-updates-and-user-control-over-online-data/comment-page-1/#comment-15863</link>
		<dc:creator>Diane C.</dc:creator>
		<pubDate>Sat, 24 Jul 2010 05:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myplaceinthecrowd.org/?p=2472#comment-15863</guid>
		<description>This reminds me of all the physical junk mail I receive - it&#039;s a bit disconcerting when I get catalogs addressed to me from companies that I&#039;d never even heard of: how did they even get my information and also, how do I get off their lists?  Bynamite sounds like a great service where the consumer at least feels a certain degree of control over their personal information online.</description>
		<content:encoded><![CDATA[<p>This reminds me of all the physical junk mail I receive &#8211; it&#8217;s a bit disconcerting when I get catalogs addressed to me from companies that I&#8217;d never even heard of: how did they even get my information and also, how do I get off their lists?  Bynamite sounds like a great service where the consumer at least feels a certain degree of control over their personal information online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yahoo! Private Domain Debacle Part II: Can&#8217;t Keep a Secret by mitch</title>
		<link>http://blog.myplaceinthecrowd.org/2008/02/26/yahoo-private-domain-debacle-part-ii-cant-keep-a-secret/comment-page-1/#comment-15372</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Tue, 13 Jul 2010 04:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myplaceinthecrowd.org/2008/02/26/yahoo-private-domain-debacle-part-ii-cant-keep-a-secret/#comment-15372</guid>
		<description>My Y! domain has been hijacked by Y!.  I had a web site through Y! web hosting myself...One day I was making a comment on a Y! News article, someone within Y!&#039;s comment police effectively deleted my account, locking me out of transferring my registrar. I am still being billed monthly for the domain and I cannot do a damn thing about it... what the heck can I do?!! 
It amounts to fraud, extortion, kidnapping my domain and ripping me off.
I call for a big law firm to step up and set presidents by forming a national and international class action law suit hell bent on destroying Y! and Melbourne IT, or to correct their blatant disregard to the law...</description>
		<content:encoded><![CDATA[<p>My Y! domain has been hijacked by Y!.  I had a web site through Y! web hosting myself&#8230;One day I was making a comment on a Y! News article, someone within Y!&#8217;s comment police effectively deleted my account, locking me out of transferring my registrar. I am still being billed monthly for the domain and I cannot do a damn thing about it&#8230; what the heck can I do?!!<br />
It amounts to fraud, extortion, kidnapping my domain and ripping me off.<br />
I call for a big law firm to step up and set presidents by forming a national and international class action law suit hell bent on destroying Y! and Melbourne IT, or to correct their blatant disregard to the law&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Datatrust Product: What it is. What it&#8217;s not. by Diane C.</title>
		<link>http://blog.myplaceinthecrowd.org/2010/06/21/the-datatrust-product-what-it-is-what-its-not/comment-page-1/#comment-14510</link>
		<dc:creator>Diane C.</dc:creator>
		<pubDate>Wed, 23 Jun 2010 23:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.myplaceinthecrowd.org/?p=2096#comment-14510</guid>
		<description>So exciting!</description>
		<content:encoded><![CDATA[<p>So exciting!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

