<?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>Fred Benenson&#039;s Blog &#187; Copyright</title>
	<atom:link href="http://fredbenenson.com/blog/category/copyright/feed/" rel="self" type="application/rss+xml" />
	<link>http://fredbenenson.com/blog</link>
	<description>data, copyright, photography, not necessarily in that order</description>
	<lastBuildDate>Mon, 02 Apr 2012 02:17:37 +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>Visualizing SOPA on Twitter</title>
		<link>http://fredbenenson.com/blog/2012/01/18/twitter-conversations-about-sopa/</link>
		<comments>http://fredbenenson.com/blog/2012/01/18/twitter-conversations-about-sopa/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 05:35:31 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Law]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://fredbenenson.com/blog/?p=903</guid>
		<description><![CDATA[When I heard that Tyler Gray at Public Knowledge was looking for someone to do some analysis on tweets that mentioned SOPA, I thought I might try Cytoscape (an open source tool used for biomedical research, but handy for large scale data visualization) to show some of the relationships between people discussing the controversial bill [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://s3.amazonaws.com/fredbenenson/1.jpg"><img src="https://s3.amazonaws.com/fredbenenson/1_small.png"></a></p>
<p>When I heard that Tyler Gray at <a href="http://www.publicknowledge.org/">Public Knowledge</a> was looking for someone to do some analysis on tweets that mentioned <a href="http://en.wikipedia.org/wiki/Stop_Online_Piracy_Act">SOPA</a>, I thought I might try <a href="http://cytoscape.org/">Cytoscape</a> (an open source tool used for biomedical research, but handy for large scale data visualization) to show some of the relationships between people discussing the controversial bill on Twitter.</p>
<h1>The result is a graph of the most active users referencing SOPA</h1>
<p><a href="https://s3.amazonaws.com/fredbenenson/2.jpg"><img src="https://s3.amazonaws.com/fredbenenson/2_small.png"></a></p>
<p>Public Knowledge worked with the Brick Factory to set up their slurp140 tool to record approximately 1.5 million tweets which Tyler sent me in the form 350mb CSV file. I first used <a href="http://code.google.com/p/google-refine/">Google Refine</a> to clean and narrow the set down to only tweets which were replies to someone else. This left approximately 80,000 tweets which I then imported into <a href="http://www.r-project.org/">R</a>.  I then ranked all of usernames by how often they appeared both as senders and recipients, and then picked the approximate top 1,000 users. Since replies are sent from one user to another, the graph is directed: each edge has a direction with an origin and an arrow pointing at the recipient. There are 1,021 nodes identified by their Twitter usernames, and 1,757 edges a good portion of which are labeled with the content of their tweet.</p>
<p><a href="https://s3.amazonaws.com/fredbenenson/3.jpg"><img src="https://s3.amazonaws.com/fredbenenson/3_small.png"></a></p>
<h1>Visualizing networks this large is more of an art than a science</h1>
<p>I&#8217;ve tried to strike a balance between visual complexity, aesthetics and readability of tweets, but you&#8217;ll find that this isn&#8217;t always successful. Sometimes tweets run into nodes, sometimes edges run into labels, and sometimes the graph feels like a total mess. But that messiness is part of what made the SOPA debate on so interesting over the last month.</p>
<p><a href="https://s3.amazonaws.com/fredbenenson/4.jpg"><img src="https://s3.amazonaws.com/fredbenenson/4_small.png"></a></p>
<h1>Thousands of people participating with plenty of cross talk.</h1>
<p>The colors and sizes of the nodes and edges are coded in the following ways:</p>
<div style = "width: 500px; margin-left: auto; margin-right: auto">
<ul>
<li>A node and its label size is maps to the number of tweets both posted by a user and and mentioning a user. (Ex: <a href="https://twitter.com/#!/search/to%3ABarackObama%20SOPA">@BarackObama is a huge node because so many people were tweeting at him about SOPA</a>).</li>
<li>Node color represents the number of outgoing tweets. The greener the node, the more replies a user posted. (Ex: <a href="https://twitter.com/#!/search/from%3Adigiphile%20SOPA">@Digiphile sent a lot of tweets mentioning SOPA.</a>)</li>
<li>Edge thickness represents &#8220;edge betweeness&#8221; which is how many &#8220;shortest paths&#8221; that run through it. This is a rough measure of how central a given tweet is in a network. (Ex: @declanm and @mmasnick have a thick line connecting them because many other nodes are connected to the two through that tweet.)</li>
<li>Edge color represents the language of the tweet. (Ex: Tweets in English are blue, Spanish are yellow.)</li>
</ul>
</div>
<p>The nodes are positioned using an &#8220;force directed&#8221; algorithm which is typically designed for undirected graphs, but I found it to be the most visually compelling of Cytoscape&#8217;s layout options. To learn more about force directed graphs, take a look at this <a href="http://mbostock.github.com/protovis/ex/force.html">d3 tutorial visualizing the characters in Victor Hugo&#8217;s <em>Les Misérables</em></a>.</p>
<p><a href="https://s3.amazonaws.com/fredbenenson/5.jpg"><img src="https://s3.amazonaws.com/fredbenenson/5_small.png"></a></p>
<h1><a href="http://gigapan.org/gigapans/97055/snapshots/257904"><u>To really browse the graph visit GigaPan where I&#8217;ve uploaded a 32,000 x 32,000 pixel version.</a></u></h1>
<p>I highly recommend GigaPan&#8217;s full screen mode. I&#8217;ve also created a couple snapshots on GigaPan that highlight interesting nodes: <a href="http://gigapan.org/gigapans/97055/snapshots/257903">@BarackObama</a>, <a href="http://gigapan.org/gigapans/97055/snapshots/257902">@GoDaddy</a>, and <a href="http://gigapan.org/gigapans/97055/snapshots/257902">@LamarSmithTX21 and @DarellIssa</a>.</p>
<p>If you really want, you can also download the <a href="https://s3.amazonaws.com/fredbenenson/top1k.jpg">36mb gigapixel file</a>, <a href="https://s3.amazonaws.com/fredbenenson/sopa_2.cys">the Cytoscape source file</a>, and <a href="https://s3.amazonaws.com/fredbenenson/top_1000_users_and_recipients_force.pdf">the PDF vector version of the network graph</a>.</p>
<p>Thanks again to <a href="http://www.publicknowledge.org/">Public Knowledge</a>, <a href="http://www.slurp140.com/sopa/">The Brick Factory</a> for providing the infrastructure to record the tweets, and everyone who has helped fight against SOPA and PIPA over the last couple of months, especially those who tweeted about it.</p>
<div class = "alignright"><em><a href="http://www.twitter.com/fredbenenson">- @fredbenenson</a></em></div>
]]></content:encoded>
			<wfw:commentRss>http://fredbenenson.com/blog/2012/01/18/twitter-conversations-about-sopa/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>There&#8217;s No Such Thing as a Compulsory License for a Photo</title>
		<link>http://fredbenenson.com/blog/2011/06/28/theres-no-such-thing-as-compulsory-license-for-a-photo/</link>
		<comments>http://fredbenenson.com/blog/2011/06/28/theres-no-such-thing-as-compulsory-license-for-a-photo/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 14:42:03 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Law]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://fredbenenson.com/blog/?p=863</guid>
		<description><![CDATA[My friend Andy has a terrific post up about his ordeal settling with the photographer Jay Maisel over the threat of a copyright lawsuit. Chances are if, you&#8217;re reading this, you know about that. If you haven&#8217;t ready Andy&#8217;s story, go and read it and then come back. There&#8217;s one pointed question I&#8217;ve seen crop [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fredbenenson.com/blog/wp-content/uploads/2011/06/kind_of_bloop_comparison-20100701-172352.jpg"><img src="http://fredbenenson.com/blog/wp-content/uploads/2011/06/kind_of_bloop_comparison-20100701-172352.jpg" alt="" title="Kind of Bloop Comparison" width="546" height="275" class="aligncenter size-full wp-image-865" /></a></p>
<p>My friend Andy <a href="http://waxy.org/2011/06/kind_of_screwed/">has a terrific post up about his ordeal settling with the photographer Jay Maisel over the threat of a copyright lawsuit</a>. Chances are if, you&#8217;re reading this, you know about that. If you haven&#8217;t ready Andy&#8217;s story, go and read it and then come back.</p>
<p>There&#8217;s one pointed question I&#8217;ve seen crop up in a number of conversations about the settlement: </p>
<p><strong>Isn&#8217;t it wrong that Andy chose to pay the licensing fees for the music but not for the photograph?</strong></p>
<p>This question makes the assumption that Andy <em>could</em> have paid the licensing fees to Maisel like he did for the music. He couldn&#8217;t have. This is because Jay Maisel refused to license the image and there&#8217;s no compulsory license for photography like there is for musical compositions.</p>
<p>A <a href="http://en.wikipedia.org/wiki/Compulsory_license">compulsory license</a> is what it sounds like: the owner of the underlying musical composition is required, by law, to license it to anyone who wants to use it at a predetermined rate. This prohibits song writers from picking and choosing who gets to perform their works. It also allows Andy to license, at a fair rate, the underlying song compositions from a Miles Davis album to make a new album of original recordings (remember, copyrights to recordings are different from copyrights to the compositions of a song).</p>
<p>The copyright of photographic works, unlike works of music composition, is not subject to a compulsory license.</p>
<p><strong>This means that photographers, unlike song writers, can forbid anyone from reusing their work, whether it is for a poster or for an album cover.</strong> </p>
<p>Now, artists like Jay Maisel obviously enjoy this absolute control over their work because it lets them dictate who uses their art and when. Song writers, unfortunately aren&#8217;t afforded to this their published works.</p>
<p>So while no one could have prevented Andy from recording an album of remixed music written by Miles Davis &#8212; <em>not even Miles Davis himself if he were alive</em> &#8212; the same does not hold for a photo of Miles Davis.</p>
<p>Remember, Maisel admitted he would have refused to license to Andy the rights to the photo. So Andy&#8217;s only option, short of not using the photo at all, was to use the 8-bit remix cover and wager it was a fair use. </p>
<p>That Andy could, in one case, hire artists to legally remix music by paying a compulsory license, but in another case had to make an expensive and risky bet on fair use (a bet that didn&#8217;t pan out) feels unfair.</p>
<p>Put another way: why are composers required to license their compositions at a fair rate to anyone, but yet virtually every other type of artist doesn&#8217;t have to play by the same rule? </p>
<p>I doubt anyone would argue that song composition is a lesser art or any less deserving of full royalties than other arts.</p>
<p>One reason is that the practicalities of compulsory rights for photographs (and other works) are hard to imagine. Music compositions are written, then performed, then recorded, whereas photographs are snapped and then printed. There&#8217;s no underlying right in a photograph (thank goodness) to its &#8220;composition&#8221; like there is for a piece of music. So that is part of why compulsory licenses for photos don&#8217;t exist.</p>
<p>But I think another part of the story is that the law has evolved the musical compulsory license as an implicit acknowledgement that music compositions are both maleable and fundamental components to our culture. Compulsory licenses make possible everything from karaoke bars to cover bands to remixes like Andy&#8217;s. The alternative &#8212; allocating complete power to composers over who reuses their work &#8212; yields transactional costs on culture that are simply too high. The law hasn&#8217;t felt the same way for the visual works.</p>
<p>So will other art forms, like photography, adopt compulsory licenses? I doubt it, but I can&#8217;t help but they&#8217;d be a great compromise in light of Andy&#8217;s settlement. I asked Andy over email whether he would have paid a mechanical license for the photo:</p>
<blockquote><p>&#8220;Absolutely. If the laws and protocols for remixing photos were as clear and fair as covering music, I would&#8217;ve bought a mechanical license for the photo in a heartbeat. But the laws around visual art are frustratingly vague, and requiring someone&#8217;s permission to create art that doesn&#8217;t affect the market for the original doesn&#8217;t seem right.  I didn&#8217;t think it would be a problem, especially considering the scope of my project, but I was wrong.  Nobody should need a law degree to understand whether art is legal or not.&#8221;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://fredbenenson.com/blog/2011/06/28/theres-no-such-thing-as-compulsory-license-for-a-photo/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Emoji Dick</title>
		<link>http://fredbenenson.com/blog/2009/09/21/emoji-dick/</link>
		<comments>http://fredbenenson.com/blog/2009/09/21/emoji-dick/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 15:59:18 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://fredbenenson.com/blog/?p=673</guid>
		<description><![CDATA[I just launched a project on Kickstarter (an awesome NYC based startup that helps people fund their ideas) to translate Moby Dick into Emoji using Amazon Mechanical Turk. I&#8217;m calling it Emoji Dick: This project will fund the production, via crowd sourcing, of a never-before-released translation of Herman Melville&#8217;s classic Moby Dick in Japanese emoji [...]]]></description>
			<content:encoded><![CDATA[<p>I just launched a project on <a href="http://www.kickstarter.com">Kickstarter</a> (an awesome NYC based startup that helps people fund their ideas) to translate Moby Dick into Emoji using <a href="https://www.mturk.com/mturk/welcome">Amazon Mechanical Turk</a>. I&#8217;m calling it <a href="http://www.kickstarter.com/projects/fred/emoji-dick">Emoji Dick</a>:</p>
<blockquote><p>This project will fund the production, via crowd sourcing, of a never-before-released translation of Herman Melville&#8217;s classic <a href="http://en.wikipedia.org/wiki/Moby-Dick">Moby Dick</a> in <a href="http://en.wikipedia.org/wiki/Emoji">Japanese emoji</a> icons.</p>
<p>Here&#8217;s an example of an Emoji sentence from Moby Dick:</p>
<p><img src="http://fredbenenson.com/emoji_sentence.png" alt="" /></p>
<p>Each of Moby Dick&#8217;s 6,438 sentences will be translated 3 times by different <a href="https://www.mturk.com/mturk/welcome">Amazon Mechanical Turk workers</a>. Those results will then be voted on by another set of workers, and the most popular version of each sentence will be selected for inclusion in the book.</p></blockquote>
<p>I&#8217;m trying to reach $3,500, and you can give at the $5, $10, $20, $40, and $200 levels and get different awesome rewards, like their name included in the book, a CC BY-SA licensed PDF, the raw data, and either a softcover black and white copy or a limited edition color version.</p>
<p>If you want to support the project, <a href="http://www.kickstarter.com/projects/fred/emoji-dick">just visit the page here</a>. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://fredbenenson.com/blog/2009/09/21/emoji-dick/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Copyright Commerce and Culture Blog Roll</title>
		<link>http://fredbenenson.com/blog/2009/08/06/copyright-commerce-and-culture-blog-roll/</link>
		<comments>http://fredbenenson.com/blog/2009/08/06/copyright-commerce-and-culture-blog-roll/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 22:13:23 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Copyright]]></category>

		<guid isPermaLink="false">http://fredbenenson.com/blog/?p=637</guid>
		<description><![CDATA[Here&#8217;s a list of blogs that I&#8217;ll be requiring (suggesting?) my students to read: A Copyfighter&#8217;s Musings Copyfight copyrighteous Copyrights &#38; Campaigns Creative Commons EFF: Breaking News EFF: Deep Links Free Culture @ NYU Free Culture @ NYU List Serv (requires membership) Freedom to Tinker John Palfrey LawGeek Lessig Blog Public Knowledge &#8211; Blogging, Events, [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a list of blogs that I&#8217;ll be requiring (suggesting?) <a href="http://fredbenenson.com/blog/2009/07/09/new-responsibilities-cc-teaching-nyu/">my students</a> to read:</p>
<p><a href="http://blogs.law.harvard.edu/cmusings/">A Copyfighter&#8217;s Musings</a><br />
<a href="http://copyfight.corante.com/">Copyfight</a><br />
<a href="http://mako.cc/copyrighteous/">copyrighteous</a><br />
<a href="http://copyrightsandcampaigns.blogspot.com/">Copyrights &amp; Campaigns</a><br />
<a href="http://www.creativecommons.org">Creative Commons</a><br />
<a href="http://w2.eff.org/news/">EFF: Breaking News</a><br />
<a href="http://www.eff.org/deeplinks/archive">EFF: Deep Links</a><br />
<a href="http://freeculturenyu.org/">Free Culture @ NYU</a><br />
<a href="http://www.freeculturenyu.org/e-mail-list/">Free Culture @ NYU List Serv</a> (requires membership)<br />
<a href="http://www.freedom-to-tinker.com/">Freedom to Tinker</a><br />
<a href="http://blogs.law.harvard.edu/palfrey/">John Palfrey</a><br />
<a href="http://lawgeek.typepad.com/">LawGeek</a><br />
<a href="http://www.lessig.org/blog/">Lessig Blog</a><br />
<a href="http://www.publicknowledge.org/blog">Public Knowledge &#8211; Blogging, Events, and Action Alerts</a><br />
<a href="http://recordingindustryvspeople.blogspot.com/">Recording Industry vs The People</a><br />
<a href="http://slashdot.org/">Slashdot</a><br />
<a href="http://techdirt.com/">Techdirt</a><br />
<a href="http://www.thepublicdomain.org/blog/">The Public Domain</a><br />
<a href="http://wendy.seltzer.org/blog/">Wendy Seltzer&#8217;s Blog</a></p>
<p>Please let me know if you have any suggestions. You can <a href="http://bit.ly/ccc_rss">read the whole feed here live via Google Reader</a>, or <a href="http://bit.ly/ccc_opml">download the OPML file here</a>, which you can then import as a folder into any RSS reader.</p>
]]></content:encoded>
			<wfw:commentRss>http://fredbenenson.com/blog/2009/08/06/copyright-commerce-and-culture-blog-roll/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DeCSS and (My) Radicalization</title>
		<link>http://fredbenenson.com/blog/2009/07/23/decss-and-my-radicalization/</link>
		<comments>http://fredbenenson.com/blog/2009/07/23/decss-and-my-radicalization/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 13:52:24 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Law]]></category>
		<category><![CDATA[New York City]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://fredbenenson.com/blog/?p=612</guid>
		<description><![CDATA[I made this poster for a meeting of the Philosophy Club at Wilton High School. Admittedly, my definition of &#8220;philosophy&#8221; was pretty loose and this poster&#8217;s point was pretty incoherent (apologies to MLK), but I had found myself talking about the 2600 DeCSS case Universal v. Reimerdes so much with my friends, that I figured [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3474/3739918207_b9815400a8.jpg" alt="Philosophy Club Poster" width="387" height="500" /></p>
<p>I made this poster for a meeting of the Philosophy Club at Wilton High School. Admittedly, my definition of  &#8220;philosophy&#8221; was pretty loose and this poster&#8217;s point was pretty incoherent (apologies to MLK), but I had found myself talking about the <a href="http://en.wikipedia.org/wiki/DeCSS">2600 DeCSS case</a> <a href="http://en.wikipedia.org/wiki/Universal_v._Reimerdes">Universal v. Reimerdes</a> so much with my friends, that I figured it might be good to found a club where we could keep similar conversations going. Since our school didn&#8217;t have a debate club at the time (there were rumors about an ill-fated trip involving a school bus sinking in the Norwalk River), we didn&#8217;t really have any other venues to do this besides study hall.</p>
<p>Luckily, my father happened to be a working philosophy of science professor and had enough spare time to help us get the club off the ground. I think I organized the first session and ranted about the DeCSS case, but we later moved onto more academic subjects and discussions. The club was a high point in what was mostly a difficult period in my life and school. I think I still have some photos that we intended to submit to the yearbook and if those turn up I&#8217;ll try and post them. Unfortunately the club never survived after our class&#8217;s graduation as we were unable to find a faculty adviser or enough student interest. I would later use the skills I developed to launch <a href="http://www.freeculturenyu.org">Free Culture @ NYU</a>, so I suppose I was on the right track.</p>
<p>The polemical writings of <a href="http://en.wikipedia.org/wiki/Eric_Corley">Emannuel Goldstein</a>, editor in chief of <a href="http://www.2600.com">2600</a> and the main defendant in the case, about the magazine&#8217;s choice to publish DeCSS had galvanized me. Goldstein articulated that the issues at hand in the suit were really ones of freedom, source code, and speech, not piracy and profits. As an early adopter of Linux (<a href="http://en.wikipedia.org/wiki/Slackware">Slackware 3.3 anyone?</a>) as well as a kid who loved movies and was incredibly excited about the potential of DVDs, the practicalities of the case were quite clear to me: why shouldn&#8217;t I be able to run whatever software I wanted to play my own DVDs? Who says I can&#8217;t read *that* source code? <a href="Jon Lech Johansen">Jon Johansen</a>, the teenager hacker who cracked the DVD encryption scheme, CSS (not to be confused with the other <a href="http://en.wikipedia.org/wiki/Css">CSS</a>), played the role of sympathetic hacker who I, not incidentally, looked up to.</p>
<p>Free speech on the internet, heck, freedom itself, appeared to be at stake, threatened by <a href="http://en.wikipedia.org/wiki/Anti-circumvention">a very bad part</a> of a <a href="http://en.wikipedia.org/wiki/DMCA">very new law</a> that sounded like it was bought and paid for by the exact interests suing our magazine.</p>
<p>During the case&#8217;s 2nd Circuit Court of Appeals trial in May of 2001, I wore <a href="http://www.flickr.com/photos/77866964@N00/3228250152">a t-shirt featuring the censored source code</a> while sitting in the audience. The Wall Street Journal interviewed me that day and it wasn&#8217;t until last year that <a href="http://fredbenenson.com/DeCSS%20Case%20WSJ.pdf">I discovered my quote actually made it into the article in the paper</a>:</p>
<p><a href="http://fredbenenson.com/DeCSS%20Case%20WSJ.pdf"><img class="aligncenter size-full wp-image-614" title="WSJ DeCSS Snippit" src="http://fredbenenson.com/blog/wp-content/uploads/2009/07/picture-5.png" alt="" width="500" height="77" /></a></p>
<p>Looking back, I now realize my interest and involvement in this case marks my early foray into the world of radical online free speech activism and copyright reform. I knew the 2600 case was important (clearly, I spent a disproportionate amount of time thinking about it, debating it, and following it closely), but I did not estimate how much these issues would continue to shape and influence my life and career. I&#8217;ve now been involved in this community for almost a decade, and it&#8217;s only beginning to get really interesting.</p>
<p>Obviously, I was not alone. This case and these issues not only radicalized a generation of free software developers and enthusiasts, but also trained them with a set of skills necessary to successfully navigate these issues in the future.</p>
<p>My friend <a href="http://fredbenenson.com/blog/2009/07/09/new-responsibilities-cc-teaching-nyu/">and now colleague at NYU</a>, <a href="http://steinhardt.nyu.edu/faculty_bios/view/Gabriella_Coleman">Gabriella Coleman</a> <a href="http://gabriellacoleman.org/blog/?p=1623">has written an article</a> about our story called &#8220;<em>Code is Speech: Legal Tinkering, Expertise, and Protest among Free and Open Source Software Developers</em>&#8220;  published in the academic journal <a href="http://www.culanth.org/">Cultural Anthropology</a>. Biella&#8217;s paper is one of the best overviews of the conditions that precipitated the birth of a generation of internet and free speech activists. Biella concludes by arguing this type of political activism and legal autodidacticism represents a new kind of engagement with democracy, which of course, I completely agree with and am proud to be part of.</p>
<p><a href="http://steinhardt.nyu.edu/scmsAdmin/uploads/003/681/cuan_1036.pdf">Download the PDF of her paper here</a>, or look for it in your copy of Cultural Anthropology.</p>
]]></content:encoded>
			<wfw:commentRss>http://fredbenenson.com/blog/2009/07/23/decss-and-my-radicalization/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Best Downfall Remix Ever.</title>
		<link>http://fredbenenson.com/blog/2009/05/28/best-downfall-remix-ever/</link>
		<comments>http://fredbenenson.com/blog/2009/05/28/best-downfall-remix-ever/#comments</comments>
		<pubDate>Thu, 28 May 2009 18:37:06 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://fredbenenson.com/blog/?p=539</guid>
		<description><![CDATA[Obviously, this is written by someone with a deep understanding of copyright and the Internet: Brad Templeton, chairman of the board of the EFF. Congrats Brad, this video beats the rest of them. Brad explains the video here, but you can also read more about about Downfall remixes here.]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/PzUoWkbNLe8&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/PzUoWkbNLe8&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Obviously, this is written by someone with a deep understanding of copyright and the Internet: <a href="http://en.wikipedia.org/wiki/Brad_Templeton">Brad Templeton</a>, chairman of the board of the <a href="http://www.eff.org">EFF</a>. Congrats Brad, this video <a href="http://www.youtube.com/results?search_type=&#038;search_query=downfall+hitler&#038;aq=f">beats the rest of them</a>.</p>
<p>Brad <a href="http://ideas.4brad.com/hitler-tries-dmca-takedown">explains the video here</a>, but you can also read more about <a href="http://en.wikipedia.org/wiki/Downfall_%28film%29#Downfall_as_an_Internet_meme">about Downfall remixes here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fredbenenson.com/blog/2009/05/28/best-downfall-remix-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Staggering Hypocrisy of the MPAA</title>
		<link>http://fredbenenson.com/blog/2009/05/07/the-staggering-hypocrisy-of-the-mpaa/</link>
		<comments>http://fredbenenson.com/blog/2009/05/07/the-staggering-hypocrisy-of-the-mpaa/#comments</comments>
		<pubDate>Thu, 07 May 2009 20:15:35 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Law]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://fredbenenson.com/blog/?p=511</guid>
		<description><![CDATA[MPAA shows how to videorecord a TV set from timothy vollmer on Vimeo. This video is shot by my friend Timothy Vollmer at the current DMCA exemption hearings. The issue is whether Congress should allow educators and students the rights to rip DVDs for educational purposes. Peter Decherney succeeded in establishing this right for film [...]]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4520463&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4520463&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object>
<p><a href="http://vimeo.com/4520463">MPAA shows how to videorecord a TV set</a> from <a href="http://vimeo.com/user433911">timothy vollmer</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>This video is shot by my friend <a href="http://www.twitter.com/tvol">Timothy Vollmer</a> at the current <a href="http://www.copyright.gov/1201/">DMCA exemption hearings</a>. The issue is <a href="http://www.copyright.gov/1201/2008/comments/decherney-peter-university-penn.pdf">whether Congress should allow educators and students the rights to rip DVDs for educational purposes</a>. <a href="http://www.freeculturenyu.org/2006/11/24/copyright-office-issuses-new-exemptions-for-dmca/">Peter Decherney succeeded</a> in establishing this right for film historians working at universities, and is now seeking to broaden it to all educators and students.</p>
<p>In the video, a representative from the MPAA is demonstrating that it is &#8220;easy&#8221; to access and compile content from a DVD without the need to rip it using decryption software. Their suggested technique? A camcorder pointed at a flatscreen hooked into the audio signal.</p>
<p>This is evil and hypocritical a number of reasons. First, the MPAA has positioned themselves against <a href="http://www.mpaa.org/piracy_theatrical_cam.asp">camcording movies</a>. Here, they&#8217;re showing how easy it is to do. They&#8217;re also one of the main organizations <a href="http://www.nytimes.com/2006/10/24/nyregion/24piracy.html?partner=rssnyt&#038;emc=rss">which have successfully lobbied for criminal penalties against people bringing camcorders into movie theaters</a>. </p>
<p>Second, the software used in the presentation is <a href="http://www.videolan.org">VLC</a>. VLC disables the MPAA&#8217;s price <a href="http://en.wikipedia.org/wiki/DVD_region_code#Legal_concerns">fixing scheme known as region encoding</a> and can also <a href="http://www.instructables.com/id/How-to-rip-DVDs-for-free-with-VLC/">decrypt DVDs</a>, providing yet another example of <a href="http://www.theinquirer.net/inquirer/news/1020518/mpaa-accused-of-motion-picture-piracy">where the MPAA thinks their own rules don&#8217;t apply to them</a>.</p>
<p>Third, <a href="http://arstechnica.com/old/content/2005/12/5797.ars">the MPAA has been leading the pack in attempts to close the &#8220;</a><a href="http://enwp.org/analog hole">analog hole</a>&#8221; through legislation and collusion with hardware manufacturers.  The analog hole is precisely the phenomenon demonstrated in this video; since audio and visual data needs to be broadcast into an analog signal eventually (our brains are not capable of decrypting 1s and 0s into images and audio yet), there will always be a avenue in which to record media <a href="http://www.fsf.org">so long as our computers obey us</a>.</p>
<p>&#8220;<a href="http://gadgets.boingboing.net/2008/08/03/mpaa-moves-to-close.html">Closing the analog hole</a>&#8221; refers to forcing manufactures to cripple hardware so that it is incapable of broadcasting analog signals and also incapable of recording them. It is the stuff of a dystopian science fiction plot not technical reality. </p>
<p>Ultimately this video demonstrates the insidiousness of the MPAA&#8217;s strategy: they want to force educators to use a technique that they&#8217;re simultaneously lobbying to prohibit. </p>
<p>End result? The precise strategy suggested by the MPAA, the analog hole, gets legislated away by the MPAA, and educators are left wasting money and time on multiple copies of crippled media.</p>
<p><strong>UPDATE:</strong> Another way I&#8217;m thinking about this video: it proves that the MPAA knows closing the analog hole is impossible, thus exposing their attempts at legislation as disingenuous.</p>
<p>Props go to Tim for posting such a illustrative video (not to mention the nerve to post clips of Harry Potter under fair use!)</p>
]]></content:encoded>
			<wfw:commentRss>http://fredbenenson.com/blog/2009/05/07/the-staggering-hypocrisy-of-the-mpaa/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RiP: A Remix Manifesto Screening with Me &amp; Aram</title>
		<link>http://fredbenenson.com/blog/2009/04/30/rip-a-remix-manifesto-screening-with-me-aram/</link>
		<comments>http://fredbenenson.com/blog/2009/04/30/rip-a-remix-manifesto-screening-with-me-aram/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 19:37:58 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[New York City]]></category>

		<guid isPermaLink="false">http://fredbenenson.com/blog/?p=497</guid>
		<description><![CDATA[This Sunday UnionDocs is hosting one of the first screenings in NYC of the new Girl Talk documentary RiP: A Remix Manifesto. I&#8217;ll be part of the discussion afterward with my friend Aram Sinnreich. Email bodega@uniondocs.org for reservations. 7:30pm, May 3rd 2009 322 Union Ave in Williamsburg. L train to Lorimer / G to Metropolian [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://uniondocs.org/blog/rip-a-remix-manifesto/"><img src="http://fredbenenson.com/blog/wp-content/uploads/2009/04/rip.jpg" alt="" title="RiP" width="480" height="541" class="aligncenter size-full wp-image-498" /></a></p>
<p>This Sunday <a href="http://www.uniondocs.org">UnionDocs</a> is hosting one of <a href="http://uniondocs.org/blog/rip-a-remix-manifesto/">the first screenings in NYC</a> of the new Girl Talk documentary <a href="http://www.opensourcecinema.org">RiP: A Remix Manifesto</a>. I&#8217;ll be part of the discussion afterward with my friend <a href="http://aram.sinnreich.com/">Aram Sinnreich</a>.</p>
<p><strong>Email <a href="mailto:bodega@uniondocs.org">bodega@uniondocs.org</a> for reservations.<br />
7:30pm, May 3rd 2009<br />
322 Union Ave in Williamsburg.<br />
L train to Lorimer / G to Metropolian / J,M,Z to Hewes.<br />
Suggestion Donation: $5<br />
Reservations will only be held until 6:55 pm.<br />
</strong></p>
<p>Here&#8217;s the trailer:<br />
<embed src="http://blip.tv/play/gdwq0cI7iFY" type="application/x-shockwave-flash" width="640" height="390" allowscriptaccess="always" allowfullscreen="true"></embed> </p>
<p>I hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://fredbenenson.com/blog/2009/04/30/rip-a-remix-manifesto-screening-with-me-aram/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>We Are One if You Are HBO</title>
		<link>http://fredbenenson.com/blog/2009/01/22/we-are-one-if-you-are-hbo/</link>
		<comments>http://fredbenenson.com/blog/2009/01/22/we-are-one-if-you-are-hbo/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 16:11:09 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Law]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://fredbenenson.com/blog/?p=457</guid>
		<description><![CDATA[Techdirt is reporting that Against Monopoly is reporting that HBO is sending take down notices to people who have uploaded their own recordings of the Inaugural Concert: We Are One.  I haven&#8217;t been able to verify this, but if it is indeed the case, it would seem that HBO is misunderstanding their rights under copyright [...]]]></description>
			<content:encoded><![CDATA[<p><a href=" http://techdirt.com/articles/20090120/1958413469.shtml"></a></p>
<figure class="wp-caption aligncenter" style="width: 500px"><a href="http://flickr.com/photos/44124348109@N01/3207520361"><img title="Barack &amp; Michelle at the Concert" src="http://farm4.static.flickr.com/3535/3207520361_edb56e1672.jpg" alt="photo by jurvetson" width="500" height="452" /></a><figcaption class="wp-caption-text">photo by jurvetson on flickr</figcaption></figure>
<p><a href="http://techdirt.com/articles/20090120/1958413469.shtml">Techdirt is reporting</a> that <a href="http://www.againstmonopoly.org/index.php?perm=593056000000000417">Against Monopoly</a> is reporting that HBO is sending take down notices to people who have uploaded their own recordings of the Inaugural Concert: We Are One.  I haven&#8217;t been able to verify this, but if it is indeed the case, it would seem that HBO is misunderstanding their rights under copyright law. Note that I am not a lawyer, so this is not legal advice.</p>
<p>Since HBO merely owns the copyright to their recording of the concert, they can&#8217;t control what other people were doing with their own recordings from their own cameras. This is because a work is not entitled to copyright protection unless it is fixed. The actual performance that happened that evening wasn&#8217;t fixed or copyrighted until it ended up on HBO&#8217;s tapes (or hard drives).</p>
<p>If the content of the concert was in the public domain or free (e.g., <a href="http://en.wikipedia.org/wiki/The_Star-Spangled_Banner">The Star-Spangled Banner is in the public domain since it was created prior to 1923</a>), then any audience member who recorded it had the right to make a recording of it and distribute that recording since they owned the copyright to the video. Putting aside questions of anti-bootlegging laws (<a href="http://williampatry.blogspot.com/2005/05/constitutionality-of-bootleg-statute.html">which are arguably unconstitutional</a> and not relevant to DMCA takedown notices), it is not clear that HBO can prevent distributions of privately filmed performances of public domain works that were performed in a public venue, which, if the Against Monopoly report is correct, is what part of what they&#8217;re trying to do.</p>
<p>However, <a href=" http://en.wikipedia.org/wiki/We_Are_One:_The_Obama_Inaugural_Celebration_at_the_Lincoln_Memorial ">according to the Wikipedia page</a>, a lot of non-public-domain non-free content was performed.</p>
<p>Which means that by recording and distributing a live performance of say, a Bruce Springsting song, an audience member might be infringing on the boss&#8217; copyright, but probably not HBO&#8217;s copyright. Does anyone know more about bootlegging laws and how they might or might not apply here?</p>
<p>So what right does HBO have to send takedown notices for other people&#8217;s works? Sending fraudelent DMCA <a href="http://www.chillingeffects.org/dmca512/faq.cgi#QID590">takedown notices is itself a violation of the DMCA</a>, so if you&#8217;ve been threatened by HBO for posting videos you recorded at the inaugural concert, you probably have the right to file a <a href="http://www.chillingeffects.org/question.cgi?QuestionID=132">putback</a>, and perhaps take action against HBO.</p>
<p>There are bigger questions, however, about the inaugural committee&#8217;s right to leverage tax payer money and support to sell off exclusive rights of a public event to a private entity such as HBO. I&#8217;m not clear on whether their status as a legal entity would entitle them to do this.</p>
<p>Anyway, while I would like to see HBO put the concert into the public domain along with other works of the federal government, that is probably impossible as the recording contains works that are in copyright, such as Bruce Springsting songs.</p>
<p>There is the possibility that HBO could put the video but not the audio into the public domain, but I do not think there is an easy work around for including both the audio and video. This is not to say, however, that HBO is justified in sending nasty letters to citizens interested in helping celebrate an important event.</p>
<p>I sympathize with the inaugural committee&#8217;s desire to produce and execute a fantastic recording of a historic moment in American history. I know that this kind of production costs money and there must be incentives for creating it. But I think the conflicts between HBO and citizens indicate that copyright is not the proper incentive here. It alienates too many citizens interested in documenting their own version of history, and given the context and content of our current president&#8217;s administration, sets the wrong precedent for sharing that history. HBO should be ashamed of themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://fredbenenson.com/blog/2009/01/22/we-are-one-if-you-are-hbo/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Progressive Music</title>
		<link>http://fredbenenson.com/blog/2009/01/06/progressive-music/</link>
		<comments>http://fredbenenson.com/blog/2009/01/06/progressive-music/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 20:55:13 +0000</pubDate>
		<dc:creator>Fred</dc:creator>
				<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[New York City]]></category>

		<guid isPermaLink="false">http://fredbenenson.com/blog/?p=441</guid>
		<description><![CDATA[More history being made this week for the music industry. First, NIN topped the Amazon MP3 charts with a CC licensed instrumental album. Today, Apple promised to go DRM free on iTunes by the end of Q1 2009. In October of 2006, I organized the first DRM protests in the states while a student activist [...]]]></description>
			<content:encoded><![CDATA[<p>More history being made this week for the music industry. First, <a href="http://creativecommons.org/weblog/entry/11947">NIN topped the Amazon MP3 charts with a CC licensed instrumental album</a>.</p>
<p>Today, Apple <a href="http://www.nytimes.com/2009/01/07/technology/companies/07apple.html?hp">promised to go DRM free on iTunes</a> by the end of Q1 2009.</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/freeculturenyu/sets/72157594306442005/"><img class="aligncenter" title="Protesting the Apple Store" src="http://farm1.static.flickr.com/106/256786634_435ad465dd.jpg" alt="" width="500" height="333" /></a></p>
<p>In October of 2006, I organized <a href="http://www.flickr.com/search/?q=drm&amp;w=97285730%40N00">the first DRM protests in the states</a> while a student activist in <a href="http://www.freeculturenuy.org">Free Culture @ NYU</a>. A year later, we protested the midtown Apple store after <a href="http://www.flickr.com/photos/fcb/sets/1485493/">Tower Records</a> went out of business (Tower was our second target after <a href="http://www.flickr.com/photos/fcb/sets/1229792/">Virgin Megastore in Union Square</a>.)</p>
<p>A couple of months after the Apple protest, <a href="http://www.apple.com/hotnews/thoughtsonmusic/">Steve Jobs wrote his famous anti-DRM</a> letter to the music industry. Since then Apple has ostensibly been negotiating variable pricing and removing DRM entirely from the store. Jobs probably sacrificed the one-size-fits all $.99 price per song so that he could get DRM completely out of the store.</p>
<p>There are still things to be done, however, before victory is declared. The iPod supporting truly free formats would be nice (I&#8217;m becoming increasingly interested in collecting <a href="http://enwp.org/FLAC">FLAC</a> music), at least until <a href="http://en.wikipedia.org/wiki/MP3#Licensing_and_patent_issues">the various patents controlling MP3 expire</a>. Also, native CC licensing built into music stores like Amazon and iTunes would be nice too.</p>
<p>But as Voltaire said, &#8220;The perfect is the enemy of the good.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://fredbenenson.com/blog/2009/01/06/progressive-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  fredbenenson.com/blog/category/copyright/feed/ ) in 0.34436 seconds, on May 17th, 2012 at 1:12 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 17th, 2012 at 2:12 pm UTC -->
