<?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>Applied Miscellany &#187; Privacy</title>
	<atom:link href="http://www.appliedmiscellany.com/blog/archives/category/privacy/feed" rel="self" type="application/rss+xml" />
	<link>http://www.appliedmiscellany.com/blog</link>
	<description>Technology, Tech Policy, Internet, Gadgets, Software, ...</description>
	<lastBuildDate>Tue, 15 May 2007 12:07:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RFID Passports &#8211; Hi, I&#8217;m a Foreigner</title>
		<link>http://www.appliedmiscellany.com/blog/archives/27</link>
		<comments>http://www.appliedmiscellany.com/blog/archives/27#comments</comments>
		<pubDate>Fri, 14 Jul 2006 15:55:14 +0000</pubDate>
		<dc:creator>Scott Karlin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Identity Theft]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[RFID]]></category>

		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/27</guid>
		<description><![CDATA[The CNNMoney.com article &#8220;e-Passports: Ready or not here they come&#8221; reports on the security and personal safety risks associated with the RFID (radio frequency identification) tags that will be embedded in U.S. passports by August 2006.  These tags are meant to be read via radio waves from a &#8220;short&#8221; distance by a passport reader; [...]]]></description>
			<content:encoded><![CDATA[<p>The CNNMoney.com <a href="http://money.cnn.com/2006/07/13/pf/rfid_passports/index.htm?cnn=yes">article</a> &#8220;e-Passports: Ready or not here they come&#8221; reports on the security and personal safety risks associated with the RFID (radio frequency identification) tags that will be embedded in U.S. passports by August 2006.  These tags are meant to be read via radio waves from a &#8220;short&#8221; distance by a passport reader; they are designed to protect against counterfeit passports and to streamline the processing of visitors.  However, as the article states, there are concerns:</p>
<blockquote><p>&#8220;Basically, you&#8217;ve given everybody a little radio-frequency doodad that silently declares &#8216;Hey, I&#8217;m a foreigner,&#8217;&#8221; says author and futurist Bruce Sterling, who lectures on the future of RFID technology. &#8220;If nobody bothers to listen, great. If people figure out they can listen to passport IDs, there will be a lot of strange and inventive ways to exploit that for criminal purposes.&#8221;</p></blockquote>
<p>There are two issues.  The first is that, currently, few people carry around anything with an RFID tag.  By simply detecting the presence of such a tag, a bad guy could infer that the person is likely to be a foreigner.  The second issue is that the tags are likely to be cracked &#8212; meaning that the personal information in the passport would be available to ID thieves.</p>
<p>I definitely see a market for passport holders with RF shielding.</p>
<p>Via <a href="http://yro.slashdot.org/article.pl?sid=06/07/14/1230253">Slashdot</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedmiscellany.com/blog/archives/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Net Neutrality</title>
		<link>http://www.appliedmiscellany.com/blog/archives/26</link>
		<comments>http://www.appliedmiscellany.com/blog/archives/26#comments</comments>
		<pubDate>Tue, 11 Jul 2006 17:23:10 +0000</pubDate>
		<dc:creator>Scott Karlin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/26</guid>
		<description><![CDATA[Ed Felten has posted a paper called Nuts and Bolts of Network Neutrality.  It provides just enough technical details of the Internet to nicely cover the policy issues of network neutrality.
]]></description>
			<content:encoded><![CDATA[<p>Ed Felten has posted a paper called <a href="http://www.freedom-to-tinker.com/?p=1040">Nuts and Bolts of Network Neutrality</a>.  It provides just enough technical details of the Internet to nicely cover the policy issues of network neutrality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedmiscellany.com/blog/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s AJAX Generator</title>
		<link>http://www.appliedmiscellany.com/blog/archives/24</link>
		<comments>http://www.appliedmiscellany.com/blog/archives/24#comments</comments>
		<pubDate>Thu, 18 May 2006 14:26:23 +0000</pubDate>
		<dc:creator>Scott Karlin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/24</guid>
		<description><![CDATA[As reported by Slashdot, Google has announced the Google Web Toolkit (GWT) which allows web developers to create AJAX applications in Java.  The GWT then translates the Java code into client-side code.  The client-side code is either Java bytecode (&#8220;hosted mode&#8221;) during development or JavaScript and HTML (&#8220;web mode&#8221;)  for production deployment.
It [...]]]></description>
			<content:encoded><![CDATA[<p>As reported by <a href="http://developers.slashdot.org/article.pl?sid=06/05/17/127214&#038;from=rss">Slashdot</a>, Google has announced the <a href="http://code.google.com/webtoolkit/">Google Web Toolkit (GWT)</a> which allows web developers to create AJAX applications in Java.  The GWT then translates the Java code into client-side code.  The client-side code is either Java bytecode (&#8220;hosted mode&#8221;) during development or JavaScript and HTML (&#8220;web mode&#8221;)  for production deployment.</p>
<p>It should be noted that the GWT is not without privacy concerns.  As clearly stated by Google, hosted mode does send some information back to Google:<br />
<blockquote>Privacy notice: When you use the Google Web Toolkit&#8217;s hosted web browser, the application sends a request back to Google&#8217;s servers to check to see if you are using the most recent version of the product. As a part of this request, Google will log usage data including a timestamp of the date and time you downloaded the Google Web Toolkit and the IP address for your computer. We won&#8217;t log cookies or personal information about you, and we will use any data we log only in the aggregate to operate and improve the Google Web Toolkit and other Google Services. Please see the Google Privacy Policy for more information.</p></blockquote>
<p> Since this information is only sent in hosted mode, it will mostly apply to developers.  A deployed system would use web mode which does not appear to contact Google.  Of course, depending on the security requirements of a deployed application, one would want to audit the generated JavaScript and HTML code as a bug (or worse) in the GWT could lead to security holes.  To see what I mean, read the classic Ken Thompson&#8217;s ACM Turing Award lecture, <a href="http://www.acm.org/classics/sep95/">Reflections on Trusting Trust</a> (<a href="http://crypto.csail.mit.edu/classes/6.857/papers/Thompson.pdf">PDF</a>).</p>
<p>While this kind of technology has been around for a while, the fact that Google has published their own toolkit may lead to a <em>de facto</em> standard.  I expect to take the GWT for a spin soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedmiscellany.com/blog/archives/24/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boarding Pass to Identity Theft</title>
		<link>http://www.appliedmiscellany.com/blog/archives/23</link>
		<comments>http://www.appliedmiscellany.com/blog/archives/23#comments</comments>
		<pubDate>Thu, 04 May 2006 20:27:34 +0000</pubDate>
		<dc:creator>Scott Karlin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Identity Theft]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/23</guid>
		<description><![CDATA[The Guaridan reports that with just a discarded British Airways boarding-pass stub that was found in a dustbin, the journalist and his computer expert was able to access personal details:
We logged on to the BA website, bought a ticket in [the passenger's] name and then, using the frequent flyer number on his boarding pass stub, [...]]]></description>
			<content:encoded><![CDATA[<p>The Guaridan <a href="http://www.guardian.co.uk/idcards/story/0,,1766266,00.html">reports</a> that with just a discarded British Airways boarding-pass stub that was found in a dustbin, the journalist and his computer expert was able to access personal details:</p>
<blockquote><p>We logged on to the BA website, bought a ticket in [the passenger's] name and then, using the frequent flyer number on his boarding pass stub, without typing in a password, were given full access to all his personal details &#8211; including his passport number, the date it expired, his nationality (he is Dutch, living in the UK) and his date of birth. The system even allowed us to change the information.</p></blockquote>
<p>I&#8217;m a bit surprised that this level of access was granted without typing a password.  I wonder if the lack of a password is a system-wide feature or something that is configurable on a per-account basis.</p>
<p>The article then dives into the recent history of information gathering by the airlines/governments including the <a href="http://www.eff.org/Privacy/cappsii/">CAPPS II</a> and subsequent <a href="http://www.tsa.gov/public/interapp/editorial/editorial_1716.xml">Secure Flight</a> programs.  For additional background, see these weblog postings by <a href="http://www.schneier.com/blog/archives/2005/07/secure_flight.html">Bruce Schneier</a> and <a href="http://www.freedom-to-tinker.com/?p=974">Ed Felten</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedmiscellany.com/blog/archives/23/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Difficulty of Protecting One&#8217;s Data</title>
		<link>http://www.appliedmiscellany.com/blog/archives/19</link>
		<comments>http://www.appliedmiscellany.com/blog/archives/19#comments</comments>
		<pubDate>Sat, 25 Mar 2006 16:06:56 +0000</pubDate>
		<dc:creator>Scott Karlin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Identity Theft]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/19</guid>
		<description><![CDATA[It is becoming increasingly difficult to protect one&#8217;s personal data these days.  The threat, of course, is that the more complete a profile someone has on you, the greater chance that the information can be used against you for everything from unwanted solicitations to identity theft.  Computers are very good at combining information [...]]]></description>
			<content:encoded><![CDATA[<p>It is becoming increasingly difficult to protect one&#8217;s personal data these days.  The threat, of course, is that the more complete a profile someone has on you, the greater chance that the information can be used against you for everything from unwanted solicitations to identity theft.  Computers are very good at combining information from multiple sources to build up a profile.  In fact, this is the business model of the credit bureaus.  Every time you give out a bit of information about yourself to <em>anyone</em>, there&#8217;s some risk that it could find its way into your &#8220;global profile&#8221; and be used against you.</p>
<p>Even if you trust the entity with which you share your information, things can and do go wrong.  The March 20, 2006, issue of InformationWeek magazine has an article, <a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=183700367&#038;subSection=">The High Cost Of Data Loss</a>, which describes incidents of customer data-loss affecting millions of people.  This cover caught my eye as it had a picture of Princeton computer science graduate student Alex Halderman; the article states:</p>
<blockquote><p>J. Alex Halderman, a doctoral candidate in computer science at Princeton University, about a year ago received a letter from the University of California, Berkeley, where he had been accepted as a graduate student in 2003, advising him that his personal data had been compromised. A university computer had been stolen that contained files with names and Social Security numbers of applicants and others at the university.</p>
<p>Berkeley warned people affected by the breach to be on the lookout for scam artists who might try to contact them under the pretense of being affiliated with the school. Halderman was shocked that two years after he applied to UC Berkeley, the application remained susceptible to a data breach. &#8220;It&#8217;s amazing that data can be on file for years, even when you think you&#8217;re finished with it,&#8221; he says. &#8220;There&#8217;s no way to take it back.&#8221;
</p></blockquote>
<h3>You can&#8217;t always &#8220;un-share&#8221; data</h3>
<p>Alex&#8217;s experience illustrates that once information has been shared it is generally not possible to &#8220;un-share&#8221; it.  I recently met with a representative of a company that holds some of my retirement funds to discuss my allocations.  During the course of the conversation, the representative asked some questions about salary and retirement plans which was noted on a yellow pad of paper.  Additionally, I answered a short questionnaire to assess my risk tolerance which was entered into an untethered laptop computer. The meeting went well but I was never told that the salary information was going any farther than the yellow pad.  My mistake was not to make my wishes known that the information I provided was not to be kept on file.  Sure enough, a week or so later I received a &#8220;confirmation letter&#8221; with all the information listed.  It was clearly a form letter generated at the corporate office from data in a big database.  I immediately returned the confirmation letter with a note asking that my profile be removed.  A week or so later, I received a phone call from a customer service manager to discuss my request. The conversation was cordial and long but only partially effective.  It turns out that once the data exists in the system, there is no way to remove it.  The best he could offer was to set the values to obviously bogus values (like an annual salary of $1).  The manager was surprised that I was sensitive about this &#8212; after all, (1) they take special measure to protect the data and (2) if I met with a different planner in the future they would need to have the information.  My counter to this was (1) data gets lost/stolen/misused anyway (USA Today just <a href="http://www.usatoday.com/money/industries/brokerage/2006-03-23-fidelity_x.htm">reported</a> that a Fidelity Investments laptop computer containing sensitive data on 196,000 retirement-account customers was just stolen) and (2) I could easily bring the information to each face-to-face meeting.</p>
<h3>Other options</h3>
<p>In addition to carefully considering whether to share personal information, you can also push back and see if the requester really needs it or if there is a way for you to get the goods or service without providing the information.  Recently I renewed my family&#8217;s membership to a local swimming pool club.  The application stated that proving the full birthday for all members was mandatory.  After several e-mail messages I learned that the insurance company required that the club have this information on hand in the event of an emergency.  In this case, I reluctantly decided that this was OK.  In another case, I made a purchase at a nationwide home improvement store where my receipt indicated that I won a $10 gift certificate and could claim it by either visiting a website or by calling a phone number.  I went to the website and saw that one of the required fields on the web form was birth date.  Rather than using a bogus birth date, I tried the phone number.  Interestingly, I was able to claim my prize without giving out this information &#8212; the system never even asked.</p>
<h3>What to do?</h3>
<p>Does this mean one should never share personal information? No, but it does mean that each time you do, you should think about the associated risks and benefits.  What makes this trade-off tricky is that the benefits are often obvious and immediate and the risks are more nebulous.  An interesting example of an unexpected use of seemingly benign information involved Farrell&#8217;s Ice Cream Parlor Restaurant customers who signed up for free ice cream on their birthday.  The obvious benefit of sharing this information is that they would get free ice cream.  However, in 1983, the U.S. Selective Service <a href="http://www.cgl.uwaterloo.ca/~smann/IceCream/Shame/farrells.html">purchased</a> a list of names and birthdays of boys turning 18 that year so that they could be reminded to register.  Food for thought.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedmiscellany.com/blog/archives/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proposed NJ Bill Would Prohibit Online Anonymous Speech</title>
		<link>http://www.appliedmiscellany.com/blog/archives/18</link>
		<comments>http://www.appliedmiscellany.com/blog/archives/18#comments</comments>
		<pubDate>Tue, 07 Mar 2006 14:57:55 +0000</pubDate>
		<dc:creator>Scott Karlin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/18</guid>
		<description><![CDATA[From Risks Digest 24.18 (which obtained the information from Slashdot):

An anonymous reader writes &#8220;The New Jersey legislature is considering a bill [link] that would require operators of public forums to collect users&#8217; legal names and addresses, and effectively disallow anonymous speech on online forums. This raises some serious issues, such as to what extent local [...]]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://groups.google.com/group/comp.risks/browse_thread/thread/9121cc19a4f8b58c/c8ac60e198281114?hl=en#c8ac60e198281114">Risks Digest 24.18</a> (which obtained the information from Slashdot):</p>
<blockquote><p>
An anonymous reader writes &#8220;The New Jersey legislature is considering a bill [<a href="http://www.njleg.state.nj.us/2006/Bills/A1500/1327_I1.HTM">link</a>] that would require operators of public forums to collect users&#8217; legal names and addresses, and effectively disallow anonymous speech on online forums. This raises some serious issues, such as to what extent local and state governments can go in enacting and enforcing Internet legislation.&#8221;
</p></blockquote>
<p>The key provisions of the bill are:</p>
<blockquote><p>
2.  The operator of any interactive computer service or an Internet service provider shall establish, maintain and enforce a policy to require any information content provider who posts written messages on a public forum website either to be identified by a legal name and address, or to register a legal name and address with the operator of the interactive computer service or the Internet service provider through which the information content provider gains access to the interactive computer service or Internet, as appropriate.</p>
<p>3.  An operator of an interactive computer service or an Internet service provider shall establish and maintain reasonable procedures to enable any person to request and obtain disclosure of the legal name and address of an information content provider who posts false or defamatory information about the person on a public forum website.
</p></blockquote>
<p>The bill would make any operator of an &#8220;interactive computer service&#8221; (e.g., comments in a weblog) or an ISP liable to damages caused by a posting if the operator did not enforce section 2 (above) of the bill.</p>
<p>Peter G. Neumann, chairman of ACM Committee on Computers and Public Policy, states:</p>
<blockquote><p>
This of course would have considerable impact on all Internet newsgroups, and opens up the question of liability that out-of-state moderators would have.  It also greatly increases the difficulties for whistle-blowers who might wish to publicly air vital concerns without the obvious risks of retribution.  Seems like a bad piece of legislation to me.
</p></blockquote>
<p>This would also have a tremendous impact on operators of weblogs.  To what extent would operators have to go to ensure that the name and address provided was accurate?  Would they be required to periodically verify that the contact information is current?  If someone posts an item that becomes a thread, would they be obligated to take down the entire thread if the person can no longer be contacted?</p>
<p>Sounds like a bad piece of legislation to me, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedmiscellany.com/blog/archives/18/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Patriot Act and Patriot Patrick Henry</title>
		<link>http://www.appliedmiscellany.com/blog/archives/17</link>
		<comments>http://www.appliedmiscellany.com/blog/archives/17#comments</comments>
		<pubDate>Wed, 01 Mar 2006 20:31:48 +0000</pubDate>
		<dc:creator>Scott Karlin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/17</guid>
		<description><![CDATA[In the article, Senate Approves Curbs on Some Patriot Act Powers, The New York Times reports:

If Mr. Feingold spoke for the bill&#8217;s critics, Senator Jim Bunning, Republican of Kentucky, offered another perspective in support of the antiterrorism measure: &#8220;Civil liberties do not mean much when you are dead.&#8221;

Had he been around in 1775, I guess [...]]]></description>
			<content:encoded><![CDATA[<p>In the article, <a href="http://www.nytimes.com/2006/03/01/politics/01cnd-patriot.html/partner/rssnyt">Senate Approves Curbs on Some Patriot Act Powers</a>, The New York Times reports:</p>
<blockquote><p>
If Mr. Feingold spoke for the bill&#8217;s critics, Senator Jim Bunning, Republican of Kentucky, offered another perspective in support of the antiterrorism measure: &#8220;Civil liberties do not mean much when you are dead.&#8221;
</p></blockquote>
<p>Had he been around in 1775, I guess that Senator Bunning wouldn&#8217;t have agreed with patriot Patrick Henry&#8217;s, &#8220;Give Me Liberty or Give Me Death,&#8221; speech either.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedmiscellany.com/blog/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Cents a Song&#8230;</title>
		<link>http://www.appliedmiscellany.com/blog/archives/14</link>
		<comments>http://www.appliedmiscellany.com/blog/archives/14#comments</comments>
		<pubDate>Thu, 16 Feb 2006 02:54:27 +0000</pubDate>
		<dc:creator>Scott Karlin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/14</guid>
		<description><![CDATA[The other day, I attended a talk titled, &#8220;The Future of Music and the 5&#162; Solution &#8212; How artists and consumers can reclaim ownership of music,&#8221;  by Daniel Levitin, a professor in the psychology department of McGill University, who has had an impressive career in the music/recording industry.
The basic idea behind the talk was [...]]]></description>
			<content:encoded><![CDATA[<p>The other day, I attended a talk titled, &#8220;The Future of Music and the 5&cent; Solution &#8212; How artists and consumers can reclaim ownership of music,&#8221;  by <a href="http://ego.psych.mcgill.ca/levitin.html/">Daniel Levitin</a>, a professor in the psychology department of McGill University, who has had an impressive career in the music/recording industry.</p>
<p>The basic idea behind the talk was <a href="http://www.psych.mcgill.ca/levitin.html/futureofmusic.htm">originally proposed</a> by Sandy Pearlman and Professor Levitin in March 2005 &#8212; Specifically, that the Apple iTunes price point of 99 cents per song is much <b>too high</b> and that a price point closer to 5 cents per song would substantially increase revenues for record companies and artists.</p>
<h3>Price Point</h3>
<p>His argument that the price point is too high is based on the [2004 ?] statistics that there were 300 million legal iTunes downloads and 30 billion illegal downloads (where one billion is a thousand million) during the year.  By lowering the price and getting some fraction of the illegal downloaders to become paying customers, you increase revenue.  By using a simple-minded calculation, I figure that at a 5 cent price point 18.8% of those 30 billion illegal downloads would have to have been paying downloads instead to generate the same gross revenue.  Here are some other price points:</p>
<table align="center" border="1" cellspacing="0" width="90%">
<tr align="center">
<td>&nbsp;Price per Song&nbsp;</td>
<td width="50%">&nbsp;Percentage of the 30 billion illegal downloads that would need to be legal/paying downloads&nbsp;</td>
</tr>
<tr align="center">
<td>$0.99</td>
<td>&nbsp;0.0%</td>
</tr>
<tr align="center">
<td>$0.50</td>
<td>&nbsp;1.0%</td>
</tr>
<tr align="center">
<td>$0.10</td>
<td>&nbsp;8.9%</td>
</tr>
<tr align="center">
<td>$0.05</td>
<td>18.8%</td>
</tr>
<tr align="center">
<td>$0.01</td>
<td>98.0%</td>
</tr>
</table>
<p>Of course, the economics are not that simple.  Such an adjustment would eat into the total sales ($3B in 2004) and simultaneously encourage the legal downloaders to potentially purchase even more music.  Note that Professor Levitin emphasized that 5 cents was an example; it could be bigger or smaller as long as it was greater than zero.  Also, instead of purchasing a song with unlimited plays, one could imagine that each time a song is played, the consumer is charged, say a tenth or a hundredth of a cent.  The idea is that the actual value would be small enough that an individual consumer doesn&#8217;t really care but still generates a revenue stream.</p>
<h3>State of the Record Industry</h3>
<p>In order to discuss how consumers and musicians can reclaim ownership of music, Professor Levitin gave a rather interesting overview of the record industry.  I wasn&#8217;t able to keep up with all the details.  Here are some of the main points he made:</p>
<ul>
<li>The top 5% of the artists make 95% of the money.</li>
<li>Most musicians either have days jobs or are on the road 340 days of the year.</li>
<li>Record companies no longer find talent and then nurture it (e.g., Bob Dylan, Talking Heads, Barenaked Ladies).  Rather, they find money makers and milk them (e.g., Spice Girls, &#8216;NSync, Britney Spears).</li>
<li>In the 1980s, groups of investors began to buy radio stations and national consulting firms began to program (select songs for play) groups of stations.</li>
<li>With the passage of the <a href="http://www.fcc.gov/telecom.html">Telecommunications Act of 1996</a>, the cap on the number of stations an entity could own in a given market was lifted.  As a result, <a href="http://www.clearchannel.com/">Clear Channel</a> grew from 40 stations to 1240 stations.</li>
<li>Massive consolidation in the record industry leaves four major labels (Sony BMG, EMI, Vivendi, Warner)&#8212;all are losing money and all are for sale for pennies on the dollar.</li>
</ul>
<p>The main take-aways from this discussion are (1) the distribution of revenue is not fair to artists, and (2) the consolidation of the record industry, the radio broadcasters, and the radio programmers has reduced the diversity of broadcast content to the point that 90-100% of radio play is from the four major labels.  The major labels have a market share of about 75% meaning that about 25% of the record industry gets little or no radio play.</p>
<h3>Value Add-ons</h3>
<p>For the people paying 99 cents a song, dropping the price by a factor of twenty sounds great; however, how does one get people to pay (even a nickel) for something they&#8217;ve always gotten for free?  The answer: <em>value add-ons</em>.</p>
<p>The value add-ons could be that every song (including The Beatles) would be available online for every codec (i.e., in every format: MP3, AAC, Ogg) and that downloaded songs would not be corrupted and their tags would be accurate.  Also, there would be the assurance that the musicians are participating in the revenue stream&#8212;musicians should be able to make a living as musicians.</p>
<p>Professor Levitin made a point of noting that the idea of paying for something that was once free is not without precedent.  He gave two examples: TV and books.  In the case of TV, if you use an antenna to pick up the broadcast signal, it is free.  However, people regularly pay $50 a month for cable.  I&#8217;m not sure that this is analogy completely works for digital music.  I do concede that the cable signal is likely to be better than that from an antenna and that&#8217;s worth something.  Having extra channels on cable is more a case of &#8220;bundling&#8221; rather than value-added.  In the case of books, libraries will loan you one yet people still buy books.  At this point in the talk, someone from the audience pointed out that people simply like to own the artifact&#8212;the actual book or CD&#8212;for reasons that may be purely emotional.</p>
<h3>New Problem: Selection/Recommendation</h3>
<p>If you&#8217;re like me, the growth rate of your CD collection significantly dropped after graduating from college&#8212;after that, there were far fewer people available to recommend music for you to try.  If every song becomes available on the web, simply finding new music that you are likely to want to buy becomes a big problem.  Given its decrease in diversity, broadcast radio is not likely to be much help. Professor Levitin explained that a recommendation engine would represent a significant value add-on. The recommendation engine would need to take into account a user&#8217;s personal tastes as well as their current mood.  He then showed a screenshot of a system he worked on from MoodLogic.com.</p>
<p>Interestingly, the recommendation engine idea points to how the record industry might evolve to where music is 5 cents a song: Professor Levitin wrapped-up the talk by suggesting a buy-out by the major search engine companies.  While there are certainly non-trivial differences between Internet searching and music recommendation, there are no doubt similarities.  If Google, Yahoo, Microsoft, and Ask were to purchase a significant portion of the record industry, they would be in the position to index all available music and implement the proposal.</p>
<h3>Additional Thoughts</h3>
<p>Because the talk only lasted about an hour, we weren&#8217;t able to explore the nuances of the proposal in depth.  While preparing this weblog entry, I&#8217;ve had the time to think about how I&#8217;d like the system to work.  For me, the big issues preventing me from acquiring music online are:</p>
<ol>
<li>Privacy/Anonymity &#8212; no one needs to know if I&#8217;m a closet ABBA fan</li>
<li>Unrestricted Personal Use &#8212; I want to be able to manipulate the bits of the song for my own use</li>
<li>Reasonable Cost &#8212; $0.99 per song from iTunes is too much for a song with digital rights management (DRM) restrictions (see #2) that is purchased from a named account (see #1)</li>
<li>Musician Compensation &#8212; I&#8217;d like to know that the artists and musicians benefit from my purchase</li>
</ol>
<p>With the right kind of cryptographic protocols, it should be possible for me to anonymously purchase a song while still compensating the musicians.</p>
<p>In addition, I would like to use a recommendation engine.  However, the design of MoodLogic&#8217;s system requires that one&#8217;s collection be uploaded to their servers for analysis.  From MoodLogic&#8217;s <a href="http://www.moodlogic.com/privacypolicy.html">Privacy Policy</a>:</p>
<blockquote><p><font color="#FD6400">Why does MoodLogic identify my songs? Do they need to know what&#8217;s in my collection?</font><br />
Simply stated &#8211; If we don&#8217;t know what songs you have, we can&#8217;t help you organize them, clean their tags, discover new music, or build one click playlists.</p>
<p>MoodLogic understands digital audio &#8211; and we know that a very high percentage of files have been linked with incorrect (or altogether missing) filenames and tags. It&#8217;s not easy to sort your music if artist and song names are misspelled &#8211; and it&#8217;s impossible to build one click playlists if your songs can&#8217;t be linked to descriptive data. In an effort to eliminate this problem, MoodLogic developed powerful media recognition technology to identify songs (and return their profiles) without the need for filenames or tags.</p>
<p>MoodLogic also compiles lists of identified songs, which help us better understand our community on an aggregate basis while improving the quality of our services. MoodLogic also may publish lists of such aggregated data (like &#8216;most popular songs&#8217;) so that others may also benefit from this information.</p></blockquote>
<p>Instead of uploading my collection, I would much rather their system work like a virus scanner.  That is, I periodically download (on a subscription basis) updates to the recommendation database so that I could get the latest recommendations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedmiscellany.com/blog/archives/14/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RFID Shot in the Arm</title>
		<link>http://www.appliedmiscellany.com/blog/archives/13</link>
		<comments>http://www.appliedmiscellany.com/blog/archives/13#comments</comments>
		<pubDate>Fri, 10 Feb 2006 23:53:35 +0000</pubDate>
		<dc:creator>Scott Karlin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[RFID]]></category>

		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/13</guid>
		<description><![CDATA[Referring to a Doctor Fun cartoon in which a man objects to an RFID implant until he learns that the implant is also a cellphone, digital camera, and an MP3 player, Bruce Schneier writes, &#8220;This is 100% right.&#8221;
I agree&#8212;in fact, the same argument could apply to the privacy implications of the new version of the [...]]]></description>
			<content:encoded><![CDATA[<p>Referring to a <a href="http://www.ibiblio.org/Dave/Dr-Fun/df200601/df20060116.jpg">Doctor Fun cartoon</a> in which a man objects to an RFID implant until he learns that the implant is also a cellphone, digital camera, and an MP3 player, Bruce Schneier <a href="http://www.schneier.com/blog/archives/2006/01/rfid_cartoon.html">writes</a>, &#8220;This is 100% right.&#8221;</p>
<p>I agree&#8212;in fact, the same argument could apply to the <a href="http://www.appliedmiscellany.com/blog/archives/12">privacy implications</a> of the new version of the Google Desktop.  If you bundle enough goodies with a technology that threatens privacy, people will buy it anyway.  Just a spoonful of sugar makes the medicine go down&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedmiscellany.com/blog/archives/13/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Privacy Implications of Google Desktop</title>
		<link>http://www.appliedmiscellany.com/blog/archives/12</link>
		<comments>http://www.appliedmiscellany.com/blog/archives/12#comments</comments>
		<pubDate>Fri, 10 Feb 2006 15:24:08 +0000</pubDate>
		<dc:creator>Scott Karlin</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://www.appliedmiscellany.com/blog/archives/12</guid>
		<description><![CDATA[The EFF is recommending that users do not use the new Google Desktop because it greatly increases the risk to consumer privacy.  It seems that the the new &#8220;Search Across Computers&#8221; feature will send copies of one&#8217;s local documents to Google&#8217;s servers so that they can be searched by the user from, say, their [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.eff.org/news/archives/2006_02.php#004400">EFF</a> is recommending that users do not use the new Google Desktop because it greatly increases the risk to consumer privacy.  It seems that the the new &#8220;Search Across Computers&#8221; feature will send copies of one&#8217;s local documents to Google&#8217;s servers so that they can be searched by the user from, say, their work computer.</p>
<p>The trouble is that due to the provisions of the Electronic Communication Privacy Act of 1986, there are fewer legal protections on one&#8217;s files when they are stored with an online service provider (OSP) as opposed to when they are stored on your home computer.  To access your home computer, the government would require a search warrant; to access files at an OSP they would only need a subpoena.  A subpoena issued directly to an OSP could mean that you might not even be notified.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appliedmiscellany.com/blog/archives/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
