<?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>sirhc.us maxim.us &#187; r0ml</title>
	<atom:link href="http://sirhc.us/tag/r0ml/feed/" rel="self" type="application/rss+xml" />
	<link>http://sirhc.us</link>
	<description>the pathological prattle of a primal perl programmer</description>
	<lastBuildDate>Fri, 06 Jan 2012 05:04:10 +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>OSCON 2010: License to Fail</title>
		<link>http://sirhc.us/oscon-2010-license-to-fail/</link>
		<comments>http://sirhc.us/oscon-2010-license-to-fail/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 04:27:21 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[OSCON]]></category>
		<category><![CDATA[oscon2010]]></category>
		<category><![CDATA[r0ml]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[warranty]]></category>

		<guid isPermaLink="false">http://sirhc.us/journal/?p=513</guid>
		<description><![CDATA[Robert &#8220;r0ml&#8221; Lefkowitz This session is a companion to the session on competition r0ml presented on Wednesday. For those of us who, for whatever reason, were unable to attend the previous session, he provided us with five second summaries: Wednesday: &#8230; <a href="http://sirhc.us/oscon-2010-license-to-fail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oscon.com/oscon2010/public/schedule/speaker/6635"><em>Robert &#8220;r0ml&#8221; Lefkowitz</em></a></p>
<p>This session is a companion to the session on competition r0ml presented on Wednesday.  For those of us who, for whatever reason, were unable to attend the previous session, he provided us with five second summaries:</p>
<ul>
<li>Wednesday: Competition is bad, don&#8217;t do it.</li>
<li>Thursday: Licensing is bad, don&#8217;t do it.</li>
</ul>
<p>And with that, the session is over.</p>
<p>I&#8217;m kidding, of course.  The best part of any of r0ml&#8217;s talks is the logic he uses to get from his observation to his conclusion.  As he noted at the outset, the path typically takes us through the Middle Ages.</p>
<p>I don&#8217;t deal with lawyers very much in my day job, since I work in a support role for our engineering departments.  However, I know several people in our Open Source group, and have attempted to release some of the Perl modules I&#8217;ve written while on the job.  Doing so is decidedly non-trivial and, after two years I still haven&#8217;t been allowed to release my code.  To say I&#8217;m disappointed is an understatement.</p>
<p>My experience with lawyers has been that they are extremely cautious.  While frustrating, I understand that it&#8217;s their job to play it safe and to protect the company.  They are scared, almost beyond reason, that an Open Source license will find its way into a piece of intellectual property that they&#8217;d rather not release.  It can&#8217;t be easy trying to bridge the gap between the closed and open ways of doing business.</p>
<p>The topic was introduced with a question: What is the difference between copyright and plagiarism?  Plagiarism is forever.  I didn&#8217;t quite catch what r0ml meant by this, but I suspect it means that copyright (eventually) expires, granting the work in question to the public domain.  Plagiarism, if one can get away with it, creates an attribution that lasts forever.</p>
<p>That, if one is an Open Source geek, leads one to think about licenses.  Let&#8217;s take the attribution clause of the BSD, which contains two sub-clauses, for example.  It&#8217;s redundant.  It effectively means that the recipient of the source code can not claim credit for the author&#8217;s work.  Under copyright law, this is already the case, so why the redundancy.</p>
<p>In the name of efficiency and refactoring, r0ml mused whether it would be possible to reduce the number of license clauses to one.  He found this in the <a href="http://sam.zoy.org/wtfpl/">Do What The Fuck You Want To Public License</a>.</p>
<p>Through inductive reasoning, if we can reduce the number of clauses from two to one, we should be able to similarly reduce the number of clauses from one to zero.  After all, if we begin with the earlier premise that licenses are bad, this should be the goal, right?</p>
<p>First, briefly, why are licenses bad?  There are many reasons and many arguments; too many of each for this post, but to summarize a few important ones, as of this writing, the Open Source Initiative lists <a href="http://www.opensource.org/licenses/alphabetical">73 approved licenses</a>.  Choosing between them can be a daunting task.  Neither do all of these licenses play well with each other, further complicating the selection task if one is attempting to integrate differently-licensed source code.  Finally, it&#8217;s rare that anyone knows all that they are agreeing to in the license.</p>
<p>The Medieval sensibility was that all knowledge came either from God or from the Ancients.  As such, no one could claim credit for a work, because, without exception, it would be plagiarism.  For this reason, the majority of works produced during the Middle Ages were compilations, a representation of existing information.</p>
<p>We have a modern equivalent of this Medieval concept of copyright, called the Compilation Copyright.  A compilation of files in the public domain is assembled with copyright only on the compilation.  Further, no one may claim credit on the same collection of files.  Instead, a new compilation, or derivative work, must be created.</p>
<p>How bad has copyright gotten?  Well, thanks to the Apple development kit, there is a short piece of code, included in every project, that is separately copyrighted by everyone who has used the development kit.  This is getting out of hand, to say the least.</p>
<p>So r0ml wrote <tt>unlicense.rb</tt>, which will scan a directory recursively, removing any licenses it finds.  This, of course, is perfectly acceptable under the terms of the licenses being removed, so long as the files aren&#8217;t redistributed.  It does have the effect of pleasing the obsessive-compulsive user.</p>
<p>Under the laws of many countries, a copyright notice isn&#8217;t actually required to have a copyright.  This is particularly true in the United States and the European Union.  In fact, in the latter one cannot even waive the protections of copyright.  This creates the default case: without a license, nobody other than the author has the right to do anything with the code.  The default is <b>all rights reserved</b>.</p>
<p>Richard Stallman, founder of the GNU project and the Free Software Foundation, was not trying to protect the author of code from people downloading the code; rather, he created the GNU General Public License to protect the users of the code.  He felt that users have an inherent right to have access to the code running on their computer.  Thus, the primary reason for the creation of Open Source licenses was to protect the user.</p>
<p>Many companies claim that they have an Open Source business model.  Typically what this means is that they offer their software, or some subset of their software for free, under an Open Source license.  Then they offer support contracts, for usually high prices.  These aren&#8217;t really Open Source business models.  The <a href="http://sqlite.org/">SQLite</a> project has the only known true Open Source business model.  The software itself is released into the public domain.  This is a scary place for lawyers, especially those employed by large companies.  To assuage their concerns, the company that employs the author of SQLite will be more than happy to <a href="http://www.hwaci.com/cgi-bin/license-step1">sell them an Open Source license</a> for the code.</p>
<p>Next, r0ml talked about warranties.  In some jurisdictions, the default case under the law is that there is an implied warranty, unless stated otherwise.  Most of us have seen the disclaimer of warranty, included to protect the author, attached to the license in code we have downloaded (or added it to code we&#8217;ve released), usually in all capital letters.  While not a strict requirement to be in capital letters, it is a requirement that the disclaimer be made to stand out.  Often, licenses are in plain text files, so using a bold face type isn&#8217;t possible.  Hence, capital letters.  The simplest case of a disclaimer is such:</p>
<p><code>/* This program comes without any warranty, to the extent permitted by law. */</code></p>
<p>As we recall, the default case under the law is an implied warranty so including the phrase &#8220;to the extent permitted by law&#8221; is redundant.  Also, it should be noted that copyright law, in the United States, is codified at the Federal level, in <a href="http://www.law.cornell.edu/uscode/17/usc_sup_01_17.html">Title 17</a> of the United States Code, while warranty law is codified by the states.  This leads to many more jurisdictions, and far more potential confusion, for warranty law.</p>
<p>So finally, here is r0ml&#8217;s part serious, part humorous take away: don&#8217;t include either a copyright <b>or</b> a warranty with your code.  If a user sues you for damages under the implied warranty in a state court, counter-sue them in US federal court for copyright infringement.  After all, under the law they were not given permission to copy the code anyway.</p>
<hr />
<p>A question came at the end of the session, from someone who appeared mildly upset and defensive.  He pointed out that Stallman created the GNU General Public License for a good reason, which wasn&#8217;t mentioned by r0ml during his talk.  Someone had taken the code Stallman was freely distributing and sold it.  After which, they went back to Stallman to inform him that he could no longer distribute his own code, because he hadn&#8217;t licensed it.  The questioner appeared to be offended by the whole point of the session, apparently feeling that all the work Stallman has done for Free Software was being ridiculed and that, without these licenses, &#8220;capitalists&#8221; will simply steal the code for their own nefarious purposes.</p>
<p>To this, r0ml did have a response.  Copyright law has changed since Stallman faced the problem that led to his creation of Free Software.  It has become more strict and the requirement for registration has been dropped.  The point was made that the questioner is actually referring to the concept of provenance, not copyright.  However, this concept was not further explored as, unfortunately, time had run out.</p>
]]></content:encoded>
			<wfw:commentRss>http://sirhc.us/oscon-2010-license-to-fail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OSCON 2008: Tuesday Night Extravaganza</title>
		<link>http://sirhc.us/oscon-2008-tuesday-night-extravaganza/</link>
		<comments>http://sirhc.us/oscon-2008-tuesday-night-extravaganza/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 03:52:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Damian Conway]]></category>
		<category><![CDATA[Mark Shuttleworth]]></category>
		<category><![CDATA[OSCON]]></category>
		<category><![CDATA[oscon08]]></category>
		<category><![CDATA[r0ml]]></category>
		<category><![CDATA[White Camel Awards]]></category>

		<guid isPermaLink="false">http://sirhc.us/journal/?p=209</guid>
		<description><![CDATA[It&#8217;s Tuesday evening and all of the tutorials are behind us. I&#8217;ve learned things about Perl no mere mortal should be trusted with, and I found out that Erlang is a really cool language. Now I&#8217;m in the Tuesday evening &#8230; <a href="http://sirhc.us/oscon-2008-tuesday-night-extravaganza/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s Tuesday evening and all of the tutorials are behind us.  I&#8217;ve learned things about Perl no mere mortal should be trusted with, and I found out that Erlang is a really cool language.  Now I&#8217;m in the Tuesday evening keynotes&mdash;or extravaganza, if you believe the marketing hype.  They&#8217;ve started out with a real bang.  Someone, whose name I didn&#8217;t catch, is talking about Python.  As <a href="http://radar.oreilly.com/allison/">Alison Randall</a>, the OSCON program chair said, &#8220;We have three of my favorite speakers, but first,&#8221; there&#8217;s this guy.  Actually, I&#8217;m sure he&#8217;s a perfectly decent chap, I just have very little interest in Python.</p>
<p>Originally, I hadn&#8217;t planned on arriving at the keynote until 9:00pm, when Damian Conway is schedule to speak on <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/4549">Temporally Quaquaversal Virtual Nanomachine Programming In Multiple Topologically Connected Quantum-Relativistic Parallel Timespaces&#8230;Made Easy!</a>.  I mean, granted, I&#8217;m sure I already know all there is to know about it, but it still might be a little interesting.</p>
<p>Anyway, the keynotes got started with <a href="http://en.oreilly.com/oscon2008/public/schedule/speaker/14790">Mark Shuttleworth</a>, the founder of the <a href="http://www.ubuntu.com/">Ubuntu</a> project.  He&#8217;s here to speak to us about &#8220;Free software and the art of software engineering.&#8221;  It (whatever &#8220;it&#8221; is) boils down to three things: innovation, methodologies, and economics.</p>
<p><b>Innovation</b>.  Society has a responsibility to stimulate it.  Innovation is extremely non-linear and the key to this is disclosure, as is done in (or was once done in) academia.  Free Software is the scaffolding for innovation.  The real successes are accessible.  The Mozilla products are examples of wildly successful open platforms, with the extension architecture they have provided.</p>
<p><b>Methodologies</b>.  The purpose of methodologies is to organize talent.  How is Free software changing the direction of these methodologies.  The Free Software people, that is us, are organized and motivated by interest.  A second driving factor is that developers are almost never located near each other, so things like pair programming completely fall apart.  Creating architecture for collaboration and participation is essential to the success of any Free Software process.  While a common set of tools can never be forced upon the community, the ability for a diverse set of tools to communicate with each other is vital.</p>
<p><b>Economics</b>.  It is the combination of the technical change and innovation in economics that really moves the world forward.  For example, we had the Web for years before the business models started to spring up around it and really drove us forward, both technologically and economically.  Today, there is an increasing use of online services, which both drive technology forward and allow platforms to work together, and more often than not, these services are built on Free Software.</p>
<p>Our great task over the next two years is to lift the Linux desktop from something that is stable and works and is not-so-pretty, to something that is art.  At this point, someone started clapping, and a couple of people joined in.  As <a href="http://www.jwz.org/">Jaime Zawinsky</a> once said, &#8220;We should design software that helps our users get laid.&#8221;  But really, we need to make software that is phenomenally useable, beautiful, and functional.</p>
<p>Next up, <a href="http://egofood.blogspot.com/">Chris DiBona</a>, the Open Source program manager at Google, joined Allison on stage to present the <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/3705">Google O&#8217;Reilly Open Source Awards</a>.</p>
<p>Next up, with <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/4717">Exceptional Software Explained: Embrace Error</a> is <a href="http://en.oreilly.com/oscon2008/public/schedule/speaker/6635">Robert &#8220;r0ml&#8221; Lefkowitz</a>.  He is fast becoming one of my favorite speakers.  He&#8217;s here to talk about software development methodologies in Open Source.  This talk is almost a sequel to one he gave last year, <a href="http://sirhc.us/journal/2007/07/27/oscon-2007-an-open-source-lexicon/">An Open Source Lexicon</a>.  He has a real penchant for language, particularly classical language, and how to apply it to themes in the Open Source community.  Unfortunately, because of this very quality, it&#8217;s extremely difficult to write about it as he speaks.  It&#8217;s hard to summarize as he speaks, and he&#8217;s far too entertaining to chance missing what he&#8217;ll say next.</p>
<p>Josh McAdams then took the stage to continue the long standing tradition&mdash;10 years now&mdash;of the <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/4718">White Camel Awards</a>.  So here&#8217;s something I don&#8217;t understand.  What is it that drives people to design award trophies that have a high potential for lethality?  Honestly, don&#8217;t run with them.  They&#8217;re worse than scissors.</p>
<p>Finally, it&#8217;s time for Damian&#8217;s keynote.  But you know what?  I&#8217;m not going to miss any of it to write about it here.  If you missed it, well, you should have been here.</p>
]]></content:encoded>
			<wfw:commentRss>http://sirhc.us/oscon-2008-tuesday-night-extravaganza/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

