<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Open Source Hypocrisy: Tag wordpress</title>
    <link>http://www.opensourcehypocrisy.org/articles/tag/wordpress</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Keeping Open Source Real</description>
    <item>
      <title>Products and Open Source, Revisited</title>
      <description>&lt;p&gt;We&amp;#8217;ve written before on the suspicion that products and open source software don&amp;#8217;t mix all that well.&lt;/p&gt;


	&lt;p&gt;TechCrunch writes an article titled &lt;a href="http://www.techcrunch.com/2007/08/22/how-grey-is-your-valley-making-money-from-open-source/trackback/"&gt;How Grey Is Your Valley: Making Money From Open Source&lt;/a&gt; where they question the motives of Matt Mullenweg.&lt;/p&gt;


	&lt;p&gt;Matt owns a &lt;a href="http://www.automattic.com/"&gt;company&lt;/a&gt;, and also is a lead contributor to an &lt;a href="http://www.wordpress.com/"&gt;open source project&lt;/a&gt;. The issue stated by TechCrunch is that the main product provided by Matt&amp;#8217;s company depends on the open source project &amp;#8211; or more importantly, the lack of a competitor provided in the open source project.&lt;/p&gt;


	&lt;p&gt;There are some loud protests at the accusations, one of which titled &lt;a href="http://opensourcecommunity.org/2007/08/24/techcrunch-questions-matt-mullenweg%2526%2523039%3Bs-ethics"&gt;TechCrunch Questions Matt Mullenweg&amp;#8217;s Ethics&lt;/a&gt; at &lt;a href="http://opensourcecommunity.org/"&gt;OpenSourceCommunity.org&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;I remember several core developers on some open source projects I once contributed to coming under fire with the same allegations. While I defended them at the time &amp;#8211; as my own understanding of the logic made sense, as the things that were turned into products were not multi-purpose and had deployment requirements that just didn&amp;#8217;t fit being &lt;em&gt;default&lt;/em&gt; &amp;#8211; I cannot really defend Matt&amp;#8217;s predicament as spam filtering to me seems like an obviously stock thing that needs to be done.&lt;/p&gt;


	&lt;p&gt;On the flip side, Akismet is more than a product, it is a service, and providing that service carries a cost. How can such a service be provided for free?&lt;/p&gt;


	&lt;p&gt;It is my belief that anyone that plays a major role on an open source project cannot really profit from that effort, lest they have thick enough skin to tolerate the backlash of accusations and so on. This isn&amp;#8217;t new, folks.&lt;/p&gt;</description>
      <pubDate>Fri, 24 Aug 2007 20:59:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:d6f6269a-7b94-495f-afc4-7d93f8788ce7</guid>
      <author>Spacemonkey</author>
      <link>http://www.opensourcehypocrisy.org/articles/2007/08/24/products-and-open-source-revisited</link>
      <category>Commerce</category>
      <category>gpl</category>
      <category>wordpress</category>
      <category>akismet</category>
      <category>techcrunch</category>
      <category>opensource</category>
      <category>spam</category>
      <trackback:ping>http://www.opensourcehypocrisy.org/articles/trackback/11</trackback:ping>
    </item>
    <item>
      <title>How Do You Protect Your Copyright?</title>
      <description>&lt;p&gt;&lt;a href="http://photomatt.net"&gt;Matt Mullenweg&lt;/a&gt;, founding developer of &lt;a href="http://wordpress.org/"&gt;WordPress&lt;/a&gt;, posted an interesting article called &lt;a href="http://photomatt.net/2007/07/16/price-of-freedom/"&gt;Price of Freedom&lt;/a&gt;. The main thrust of the article is the thorny problem of open source software protecting itself from people that simply remove all original references and copyright notice and pretend they created the software.&lt;/p&gt;


	&lt;p&gt;Being someone that just recently had their own copyright violated (article on that one soon), I can relate. Matt states:&lt;/p&gt;


	&lt;blockquote&gt;
		&lt;p&gt;&amp;#8220;Though the freedom intrinsic in the &lt;span class="caps"&gt;GPL&lt;/span&gt; that has allowed people to abuse WordPress it has allowed even more people to do amazing things and over time the good far, far outweighs the bad. Most importantly I feel like WordPress would have never gotten off the ground if it hadn&#8217;t been open from the beginning. (In fact there were several more functional blogging programs started around the same time that have since withered away.)&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;blockquote&gt;
		&lt;p&gt;Ultimately I know our software isn&#8217;t going to change anyone&#8217;s spots. Good people will do good things with it, and bad people will do bad things with it &#8212; regardless of any protections I put in place. Windows Vista, a multi-billion dollar enterprise, was cracked within days. Does any piddling encoding I can do in &lt;span class="caps"&gt;PHP&lt;/span&gt; really matter? If protection like that isn&#8217;t broken it&#8217;s a statement of popularity, not security. I suppose could harass the bad guys, shut down their host, send them scary letters, but it&#8217;s just going to stress me out and like cockroaches they&#8217;ll pop up someplace else. I also know that most projects, software, and ideas die from obscurity, not piracy.&amp;#8221;&lt;/p&gt;
	&lt;/blockquote&gt;


	&lt;p&gt;I agree wholeheartedly with Matt on the encryption/obfuscation issue, as it just doesn&amp;#8217;t make sense with open source software. I&amp;#8217;m also not hip to the idea of encrypting a footer or other such include in order to enforce some sort of copyright notification that the end user has no power to suppress.&lt;/p&gt;


	&lt;p&gt;For example, on a &lt;span class="caps"&gt;PHP&lt;/span&gt;-based open source &lt;span class="caps"&gt;CMS&lt;/span&gt; project I was once involved in, we were trying to tackle the same issue: Some folks were taking our software, removing all references to us, and rebranding it as their own and selling it as a closed commercial product.&lt;/p&gt;


	&lt;p&gt;How do you police such behavior?&lt;/p&gt;


	&lt;p&gt;As an open source volunteer, you&amp;#8217;re most likely working with limited resources, so you don&amp;#8217;t really have the time to spend 5 hours a day surfing the Internet looking for violations like a miniature &lt;span class="caps"&gt;RIAA&lt;/span&gt;.&lt;/p&gt;


	&lt;p&gt;On this particular project, it was decided to include a &lt;span class="caps"&gt;META&lt;/span&gt; tag in all output, identifying the platform that was powering the site. &lt;em&gt;(For the record, I was aghast at the notion and fought the idea as it was not really any better than the encrypted copyright notice. But I was outnumbered. C&amp;#8217;est la vie.)&lt;/em&gt;&lt;/p&gt;


	&lt;p&gt;Of course, one of the first things all clients asked me to do was remove the &lt;span class="caps"&gt;META&lt;/span&gt; output, but not because they were wanting to violate copyright, but avoid a storm of corporate issues &amp;#8211; angry vendors when they learned the corporate site was not on their platform, competing vendors who claim favoritism, and such. My biggest gripe was that it made it easy for less-virtuous people to hunt down websites with a vulnerable version of that software if a major exploit was ever found.&lt;/p&gt;


	&lt;p&gt;It looks like Matt&amp;#8217;s perspective is one I endorse at the end of the discussion though; as to me it&amp;#8217;s totally uncool and un-FOSS-like to encrypt a copyright notice &lt;em&gt;or&lt;/em&gt; spit out unwanted &lt;span class="caps"&gt;META&lt;/span&gt; output. The only thing we can do is continue to innovate, express ourselves in our craft, and know that the bad guys always end up with a burning paper bag of dog droppings on their front porch.&lt;/p&gt;


	&lt;p&gt;Not that I&amp;#8217;m suggesting anyone take any action.  (cough)&lt;/p&gt;</description>
      <pubDate>Thu, 02 Aug 2007 21:16:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:dc78989d-79aa-4985-89d3-ad17e6040f8d</guid>
      <author>Spacemonkey</author>
      <link>http://www.opensourcehypocrisy.org/articles/2007/08/02/how-do-you-protect-your-copyright</link>
      <category>Copyright</category>
      <category>copyright</category>
      <category>wordpress</category>
      <trackback:ping>http://www.opensourcehypocrisy.org/articles/trackback/6</trackback:ping>
    </item>
  </channel>
</rss>
