<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Stefan&#039;s Tech Blog</title>
	<atom:link href="http://frifan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://frifan.wordpress.com</link>
	<description>My itches being scratched</description>
	<lastBuildDate>Mon, 31 Jan 2011 20:00:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='frifan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Stefan&#039;s Tech Blog</title>
		<link>http://frifan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://frifan.wordpress.com/osd.xml" title="Stefan&#039;s Tech Blog" />
	<atom:link rel='hub' href='http://frifan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Why Microsoft Windows can never be as secure as GNU/Linux</title>
		<link>http://frifan.wordpress.com/2011/01/29/why-microsoft-windows-can-never-be-as-secure-as-gnulinux/</link>
		<comments>http://frifan.wordpress.com/2011/01/29/why-microsoft-windows-can-never-be-as-secure-as-gnulinux/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 22:26:56 +0000</pubDate>
		<dc:creator>frifan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://frifan.wordpress.com/?p=148</guid>
		<description><![CDATA[There are many reasons why Microsoft Windows has a very poor security record, but I won&#8217;t go into that here. Instead I will focus on why this is unlikely to change, even if Microsoft puts its best minds together to try to solve the situation. I will state upfront that it, of course, is possible [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=148&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are many reasons why Microsoft Windows has a very poor security record, but I won&#8217;t go into that here. Instead I will focus on why this is unlikely to change, even if Microsoft puts its best minds together to try to solve the situation. I will state upfront that it, of course, is possible to fix the Microsoft Windows security problems, although they would have to totally rebuild it and break backwards compatibility, in other words, it wouldn&#8217;t be Microsoft Windows anymore.</p>
<p>In this post, I will try to explain why Microsoft Windows can never be as secure as GNU/Linux. Many people seem to believe that Microsoft&#8217;s poor security record is due to its overwhelming popularity, but even counting per capita, it still is outstandingly bad. That Microsoft Windows is targeted by spyware, viruses and other malware, has other reasons too, not only because it is the most popular choice. Read this article to find out.</p>
<p>I&#8217;m not going to go into all aspects of why Microsoft Windows has bad security, but rather focus on why it will never get as good as GNU/Linux. Please, note that these are just the three things that I think are the most important:</p>
<p><strong>1. Close Source</strong></p>
<p>Good security in software does not rely on being secret, because inspecting it will not reveal any vulnerabilities, just proof of its security and robustness. GNU/Linux is open source and anyone can inspect the source code. Many software and security specialists have investigated and analyzed the Linux kernel. Their conclusion is that it has the highest known quality in the world. Many security analysis firms commonly use it as a benchmark for their code analysis tools.</p>
<p>Microsoft Windows is close source, and receive much less code review by software and security professionals. The source code could be either good or bad without us knowing about it. Those selected few who do get to see the code are under non-disclosure agreements not to talk about it. What we do know is the security holes that Microsoft chooses to publish, which unlike GNU/Linux, is far from all known weaknesses. Part of reporting security problems to Microsoft is signing non-disclosure agreements, which means that the users are left in the dark as to what the problem is, how it will be solved, or even if it will be solved. There are numerous cases where reported security holes have remained unpatched for years and Microsoft has also acknowledged that they do not publish all security holes that they know about. Not even after fixing them.<br />
Microsoft relies on obscurity as the security principle, which leaves security holes undisclosed and unpatched for long periods of time. Microsoft also stated, on the record in its court trial over monopoly abuse, where it was convicted, that it cannot disclose all its programming interfaces, because some of them contain unfixable security holes, which only a rewrite and redesign could solve. Despite Microsoft best effort to minimize security holes in their software the number of published vulnerabilities have not diminished and remain as high as ever.</p>
<p>When it comes to security vulnerabilities in Microsoft Windows, we&#8217;re only allowed to see the tip of the iceberg. Those few weaknesses that they choose to publish in their patch-Tuesday security updates. Those published numbers of security holes are then used in Microsoft advertisements to compare it to the full disclosure of all GNU/Linux security vulnerabilities and even in such a slanted comparison they come out arguably about equal. So the tip of the security problem in Microsoft Windows is comparable to the total of all security vulnerabilities in GNU/Linux. Thank you, Microsoft, for pointing that out to us!</p>
<p><strong>2. Single User Design </strong></p>
<p>Microsoft Windows was designed as a single user system and that design decision is carried into most of the application programming interfaces (API&#8217;s). This means that many applications run with the highest security clearance. If there is a security hole in such an application, then the whole system has been compromised.<br />
The pathetic User Account Control (UAC) has done little to change anything, from a security perspective, as it is flawed and vulnerable itself.</p>
<p>GNU/Linux, by contrast, is a true multiuser system, where applications always run with reduced security clearance. Thus breaking the security of one application, does not give the malware access to the whole system, just the application and user data.</p>
<p><strong>3. Homogenity</strong></p>
<p>A Microsoft Windows system is pretty much predefined by Microsoft, i.e. they have decided what is included in the system and then the users almost always have the Microsoft Office Suite installed too. This provides a big attack surface for viruses and other malware, as they can rely on certain software to be installed. Also remember that the office suite runs with security clearance for the whole system. On top of this, Microsoft&#8217;s preference for convenience and simplicity will allow many malware to install unnoticed and automatically.</p>
<p>GNU/Linux systems come in many shapes and forms, where system libraries have different versions and enable different features. They may even be placed in different locations. There is not a single piece of software, except the most basic libraries and the Linux kernel, that remain the same across most distributions. Some malware would need to be much more complex just to perform simple tasks on a GNU/Linux system.</p>
<p><strong>References:</strong><br />
<a href="http://techrights.org/wiki/index.php/Main_Page">Techrights</a><br />
<a href="http://groklaw.net/">Groklaw</a></p>
<p><em>As time allows I will update the text and, maybe, include direct links to back up some of the most important statements. In the meantime, I refer you to the sources above, which will provide support for all of the statement in this blog, and lots more&#8230;</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frifan.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frifan.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frifan.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frifan.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/frifan.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/frifan.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/frifan.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/frifan.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frifan.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frifan.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frifan.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frifan.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frifan.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frifan.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=148&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://frifan.wordpress.com/2011/01/29/why-microsoft-windows-can-never-be-as-secure-as-gnulinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a900c53ac9b67d1af78b3d7b7ba3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Poor news for all european citizens. Hopefully the EU parliment just showed its ignorance</title>
		<link>http://frifan.wordpress.com/2010/11/25/poor-news-for-all-european-citizens-hopefully-the-eu-preeminent-just-showed-its-ignorance/</link>
		<comments>http://frifan.wordpress.com/2010/11/25/poor-news-for-all-european-citizens-hopefully-the-eu-preeminent-just-showed-its-ignorance/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 21:51:39 +0000</pubDate>
		<dc:creator>frifan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://frifan.wordpress.com/2010/11/25/poor-news-for-all-european-citizens-hopefully-the-eu-preeminent-just-showed-its-ignorance/</guid>
		<description><![CDATA[http://www.techdirt.com/articles/20101124/13000612011/eu-parliament-rubber-stamps-acta-approval.shtml<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=141&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techdirt.com/articles/20101124/13000612011/eu-parliament-rubber-stamps-acta-approval.shtml">http://www.techdirt.com/articles/20101124/13000612011/eu-parliament-rubber-stamps-acta-approval.shtml</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frifan.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frifan.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frifan.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frifan.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/frifan.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/frifan.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/frifan.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/frifan.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frifan.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frifan.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frifan.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frifan.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frifan.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frifan.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=141&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://frifan.wordpress.com/2010/11/25/poor-news-for-all-european-citizens-hopefully-the-eu-preeminent-just-showed-its-ignorance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a900c53ac9b67d1af78b3d7b7ba3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Great piece about balanced copyright and why we need it</title>
		<link>http://frifan.wordpress.com/2010/11/25/great-piece-about-balanced-copyright-and-why-we-need-it/</link>
		<comments>http://frifan.wordpress.com/2010/11/25/great-piece-about-balanced-copyright-and-why-we-need-it/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 20:54:42 +0000</pubDate>
		<dc:creator>frifan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://frifan.wordpress.com/2010/11/25/great-piece-about-balanced-copyright-and-why-we-need-it/</guid>
		<description><![CDATA[http://m.guardian.co.uk/technology/2010/nov/23/copyright-digital-rights-cory-doctorow?cat=technology&#38;type=article<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=140&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://m.guardian.co.uk/technology/2010/nov/23/copyright-digital-rights-cory-doctorow?cat=technology&amp;type=article">http://m.guardian.co.uk/technology/2010/nov/23/copyright-digital-rights-cory-doctorow?cat=technology&amp;type=article</a> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frifan.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frifan.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frifan.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frifan.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/frifan.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/frifan.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/frifan.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/frifan.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frifan.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frifan.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frifan.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frifan.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frifan.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frifan.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=140&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://frifan.wordpress.com/2010/11/25/great-piece-about-balanced-copyright-and-why-we-need-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a900c53ac9b67d1af78b3d7b7ba3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frifan</media:title>
		</media:content>
	</item>
		<item>
		<title>New research shows that weaker copyright benefits society</title>
		<link>http://frifan.wordpress.com/2010/06/27/new-research-shows-that-weaker-copyright-benefits-society/</link>
		<comments>http://frifan.wordpress.com/2010/06/27/new-research-shows-that-weaker-copyright-benefits-society/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 21:41:48 +0000</pubDate>
		<dc:creator>frifan</dc:creator>
				<category><![CDATA[Digital Freedom]]></category>
		<category><![CDATA[Intellectual Property]]></category>
		<category><![CDATA[Internet Piracy]]></category>

		<guid isPermaLink="false">http://frifan.wordpress.com/?p=134</guid>
		<description><![CDATA[In today&#8217;s turmoil where the men in power discuss how to strengthen copyright and push it through as legislation across the world without any democratic insight into the proceedings, or any discussion of benefits. It is more important than ever to put the facts on the table and look at them objectively. Something researchers have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=134&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In today&#8217;s turmoil where the men in power discuss how to strengthen copyright and push it through as legislation across the world without any democratic insight into the proceedings, or any discussion of benefits. It is more important than ever to put the facts on the table and look at them objectively. Something researchers have been trying to do, for quite some time, and here is the latest result:<br />
<a href="http://www.docstoc.com/docs/document-preview.aspx?doc_id=44278071">New research about the impact of weaker copyright enforcement on society</a> has been released by Felix Oberholzer-Gee of Harvard and Koleman Strumpf of the University of Kansas. It shows how weaker copyright has benefited society. Summaries can be found at <a href="http://arstechnica.com/tech-policy/news/2010/06/file-sharing-has-weakened-copyrightand-helped-society.ars">Ars Technica</a> and <a href="http://techdirt.com/articles/20100621/0933449895.shtml">TechDirt</a>.<br />
At the same time, in related news: <a href="http://techdirt.com/articles/20100625/0217559959.shtml">New Research Suggests Digital Economy Act &amp; ACTA Will Stifle Creativity</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frifan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frifan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frifan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frifan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/frifan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/frifan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/frifan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/frifan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frifan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frifan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frifan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frifan.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frifan.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frifan.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=134&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://frifan.wordpress.com/2010/06/27/new-research-shows-that-weaker-copyright-benefits-society/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a900c53ac9b67d1af78b3d7b7ba3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frifan</media:title>
		</media:content>
	</item>
		<item>
		<title>Innovation and Creativity</title>
		<link>http://frifan.wordpress.com/2010/03/06/innovation-and-creativity/</link>
		<comments>http://frifan.wordpress.com/2010/03/06/innovation-and-creativity/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 09:59:40 +0000</pubDate>
		<dc:creator>frifan</dc:creator>
				<category><![CDATA[Digital Freedom]]></category>
		<category><![CDATA[Intellectual Property]]></category>

		<guid isPermaLink="false">http://frifan.wordpress.com/?p=121</guid>
		<description><![CDATA[Most, if not all, innovative and creative works builds upon other works. They make use of prior knowledge and adapt or extend it to suite a new purpose. That is the way it has always been. It is an evolution of ideas. Take Mozart or Shakespeare or Michaelangelo as examples of people were highly creative [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=121&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most, if not all, innovative and creative works <a href="http://techdirt.com/articles/20091229/1205217535.shtml" title="The Myth Of Originality...">builds upon other works</a>. They make use of prior knowledge and adapt or extend it to suite a new purpose. That is <a href="http://blog.ninapaley.com/2009/12/28/the-cult-of-originality/" title="The Cult of Originality ">the way it has always been</a>. <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://www.businessweek.com/print/innovate/content/jan2008/id2008012_297369.htm" title="The Long Nose of Innovation">It is</a> an <a href="http://techdirt.com/articles/20100217/0353398197.shtml" title="Content Creation Is An Evolutionary Process">evolution</a> <a href="http://www.juliansanchez.com/2010/02/16/the-irreducible-complexity-of-copyright/" title="The Irreducible Complexity of Copyright">of ideas</a>. Take Mozart or Shakespeare or Michaelangelo as examples of people were highly creative and innovative, but borrowed a lot from their peers. <a href="http://blog.ninapaley.com/" title="Nina Palin's Blog">Nina Palin</a> even claims that <a href="http://www.youtube.com/watch?v=jcvd5JZkUXY" title="All Creative Work Is Derivative">all artwork is derivative</a>.</p>
<blockquote><p>&quot;Nothing is original. For a work to have meaning, it must use language – it must “make sense.” It needs to work with memes already living in the host mind: language, images, melodies, patterns. It can’t be wholly original. It can hardly be original at all.&quot; &#8212; <a href="http://blog.ninapaley.com/2009/12/28/the-cult-of-originality/">Nina Palin</a></p>
</blockquote>
<p>Lately some companies and lobby organizations has taken it upon themselves to stop this from happening and thereby trying to eliminate the normal process of creativity and innovation. If they succeed, it may hinder the progress and evolution in the society. To innovate without building upon the vast knowledge that has been accumulated over the years is hard, but also not as interesting, because that makes it less suitable to incorporate into our lives.</p>
<p>It is <a href="http://www.techdirt.com/articles/20091118/1002136992.shtml" title="We See Your 'Copyright Contributes $1.5 Trillion' And Raise You 'Fair Use Contributes $2.2 Trillion'">not in the public interest</a> to delay progress or to hold the evolution back. Yet we allow ourselves to be bullied by media lobby and high tech companies, who try to impose stricter rights on intellectual &quot;property&quot; both through copyright legislation and through patents. This was <a href="http://arstechnica.com/tech-policy/news/2010/02/contextualizing-the-copyright-debate-reward-vs-creativity.ars" title="Contextualizing the copyright debate: reward vs. creativity">never the intention</a> of either system and goes contrary to the discussions held at their inception. They were supposed to promote innovation and creativity, not stifle nor kill it. There is plenty of evidence that enforcing stricter copyright and patent protection will <a href="http://eupat.ffii.org/10/03/bessen/" title="Jim Bessen: Do Patents Work as Property?">cost more than it is worth</a>.</p>
<h3>Some satiric and funny analogies:</h3>
<ul>
<li><a href="http://techdirt.com/articles/20100223/0032548261.shtml">Home Cooking Is Killing The Restaurant Industry!</a></li>
<li><a href="http://techdirt.com/articles/20100120/0339107832.shtml">Libraries Cost Publishers $100 Billion Per Year! Ban Them!</a></li>
</ul>
<h3>References:</h3>
<ul>
<li><a href="http://arstechnica.com/">Ars Technica</a></li>
<li><a href="http://questioncopyright.org/" title="QuestionCopyright.org">QuestionCopyright.org</a></li>
<li><a href="http://sitasingstheblues.com/" title="Sita Sings the Blues">Sita Sings the Blues</a></li>
<li><a href="http://techdirt.com/">TechDirt</a></li>
<li><a href="http://www.researchoninnovation.org/" title="Research on Innovation">Research on Innovation</a></li>
<li><a href="http://eupat.ffii.org/" title="Patentability and Democracy in Europe">Patentability and Democracy in Europe</a></li>
<li><a href="http://www.gnu.org/philosophy/misinterpreting-copyright.html" title="Misinterpreting Copyright—A Series of Errors">Misinterpreting Copyright—A Series of Errors</a></li>
<li><a href="http://mises.org/daily/4018" title="Reducing the Cost of IP Law">Reducing the Cost of IP Law</a></li>
</ul>
<p><a href="http://www.researchoninnovation.org/dopatentswork/"><img src="http://www.researchoninnovation.org/dopatentswork/cover.jpg" title="Patent Failure" alt="Do Patents Work?" /></a> <a href="http://download.nowis.com/index.cfm?phile=FreeCulture.html&amp;tipe=text/html"><img src="http://download.nowis.com/freeculture_files/freeculture1.jpg" title="Free Culture" alt="Free Culture by Lawrence Lessig" /></a> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frifan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frifan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frifan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frifan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/frifan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/frifan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/frifan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/frifan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frifan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frifan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frifan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frifan.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frifan.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frifan.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=121&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://frifan.wordpress.com/2010/03/06/innovation-and-creativity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a900c53ac9b67d1af78b3d7b7ba3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frifan</media:title>
		</media:content>

		<media:content url="http://www.researchoninnovation.org/dopatentswork/cover.jpg" medium="image">
			<media:title type="html">Patent Failure</media:title>
		</media:content>

		<media:content url="http://download.nowis.com/freeculture_files/freeculture1.jpg" medium="image">
			<media:title type="html">Free Culture</media:title>
		</media:content>
	</item>
		<item>
		<title>Open Source and the end of the EULA</title>
		<link>http://frifan.wordpress.com/2010/02/21/open-source-and-the-end-of-the-eula/</link>
		<comments>http://frifan.wordpress.com/2010/02/21/open-source-and-the-end-of-the-eula/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 14:13:37 +0000</pubDate>
		<dc:creator>frifan</dc:creator>
				<category><![CDATA[Digital Freedom]]></category>

		<guid isPermaLink="false">http://frifan.wordpress.com/?p=88</guid>
		<description><![CDATA[The End User License Agreement EULA is the pop-up windows that you accept when you install a piece of proprietary software. The text is a legal agreement between the user of a piece of software and its author/publisher. It is praxis, in the Software Industry, to give users very limited rights with no liability whatsoever [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=88&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>The End User License Agreement</h3>
<p><a href="http://searchcio.techtarget.com/sDefinition/0,,sid182_gci341294,00.html" title="Definition of ">EULA</a> is the pop-up windows that you accept when you install a piece of proprietary software. The text is a <a href="http://en.wikipedia.org/wiki/Software_license_agreement" title="EULA@Wikipedia">legal agreement</a> between the user of a piece of software and its author/publisher. It is praxis, in the Software Industry, to give users very limited rights with no liability whatsoever for the manufacturer. This is in stark contrast to any other industries where the manufacturers can be held liable for the products they sell. Another difference is that users normally don&#8217;t buy a software product, they buy only a license that permits them to use the product, in certain ways and under certain conditions. Most of these EULA&#8217;s <a href="http://www.osnews.com/thread?15429" title="Legality of the EULA">may not</a> even be <a href="http://www.frictionlessinsight.com/archives/2002/03/you-may-read-th.html">legal</a>, depending on which country you are in. There has, of course, been many <a href="http://news.cnet.com/2100-1001-983988.html" title="Lawsuit challenges software licensing">lawsuits</a> <a href="http://news.cnet.com/The-new-software-controversy/2009-1014_3-962336.html?tag=mncol;txt" title="The new software controversy">concerning</a> <a href="http://news.cnet.com/2100-1023-948194.html?tag=txt" title="Software licensing act amended">software</a> <a href="http://news.cnet.com/Court-Network-Associates-cant-gag-users/2100-1028_3-981228.html?tag=mncol;txt" title="Court: Network Associates can't gag users">licenses</a>. More up to date information can be had from the <a href="http://www.eff.org/" title="Electronic Frontier Foundation">Electronic Frontier Foundation</a>.</p>
<h3>Free/Libre Open Source Software</h3>
<blockquote><ul>
<li><span style="font-size:small;"><em>The freedom to run the program, for any purpose (freedom 0).</em></span></li>
<li><span style="font-size:small;"><em>The freedom to study how the program works, and change it to make it do what you wish (freedom 1). Access to the source code is a precondition for this.</em></span></li>
<li><span style="font-size:small;"><em>The freedom to redistribute copies so you can help your neighbor (freedom 2).</em></span></li>
<li><span style="font-size:small;"><em>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</em></span></li>
</ul>
</blockquote>
<p>On the other end of the spectrum, we have the <a href="http://www.h-online.com/open/news/item/FSFE-receives-Theodor-Heuss-Medal-915309.html" title="FSFE receives Theodor Heuss Medal">award-winning</a> <a href="http://www.fsf.org/" title="Free Software Foundation">free software foundation</a> and <a href="http://www.gnu.org/philosophy/free-sw.html" title="The Free Software Definition">free/libre open source software (FLOSS)</a>. This is software that is <a href="http://www.fsfe.org/about/basics/freesoftware.en.html" title="Free Software">free, as in speech</a>. You have complete rights to use, modify and distribute the software. There are many such FLOSS projects and most of them are multi-platform, meaning they run on all the popular operating systems. Ranging from GNU/Linux to Apple Macintosh to Microsoft Windows. I&#8217;ve compiled a short list below of my favorites, as a few examples. The FLOSS projects provide their software free of charge and they can be downloaded and installed directly from the Internet. There is even <a href="http://opendotdotdot.blogspot.com/2010/02/welcome-to-free-technology-academy.html" title="Welcome to the Free Technology Academy">free training</a> <a href="http://ftacademy.org/" title="Free Technology Academy">available</a>. Another benefit of FLOSS is that the source code is published along with the applications. </p>
<blockquote><p>&quot;The results came to an estimated total value for the Linux kernel version 2.6.30 (released in December 2009) of 1,025,553,430 euros. About 985 developers would be needed over a span of just under 14 years, the researchers claim.&quot; &#8212; <a href="http://www.theregister.co.uk/2010/02/24/linux_kernel_randd_estimate_u_of_oviendo/" title="Linux kernel R&amp;D worth over 1bn euros">the register</a>, according to <a href="http://iri.jrc.ec.europa.eu/concord-2010/posters.html">research</a>.</p>
</blockquote>
<h4>Some FLOSS alternatives (mostly multi-platform):</h4>
<ul>
<li>Operating System: <a href="http://www.ubuntu.com/" title="Ubuntu">Ubuntu</a>, <a href="http://www.kubuntu.org/" title="Kubuntu">Kubuntu</a>, <a href="http://www.debian.org/" title="Debian GNU/Linux">Debian</a></li>
<li>Office Suite: <a href="http://www.openoffice.org/" title="OpenOffice.org">Open Office</a>, <a href="http://www.koffice.org/" title="KOffice">KOffice</a></li>
<li>Web browser: <a href="http://www.mozilla.com/en-US/firefox/firefox.html" title="Mozilla Firefox">Firefox</a></li>
<li>Mail Reader: <a href="http://www.mozillamessaging.com/en-US/thunderbird/" title="Mozilla Thunderbird">Thunderbird</a></li>
<li>Photo editing: <a href="http://www.gimp.org/" title="GNU Image Manipulation Program">Gimp</a></li>
<li>Photo management: <a href="http://www.digikam.org/" title="digiKam">digiKam</a></li>
<li>Audio Player: <a href="http://amarok.kde.org/" title="Amarok">Amarok</a></li>
<li>Diagram Editor: <a href="http://live.gnome.org/Dia" title="Gnome Dia">dia</a></li>
<li>Desktop Publishing: <a href="http://www.scribus.net/" title="Scribus">Scribus</a></li>
<li>Document Processor: <a href="http://www.lyx.org/" title="LyX - The Document Processor">LyX</a></li>
<li>CAD/CAM: <a href="http://www.qcad.org/" title="QCAD by RibbonSoft">QCad</a></li>
<li>Internet Server: <a href="http://www.apache.org/" title="The Apache Software Foundation">Apache</a></li>
<li>Karaoke Software: <a href="http://performous.org/" title="Performous">Performous</a></li>
<li>Video Editor: <a href="http://www.kdenlive.org/" title="Kdenlive">Kdenlive</a>, <a href="http://www.openshotvideo.com/" title="OpenShot: Non-Linear Video Editor for Linux">OpenShot</a></li>
<li>DVD Authoring: <a href="http://qdvdauthor.sourceforge.net/" title="Q DVD Author">QDVDAuthor</a>, <a href="http://www.kde-apps.org/content/show.php/ManDVD?content=83906" title="ManDVD: KDE CD/DVD Software">ManDVD</a></li>
<li>3D Modeler: <a href="http://www.blender.org/" title="Blender">Blender</a></li>
<li>Media Player: <a href="http://www.mplayerhq.hu/" title="MPlayer">Mplayer</a>, <a href="http://www.videolan.org/vlc/" title="VLC media player">VLC</a></li>
</ul>
<h3>What is source code?</h3>
<p>Source code is the blue-prints for how a piece of software works, it contains the instructions, written in a specialized human-readable <a href="http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html" title="TIOBE Programming Community Index for February 2010">programming language</a>, designed for describing actions performed by the computer. These specifications are then interpreted by a translator, called a compiler, which will convert the programming language into machine code that can be executed by the central processing unit (CPU) of a computer. Normally a proprietary application is distributed only in its binary machine code state, but with FLOSS the user also gets a copy of the source code. This enables those persons who understand the computer language to inspect, modify, enhance and build their own machine code binary. </p>
<h3>FLOSS license and community</h3>
<p>There are two main <a href="http://www.gnu.org/licenses/license-list.html" title="Various Licenses and Comments about Them">competing licenses</a>, called BSD and GPL. The main difference between the two is the GPL requirement to redistribute any modifications made to the software. Although FLOSS authors cannot be held liable for software defects, just like their proprietary counterpart, they distribute the source code of the software, which means that anyone with the proper knowledge of the programming language can inspect and review what it does. Because of this freedom, the authors of the software do care about the source code quality, as they know others will scrutinize their work. Other people will also help to correct faults and incorporate features that they want or need. Around any successful FLOSS project there is a vibrant community which will help with support and development of the code. This is the main reason why FLOSS software have better quality than proprietary software.</p>
<h3>FLOSS and the future</h3>
<p>It is my belief that FLOSS software will defer proprietary software to niche markets, because it is inherently better quality and at an unbeatable price, namely free. Just because the software is free, doesn&#8217;t mean that no one will develop, support or sell it. There is already a big and healthy market around FLOSS software where authors sell services. In my view Linux has already surpassed Microsoft Windows in usability. Just check out the latest <a href="http://www.kde.org/announcements/4.4/guide.php" title="KDE Software Compilation 4.4 Feature Guide">KDE</a> <a href="http://arstechnica.com/open-source/reviews/2010/02/hands-on-semantic-desktop-starts-to-show-in-kde-sc-44.ars" title="Hands-on: semantic desktop starts to show in KDE SC 4.4 ">version</a>, for instance. </p>
<h3>Further reading</h3>
<ul>
<li><a href="http://www.lsd.ic.unicamp.br/~oliva/papers/free-software/selection-html/" title="The Competitive Advantages of Free Software">The Competitive Advantages of Free Software</a> (<a href="http://www.lsd.ic.unicamp.br/~oliva/papers/free-software/selection.pdf" title="The Competitive Advantages of Free Software">PDF</a>)</li>
<li><a href="http://catb.org/esr/writings/homesteading/hacker-history/" title="A Brief History of Hackerdom">A Brief History of Hackerdom</a></li>
<li><a href="http://catb.org/esr/writings/homesteading/cathedral-bazaar/" title="The Cathedral and the Bazaar">The Cathedral and the Bazaar</a></li>
<li><a href="http://catb.org/esr/writings/homesteading/homesteading/" title="Homesteading the Noosphere">Homesteading the Noosphere</a></li>
<li><a href="http://catb.org/esr/writings/homesteading/magic-cauldron/" title="The Magic Cauldron">The Magic Cauldron</a></li>
<li><a href="http://www.shirky.com/OpenSource/evolve.html" title="In Praise of Evolvable Systems">In Praise of Evolvable Systems</a></li>
<li><a href="http://www.cwareco.com/linux_storm.html" title="The Linux Storm">The Linux Storm</a></li>
<li><a href="http://www.tuxradar.com/content/newbies-guide-hacking-linux-kernel" title="The newbie's guide to hacking the Linux kernel">The newbie&#8217;s guide to hacking the Linux kernel</a></li>
<li><a href="http://www.theregister.co.uk/2010/02/20/open_source_decade/" title="Open source - the once and future dream">Open source &#8211; the once and future dream</a></li>
<li><a href="http://open.knome.fi/2010/02/21/what-is-freedom-anyway/" title="What is freedom anyway?">What is freedom anyway?</a></li>
</ul>
<p><a href="http://download.nowis.com/index.cfm?phile=FreeCulture.html&amp;tipe=text/html"><img src="http://download.nowis.com/freeculture_files/freeculture1.jpg" title="Free Culture" alt="Free Culture by Lawrence Lessig" /></a> <a href="http://catb.org/esr/writings/homesteading/"><img src="http://catb.org/~esr/graphics/cb.s.png" title="The Cathedral and the Bazaar" alt="The Cathedral and the Bazaar by Eric S. Raymond" /></a> <a href="http://oreilly.com/openbook/freedom/"><img src="http://oreilly.com/catalog/covers/freedom.s.gif" title="Free as in Freedom" alt="Richard Stallman's Crusade for Free Software" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frifan.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frifan.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frifan.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frifan.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/frifan.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/frifan.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/frifan.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/frifan.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frifan.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frifan.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frifan.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frifan.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frifan.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frifan.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=88&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://frifan.wordpress.com/2010/02/21/open-source-and-the-end-of-the-eula/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a900c53ac9b67d1af78b3d7b7ba3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frifan</media:title>
		</media:content>

		<media:content url="http://download.nowis.com/freeculture_files/freeculture1.jpg" medium="image">
			<media:title type="html">Free Culture</media:title>
		</media:content>

		<media:content url="http://catb.org/~esr/graphics/cb.s.png" medium="image">
			<media:title type="html">The Cathedral and the Bazaar</media:title>
		</media:content>

		<media:content url="http://oreilly.com/catalog/covers/freedom.s.gif" medium="image">
			<media:title type="html">Free as in Freedom</media:title>
		</media:content>
	</item>
		<item>
		<title>Intellectual Monopolies</title>
		<link>http://frifan.wordpress.com/2010/02/21/intellectual-monopolies/</link>
		<comments>http://frifan.wordpress.com/2010/02/21/intellectual-monopolies/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 12:12:55 +0000</pubDate>
		<dc:creator>frifan</dc:creator>
				<category><![CDATA[Intellectual Property]]></category>
		<category><![CDATA[Monopoly Abuse]]></category>

		<guid isPermaLink="false">http://frifan.wordpress.com/?p=71</guid>
		<description><![CDATA[I don&#8217;t believe in imaginary property and I don&#8217;t believe in software patents in general. How can anyone have any rights to your thoughts?! If you come up with an idea, all by yourself, how can someone you have never heard of claim ownership of that thought. Even if they have gone through the trouble [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=71&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t believe in imaginary property and I don&#8217;t believe in software patents in general. How can anyone have any rights to your thoughts?! If you come up with an idea, all by yourself, how can someone you have never heard of claim ownership of that thought. Even if they have gone through the trouble of purchasing a patent for it. The problem is that patent applications always, as far as my experience goes, are written in very generalized language to try to cover uses that they couldn&#8217;t imagine at the time. This makes them difficult to understand and even harder to use for creating something based on the ideas inside. To me this make the whole point about patents moot, as they <a href="http://www.feld.com/wp/archives/2010/01/do-patents-slow-down-innovation.html" title="Do Patents Slow Down Innovation?">cannot help others</a>, <a href="http://boycottnovell.com/2009/07/11/study-shows-patents-stifle-innovation/" title="It’s Official: Patents Stifle Innovation">only penalize them</a> and <a href="http://www.masternewmedia.org/news/2006/10/05/why_software_patents_stifle_innovation.htm" title="Why Software Patents Stifle Innovation And Kill Competition - Video">kill competition</a>.</p>
<p>I recently found <a href="http://boycottnovell.com/2009/11/27/patents-dominated-by-monopolies/" title="Study: Intellectual Monopolies (Patents) Vastly Dominated by… the Monopolies">interesting studies</a> on <a href="http://www.guardian.co.uk/commentisfree/2009/nov/26/science-shackles-intellectual-property" title="How science is shackled by intellectual property ">the subject</a> and why it <a href="http://boycottnovell.com/2009/11/16/genesis-of-patents/" title="Eben Moglen (SFLC) Explains Genesis of Intellectual Monopoly">has to stop</a> (<a href="http://www.softwarefreedom.org/news/2010/feb/10/highlights-eben-moglens-freedom-cloud-talk/" title="Highlights of Eben Moglen's Freedom in the Cloud Talk">highlights</a>). See a <a href="http://techdirt.com/articles/20100223/0129458262.shtml" title="Patent Attorney Highlights How Intellectual Ventures Syphons Money Away From Innovation">patent attorney highlight</a>, or a <a href="http://techdirt.com/articles/20100222/1258548257.shtml" title="VC Explains How Damaging Software Patents Can Be">Venture Capitalist explain</a> <a href="http://www.techdirt.com/articles/20100111/2233347712.shtml" title="Well Respected VC Firm Comes Out In Favor Of Independent Invention Defense Against Patent Infringement Lawsuits">why it is so bad</a> and <a href="http://techdirt.com/articles/20100225/0244408300.shtml" title="If Gary Locke Wants To Incentivize Commercializing Research He Should Look To Get Bayh-Dole Repealed">what the US can do</a> about it. Otherwise they will see even <a href="http://techdirt.com/articles/20100225/0114278298.shtml" title="New Industry Springs Up Overnight: Filing Patent Marking Suits Over False Patent Claims">more evil practices</a> and <a href="http://www.unionsquareventures.com/2010/01/we-need-an-independent-invention-defense-to-minimize-the-damage-of-aggressive-patent-trolls.php" title="We need an independent invention defense to minimize the damage of aggressive patent trolls">patent trolls</a>. Here is a <a href="http://www.computerworlduk.com/community/blogs/index.cfm?blogid=14&amp;entryid=2876" title="The King of the Trolls Strikes Gold">recent example</a> of an Intellectual Venture, by <a href="http://www.computerworlduk.com/community/blogs/index.cfm?entryid=2863" title="Beware the King of the Trolls">the king of patent trolls</a>. They do not sue themselves, instead it is being <a href="http://techdirt.com/articles/20100301/0202228334.shtml" title="Intellectual Ventures Lending Its Patents To Members To Sue Others">outsourced</a>.</p>
<blockquote><p>&quot;The purpose of the patent system should be to create incentives to come up with something that is both new and non-obvious, which would not be created without that incentive. And, then, of course, the idea is to share that information with the world, via the patent. But here we have a case where this is an obvious next step advance. [...] But now we have a case where one company may have the right to prevent others from doing what it makes perfect sense for them to do. That&#8217;s not what the patent system was designed to do at all. A patent like this should never have been approved at all, as it serves no useful purpose in &quot;promoting the progress&quot; and seems to go against everything that the patent system is supposed to do.&quot; &#8212; <a href="http://techdirt.com/articles/20100225/1757378318.shtml" title="Because Without Patents, No One Would Ever Come Up With News Feeds">Mike Masnick</a></p>
</blockquote>
<p><a href="http://arstechnica.com/open-source/news/2009/10/red-hat-bilski-brief-says-software-patents-stifle-innovation.ars" title="Red Hat tells Supremes: software patents stifle innovation">My greatest fear</a> is that the <a href="http://wiki.openrightsgroup.org/wiki/Software_patents" title="Software Patents">software patent</a> <a href="http://webshop.ffii.org/" title="Patented Webshop - our demonstrator for the legal ambush on e-commerce &amp; freedom of business in Europe">craziness</a> in the US will spread to other parts of the world, which is something they are working hard for as they have accumulated quite a number of them. If they were enforced I could be dragged to court for the work I have done in the past two decades. It would certainly wipe out most of the software industry. Leaving only the biggest players to fight out their disputes in court with hordes of lawyers.</p>
<blockquote><p>&quot;The real reason the independent software industry emerged is that operating systems and APIs made it possible for independent software vendors to develop applications independently. They no longer had to ask permission of the hardware vendors. This same characteristic of permissionless innovation led to the explosion of independently created services on the internet. The rampant abuse of the patent system has created the opposite condition for the creators of software and web services today.<br />Not only is it becoming impossible to invent new services on the web without the permission of a patent holder who claims to own the intellectual property embodied in your invention, it is impossible to know who you need to ask permission of.&quot; &#8212; <a href="http://www.unionsquareventures.com/2010/02/software-patents-are-the-problem-not-the-answer.php" title="Software patents are the problem not the answer">Brad Burnham</a> in <a href="http://techdirt.com/articles/20100222/1258548257.shtml" title="VC Explains How Damaging Software Patents Can Be">TechDirt</a></p>
</blockquote>
<p>Another great source of stupid patents is Apple, <a href="http://gizmodo.com/5483689/the-apple-patents-cockpunching-all-smart-phones-an-illustrated-guide/gallery/" title="The Apple Patents Cockpunching All Smart Phones: An Illustrated Guide">here is some</a> courtesy of Gizmodo.</p>
<p>My second greatest fear in already a fact. Just look at what the <a href="http://boycottnovell.com/2009/05/06/the-pharmaceutical-cartel/" title="The Pharmaceutical Cartel">pharmaceutical cartel</a> is up to and how they are <a href="http://boycottnovell.com/2009/11/04/trips-intellectual-monopolies/" title="Joseph Stiglitz on Why TRIPS (Patents) is Like Murder">murdering people</a>. More on that another time&#8230;</p>
<p><strong>References:</strong> <a href="http://petition.stopsoftwarepatents.eu/211000297544/"><img src="http://webshop.ffii.org/ssp-181-30.png" title="Stop Software Patents" alt="Stop Software Patents" width="181" height="30" /></a></p>
<ol>
<li><a href="http://www.techdirt.com/" title="TechDirt">TechDirt</a></li>
<li><a href="http://boycottnovell.com" title="BoycottNovell">BoycottNovell</a>: <a href="http://boycottnovell.com/wiki/index.php/Intellectual_Ventures">Intellectual Ventures</a>, <a href="http://boycottnovell.com/2009/05/06/the-pharmaceutical-cartel/">The Pharmaceutical Cartel</a> </li>
<li><a href="http://wiki.openrightsgroup.org/wiki/Main_Page">Open Rights Group</a> </li>
<li><a href="http://www.ffii.org/">Foundation for a Free Information Infrastructure e.V.</a> </li>
<li><a href="http://www.gnu.org/philosophy/not-ipr.html" title="Did You Say “Intellectual Property”? It's a Seductive Mirage">GNU on &quot;Intellectual Property&quot;</a></li>
<li><a href="http://techdirt.com/articles/20100202/0325368007.shtml" title="It's The Execution That Matters, Not The Idea">It&#8217;s The Execution That Matters, Not The Idea</a></li>
<li><a href="http://questioncopyright.org/" title="QuestionCopyright.org">QuestionCopyright.org</a></li>
<li><a href="http://www.ipjur.com/blog2/index.php?/archives/138-A-Unified-European-Patent-System-The-Historical-Perspective.html" title="A Unified European Patent System - The Historical Perspective">A Unified European Patent System &#8211; The Historical Perspective</a></li>
<li><a href="http://techdirt.com/articles/20100302/0127108353.shtml">When You Try To Figure Out Who Owns Imaginary &#8216;Property,&#8217; Things Get Confusing Fast</a></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frifan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frifan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frifan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frifan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/frifan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/frifan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/frifan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/frifan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frifan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frifan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frifan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frifan.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frifan.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frifan.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=71&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://frifan.wordpress.com/2010/02/21/intellectual-monopolies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a900c53ac9b67d1af78b3d7b7ba3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frifan</media:title>
		</media:content>

		<media:content url="http://webshop.ffii.org/ssp-181-30.png" medium="image">
			<media:title type="html">Stop Software Patents</media:title>
		</media:content>
	</item>
		<item>
		<title>Theory of evolution is evolving</title>
		<link>http://frifan.wordpress.com/2010/02/21/theory-of-evolution-is-evolving/</link>
		<comments>http://frifan.wordpress.com/2010/02/21/theory-of-evolution-is-evolving/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 12:12:11 +0000</pubDate>
		<dc:creator>frifan</dc:creator>
				<category><![CDATA[New science]]></category>

		<guid isPermaLink="false">http://frifan.wordpress.com/?p=69</guid>
		<description><![CDATA[Anyone who thought that the evolution was a done deal and that we know all about it, has better to think again. I find this fascinating. Have a look yourselves in the references below. References: [1] Horizontal and vertical: The evolution of evolution [2] Life-like evolution in a test tube<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=69&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Anyone who thought that the evolution was a done deal and that we know all about it, has better to think again. I find this fascinating. Have a look yourselves in the references below.</p>
<p><strong>References:</strong><br />
[1] <a href="http://www.newscientist.com/article/mg20527441.500-horizontal-and-vertical-the-evolution-of-evolution.html?full=true&amp;print=true">Horizontal and vertical: The evolution of evolution</a><br />
[2] <a href="http://www.cosmosmagazine.com/news/3325/life-evolution-a-test-tube">Life-like evolution in a test tube</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frifan.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frifan.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frifan.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frifan.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/frifan.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/frifan.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/frifan.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/frifan.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frifan.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frifan.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frifan.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frifan.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frifan.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frifan.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=69&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://frifan.wordpress.com/2010/02/21/theory-of-evolution-is-evolving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a900c53ac9b67d1af78b3d7b7ba3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frifan</media:title>
		</media:content>
	</item>
		<item>
		<title>The misconceptions of the music labels and their leaders</title>
		<link>http://frifan.wordpress.com/2010/02/05/the-misconceptions-of-the-music-labels-and-their-leaders/</link>
		<comments>http://frifan.wordpress.com/2010/02/05/the-misconceptions-of-the-music-labels-and-their-leaders/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 12:10:35 +0000</pubDate>
		<dc:creator>frifan</dc:creator>
				<category><![CDATA[Internet Piracy]]></category>
		<category><![CDATA[Monopoly Abuse]]></category>

		<guid isPermaLink="false">http://frifan.wordpress.com/?p=45</guid>
		<description><![CDATA[The first rule of a successful business is to fulfill the needs of your customers, at least to some extent, but that of course requires that you understand what they want. Never before have I heard of any business that so totally disregards fair-use, regularly sues its customers, calls them pirates and try to push [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=45&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://imgs.xkcd.com/comics/steal_this_comic.png" alt="XKCD: How to make pirates out of your customers" /></p>
<p>The first rule of a successful business is to fulfill the needs of your customers, at least to some extent, but that of course requires that you understand what they want. Never before have I heard of any business that so totally disregards fair-use, regularly sues its customers, calls them pirates and try to push draconian limitation upon them while giving themselves unlimited unquestionable rights over them. All <a href="http://techdirt.com/articles/20100110/2253577696.shtml" title="Dear Rock Stars: Please Stop Claiming You're Just Interested In Helping Up-And-Coming Artists">in the name of the artists</a>, but that is is of course pure diversion. The studios even try to <a href="http://arstechnica.com/tech-policy/news/2010/02/studios-crushed-isp-cant-be-forced-to-play-copyright-cop.ars" title="Studios crushed: ISP can't be forced to play copyright cop">blame the Internet Service Providers</a> for their own problems, luckily the don&#8217;t seem to succeed there either. Then they try to <a href="http://arstechnica.com/tech-policy/news/2010/02/contextualizing-the-copyright-debate-reward-vs-creativity.ars" title="Contextualizing the copyright debate: reward vs. creativity">bend copyright law</a> to serve their purposes, which it is <a href="http://techdirt.com/articles/20100204/1601318056.shtml" title="No, Copyright Has Never Been About Protecting Labor">not what the law is meant to do</a>. They even <a href="http://www.eff.org/deeplinks/2010/02/musicblogocide" title="Music Journalism is the New Piracy">attack the music critiques</a>. Amidst all of this claimed piracy and music downloading, the <a href="http://www.techdirt.com/articles/20090723/0351345633.shtml" title="UK Music Industry Economists Admit: Music Industry Getting Bigger, Not Smaller">music industry is growing</a>!</p>
<p>Unfortunately the music business is based on monopolies and abusive practices, even towards <a href="http://techdirt.com/articles/20100201/0234157986.shtml" title="Record Labels Screwing Over Musicians Is Nothing New; The Buddy Holly Edition">the artists</a>. They don&#8217;t even seem to be <a href="http://techdirt.com/articles/20100129/1221507975.shtml" title="Econ 101: Study Shows That If Record Labels Lowered Prices On Music, They Would Sell A Lot More ">in it for the money</a>. Forget about Digital Rights Management (DRM), it&#8217;s a <a href="http://craphound.com/content/" title="©ontent">dead end</a> and embrace what technology can give you. Look at <a href="http://www.spotify.com/" title="Spotify music streaming">Spotify</a> for a good example of how to use technology to your advantage. I am myself a premium subscriber. Some still <a href="http://arstechnica.com/media/news/2010/02/warner-bros-to-axe-licenses-for-free-streaming-services.ars" title="Warner Bros to axe licenses for free streaming services">don&#8217;t get it</a>, though. It may be that <a href="http://www.techdirt.com/articles/20090621/1626125300.shtml" title="Success Stories From The Music Commerce Frontier">selling songs is a dying business model</a>, but there are <a href="http://techdirt.com/articles/20100226/0320388320.shtml" title="Spotify May Not Spur Music Sales; But What If It Makes Music Consumers More Valuable?">alternative revenue streams</a> that more than <a href="http://www.techdirt.com/articles/20100204/0047288037.shtml" title="Is Spotify Looking To Enable CwF+RtB For Musicians?">make up for it</a>.</p>
<p>I used to like U2 and Bono, until a few weeks ago when Bono, the front-man of U2 showed his <a href="http://techdirt.com/articles/20100104/0038197573.shtml" title="Bono: We Should Use China's Censorship As An Example Of How To Stop Piracy">true beliefs</a>. His <a href="http://www.theregister.co.uk/2010/01/20/sanders_bono_no/" title="Why Bono is wrong about filesharing">misconceptions</a> about the music consumers are profound and unfortunately shared by many of the <a href="http://techdirt.com/articles/20100121/0825147855.shtml" title="IFPI: Piracy Bad!!! Government Must Fix Because We Don't Want To Adapt!">influential</a> <a href="http://techdirt.com/articles/20100125/0825377891.shtml" title="Still Some In The Music Business Who Believe The Impossible: Blur Manager Says 'Piracy' Can Be Stopped">people</a> <a href="http://techdirt.com/articles/20100201/0028137983.shtml" title="Billboard Gets Snarky; Not A Believer In CwF + RtB">in the business</a>, but there are <a href="http://www.guardian.co.uk/music/2010/jan/17/brian-eno-interview-paul-morley" title="On gospel, Abba and the death of the record: an audience with Brian Eno">some</a> <a href="http://techdirt.com/articles/20100120/2249557850.shtml" title="Brian Eno Explains How The Recording Industry Is Like Whale Blubber">enlightened</a> <a href="http://arstechnica.com/tech-policy/news/2010/01/rem-everybody-hurts-without-network-neutrality.ars" title="R.E.M.: Everybody Hurts (without network neutrality)">exceptions</a>. Evolution is a part of life and while it can be slow sometimes you cannot fight it in the long run. <a href="http://techdirt.com/articles/20100122/0921257872.shtml" title="What The IFPI Report Left Out: Its Own Study Showed That File Sharers Do Buy">People do pay</a> <a href="http://techdirt.com/articles/20100125/1631147893.shtml" title="Ten Good Reasons To Buy">for music</a> and there are new ways of <a href="http://techdirt.com/articles/20100119/1134507815.shtml" title="Wiggling Their Way To Musical Success Without A Label">earning</a> <a href="http://techdirt.com/articles/20100201/0223487985.shtml" title="Lady Gaga's Use Of Free Music">money</a> <a href="http://techdirt.com/articles/20091119/1634117011.shtml" title="The Future Of Music Business Models (And Those Who Are Already There)">without record labels</a>, but <a href="http://techdirt.com/articles/20100124/1752357883.shtml" title="Finding The Long Tail In Music">change</a> <a href="http://www.techdirt.com/articles/20100203/0255108023.shtml" title="Did The Recording Industry Really Miss The Opportunity To 'Monetize' Online Music?">may be</a> <a href="http://techdirt.com/articles/20100201/1830267996.shtml" title="Yes, If You Don't Do Anything, You Shouldn't Expect People To Just Give You Money">on the way</a>. </p>
<p>Excellent recommended reading, by <a href="http://en.wikipedia.org/wiki/Cory_Doctorow">Cory Doctorow</a> @ <a href="http://craphound.com/">craphound.com</a>:</p>
<p><a href="http://craphound.com/content/"><img src="http://craphound.com/content/cover-small.jpg" title="©ontent" alt="Content: Selected Essays on Technology, Creativity, Copyright and the Future of the Future by Cory Doctorow" /></a> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frifan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frifan.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frifan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frifan.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/frifan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/frifan.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/frifan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/frifan.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frifan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frifan.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frifan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frifan.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frifan.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frifan.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=45&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://frifan.wordpress.com/2010/02/05/the-misconceptions-of-the-music-labels-and-their-leaders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a900c53ac9b67d1af78b3d7b7ba3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frifan</media:title>
		</media:content>

		<media:content url="http://imgs.xkcd.com/comics/steal_this_comic.png" medium="image">
			<media:title type="html">XKCD: How to make pirates out of your customers</media:title>
		</media:content>

		<media:content url="http://craphound.com/content/cover-small.jpg" medium="image">
			<media:title type="html">©ontent</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft &#8211; A history lesson</title>
		<link>http://frifan.wordpress.com/2010/02/04/microsoft-a-history-lesson/</link>
		<comments>http://frifan.wordpress.com/2010/02/04/microsoft-a-history-lesson/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 20:19:00 +0000</pubDate>
		<dc:creator>frifan</dc:creator>
				<category><![CDATA[Breaking the law]]></category>
		<category><![CDATA[Monopoly Abuse]]></category>

		<guid isPermaLink="false">http://frifan.wordpress.com/?p=38</guid>
		<description><![CDATA[I believe a computer history lesson is in order, as most people have forgotten it [1]. It is a lesson in how one company has stifled innovation and progress in a whole industry by their cunning, deceit, unethical and illegal activities. They have managed to produce unprecedented poor quality software full of security holes, to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=38&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://boycottnovell.com/wp-content/uploads/2009/12/microsoft_word_2002.jpg" alt="Microsoft MISCONDUCT - Above the law" /></p>
<p>I believe a <a href="http://boycottnovell.com/2010/02/04/microsoft-perspective/" title="Computer History Development Timeline: Microsoft Perspective ">computer history lesson</a> is in order, as most people have forgotten it [1]. It is a lesson in how one company has stifled innovation and progress in a whole industry by their cunning, deceit, unethical and illegal activities. They have managed to produce unprecedented poor quality software full of security holes, to a public who do not know better than to trust their lies. Their greatest feat is to form peoples perception into believing that poor quality is the norm.</p>
<p>There is plenty of evidence that has been produced in numerous courts of law, but most people are still unaware of the fact that Microsoft is a convicted felon and continue with their unlawful activities to this day. These are not just ramblings of a disgruntled Microsoft hater, but proven facts in a court of law! [2][3][4][5]</p>
<blockquote><p><span style="font-size:large;"><em>“Our products just aren’t engineered for security.”</em></span> – <a href="http://boycottnovell.com/2010/02/07/microsoft-insecurity-month/">Brian Valentine, Microsoft executive</a></p>
</blockquote>
<blockquote><p><span style="font-size:large;"><em>“Here’s the type of guy I want, I don’t care if he knows anything about computers. I need a guy who really understands branding.” </em></span> – <a href="http://boycottnovell.com/2010/02/19/ieee-corrupted-by-microsoft/" title="IEEE Turns Young People Into Microsoft Customers">Bill Gates</a></p>
</blockquote>
<p>If asked, I believe that most people wouldn&#8217;t do business with convicted felons, but here we are. I guess not everybody realizes that Microsoft are convicted felons (monopoly abusers) in many countries around the world. That they have a whole arsenal of other evil business practices what they continue using despite some being illegal and all of them immoral and unethical[7][8]. You can find damning evidence below. They have been found guilty of lying and falsifying evidence in court. Note that these are facts that have been produced in a court of law![3][4][13]</p>
<blockquote><p><span style="font-size:large;"><em>“Microsoft is asking people to pay them for patents, but they won’t say which ones. If a guy walks into a shop and says: “It’s an unsafe neighbourhood, why don’t you pay me 20 bucks and I’ll make sure you’re okay,” that’s illegal. It’s racketeering.”</em></span> – <a href="http://boycottnovell.com/2010/02/04/microsoft-and-hp-linux/">Mark Shuttleworth</a></p>
</blockquote>
<p>The founding father of Microsoft (and its practices), Bill Gates, is still active spreading evil in the world [8][9][10][11][16][17][19][20][21].</p>
<blockquote><p><span style="font-size:large;"><em>“Gates has created a huge blood-buying operation that only cares about money, not about people.”</em></span> – <a href="http://boycottnovell.com/2009/12/04/needle-business-china/">AIDS organisation manager</a>, December 2009 (<a href="http://www.nytimes.com/2009/12/03/health/policy/03china.html?_r=3" title="H.I.V. Tests Turn Blood Into Cash in China ">New York Times</a>)</p>
</blockquote>
<blockquote><p><span style="font-size:large;"><em>“But rather than a search engine or even a “decision engine”, Bing also appears to be a spin engine, in that it provides partisan answers to controversial topics, such as Steve Ballmer’s propensity to throw chairs to blow off stress.”</em></span> – <a href="http://boycottnovell.com/2010/02/06/asay-joins-canonical/">Christian Einfeldt</a></p>
</blockquote>
<p>Since 1999 I have mainly used Linux, both at home and at work. Even on my cellphone! I am a hardened Linux veteran and used to command-line wizardry, but I firmly believe that Linux is actually easier to install and use than Windows. Unfortunately very few people ever install their operating system, or even make a choice about which one to use, but they would find Linux a lot easier. Device drivers are bundled with Linux and fully automatic. Applications are installed from a nice package installer, where you can list or search all available application, and they are all free of charge!</p>
<blockquote><p><span style="font-size:large;"><em>“Linux is a cancer that attaches itself in an intellectual property sense to everything it touches.”</em></span> – <a href="http://boycottnovell.com/2010/02/07/msft-hatred-of-gnu-linux/">Steve Ballmer, Microsoft CEO</a></p>
</blockquote>
<blockquote><p><span style="font-size:large;"><em>“Ideally, use of the competing technology becomes associated with mental deficiency, as in, “he believes in Santa Claus, the Easter Bunny, and OS/2.” Just keep rubbing it in, via the press, analysts, newsgroups, whatever. Make the complete failure of the competition’s technology part of the mythology of the computer industry.”</em></span> – <a href="http://boycottnovell.com/2010/03/10/microsoft-te-rebuttal/" title="Microsoft Still Spreads Lies About GNU/Linux, Faces Rational Opposition">Microsoft, internal document</a> [<a href="http://boycottnovell.com/wp-content/uploads/2008/08/comes-3096.pdf" title="Comes vs. Microsoft">PDF</a>] </p>
</blockquote>
<p><strong>References:</strong></p>
<ol>
<li><a href="http://www.ecis.eu/documents/Finalversion_Consumerchoicepaper.pdf">Microsoft&#8217;s history of anticompetitive behaviour and consumer harm</a> (PDF document by <a href="http://www.ecis.eu/">European Committee for Interoperable Systems</a>)</li>
<li><a href="http://www.groklaw.net/staticpages/index.php?page=2005010107100653">Microsoft Litigation</a> by <a href="http://www.groklaw.net/">GrokLaw</a></li>
<li><a href="http://boycottnovell.com/wiki/index.php/Comes_vs_Microsoft">Comes vs Microsoft</a> by <a href="http://boycottnovell.com/">BoycottNovell</a></li>
<li><a href="http://www.groklaw.net/article.php?story=20100124111743687">Why Microsoft Suddenly Wanted to Be More Interoperable &#8211; Comes v. MS Exh. 7068 Tells Us</a></li>
<li><a href="http://boycottnovell.com/microsoft-critique-resources/">Microsoft Critique: Resources</a></li>
<li><a href="http://boycottnovell.com/2010/02/04/microsoft-and-hp-linux/">What Microsoft’s Attack on GNU/Linux at HP Teaches Us</a></li>
<li><a href="http://www.computerworld.com.au/article/333351/illuminating_elephant_open_source_room/">Illuminating the elephant in the open source room</a></li>
<li><a href="http://boycottnovell.com/2010/01/25/bill-gates-history-tax-notes/">The Nerve of Bill Gates</a></li>
<li><a href="http://boycottnovell.com/wiki/index.php/Gates_Foundation_Critique">Gates Foundation Critique</a></li>
<li><a href="http://boycottnovell.com/2010/01/30/bill-gates-patent-investments/">Mainstream Press Misses Billions of Dollars Bill Gates Earns in Africa (Gates Foundation as Monsanto Front)</a></li>
<li><a href="http://boycottnovell.com/2009/05/06/the-pharmaceutical-cartel/">The Pharmaceutical Cartel</a></li>
<li><a href="http://www.justice.gov/atr/cases/ms_findings.htm">United States v. Microsoft: Findings of Fact</a> </li>
<li><a href="http://boycottnovell.com/2010/02/07/microsoft-insecurity-month/">Another Misdirected Response from the Government to the Company “Not Engineered for Security”</a></li>
<li><a href="http://boycottnovell.com/2010/02/07/msft-hatred-of-gnu-linux/">Microsoft Shows Yet Again That It is Allergic to GNU/Linux </a></li>
<li><a href="http://boycottnovell.com/2010/02/04/microsoft-and-hp-linux/">What Microsoft’s Attack on GNU/Linux at HP Teaches Us</a></li>
<li><a href="http://www.nytimes.com/2008/02/16/science/16malaria.html?_r=1">Gates Foundation’s Influence Criticized</a> by <a href="http://www.who.int/">WHO | </a><a href="http://www.who.int/"><em>World Health Organization</em></a></li>
<li><a href="http://boycottnovell.com/2010/02/06/protesters-vs-gmo-and-monsanto/">Frederick Kaufman on the Gates Foundation’s Monsanto Venture; 100,000 Indians to Protest by Fasting</a></li>
<li><a href="http://boycottnovell.com/2010/02/06/asay-joins-canonical/">Canonical Gets New Chief Operating Officer Who Already Defends Microsoft’s Biased ‘Search’</a></li>
<li><a href="http://boycottnovell.com/2009/12/03/gates-creating-more-monopolies/">With Microsoft Monopoly in Check, Bill Gates Proceeds to Creating More Monopolies</a></li>
<li><a href="http://boycottnovell.com/2009/09/20/privatization-africa/">How the Gates Foundation Privatises Africa</a></li>
<li><a href="http://boycottnovell.com/2010/02/19/gates-family-warming-tax/">Bill Gates Slammed for Global Warming Debate Aversion, Conspiracy to Defraud Taxpayers</a></li>
<li><a href="http://boycottnovell.com/2010/02/19/microsoft-incident-gates-code/">B</a><span style="color:#0057ae;"><u>ook Excerpt from “Barbarians Led by Bill Gates”</u></span></li>
</ol>
<p>Many more links to come&#8230; As there seems to be an endless flood of articles (and abuses by Microsoft). They sure are busy doing evil in the world.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/frifan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/frifan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/frifan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/frifan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/frifan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/frifan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/frifan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/frifan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/frifan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/frifan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/frifan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/frifan.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/frifan.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/frifan.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=frifan.wordpress.com&amp;blog=11536018&amp;post=38&amp;subd=frifan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://frifan.wordpress.com/2010/02/04/microsoft-a-history-lesson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d3a900c53ac9b67d1af78b3d7b7ba3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">frifan</media:title>
		</media:content>

		<media:content url="http://boycottnovell.com/wp-content/uploads/2009/12/microsoft_word_2002.jpg" medium="image">
			<media:title type="html">Microsoft MISCONDUCT - Above the law</media:title>
		</media:content>
	</item>
	</channel>
</rss>
