<?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>Trausch’s Little Home &#187; free software</title>
	<atom:link href="http://mike.trausch.us/blog/tag/free-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.trausch.us/blog</link>
	<description>My writing on life, computers, and technology</description>
	<lastBuildDate>Wed, 09 Feb 2011 18:16:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Uniform Driver Interface—why wasn&#8217;t it adopted?</title>
		<link>http://mike.trausch.us/blog/2010/03/03/the-uniform-driver-interface%e2%80%94why-wasnt-it-adopted/</link>
		<comments>http://mike.trausch.us/blog/2010/03/03/the-uniform-driver-interface%e2%80%94why-wasnt-it-adopted/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 23:31:53 +0000</pubDate>
		<dc:creator>Michael Trausch</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[random thoughts]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://mike.trausch.us/blog/?p=592</guid>
		<description><![CDATA[Every now and again, I come back to looking at device drivers and driver-writing, and I wonder why there is not some common interface for device drivers. What would the world be like if we could write a device driver for Linux, and be able to use it on FreeBSD without modification? There was a [...]]]></description>
			<content:encoded><![CDATA[<p>Every now and again, I come back to looking at <a href="http://en.wikipedia.org/wiki/Device_driver">device drivers</a> and driver-writing, and I wonder why there is not some common interface for device drivers. What would the world be like if we could write a device driver for Linux, and be able to use it on FreeBSD without modification? There was a project called the <a href="http://www.projectudi.org/">Uniform Driver Interface</a>, which aimed to create a common specification (both <a href="http://en.wikipedia.org/wiki/API">API</a> and <a href="http://en.wikipedia.org/wiki/Application_binary_interface">ABI</a>) for drivers such that they could be used portably between operating systems. In other words, a device manufacturer could create a device (say, a <a href="http://en.wikipedia.org/wiki/SATA">SATA</a> chipset) once, and it could then be used by <a href="http://en.wikipedia.org/wiki/Linux">Linux</a>, <a href="http://en.wikipedia.org/wiki/FreeBSD">FreeBSD</a>, <a href="http://en.wikipedia.org/wiki/NetBSD">NetBSD</a>, <a href="http://en.wikipedia.org/wiki/OpenBSD">OpenBSD</a>, <a href="http://en.wikipedia.org/wiki/Haiku_(operating_system)">Haiku</a>, <a href="http://en.wikipedia.org/wiki/Microsoft_Windows">Windows</a>, <a href="http://en.wikipedia.org/wiki/Mac_OS_X">OS X</a>, or any other <a href="http://en.wikipedia.org/wiki/Operating_system">operating system</a> that chose to implement the UDI specification (or, honestly, <em>any</em> generic, OS-independent driver specification).</p>
<p>The <a href="http://en.wikipedia.org/en/Free_Software_Foundation">Free Software Foundation</a> <a href="http://www.gnu.org/philosophy/udi.html">objected to UDI</a> for various reasons. Mostly, I think, it was because they were afraid that people who are not them would choose to use drivers that were non-free. As I&#8217;ve written about before here, there are people who think that forcing people to use <a href="http://en.wikipedia.org/wiki/Free_software">free software</a> is somehow freedom—and I will not go into it in any great depth here, because I have done that in the past. Suffice it to say that forcing <em>anything</em> is not freedom; it cannot be freedom. So, the Free Software Foundation, I think, was really afraid that they would have to do more work to be able to stick to their own requirement of using 100% free software on their own computer systems. (And hey, Roy, if you&#8217;re reading—I&#8217;m not saying that the FSF is wrong, and I&#8217;m not putting myself in a position opposite of that of the FSF. I suspect you think so anyway, but hey, I just figured I would point that out.)</p>
<p>Even if the free software operating systems did not adopt the UDI specification, why didn&#8217;t proprietary operating systems? This is perhaps the most puzzling thing to me. It seems that in this event, <em>none</em> of the operating systems—free or proprietary—did what would have made sense. After all, even if <em>only</em> <a href="http://en.wikipedia.org/wiki/Apple_Inc.">Apple</a> and <a href="http://en.wikipedia.org/wiki/Microsoft_Corporation">Microsoft</a> adopted a common device driver specification, that would save a lot of time, effort, and improve user experience all the way around. Apple users would be able to use all the hardware that Microsoft users could use—and the inverse would also be true. The amount of time that device driver authors would have to spend writing and debugging driver code would go <em>way</em> down—free software driver authors would be able to write a driver <em>once</em>, for example, and all systems (including free software systems that chose to support the specification) would benefit.</p>
<p>I could see an objection of a driver specification that was binary-only. However, UDI was not—it mandated an ABI so that drivers that are built for a particular platform were binary-compatible with operating systems on the same platform, but it also mandated an API, so that drivers would be source compatible to <em>any</em> operating system that implemented the specification, on any platform. That by itself would seem to me to be positive motivation to hardware manufacturers to release the source code to drivers so that they can support operating systems that are on platforms that do not exist yet, or have not been considered (or have been considered to be nonviable or unsupported platforms).</p>
<p>So, I have to wonder why a common device driver specification was never implemented in various operating systems. It would seem to be a common sense thing, especially given that there are so many operating systems. It would make the coexistence of operating systems a lot easier, and it would promote choice. It might encourage bits of proprietary code on free software operating systems, but it would also enable people to drop the excuse that “free operating system <em>x</em> does not support device <em>y</em>”, and would as a result potentially increase the number of free software programs and operating systems in use, even if there is a minor cost in terms of certain drivers. And those drivers could always be replaced—a common driver specification would make it easier to understand the structure of drivers generally, and make it easier for lawful, clean-room reverse engineering to be done on those drivers.</p>
<p>Imagine, for example, if drivers for graphics cards, TV tuner cards, video and audio encoding/decoding cards, modems, storage chipsets, motherboard chipsets, <a href="http://en.wikipedia.org/wiki/USB">USB</a> chipsets, <a href="http://en.wikipedia.org/wiki/IEEE-1394">IEEE-1394</a> chipsets, graphics tablet devices, touch screens, debugging interfaces, network devices, and so forth were all written to a common specification, it would reduce the amount of code which needed testing. It would increase user choice in both hardware and operating systems—something which I still hold is quite likely the most valuable freedom we have. It would increase reliability, since the users of Windows, OS X, Linux, the various BSD systems, and other, not-so-mainstream operating systems would be able to run the same driver code and collectively supply debugging information and perform testing in a multitude of environments. It would increase security, because then common code that is well-known could be used on all platforms and not just the one it was written for. It would do for device drivers what <a href="http://en.wikipedia.org/wiki/POSIX">POSIX</a> has done for user-mode application software. I do not believe that I could be convinced that this would be anything other than a good thing.</p>
<p>Also, it could bring back old operating systems.  Imagine what life could be like, for example, if <a href="http://en.wikipedia.org/wiki/OS/2">OS/2</a> had a “UDI driver” written for it, and it could then take advantage of newer drivers never intended for it. Or any other very old operating system which is no longer supported and could still be useful, for any of a number of reasons…</p>
]]></content:encoded>
			<wfw:commentRss>http://mike.trausch.us/blog/2010/03/03/the-uniform-driver-interface%e2%80%94why-wasnt-it-adopted/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Can you force freedom and it still be freedom?</title>
		<link>http://mike.trausch.us/blog/2010/01/19/can-you-force-freedom-and-it-still-be-freedom/</link>
		<comments>http://mike.trausch.us/blog/2010/01/19/can-you-force-freedom-and-it-still-be-freedom/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 05:12:57 +0000</pubDate>
		<dc:creator>Michael Trausch</dc:creator>
				<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[GPLv3]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wtf‽]]></category>

		<guid isPermaLink="false">http://mike.trausch.us/blog/?p=581</guid>
		<description><![CDATA[So back on this topic again today.  I am going to take a look at a few different statements here in this post, and then I&#8217;m going to go over them and explain why these statements are or are not correct.  Should you wish to verify any of my information, you&#8217;re more than welcome to [...]]]></description>
			<content:encoded><![CDATA[<p>So back on this topic again today.  I am going to take a look at a few different statements here in this post, and then I&#8217;m going to go over them and explain why these statements are or are not correct.  Should you wish to verify any of my information, you&#8217;re more than welcome to do so—just make sure you actually know what you&#8217;re talking about before you call me “wrong” on this one, or I will absolutely ignore you.  I have other—and more important—things to do than put up with <a href="http://en.wikipedia.org/wiki/Troll_(internet)">trolls</a> who cannot do basic research (of course, this means that I expect that you know how to use <a href="http://www.google.com/">Google</a> and <a href="http://en.wikipedia.org/">Wikipedia</a> and will do so before writing your responses, but hey, I could be expecting too much).</p>
<h3>“You can have <a href="http://en.wikipedia.org/wiki/Freedom_(philosophy)">freedom</a> without <a href="http://en.wikipedia.org/wiki/Choice">choice</a>.”</h3>
<p>That someone could even come up with this one is just amazing to me. Note that this is not an exact quote, but it is the summary of Friday&#8217;s topic. For example, this summary comes from the idea that <a href="http://en.wikipedia.org/wiki/Canonical_Ltd.">Canonical</a> is bad for <a href="http://ubuntuforums.org/showthread.php?t=1381221">considering making mainstream non-free software available for Ubuntu based on user preferences</a>. It does not matter who came up with it, of course, but the important thing is that it be called what it is: patently absurd. The ability to choose is a major part of what freedom—or <a href="http://en.wikipedia.org/wiki/Liberty">liberty</a>—is. If you cannot make a choice on a matter, then by definition you do not have freedom in the context of that matter. It is quite simple and self-explanatory. Canonical is seeking to <em>increase</em> freedom here, not take it away. Some people actually <em>want</em> to use <a href="http://en.wikipedia.org/wiki/Proprietary_software">non-free software</a>; others may not want to use it, but aren&#8217;t aware of alternatives. The latter group of people should have our focus with regard to education (but then we should <em>let them make the choice for themselves</em>!).</p>
<p>Note that I am not one of these people: I would rather use <a href="http://en.wikipedia.org/wiki/Free_software">free software</a> because of the liberty it gives me that I have come to expect over the years. But I am <em>not</em> going to tell someone else that they are <em>harming</em> me because they would rather use non-free software that is familiar to them. All I can do is show them that there are free alternatives that exist. I cannot—and I will not—make them use it or make them feel bad for not using it. I may not like proprietary software for a variety of reasons, but I will defend people&#8217;s right to use it just as I will defend even a <a href="http://en.wikipedia.org/wiki/Stupidity">stupid</a> person&#8217;s right to spew nonsense by way of speech or written word. In other words, “<a href="http://en.wikiquote.org/wiki/Evelyn_Beatrice_Hall">I disapprove of what you say, but I will defend to the death your right to say it</a>,” or perhaps more appropriately, “I [may] disapprove of what [software you run], but I will defend to the death your right to [run] it.” Even I use a <a href="http://en.wikipedia.org/wiki/Fglrx">package</a> or <a href="http://en.wikipedia.org/wiki/NVIDIA#Documentation_and_drivers">two</a> that is proprietary in nature (though it is looking like I will not have to do so for much longer, given the efforts to replace these packages with equivalent free software).</p>
<p>It is worth it to note that by adding non-free software to <a href="http://www.ubuntu.com">Ubuntu</a>, the free software that is already there does not change. The mere existence of non-free software within its repositories does not make Ubuntu somehow bad or evil. It would add choices that do not currently exist, and that one such as myself or yourself can certainly opt out of—I most likely would, for the most part, as I do not need to depend on non-free application software, and I only use non-free drivers if I have hardware where anything else is nonviable (and only until there are functional free software drivers). Did you know that Ubuntu has <a href="https://lists.ubuntu.com/archives/gobuntu-devel/2008-April/000651.html">an option in the installer to only install free software</a>? Can you say that for your favorite desktop <a href="http://en.wikipedia.org/wiki/Operating_system">operating system</a> distribution, whatever that might be?</p>
<p>The response to this idea, then, is that without choice, there is very little—if any, really—freedom. The thing that gives us freedom with free software is that we are able to to download the source code, to review/audit it, to change it to fit our needs or fix a problem, and to share those changes. If we cannot do those things, then it is not free software; see the <a href="http://www.gnu.org/philosophy/free-sw.html">essential freedoms</a>. But non-free software inside a distribution is not something that should not cause you great consternation even if you are among the most dedicated of freedom advocates, for if you are a true advocate of <em>freedom</em> then by definition you <em>must</em> respect a computer user&#8217;s freedom of choice. Remember that we choose to run free software because of the benefits it brings to us; we choose to improve upon free software for much the same reason. Eventually, I think that free software will <a href="http://en.wikipedia.org/wiki/History_of_free_software">once again</a> become the norm for computer software, on <a href="http://en.wiktionary.org/wiki/merit">merit</a> alone, for no other reason than the development, release, and usage of free software is a highly practical solution for many things ranging from <a href="http://en.wikipedia.org/wiki/Library_(computing)">library code</a> to <a href="http://en.wikipedia.org/wiki/Application_software">application software</a> to complete operating systems. It is worth noting that <a href="http://en.wikipedia.org/wiki/Free_content">free content</a>—which is similar in concept to free software, which itself is merely a specific application of freedom itself—also appears to making major headway towards becoming mainstream; it is doing so more quickly than free software is, but there is every reason to believe that free software will follow, for it is already.</p>
<h4>An Example</h4>
<p>Imagine that you are in a store, because you need some milk for dinner some night. You always get 1 gallon of 2%. But, the store has stopped carrying it, because more people buy whole milk and they were throwing away the 2% milk—demand was low, supply got to be too high, so they just stopped carrying it altogether. You leave the store and head to the next in the same town and you find the same thing there. You have a choice of stores to go to, and you have made the choice to go buy yourself some milk. But there is only one type of milk. You no longer have the choice to buy 2% where you are, and so effectively, your freedom to buy it has been taken away. (Of course, <a href="http://www.thriftyfun.com/tf73187289.tip.html">you can make 2% milk</a> <a href="http://answers.yahoo.com/question/index?qid=20090809170811AAT0NO3">from whole milk</a> (and <a href="http://wiki.answers.com/Q/How_much_butter_added_to_skim_milk_will_make_whole_milk">make whole from 2% even</a>, or <a href="http://www.cookingforengineers.com/article/113/Making-Butter">even butter</a>), but I suspect just as many people want to do that as want to write their own free software that they <em>demand</em> simply must exist, but doesn&#8217;t yet).</p>
<p>Now, the point here is that there is more than one freedom in play: the freedom of the store to stock (or not stock) various products, which affects your freedom as a <a href="http://en.wikipedia.org/wiki/Consumer">consumer</a> to buy the product you want. In the case of software, and choice, if the software you are running gives you all the choices you want, <em>then it fits your needs</em>. If it does <em>not</em>, then you are not going to be able to use it the way you want. Now you have two choices: you can do the work that it would take to make your desired choice possible, or you can use another system (free or proprietary) that will give you the choice that you want. Many people will choose the latter, especially if they are non-programmers. Though I&#8217;ve seen programmers also choose to use proprietary systems for something that they could themselves implement. That is their choice, of course. After all, if you really wanted 2% milk, you would have the same choice: make it yourself, or drive to the next town over which might have it available for you (assuming that there is some in stock and that the stores neighboring towns have not also decided to stop stocking 2% milk).</p>
<h4>Ubuntu One: The Reason Behind This</h4>
<p>This discussion came up because someone on <a href="http://identi.ca">identi.ca</a> made the claim that Canonical is forcing proprietary software into Ubuntu by way of the <a href="http://en.wikipedia.org/wiki/Ubuntu_One">Ubuntu One</a> client software. I cannot even begin to state just how woefully incorrect this point of view is. First off: the <em>only</em> thing added to Ubuntu is the ability to connect to Ubuntu One, and the software that was added to Ubuntu do to that is licensed under Version 3 of the <a href="http://en.wikipedia.org/wiki/GPL"><strong>GNU General Public License</strong></a>. The claim made in response to that was that Ubuntu One is only <em>partly</em> free software, because the server is somewhere else and has not been released. As we shall soon see, that claim is nonsensical—it depends on an extremely naïve view of how software actually works in order to make sense, really.</p>
<p>So, first things first: Ubuntu One, which was added to Ubuntu 9.04, is <em>not</em> proprietary software. The proof rests in the fact that it GNU GPL v3.0, and we know <em>a priori</em> that software licensed under the GPL is free software, so we do not need to go further on that point.</p>
<p>Now, because the software in question added to Ubuntu is free software, we can read it. The essential freedoms granted to us by truly free software ensure this, and the GPLv3 is indeed a truly free software license because it grants those freedoms. Because we are able to study the software and see how it communicates with the server. Once we know how to communicate with the server, we can write that up and design a server that communicates exactly the same way. From there, it is just a matter of patching the sync dæmon that is in Ubuntu to talk to an arbitrary, Ubuntu One compatible server. To determine how to do that, one need only read the <a href="http://python.org/">Python</a> source code contained in the <code>python-ubuntuone-storageprotocol</code> and <code>python-ubuntuone-client</code> packages. If you do not know Python well, you might expect to spend several days doing that, but if it bothers you so tremendously that you are going to practically start a flame war over it, you may find it worth it to do so.</p>
<p>Of course, the other side to that is this: if you really want Ubuntu One to talk to an arbitrary server that runs free software, and you want that free software to be written, you can fund the effort to write the free software. Approach a proficient developer somewhere out there on the Internet and ask them how much they&#8217;d charge to write a server for Ubuntu One. You might not be able to afford the fund the project entirely, but if you get a number from someone, you can start a coordinated effort to raise the funds. If you are lucky enough to be able to fund the whole project, then do so: it is but one way that you can help provide something back to the community. This does not apply to just an implementation of the Ubuntu One protocol, it could apply to anything that you see that is missing and needs to be created. Or you could spend time learning what you need to learn to pick up the project yourself, if you care for the project that deeply. The most important attribute that a person can have in order to get started with development is motivation—<a href="http://jameswestby.net/weblog">James Westby</a> reminded me of this a couple of years ago, something which I had forgotten.</p>
<h4>Perceptions: Another (Possible) Reason</h4>
<p>It was suggested to me that another possible reason that people would object to having non-free software inside an operating system distribution such as Ubuntu is that they are afraid that the proprietary options have higher quality, or offer superior features, or provide functionality that is not offered by any existing free software. Thus, they have this perception that by adding such non-free software into a distribution like Ubuntu, people will automatically use and prefer it over free software. This simply is not the case. Sure, some people will use iTunes if it is available on Ubuntu. Maybe many people would. I <em>might</em> even do so, if it were legally available for me to use that way <em>and</em> if it supports the purchase of <a href="http://en.wikipedia.org/wiki/Digital_rights_management">DRM</a>-free music. However, if there were a free software client for the iTunes store, I&#8217;d much prefer to use that. To my knowledge, however, there is no such thing that exists.</p>
<p>If there is not a free software alternative for a non-free component inside a distribution of software, if you are offended by that, then by all means, <em>create a free software alternative for it</em>! As mentioned above, you can start on such a project&#8217;s development, or you can look for people that would be interested in volunteering for it and coordinating them, or you can put up funds to pay developers to implement it. If you have money, this can be the easy part: find someone who is willing to accept payment for the service of implementing the free software alternative for whatever it is that someone else has funded, wrote, and released as proprietary software. It is not like free software is developed without cost (and if you think that it is, then you seriously do not understand what free software is or anything about the world of free software and have no standing to be getting mad when a company spends money writing software and does not release it as free software. You can try to write companies that write such software and ask them if they will give you any form of written specifications for the software, or an interface definition, or something along those lines. The worst thing that could happen is that you will be told “no”. And do so <em>nicely</em>, or they&#8217;ll be more inclined to tell you “bugger off” instead of simply “no”.</p>
<h3>“Allowing users to choose proprietary software is anti-freedom.”</h3>
<p>Nothing could be farther from the truth; it is the same, in fact, as the above statement that one can have freedom without choice. For example, if Ubuntu adopts iTunes and makes it so that you can “sudo aptitude install itunes” in the future, that is <em><strong>not</strong></em> a bad thing! How <em>can</em> it be—It contributes to the ability to choose, and thereby <em>contributes to the freedom of the end-user</em>. If you are a die-hard free software supporter and do not want to run non-free software on your system, then there is a very simple solution for you: <em><strong>simply don&#8217;t install it</strong></em>.  That <strong>is</strong> a valid solution to the problem. There are tools already available that can be run as a <a href="http://en.wikipedia.org/wiki/Cron">cron job</a> and report on any non-free software that you might have accidentally (or even intentionally) installed. If you are worried about additional non-free software getting into Ubuntu, then help enhance those tools. Or write a <a href="http://en.wikipedia.org/wiki/GUI">GUI</a> <a href="http://en.wikipedia.org/wiki/Front_end">front-end</a> for something like the <a href="http://en.wikipedia.org/wiki/Vrms">virtual RMS</a> program and work to get that included into Ubuntu as well, perhaps something that can run every time you login to the computer, or that runs as a persistent process that watches the package database on your distribution of choice for updates and then checks to see if newly installed software is non-free and alerts the user. Of course, it&#8217;d be most effective as an opt-in system, and not an <a href="http://en.wikipedia.org/wiki/Opt-out">opt-out</a> one where it would just be annoying.</p>
<p>There is no way, then, that freedom is actually reduced in this way when another choice becomes available. If iTunes were to be included in the repositories (and I suspect it would be, <a href="http://www.ubuntu.com/community/ubuntustory/components">like the restricted, universe and multiverse repositories</a>, a separate opt-in repository; perhaps simply “proprietary” would be fitting), this does not reduce your ability to choose to run a free software media player and manager like <a href="http://banshee-project.org/">Banshee</a>, or <a href="http://projects.gnome.org/rhythmbox/">Rhythmbox</a>, or even <a href="http://amarok.kde.org/">AmaroK</a> if you are so inclined to run that KDE stuff.</p>
<p>Once upon a time, <a href="http://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt">FUD (fear, uncertainty, and doubt)</a> was the tool of Microsoft. We (the free software world) <em>completely</em> hated it when Microsoft would put out FUD, because we would then have to fight that FUD by way of explanation and demonstration. Well, some time ago, a subgroup of the free software world decided to start using FUD themselves—it was done with <a href="http://en.wikipedia.org/wiki/Mono_(software)">Mono</a>, and it is being done now with just a <em>survey</em> asking people what sort of software they would like to see in Ubuntu. Now, those of us who are left who are advocates of liberty—both personal and societal—are stuck potentially fighting <strong><em>two</em></strong> battles. One with Microsoft&#8217;s FUD—such as the constant notion that you have to pay for software—and one with the &#8220;free software evangelists&#8221; FUD, who have even gone so far as to say that people should not use certain types of free software (the one who calls himself “The Open Sourcer” <a href="http://www.theopensourcerer.com/tag/mono/">even still today tells people to remove certain truly free software from their systems</a>). The truth is somewhere in the middle, between these two ends of the spectrum.</p>
<h3>Conclusion</h3>
<p>Back to the point at hand: to say that giving a person a choice is a constraint on that person&#8217;s freedom, that is <a href="http://en.wikipedia.org/wiki/Doublespeak">doublespeak</a>.; it is saying that “slavery is freedom,” albeit to a lesser degree than that very melodramatic extreme—it simply does not make sense. The concept just does not make sense unless the words that are used to express the concept are dramatically redefined to mean things vastly different from what standard English dictionaries define them to be. The only reason that one has to try to convince someone that additional choice is a constraint on freedom is to try to convince people of things that are not true; to install fear, uncertainty, and doubt into people. This is the sort of behavior that—no matter <em><strong>what</strong></em> community it originates from—is completely immoral, unethical, and absolutely unacceptable. It&#8217;s dishonest, and for those of you who know me personally, you know what I think of dishonesty.</p>
]]></content:encoded>
			<wfw:commentRss>http://mike.trausch.us/blog/2010/01/19/can-you-force-freedom-and-it-still-be-freedom/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>And the Douchebag Award goes to&#8230;</title>
		<link>http://mike.trausch.us/blog/2009/09/24/and-the-douchebag-award-goes-to/</link>
		<comments>http://mike.trausch.us/blog/2009/09/24/and-the-douchebag-award-goes-to/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 21:27:02 +0000</pubDate>
		<dc:creator>Michael Trausch</dc:creator>
				<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[wtf‽]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://mike.trausch.us/blog/?p=566</guid>
		<description><![CDATA[Richard Stallman. That&#8217;s right.&#160; Now, there are many things that the man has done that have been effective, and the man has worked hard to ensure that we have freedom in the vast world of software.&#160; But recently, he has stated that Miguel de Icaza &#8220;is basically a traitor to the free software community,&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Richard Stallman</strong>.</p>
<p>That&#8217;s right.&nbsp; Now, there are many things that the man has done that have been effective, and the man has worked hard to ensure that we have freedom in the vast world of software.&nbsp; But recently, he has stated that Miguel de Icaza &ldquo;is basically a traitor to the free software community,&rdquo; and no matter <em>how</em> much good a person has done, I&nbsp;cannot stand by such a fallacious statement.</p>
<p>What is freedom, people?&nbsp; The two cornerstones of freedom are <em>education</em> and <em>choice</em>.&nbsp; A person who is uneducated cannot choose, and so one depends on the other.&nbsp; Some people will choose to use either free software or proprietary software exclusively, and others will mix the two together, with varying priorities that they place on their choices.&nbsp; As long as people are aware of what&#8217;s out there and can determine what is best for the way they use their own systems, <em>freedom is available</em>.&nbsp; Yes, that means some people may choose to run Windows.&nbsp; Many will not, and if one makes a conscious choice, that is for them to do for themselves.&nbsp; My concern is that people need to know about the choices in order to make a choice to begin with.</p>
<p>Now, de Icaza has done a <strong><em><u>great deal of work for the open source community</u></em></strong>.&nbsp; He&#8217;s one of the key people who has been behind Midnight Commander and GNOME.&nbsp; And of course, Mono.&nbsp; He has given us a great deal of good quality, free software that many people can choose to use, and he has given the ability to use a VM-based runtime environment that previously was not cross-platform, as well, on nearly any platform that can be chosen.&nbsp; The GNU&nbsp;people are even working on a similar one.&nbsp; But this is not the reason that de Icaza is supposedly a traitor to the community.&nbsp; The reason?&nbsp;&nbsp;de Icaza is helping Microsoft out with their new &ldquo;Open Source Labs&rdquo;.</p>
<p>Guess what, Mr. Stallman?&nbsp;&nbsp;The fact that Microsoft is starting to enter the world of free software <em>cannot</em> be considered to be a bad thing.&nbsp; You did a great deal of work to ensure that free software that is adequately licensed can stay that way, and the turn the copyright system around on those who have sought out to corrupt it.&nbsp; You have put free software on the radar around the world.&nbsp; You have done a great many things that others would not have the heart, nor the motivation, to carry out.&nbsp; It would appear, however, your time is up:&nbsp; the world can and will move on without you, and I declare that it is time for you to go away.&nbsp; When you start attacking people in the very world that you helped to create, you become obsolete and no longer serve your purpose.&nbsp; I&nbsp;dub St. Ignucius of the Church of Emacs to be a heathen who has forgotten his message, forgotten his values, and is now a harmful creature; hardly a saint, more like a devil.&nbsp; Overtaken with fits of arrogance.&nbsp; Lately, you have caused a great deal of infighting within the community.&nbsp; As I&nbsp;am sure you are well aware, infighting serves very little useful purpose but to tear apart communities.&nbsp; And now you make a bold, arrogant, and false statement that serves only that purpose, but to an extent the likes of which we have never seen from you.</p>
<p>I&nbsp;say that we shun him&mdash;and his kind. Things are starting&mdash;albeit slowly&mdash;to come around to the way we want them, and he would prefer to attack it.&nbsp; Why?&nbsp;&nbsp;What logical reason is there to do so?&nbsp;&nbsp;Because he&#8217;s not the controller of it?&nbsp; Because it grew to be something that even companies that he helped cultivate an irrational, religious-like hatred of, are beginning to see is useful (not only to them, but to all of us)?&nbsp; What is his new goal, that all software should be GPL&#8217;d and if it isn&#8217;t it is evil?&nbsp; We should not tolerate these sorts of counterproductive behaviors.&nbsp; Stallman has reduced himself to a Schestowitz, a creature who deserves no respect.&nbsp; A troll.&nbsp; I&nbsp;suppose in his old age, he has decided that attention is more important than our freedoms.</p>
<p>Richard Matthew Stallman, you are no longer relevant to our community, our world, the world of people who truly believe in and advocate for freedom, that of choice and that of the rights to study, improve, and distribute software.&nbsp; Thank you for your services, for they were needed to get us where we are today.&nbsp; However, you have chosen to do us no further good, only ill.&nbsp; And for that, I say damn you.&nbsp; Leave the Free Software Foundation and permit it to continue to work for freedom, or take it down and let the GNU&nbsp;project carry on to produce software without all of the utter crap that you have begun to spew of late. &nbsp;I&nbsp;have no problem with the GNU&nbsp;project.&nbsp; I&nbsp;love the GNU&nbsp;project.&nbsp; And I&nbsp;am grateful for the work that you, independently and through the Free&nbsp;Software Foundation, have done so that we can enjoy the freedom to choose a free software system to do our work and our play.&nbsp; But you are no longer helping; you have become a bully, an old troll.&nbsp; You do not help free software any more.&nbsp; Your recent action is a great offense to free software, and very much condemning a road which will lead to more free software.&nbsp; Go away, troll.</p>
<p>Long live freedom&mdash;true freedom&mdash;and free software.&nbsp; And thank you, Miguel de Icaza, for all of the great software that you have given us, as well, for your continued work to make software more useful and portable.&nbsp; May you never wind up irrelevant and petty as Stallman has wound up being.</p>
]]></content:encoded>
			<wfw:commentRss>http://mike.trausch.us/blog/2009/09/24/and-the-douchebag-award-goes-to/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Education is the road to freedom&#8230; but only sometimes</title>
		<link>http://mike.trausch.us/blog/2009/08/26/education-is-the-road-to-freedom-but-only-sometimes/</link>
		<comments>http://mike.trausch.us/blog/2009/08/26/education-is-the-road-to-freedom-but-only-sometimes/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 21:17:03 +0000</pubDate>
		<dc:creator>Michael Trausch</dc:creator>
				<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Your Rights]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[counterproductive]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[fsf]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows7sins]]></category>

		<guid isPermaLink="false">http://mike.trausch.us/blog/?p=550</guid>
		<description><![CDATA[Windows 7 Sins.  It is the name of a campaign and Web site launched by the Free Software Foundation in a misguided (IMHO) attempt to publicize some of the issues in software choice.  Right from the start and without reading a word on the Web site, it says two things very strongly: Windows 7 commits [...]]]></description>
			<content:encoded><![CDATA[<p><em>Windows 7 Sins</em>.  It is the name of a campaign and Web site launched by the <a href="http://www.fsf.org/">Free Software Foundation</a> in a misguided (IMHO) attempt to publicize some of the issues in software choice.  Right from the start and without reading a word on the Web site, it says two things very strongly:</p>
<ol>
<li>Windows 7 commits <em>sins</em>.</li>
<li>Windows 7 users are <em>sinners</em>.</li>
</ol>
<p>The site provides a decent amount of information.  But I would imagine that a good portion of its potential readers that are linked to the site will stop reading at the domain name, <em>windows7sins.org</em>, just for the two very clear things it says.  Okay, so we have a very strong tie to science, but does that mean that we should alienate people from the start?  I do not think so.  If you are curious, the alleged “sins” are: poisoning education, invading privacy, monopoly behavior, lock-in, abusing standards, enforcing DRM, and threatening user security.</p>
<p>So, we can hold those points as true: Microsoft has done all of these things, and many more, which make supporting it as an organization something that some of us would shudder to think of, and that many more of us simply would not do if given the choice.  And <em>that</em> is the real key to freedom, is it not?  That we should give out the information in a way so as to reach the widest possible audience, that is.  <em>Not</em> that we use emotional manipulation to compel the audience to switch because then all we are doing is forcing them to feel they need to change.  Instead, users should change (or try) when they are ready—not before they are ready, and not because you offended them and made them feel dirty.  That is exactly the same tactic Microsoft uses on its customers in order to convince them of various things like “you get what you pay for,” or “if you did not pay for the software, it is pirated, it’s not legitimate,” or that free software is a form of “malware,” and so forth.  Why should we stoop down to <em><strong>their</strong></em> level?</p>
<p>Wait, am I saying that it is okay if users choose to use Windows?  Yes, I am.  But if Windows is the only thing that you are aware of, and it is all that you know (and believe me, there are still <em>many</em> such people out there) then it is naturally going to be what you are using.  So they&#8217;re a “sinner” by default, and that is offensive.  The only thing that they are guilty of is ignorance, and ignorance has a very simple fix: deliver information, let them learn of these things, and then there is no more ignorance.  For many, it is not even <em>intentional</em> ignorance.  They simply do not know.</p>
<p>I think that this campaign would have been a good thing if it did not seek to offend to make its point.  That&#8217;s resorting to a very below-the-belt tactic, and it makes the Free Software Foundation (in this case) come out looking no better than Microsoft itself which is unfortunate.  They have done the wrong thing, for the right reason, and it is constructed to make very little go their way.</p>
<p>So, do not refer users to the Windows 7 Sins Web site when attempting to convince them that they should not choose to upgrade to Windows 7 (or are already running it in one of its pre-release forms).  Instead, offer them information.  Explain things to them, and if they aren’t ready to try something else, whatever.  If they want to try something else, and they wind up going back to running Windows for one reason or another, then by all means, let them.  Of course, find out why they did, first, and maybe you can fix something that will eliminate a problem for others, too.</p>
<p>That is freedom.  It’s not free and it’s not easy.  But just remember that users have the freedom to choose, and that is a bigger freedom than what some of them will ever see or understand in free software.  And if they choose to use something we don’t like, that&#8217;s <em>fine</em>; it is, after all, their choice.  Who cares if it is not the choice that you would make?</p>
]]></content:encoded>
			<wfw:commentRss>http://mike.trausch.us/blog/2009/08/26/education-is-the-road-to-freedom-but-only-sometimes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The “Mono war” is getting very dirty and out of hand. It must stop.</title>
		<link>http://mike.trausch.us/blog/2009/06/21/the-%e2%80%9cmono-war%e2%80%9d-is-getting-very-dirty-and-out-of-hand-it-must-stop/</link>
		<comments>http://mike.trausch.us/blog/2009/06/21/the-%e2%80%9cmono-war%e2%80%9d-is-getting-very-dirty-and-out-of-hand-it-must-stop/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 03:31:05 +0000</pubDate>
		<dc:creator>Michael Trausch</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[wtf‽]]></category>
		<category><![CDATA[banshee]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[FUD]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[standards]]></category>

		<guid isPermaLink="false">http://mike.trausch.us/blog/?p=538</guid>
		<description><![CDATA[Since 1996, when I was introduced to the concept of free software and the GNU/Linux operating system (in the form of Slackware), I started to take a look around and found myself amazed at what was the free software community then. Watching it build massively amazing pieces of software that are second to none in [...]]]></description>
			<content:encoded><![CDATA[<p>Since 1996, when I was introduced to the concept of <a href="http://www.gnu.org/philosophy/free-sw.html">free software</a> and the GNU/Linux operating system (in the form of <a href="http://www.slackware.org/">Slackware</a>), I started to take a look around and found myself amazed at what was the free software community then. Watching it build massively amazing pieces of software that are second to none in some cases, and utter crap in other cases. It makes no difference, however; the world of free software is amazing. It provides an absolutely amazing, wide range of choices that one simply does not have in the world of proprietary software, and it is my <em>personal</em> hope that it remains that way.</p>
<p>Of late, however, I am extremely disappointed in our community. Maybe it is because many people have started to come into it who do not always think critically nor pride themselves on the accuracy of their perceptions. This may sound arrogant, but it certainly is not written to be. There are many people in the world who do not seem to care to spend any significant amount of time thinking about problems anymore, and they are becoming more and more, everywhere you go. I am not disappointed that we have more “mainstream” types in the community, though. I am just disappointed that the process of critical thinking seems to be disappearing from the mainstream, where truth is whoever has the loudest and most pervasive advertising and marketing.</p>
<p>In my own personal experience, it simply is: many people make the very strong assumption that they are correct on their stand of a position without completely analyzing their own position; sometimes the position of a person is taken on faith that their friend(s) are correct in their assertions, or on faith that the past must be an accurate prediction of the future, or on faith that the marketing messages they see/hear/read daily are correct. When did we start to think in these terms? When did we stop contemplating things and arriving at a decision based on that independent contemplation? Why?</p>
<p>As with any polarizing issue, there is an entire <em>spectrum</em> of people. At either end of the spectrum, you have people who are <a href="http://en.wikipedia.org/wiki/Extremist">extremists</a>, or “die-hards”. The ends of the spectrum are often emotionally-charged groups of people who feel that their position is correct despite everything. At either end, regardless of the position being stood for or against, the typical belief is that the other side is inherently evil, inherently incorrect, or inherently otherwise undesirable.  As one approaches the middle of the spectrum, what is seen is people who are more willing to consider the issues of both sides. By nature, these people are more prone to considering the situation in as much depth as is possible—perhaps discovering that their position was based on a flawed assumption or axiom—and (possibly) changing their mind. This is what consists of an open mind: not necessarily actually changing one’s mind blindly, but considering the facts of a situation and assessing their position based on the facts and merits of the arguments as they understand them.</p>
<p>An open mind is one that is willing to see the facts in the first place, not one that reacts with highly-charged word-slinging. Some days, <strong><em>I</em></strong> very nearly want nothing to do with the community, because of this highly-charged slinging going on. It is like we have become small children again, but not in a good way; not full of youth, vigor, excitement, curiosity. More in the sense that we are prone to pointless and emotionally-charged bickering and the use of strong <a href="http://en.wikipedia.org/wiki/Dysphemism">dysphemisms</a> when talking about Mono (such as <a href="http://www.linuxtoday.com/infrastructure/2009061001335OPCYUB">Mono “infecting” things</a> as if it were a <a href="http://en.wikipedia.org/wiki/Self-replicating">self-replicating</a> <a href="http://en.wikipedia.org/wiki/Computer_virus">computer virus</a> for any operating system that has runtime support for viruses installed by default), which just makes the community look like a bunch of uneducated 12-year old angry boys.</p>
<p>So, what is a fact? This is far too much to get into here, but it is probably sufficient for our needs to define a fact as “a statement which is as objective as can be, which is typically verifiable.” For example, it is a fact that Microsoft is a <a href="http://en.wikipedia.org/wiki/Corporation">corporation</a>, and it is a fact that I, Michael B. Trausch, am a <a href="http://en.wikipedia.org/wiki/Natural_person">natural person</a>.  If we cannot agree on this so far, it is best that you leave now, and spare both of us a bit of wasted time.</p>
<h2>Patents</h2>
<p>Now, as I understand it, the general position of the anti-Mono crowd is based on several vague arguments. Most of these arguments center around the issue of <a href="http://en.wikipedia.org/wiki/Patent">patents</a>. The claim is along the lines of “Mono is subject to patents by Microsoft, and therefore must be bad.” Now, first, this statement makes the implicit assumption that the Linux kernel is not potentially the subject of patents (but, it is, and <a href="http://money.cnn.com/magazines/fortune/fortune_archive/2007/05/28/100033867/">by Microsoft</a>). Note that this threat is vague, and because of that, it <em>cannot be worked around</em>. Though, the community has proved time and time again that it can and will react to real patent threats efficiently.</p>
<p>In the context of Mono specifically, there was a <a href="http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;Sect2=HITOFF&amp;d=PG01&amp;p=1&amp;u=/netahtml/PTO/srchnum.html&amp;r=1&amp;f=G&amp;l=50&amp;s1=%2720030028685%27.PGNR.&amp;OS=DN/20030028685&amp;RS=DN/20030028685">patent application</a> to cover .NET, which <a href="http://lwn.net/Articles/168248/">was rejected in part due to prior art</a>. I have yet to find a granted patent—let alone an enforceable granted patent—that covers any aspect of the ECMA or ISO specifications that Mono seeks to implement, nor the Microsoft extensions to the BCL; it took me a long time to find the patent application, truth be told. Now, should I find one that may apply, I would take the time to check and send something off in the form of a bug report or a private communication to let someone know of the issue. That is <em>precisely</em> how free software can get around patents, in fact: volunteers such as you and I can help defend free software from patents by finding patents and pointing them out to the developers of projects we like and use. Then, those developers can make a choice: either remove the infringing code completely, modify the code to no longer be infringing but retain its functionality, or ignore it altogether. Free software projects can be <a href="http://en.wikipedia.org/wiki/Fork_(software_development)">forked</a> and so if the developers take an action that others disagree with or simply do not like, one could fork the project and apply their own choice instead (presumably remove or modify the code as opposed to ignoring the potential patent problems).</p>
<p>The nifty thing about patents is that in general, a <a href="http://en.wikipedia.org/wiki/Software_patent">software patent</a> can be worked around if what is patented is known. If Microsoft has one way of doing something and patents it, and someone else comes up with a different way of doing the same thing, the latter cannot be affected by the patent granted to the former. A patent covers a process, not a result. This means that if Microsoft (or someone with enough time) were to identify the patents that the Linux kernel potentially infringes, the Linux kernel hackers would then have enough information to work around the patent. The same goes for <em>any</em> <a href="http://en.wikipedia.org/wiki/Free_software">free software</a> system, including the Mono runtime and associated development tools which are licensed under the <a href="http://en.wikipedia.org/wiki/Mono_(software)">GPL and MIT licenses</a>.</p>
<p>Given the nature of software patents and what they represent, for any country, state, city, or locale which holds software patents to be valid, it is accurate to say that <em>any software, both free and proprietary, are subject to unintentional infringement of somebody else&#8217;s patent</em>. There is no way around this except to rally together to change the laws in your region. There is no easy out of that. For more information on that, head on over to the <a href="http://endsoftpatents.org/">End Software Patents</a> Web site.</p>
<p>In some regions, such as here in the United States, patents on software are either in extreme danger or disarmed completely. Currently in the United States there are several tests which a patent application must pass before being granted. A patent cannot be granted for a process that <a href="http://www.groklaw.net/pdf/07-1130.pdf">“claims ‘laws of nature, natural phenomena, [or] abstract ideas’”</a>. Also, <a href="http://www.groklaw.net/pdf/07-1130.pdf">“a mathematical algorithm alone is unpatentable because mathematical relationships are akin to a law of nature”</a>. Addtionally, a patent must be for something non-obvious and is not prior art. The Supreme Court <a href="http://www.scotusblog.com/wp/major-new-case-on-patent-rights/">is taking the case</a>. Personally, I am awaiting that decision eagerly, as it is a chance for the Supreme Court to clarify its previous rulings and reinforce the “machine-or-transformation” test, which would spell the end for many different types of software patents, particularly those purely on software itself. Here is hoping.</p>
<h3>Patents and the Agility of Free Software</h3>
<p>Free software has long been something that has been attacked in one way or another by one movement or another. Early on, you paid a great deal for the hardware, and wrote most of the software yourself. People traded software, and somewhere along the way, there was rise to proprietary software. Not strangely, Microsoft’s rise was in this era. I am sure that some of you cannot even imagine this—and others of us have forgotten this—but there was once a time when there was a great majority of proprietary-only software available for common computers. Linux was only started in 1991 for the 32-bit x86, and BSD was (as far as I am aware) never ported to the pre-32-bit x86 systems. Most of those ran Microsoft’s DOS. There was “freeware” around, but that was really still proprietary software in many ways. You could get free software from bulletin board systems with source code and be permitted to modify and redistribute it if you looked around hard enough.</p>
<p>It amazed me to see the sheer amount of free software that was available when <a href="http://www.joethielen.com/">someone</a> handed me a set of operating system CDs—for free—and said “check this out.” I had heard of <a href="http://en.wikipedia.org/wiki/UNIX">UNIX</a> before then, but nearly always in this capacity like it was far too costly to ever acquire or run at home. The machine I was running on at the time had DOS and Windows 3.1 on it, and I would get software either via bulletin boards (rarely) or more frequently going to the store. I never was able to modify my system, or fix anything that was wrong with it in software. Suddenly, though, there was this system that I could install that <em>came with source code</em>, and I could modify it in any way I pleased. I was like a kid in a candy store.</p>
<p>The <a href="http://www.gnu.org/">GNU project</a>, which has sought to implement a <a href="http://en.wikipedia.org/wiki/Unix-like">UNIX-like</a> system, and the Linux kernel, make a hell of an operating system. There is, today, a very large amount of software that is <a href="http://en.wikipedia.org/wiki/BSD_license">BSD</a>, <a href="http://en.wikipedia.org/wiki/GNU_General_Public_License">GPL</a>, <a href="http://en.wikipedia.org/wiki/MIT_license">MIT/X11</a>, or otherwise freely licensed that we can use, modify, fork, experiment with, study, and expand on. Free software is about <em>those</em> things. It does not hurt us to have free implementations of various things that would otherwise be proprietary, because part of the reason to run free software is the fact that it is itself <em>free</em>.</p>
<p>Alas, it seems that many people think that the reason to run free software is because they hate Microsoft. Indeed, that is one reason that a person could choose to run a free operating system. And there are many to choose from; hundreds of Linux distributions (both with GNU and alternative userland components), a handful of BSD systems (FreeBSD, NetBSD, OpenBSD and others) and a handful of other free operating systems such as <a href="http://en.wikipedia.org/wiki/Minix">MINIX</a>, <a href="http://en.wikipedia.org/wiki/ReactOS">ReactOS</a>, or <a href="http://en.wikipedia.org/wiki/Syllable_OS">Syllable</a>. However, for those of us who use free software because we love it, that is not (necessarily) the reason. Indeed, many of us also have feelings for Microsoft ranging from neutral to blazing hatred for their software, common business practices, or both. These people argue against Mono because they think that it means that Microsoft is somehow “infecting” the free software world and they already ran away from such an “infection” in the world of proprietary software. By this point of view, there is a great deal that such a user can never use, such as the Web. Since they continue to use technologies “infected” by the influence of Microsoft, that must not be their primary motivation.</p>
<p>Can patents have an adverse affect on software systems, when software is permitted to be patented? Yes. Look at <a href="http://www.cl.cam.ac.uk/~mgk25/stallman-patents.html">the story of compress and gzip</a>. The reason gzip came into being was because of a patent on the LZW compression scheme that affected the compress program. In that case, free software’s answer was to replace the algorithm with a new one, instead of modifying the original one. Either option would likely have been acceptable. Also look at FreeType, <a href="http://www.freetype.org/patents.html">portions of which has code that is covered by patents owned by Apple Computer</a>, and the solution to getting around them is disabiling them in the default build, letting people who have the lawful ability to run that code enable it manually, themselves. The community has ways to deal with and work around these things.</p>
<p>If there comes to light a real and specific patent threat against the Linux kernel, against the GNU core utilities, against the Mono runtime or against a piece of free software yet-to-be-written, the answer will be much the same; for something as large as Mono, a modification to circumvent the patent would be done. For something as small and replaceable as compress, a new program with a new or thought-to-be patent-free algorithm would instead be written. Potentially even, resistance would be a viable method, such as is the strategy of the EFF’s <a href="http://w2.eff.org/patent/">Patent Busting Project</a>.</p>
<h2>“It’s From Microsoft”</h2>
<p>The other major argument that I often hear (or read) is that “Mono is from Microsoft”. Even if it were true, it is an <a href="http://en.wikipedia.org/wiki/Argumentum_ad_hominem">argumentum ad hominem</a>, which is a deceitful and fruitless argument tactic. That said, Mono is not “from Microsoft”. It is also not “from Novell,” as it was created prior to Novell acquiring <a href="http://en.wikipedia.org/wiki/Ximian">Ximian</a>.</p>
<p>More than one person on the Internet has quoted the following sentence given by ECMA as an answer to a query on the CLI:</p>
<blockquote><p>Ecma does not have anything to do with possible licensing of .NET. But Microsoft is one of our members, so I have asked them whom to contact there – if anything is needed, what I just do not know.</p></blockquote>
<p><em>This statement is factually correct</em>. However, most people stop there and fail to apply their critical thinking skills—which we all have and are capable of using. ECMA indeed <em>does not</em> have anything to do with the licensing of .NET. .NET is Microsoft’s implementation of the ECMA and ISO standards that comprise the CLI and the BCL, including the runtime environment and the IL engine and the C# programming language. It <em>is not</em> the standard. .NET is distributed under a typical Microsoft EULA, with some permissions for redistribution (as is the case with many of Microsoft’s runtime libraries). Along the same lines, <strong>ECMA <em>does not</em> have anything to do with the licensing of Mono</strong>, which is licensed under the GPL and MIT licenses. They cannot answer questions directly pertaining to either. In short: ECMA can say nothing of an implementation. Consider this, if you asked about DHCP, and they said, “We have nothing to do with the licensing of ISC DHCPd,” it would be the same; DHCP is a <em>protocol</em>, a <em>specification</em>, and ISC DHCPd is <em>an implementation</em>.</p>
<p>This is a simple case of either the wrong question being asked, or someone along the “telephone” chain misunderstanding the question and/or rephrasing it to become incorrect. So the correct answer to the wrong question came back out. This is life.</p>
<p>Mono was started by the same programmer who co-founded the <a href="http://en.wikipedia.org/wiki/GNOME">GNOME</a> project (a GUI implementation), and who wrote <a href="http://en.wikipedia.org/wiki/Midnight_Commander">Midnight Commander</a> (a free software and enhanced reimplementation of the old <a href="http://en.wikipedia.org/wiki/Norton_Commander">Norton Commander</a> program from the days of DOS), both of which are licensed under the GNU GPL, Miguel de Icaza (see the <a href="http://en.wikipedia.org/wiki/GNOME#History">History section of the Wikipedia article of GNOME</a> and the <a href="http://www.ibiblio.org/mc/FAQ">MC FAQ</a>, § 10.1). This was quite some time before Ximian was acquired by Novell. Now, I am not saying that everything de Icaza has written or worked on is absolutely awesome—that would be a flawed assumption. He is an intelligent programmer and a competent leader, but that does not in and of itself mean that everything he has done has been perfect. However, GNOME, Midnight Commander, and Mono each stand on their own merits. Mono is to .NET what Midnight Commander is to Norton Commander: a free software analog to the other product which is not identical and in some (if not many) ways demonstrably superior.</p>
<p>In case you were caught unawares, here is a list of other technologies that Microsoft has had (at least) a part in creating or spreading: <a href="http://tools.ietf.org/html/rfc2616">the HTTP/1.1 standard</a>, <a href="http://www.ietf.org/rfc/rfc2617.txt">HTTP Digest Authentication</a>, <a href="http://en.wikipedia.org/wiki/SOAP#History">SOAP</a>, <a href="http://en.wikipedia.org/wiki/Web_Services_Description_Language#History">WSDL</a>, <a href="http://www.ietf.org/rfc/rfc4406.txt">Sender ID</a>, <a href="http://www.ietf.org/rfc/rfc2730.txt">MADCAP</a>, <a href="http://www.ietf.org/rfc/rfc2782.txt">DNS SRV</a>, <a href="http://www.faqs.org/rfcs/rfc2637.html">PPTP</a>, <a href="http://en.wikipedia.org/wiki/GW-BASIC">many</a> <a href="http://en.wikipedia.org/wiki/QuickBasic">variants</a> <a href="http://en.wikipedia.org/wiki/QBasic">of</a> the BASIC language, and many more. Many of the developments that they have put time and effort into over the years, we still benefit from today. Is Microsoft a bad company? Generally, it seems as such. But they are a <em>company</em>, not a person. Even still, like people, they can not be inherently good nor evil, even though their actions can be one or the other. Are they always bad? No. Are they always good? Certainly not. Are they incapable of being productive? No, they are capable of helping, even if their primary motivation is to help themselves first.</p>
<h2>A Digression on “Law”</h2>
<p>Freedom is something that we <em>all</em> must use, and pay for, or we lose it. Some of us have never had it and have to pay a price to gain it. Admittedly, this section is apt to largely only accidentally apply to non-U.S. regions of the world, so if it does not apply to you, skip it.</p>
<p>In the United States, we have this funny thing: we have the right to vote. On leaders. On issues. In some states in the U.S., people can even <em>be</em> the legislators, given sufficient motivation. This is called <a href="http://en.wikipedia.org/wiki/Initiative">citizen’s initiative</a>. Some states have both direct and indirect citizen’s initiative. But at the federal level of government here, what we have are <a href="http://en.wikipedia.org/wiki/United_States_House_of_Representatives">representatives</a>.</p>
<p>Now, we can write letters to our representatives and ask them to consider and raise certain issues at the federal legislature on our behalf. This of course does not work if only one of us does so, nor does it work if only a small handful of people from a certain district were to do so. It would have a significant effect, however, if many people from many districts—and in many states—were to do so. This is the power that we have as Americans to craft the laws which apply to our land. This can, of course, be used for both good and bad laws to be created. This is why we have courts. It sounds terribly basic, but it is something that we all seem to forget that we can do sometimes, or that we only think of to do for especially major atrocities. No, it is something that we can do for many things. Patent law is one of these things. If we want to assure ourselves that patent law goes away, <em>we have a limited power to make that happen</em>, through our representatives. Let us not forget that.</p>
<p>However, there is a more important set of law that we also forget about, which does not apply in any singular territory or state: <em>actual</em> law. That whole process that builds common law, case law. Now, I am not saying that it is okay to just blindly disobey law. But law is not crafted through the idle state of society. There are provisions in law for certain things—affirmative defenses—to make otherwise illegal things legal precisely because nothing is purely black-and-white. There is no law that says that it is unconditionally wrong to kill another person; it is not <a href="http://en.wikipedia.org/wiki/Murder">murder</a> if you are absolutely required to kill in order to defend yourself, for example. Changes to law to add affirmative defenses sometimes occur as part of a realization that a law prohibited too many things, and laws are written, amended, and tried in courts all the time to try to find gaps or holes in the law and refine them, through new legislation or through new case law. Therefore, an action that may be illegal by statute is not necessarily illegal if there is some reasonable cause for it not to be and that reasonable cause is noted by a court or a body of legislation (such as Congress).</p>
<p>On some level, <em>everyone</em> knows this. Many people commit wanton acts of copyright infringement and do not even think twice about it, because they do not perceive it to be wrong. Some people only “pirate” copyrighted acts that are of a certain age, seeing codified law on the length of copyright as invalid and refusing to recognize it. After all, whose definition of “wrong” are we working with? There may be consequences for such actions, and people more or less accept that when they commit the action that they know to be wrong, at least as far as law is concerned. But there are certain things that, if disregarded entirely amongst an entire population, have a funny way of finding themselves to disappear from the law, either because the law is dropped from the books or because the executive branch of government no longer bothers to enforce it.</p>
<h2>Conclusion</h2>
<p>Before patently (ha, ha) screaming against Mono’s inclusion in various distributions, be that Gentoo, Ubuntu, Debian, Slackware, or $YOUR_DISTRO_HERE, think about something: Why?</p>
<p>Mono is no more inherently dangerous than any piece of GNU software, the Linux kernel, the various BSD-derived operating systems, or any other piece of free software. All software amounts to very specialized applications of mathematics; data is input, transformed, and output in every system. That does not matter if the data is bytes to a sound card, a stream passing through a compression program, a cryptographic encryption or hashing system, an application-layer protocol, a network-layer protocol… whatever. It does not matter. All software has risk of infringing on a patent. Not even proprietary software is safe against software patents held by others, even when the author of the softare and the backer of the legal team behind it is as wealthy as Microsoft’s.</p>
<p>There are certainly issues that we all—as a community—need to get together and work with. Development is <em><strong>not</strong></em> the only thing that people can do in the community. However, spreading FUD is not helpful, and it seems to be catching on these days. Are we not the very same community that worked to debunk Microsoft’s FUD, now wasting time and resources that would have better gone into the development of software, the maintainence of Web sites advocating and supporting free software, the documentation of user software and development APIs, or research on various aspects of the software (including trying to fish out potentially infringing patents and helping the community by bringing them to light)?</p>
<p>Freedom is not free. If you care for free software, you <em>can</em> help. Are you good at reading highly-obfuscated documents? If so, you could help the free software world by reading patents and trying to document them and where they apply. Are you good at reading source code? You could work together with the patent-readers to audit code and find things that are potentially covered by patents and alert someone—presumably a developer for that project, whatever it is—to the specifics so that the issue can be further investigated and dealt with in some way. Likewise, there are a ton of other ways that people can help free software to grow, help new free software projects to mature, help old ones to be maintained and/or documented, help contribute CPU cycles, disk space, or network bandwidth to projects that you care about (especially the ones that are independent and not under the umbrella of the Free Software Foundation, the GNOME Foundation or the Linux Foundation).</p>
<p>Yes, you can help free software out, even if you cannot fix bugs. Just <em>help</em>, don’t <em>hurt</em>. Those who are hurting us as a whole, the ones who are making us look like immature preadolecents, are doing the free software community a mighty disservice. So what if you do not like a particular piece of free software on your system? If you do not like it, remove it. If you do not like it being in your distribution, then change distributions. Do something about it. If you <em>actually</em> want to discuss it, then fine. Find a forum to house a rational debate on the issue. Short of that, this pointless war—like we Americans’ wars on terror and drugs—really needs to stop. After all, <a href="http://en.wikisource.org/wiki/A_house_divided">“A house divided against itself cannot stand,”</a> so let us not fall.</p>
<p><strong>Edited at 2009-06-22T05:13:51Z to fix a typographical error.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mike.trausch.us/blog/2009/06/21/the-%e2%80%9cmono-war%e2%80%9d-is-getting-very-dirty-and-out-of-hand-it-must-stop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why &#8220;bother&#8221; with Linux?</title>
		<link>http://mike.trausch.us/blog/2008/04/23/why-bother-with-linux/</link>
		<comments>http://mike.trausch.us/blog/2008/04/23/why-bother-with-linux/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 15:37:29 +0000</pubDate>
		<dc:creator>Michael Trausch</dc:creator>
				<category><![CDATA[Stuff I Read]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[pulseaudio]]></category>

		<guid isPermaLink="false">http://www.trausch.us/2008/04/23/why-bother-with-linux/</guid>
		<description><![CDATA[I just read a post online answering the question of why one &#8220;bothers&#8221; with Linux. I have to say that I fall into a mixture of his categories as well. The main reason that I use GNU/Linux is that of freedom. I don&#8217;t like being told what I am allowed to do with my computer, [...]]]></description>
			<content:encoded><![CDATA[<p>I just read a <a href="http://automorphic.blogspot.com/2008/04/why-do-we-bother-with-linux-also-uia.html">post online</a> answering the question of why one &#8220;bothers&#8221; with Linux.  I have to say that I fall into a mixture of his categories as well.</p>
<p>The main reason that I use GNU/Linux is that of <em>freedom</em>.  I don&#8217;t like being told what I am allowed to do with my computer, and I am not a fan of restrictive license agreements that make it their entire business to tell you the great many things that you can&#8217;t do without violating some contract or law.  Furthermore, there are often bugs in non-free software, and it&#8217;s very hard to (legally and technically) fix them, because you do not have the ability to make some changes to the program&#8217;s source code and recompile.  Instead, you must become a pest to the company or developer that wrote the software and beg them to fix the bug.  I don&#8217;t like begging, either.</p>
<p>A decent amount of the software on my computer is slightly modified, with various modifications being sent to the various maintainers for the software in places.  Not every patch is accepted (some for <a href="http://www.trausch.us/2008/03/31/evince-and-the-gnome-hig/" title="Evince and the GNOME HIG">stupid reasons</a>, IMHO), but that&#8217;s alright, too:  Free software gives me the right to run my locally-modified copy without anyone to yell at me and tell me that I can&#8217;t do that.</p>
<p>This also means that when people come to me to ask me to research a bug or try to find an issue out, I can do a far better job troubleshooting than I can when I am troubleshooting a black box.  I can learn about <em>what</em> makes the software go &#8220;tick&#8221; and I can change that tick if I need to in order to fix the behavior of the application.  I can&#8217;t do that at all with Windows, or Word, or whatever.  Nor can anyone else in the community.  One big issue right now is the fact that the closed, proprietary Flash plugin from Adobe is failing to work well with PulseAudio on Ubuntu&#8217;s forthcoming Hardy release.  The problem is that Flash has a design flaw (this much as able to be found out by someone out there that&#8217;s good with binary code), and that design flaw is costing it some stability when it loads an external library for handling PulseAudio.  If the source code to Flash were open, we—the community—would be able to fix it, and we would have a functional Flash player that worked well with the rest of the system.  However, I don&#8217;t see Adobe going out and GPL&#8217;ing Flash anytime soon—do you?  That would, of course, be ideal.  If the Flash player is, for example, LGPL&#8217;d, then the community could improve the player—at no cost to Adobe—and even users of Windows might benefit, assuming that Flash is built from the same code base for the various platforms.</p>
<p>Anyway, that&#8217;s my little rant for now.  I haven&#8217;t posted in a while, but things are going good—I am out of that dreaded Java™ class, so I am free to continue pursuing the language in my free time and trying to learn more about it.  I have the feeling that I am simply not going to like it as much as C#, though; C# is faster, and I like some of the things that it does a lot better.  I don&#8217;t think that there is any danger of C# going bye-bye anytime soon, given that all of the implementations of the .NET runtime are seemingly gaining in popularity.  And it really seems to make development of applications faster, as best as I can tell.  But, I&#8217;m getting off-topic&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mike.trausch.us/blog/2008/04/23/why-bother-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

