<?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>バカな火星人 &#187; Free Software</title>
	<atom:link href="http://martian.org/marty/tag/free-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://martian.org/marty</link>
	<description>Marty was here!</description>
	<lastBuildDate>Tue, 11 May 2010 15:34:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ripping CDs to ogg</title>
		<link>http://martian.org/marty/2008/01/15/ripping-cds-to-ogg/</link>
		<comments>http://martian.org/marty/2008/01/15/ripping-cds-to-ogg/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 16:02:10 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://martian.org/marty/2008/01/15/ripping-cds-to-ogg/</guid>
		<description><![CDATA[I perform most of my computing tasks with the command line, and that includes converting my CDs to ogg files (an ogg file is like an mp3 file, only better). I hadn&#8217;t ripped anything for some time, so I decided to compare a few command-line rippers. I had a quick look through my Debian package [...]]]></description>
			<content:encoded><![CDATA[<p>I perform most of my computing tasks with the command line, and that includes converting my CDs to ogg files (an ogg file is like an mp3 file, only better).  I hadn&#8217;t ripped anything for some time, so I decided to compare a few command-line rippers.  I had a quick look through my Debian package list and selected <strong>abcde</strong> and <strong>crip</strong> as they seemed to match my requirements.  Both programs have simple interfaces: simple type <code>abcde</code> or <code>crip</code> on the command line and they do everything for you.  At first there didn&#8217;t seem to be much difference.  crip claimed to have some advantages over abcde, and one of the trivial ones I discovered was that it normalised the ogg audio automatically; in abcde I had to use the <code>-a replaygain</code> option for that feature.  So crip crept into the lead.</p>

<p>But the lead didn&#8217;t last long.  crip stumbled seriously on the third CD.  I live in Japan now, where I buy CDs by Japanese artists who write songs in Japanese.  crip couldn&#8217;t cope with that, and I couldn&#8217;t cope with playlists where all the songs were called &quot;??????&quot;.  So abcde won.  For me its acronym is true: <em>a better CD encoder</em>.</p> 
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2008/01/15/ripping-cds-to-ogg/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iMon LCD in 3R Systems case</title>
		<link>http://martian.org/marty/2007/12/14/imon-lcd-in-3r-systems-case/</link>
		<comments>http://martian.org/marty/2007/12/14/imon-lcd-in-3r-systems-case/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 19:01:48 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://martian.org/marty/2007/12/14/imon-lcd-in-3r-systems-case/</guid>
		<description><![CDATA[A while ago I bought a PC case made by 3R Systems. It came with a built-in iMon LCD that had been custom-made by Soundgraph for 3R Systems. The case is good, but I discovered that this LCD panel has no Free Software drivers, and Soundgraph do not support Linux or any Free OS. In [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I bought a PC case made by 3R Systems.  It came with a built-in iMon LCD that had been custom-made by Soundgraph for 3R Systems.  The case is good, but I discovered that this LCD panel has no Free Software drivers, and Soundgraph do not support Linux or any Free OS.  In fact, Soundgraph refuse to even try to understand simple questions if you mention Linux anywhere in the message.  That sort of behaviour used to be common, but the growing popularity of Free Software / Open Source, and the Linux kernel in particular, has made many companies change their attitude: some release technical details of their products so we can write our own software; some write and release their own Free Software (or Open Source); and some others release non-Free software for Free OSes.  But Soundgraph does nothing except ignore it.</p>

<p></p><p>So, I started to reverse engineer the device.  I&#8217;m not the only one doing this, and I got some hints from <a href="http://imonapi.tripod.com/">ralph.y</a>, <a href="http://codeka.com/blogs/index.php?cat=30">Codeka</a>, and someone called &#8220;tsuppiduppi&#8221; on the iMon user forum.  To make it easy to experiment I wrote a <a href="http://martian.org/marty/src/imon-poke.c">quick&#8217;n'dirty C program</a> using libusb to allow me to send commands to the device.  Now I can do:</p>
<ul>
<li><tt>imon-poke 0x02 0x1c 0x02</tt> to initialise the LCD screen</li>
<li><tt>imon-poke 0x0d 0x0f 0x48 0x45 0x4c 0x4c 0x4f 0x00 0x20 0x57 0x4f 0x52 0x4c 0x44 0x20</tt> to display &#8220;HELLO WORLD&#8221;</li>
</ul>
<p>Below is a brief summary (well, random notes) of what I have found so far.  The first two bytes select the main command.  Subsequent bytes may be used as parameters.  The 8th byte should always be zero, and the 16h should always be 2.</p>
<pre>
          0x02, 0x00: eq graph: 1 byte 1=off 2=on
          0x02, 0x01: eq graph bars (no pattern yet)
          0x09, 0x01: eq graph bars: 16 nybbles, value 0 to 6
          0x0d, 0x01: eq graph bars, seems to match previous 0x09, 0x01
          0x02, 0x09: fan icon bits lsb: F1 F2 F3 LMH
          0x02, 0x0a: fan guage 2 bits lsb: F1 F2 F3
          0x02, 0x0b: 1 byte temp degree c icons
          0x02, 0x0c: 1 byte temp value
          0x02, 0x0d: cpu icons 1 byte on=2 off=1 (or not 2)
          0x02, 0x0e: cpu guage 1 byte value
          0x02, 0x1b: the colon 1=off 2=on
          0x02, 0x1c: whole display: 0=off 1=auto clock 2=on
          0x02, 0x1d: strange xx/yy zzzz; xx = l nibble;
          0x02, 0x26: fan speed
          0x0d, 0x0f: ASCII text
</pre>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2007/12/14/imon-lcd-in-3r-systems-case/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A little Free Speech</title>
		<link>http://martian.org/marty/2006/11/21/a-little-free-speech/</link>
		<comments>http://martian.org/marty/2006/11/21/a-little-free-speech/#comments</comments>
		<pubDate>Tue, 21 Nov 2006 21:38:30 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Japan]]></category>

		<guid isPermaLink="false">http://martian.org/marty/2006/11/21/a-little-free-speech/</guid>
		<description><![CDATA[I went to the GPLv3 Conference in Tokyo today. Well, part of it. Today was only my second day in my new job, and I couldn&#8217;t really spend the whole day at the conference. But I really wanted to be at the conference in the afternoon since they asked me to participate in the panel [...]]]></description>
			<content:encoded><![CDATA[<p>I went to the <a title="The 5th International GPLv3 Conference" href="http://gplv3.fsij.org/">GPLv3 Conference in Tokyo</a> today.  Well, part of it.  Today was only my second day in my new job, and I couldn&#8217;t really spend the whole day at the conference.  But I really wanted to be at the conference in the afternoon since they asked me to participate in the panel for &#8221; International coordination of Free Software Movement&#8221;.</p>

<p>I expected the panel to be a question and answer setup, where the panel members responded to questions from the audience.  But that isn&#8217;t what happened.  Instead the panel chairman talked for 30 minutes, and then handed the mike over to me!</p>

<p>That wasn&#8217;t what I was expecting, but it wasn&#8217;t a problem either.  I spent fifteen minutes saying my bit, then passed the mike on to the next guy.</p>

<p>The following panelists had interesting things to say, and I learnt a few things too.  I didn&#8217;t know that pharmaceutical companies spend more on marketing than they do on research, although I wasn&#8217;t surprised to hear that.  I was amused to hear that all maize (corn) was effectively genetically engineered millennia ago in South America.</p>

<p>But the quote that stood out the most was not a new fact, but it was a nice opinion: &#8220;education is not just about skills; it is about building values and building a citizen&#8221;. Somebody needs to start repeating that back in the UK.</p>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2006/11/21/a-little-free-speech/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Smartcard reader on Debian GNU/Linux</title>
		<link>http://martian.org/marty/2006/06/17/smartcard-reader-on-debian-gnulinux/</link>
		<comments>http://martian.org/marty/2006/06/17/smartcard-reader-on-debian-gnulinux/#comments</comments>
		<pubDate>Sat, 17 Jun 2006 22:52:21 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://martian.org/marty/2006/06/17/smartcard-reader-on-debian-gnulinux/</guid>
		<description><![CDATA[In April 2005 I joined the Free Software Foundation Europe and received my membership smartcard. The card looked impressive but wasn&#8217;t very interesting without a smartcard reader. So (at last) I have bought a reader (SCM Microsystems SCR335) so I can use the card with GnuPG. To get the reader working I started to follow [...]]]></description>
			<content:encoded><![CDATA[<p>In April 2005 I joined the <a title="FSFE" href="http://www.fsfe.org/">Free Software Foundation Europe</a> and received my <a title="FSFE smartcard" href="http://www.fsfe.org/card/">membership smartcard</a>.  The card looked impressive but wasn&#8217;t very interesting without a smartcard reader.  So (at last) I have bought a reader (SCM Microsystems SCR335) so I can use the card with <a title="GNU Privacy Guard" href="http://www.gnupg.org/">GnuPG</a>.</p>

<p>To get the reader working I started to follow the mail GnuPG smartcard howto, but I soon noticed that the udev rules provided in that document were ugly: the rules called a script that changed group ownership and permissions on the device file; udev can do that without a script.  So I made up my own rule that looked like this:
<blockquote>
<pre>BUS=="usb", SYSFS{product}=="SCR33x USB Smart Card Reader", GROUP="staff"</pre>
</blockquote>
That changes the group ownership of the device to &#8220;staff&#8221;, which is one of the groups I&#8217;m in.  After stopping and starting udev I was able to use gpg to check the card status.</p>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2006/06/17/smartcard-reader-on-debian-gnulinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non-free software is evil, but that&#8217;s good.</title>
		<link>http://martian.org/marty/2006/04/15/non-free-software-is-evil-but-thats-good/</link>
		<comments>http://martian.org/marty/2006/04/15/non-free-software-is-evil-but-thats-good/#comments</comments>
		<pubDate>Sat, 15 Apr 2006 18:48:14 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Japan]]></category>

		<guid isPermaLink="false">http://martian.org/marty/2006/04/15/non-free-software-is-evil-but-thats-good/</guid>
		<description><![CDATA[Following a suggestion from Richard Stallman, today I met Niibe Yutaka (新部 裕) from The Free Software Initiative of Japan at his office in Akihabara. During our conversations Niibe-san mentioned something that I had almost forgotten: Debian has a non-free section in their distribution.  A lot of people don&#8217;t like that, or they are at [...]]]></description>
			<content:encoded><![CDATA[<p>Following a suggestion from Richard Stallman, today I met <a title="Niibe Yutaka" href="http://www.gniibe.org/">Niibe Yutaka (新部 裕)</a> from <a title="Free Software Initiative of Japan" href="http://www.fsij.org/">The Free Software Initiative of Japan</a> at his office in Akihabara.</p>

<p>During our conversations Niibe-san mentioned something that I had almost forgotten: <a title="Debian GNU/Linux" href="http://www.debian.org/">Debian</a> has a <em>non-free</em> section in their distribution.  A lot of people don&#8217;t like that, or they are at least surprised to see what looks like a compromise from such devoted <a title="Debian's explanation of Free Software" href="http://www.debian.org/intro/free">Free Software</a> advocates.</p>

<p>But Niibe-san had a different perspective inspired by his Buddist faith: he can accept the existance of evil, and it can be used to highlight goodness. Evil (or non-free software) exists to remind us that more good needs to be done.  If we didn&#8217;t have a <em>non-free</em> section we would not notice the programs that need to be liberated.</p>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2006/04/15/non-free-software-is-evil-but-thats-good/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Software / Open Source event in Belfast in 10 hours</title>
		<link>http://martian.org/marty/2006/03/16/free-software-open-source-event-in-belfast-in-10-hours/</link>
		<comments>http://martian.org/marty/2006/03/16/free-software-open-source-event-in-belfast-in-10-hours/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 00:47:00 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://martian.org/marty/2006/03/16/free-software-open-source-event-in-belfast-in-10-hours/</guid>
		<description><![CDATA[Our Free Software event, FOSS Means Business (or BelFOSS as I still call it) is due to start in about 10 hours. Everything seems to be going well, but I am probably missing something.]]></description>
			<content:encoded><![CDATA[<p>Our Free Software event, <a href="http://foss-means-business.org/">FOSS Means Business</a> (or <a href="http://belfoss.org/">BelFOSS</a> as I still call it) is due to start in about 10 hours.  Everything seems to be going well, but I am probably missing something.</p>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2006/03/16/free-software-open-source-event-in-belfast-in-10-hours/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Having a Kwiki</title>
		<link>http://martian.org/marty/2003/05/27/having-a-kwiki/</link>
		<comments>http://martian.org/marty/2003/05/27/having-a-kwiki/#comments</comments>
		<pubDate>Tue, 27 May 2003 18:00:00 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://uchi.martian.org/marty/2003/05/27/having-a-kwiki/</guid>
		<description><![CDATA[I installed CGI::Kwiki today. Kwiki rocks! There are lots of wiki flavours around, all with different features. I wanted one that was simple to install and easy to tinker with. Kwiki was trivial to install, and it&#8217;s designed to be easily reconfigured and extended. Also, it happened to use my preferred set of wiki formatting [...]]]></description>
			<content:encoded><![CDATA[<p>I installed <a href="http://www.kwiki.org">CGI::Kwiki</a> today.  <em>Kwiki rocks!</em></p>

<p>There are lots of wiki flavours around, all with different features.  I wanted one that was simple to install and easy to tinker with.  Kwiki was trivial to install, and it&#8217;s designed to be easily reconfigured and extended.  Also, it happened to use my preferred set of <a href="http://www.kwiki.org/index.cgi?KwikiFormattingRules">wiki formatting rules</a>.</p>

<p>I liked it so much that I wrote a <a href="http://martian.org/marty/src/Kwiki.pl.txt">MovableType Kwiki formatting plugin</a> to use it.  If you can read this, it works!</p>

<p>Ironically, wiki words in MT::Kwiki version 0.01 don&#8217;t link to anything.  The next version will allow you to configure your target wiki.</p>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2003/05/27/having-a-kwiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Open Day</title>
		<link>http://martian.org/marty/2003/04/16/open-source-open-day/</link>
		<comments>http://martian.org/marty/2003/04/16/open-source-open-day/#comments</comments>
		<pubDate>Wed, 16 Apr 2003 16:32:24 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://uchi.martian.org/marty/2003/04/16/open-source-open-day/</guid>
		<description><![CDATA[The NIOSC open day was interesting. The attendees were from a range of very different backgrounds, so it wasn&#8217;t easy to find the correct balance between tech-talk and lay-speak. I presented the &#34;Free Software is the Future&#34; keynote address. Of course, I know nothing about the future. The title was something I said in 1996. [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.niosc.org/">NIOSC</a> open day was interesting.  The attendees were from a range of very different backgrounds, so it wasn&#8217;t easy to find the correct balance between tech-talk and lay-speak.</p>

<p>I presented the &quot;Free Software is the Future&quot; keynote address.  Of course, I know nothing about the future.  The title was something I said in 1996.  The current worldwide Open Source buzz is confirming my predictions, although I hadn&#8217;t expected the <a href="http://www.gnu.org/philosophy/free-software-for-freedom.html">bizarre name change</a>.</p>

<p><a href="/karen/">Karen</a> spent most of the day sitting at the combined <a href="http://www.kasei.com/">Kasei</a> and <a href="http://belfast.pm.org">Belfast.pm</a> table.  This merged with the <a href="http://belfastlinux.org/">BLUG</a> table, where <a href="http://cabal.labac.net/~russell/blog/">Russell</a> and
<a href="http://www.geekalert.org/scott/">Scott</a> had setup some demo machines that looked slightly impressive until <a href="http://macinni.com/">Macinni</a> put up a real exhibit beside them.</p>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2003/04/16/open-source-open-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unconventional</title>
		<link>http://martian.org/marty/2003/04/06/unconventional/</link>
		<comments>http://martian.org/marty/2003/04/06/unconventional/#comments</comments>
		<pubDate>Sun, 06 Apr 2003 17:19:19 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://uchi.martian.org/marty/2003/04/06/unconventional/</guid>
		<description><![CDATA[The Northern Ireland Open Source Community is having an open day on Wednesday 16 April, so I&#8217;m busy finishing some presentations for that. After that I have to finish my tutorials for the O&#8217;Reilly Open Source Convention in Portland, Oregon]]></description>
			<content:encoded><![CDATA[<p><a href="http://conferences.oreillynet.com/oscon/"><img src="/marty/img/oscon/120x90.gif" alt="OSCon speaker"/></a></p>

<p>The <a href="http://www.niosc.org/">Northern Ireland Open Source Community</a> is having an <a href="http://www.niosc.org/openday.htm">open day</a> on Wednesday 16 April, so I&#8217;m busy finishing some presentations for that.</p>

<p>After that I have to finish my tutorials for the <a href="http://conferences.oreillynet.com/oscon/">O&#8217;Reilly Open Source Convention</a> in Portland, Oregon</p>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2003/04/06/unconventional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Love your SMTP neighbour</title>
		<link>http://martian.org/marty/2003/03/05/love-your-smtp-neighbour/</link>
		<comments>http://martian.org/marty/2003/03/05/love-your-smtp-neighbour/#comments</comments>
		<pubDate>Wed, 05 Mar 2003 18:43:42 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://uchi.martian.org/marty/2003/03/05/love-your-smtp-neighbour/</guid>
		<description><![CDATA[Postfix is my favourite MTA for reasons I&#8217;ll not go into at the moment. It&#8217;s much better than sendmail. Recently there has been yet another sendmail vulnerability, but I didn&#8217;t care because I use Postfix. Wietse Venema, the author of Postfix, did care. He could have said &#34;sendmail sucks; use Postfix&#34;, but instead he wrote [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.postfix.org/">Postfix</a> is my favourite MTA for reasons I&#8217;ll not go into at the moment.  It&#8217;s much better than <a href="http://www.sendmail.org/">sendmail</a>.</p>

<p>Recently there has been yet another sendmail vulnerability, but I didn&#8217;t care because I use Postfix.  <a href="http://www.porcupine.org/wietse/">Wietse Venema</a>, the author of Postfix, did care.  He could have said &quot;sendmail sucks; use Postfix&quot;, but instead <a href="http://archives.neohapsis.com/archives/postfix/2003-03/0286.html">he wrote a patch</a> for Postfix to remove the sendmail exploit from messages before they reach sendmail.  Kudos.</p>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2003/03/05/love-your-smtp-neighbour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stallman is right!</title>
		<link>http://martian.org/marty/2002/08/03/stallman-is-right/</link>
		<comments>http://martian.org/marty/2002/08/03/stallman-is-right/#comments</comments>
		<pubDate>Sat, 03 Aug 2002 06:00:00 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://uchi.martian.org/marty/2002/08/03/stallman-is-right/</guid>
		<description><![CDATA[Karen and I were sitting in the BMI lounge in Belfast reading an Internet magazine that described XML as &#8220;an open source language&#8221;. This annoyed me more than I expected, possibly due to my lack of sleep. &#8220;Stallman is right&#8221; I said. The Open Source movement was started to &#8216;rebrand&#8217; Free Software to make it [...]]]></description>
			<content:encoded><![CDATA[<p>Karen and I were sitting in the BMI lounge in Belfast reading an Internet
magazine that described XML as &#8220;an open source language&#8221;.  This annoyed me more
than I expected, possibly due to my lack of sleep.  &#8220;Stallman is right&#8221; I said.</p>

<p>The Open Source movement was started to &#8216;rebrand&#8217; Free Software to make it more
acceptable to business and give it a name that was less open to confusion.
&#8220;&#8216;Free&#8217; is frequently misunderstood to refer to price and not freedom&#8221; was their
complaint, so they choose what they thought to be a less ambiguous name: &#8220;Open
Source&#8221;.  RMS didn&#8217;t like this because it stopped people talking about freedom.</p>

<p>&#8220;Open Source&#8221; has turned out to be much more open to misinterpretation and
misuse than &#8220;Free Software&#8221;: many people, including the authors of the article
that sparked this rant, believe that something is open source if you can read
the source code.  Yes, &#8220;Free Software&#8221; was slightly ambiguous (in English; the
translations in most other languages were not ambiguous at all), but the term
could be simply clarified with phrases &#8220;Free as in &#8216;speech&#8217;, not &#8216;beer&#8217;&#8221;;  &#8220;Open
Source&#8221; is much more difficult to explain.</p>

<p>So, again I say &#8220;Stallman is right!&#8221;.  He may be a fanatic, but without him we
probably wouldn&#8217;t have Free Software by any name.  He takes a lot of abuse for
wanting us to talk about &#8220;Free Software&#8221; instead of &#8220;Open Source&#8221;, and asking us
to accurately describe our favourite OS as &#8220;GNU/Linux&#8221; instead of just &#8220;Linux&#8221;.
If RMS annoys you, good: he&#8217;s doing his job.  RMS, keep up the good work!</p>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2002/08/03/stallman-is-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free lunch</title>
		<link>http://martian.org/marty/2002/07/24/free-lunch/</link>
		<comments>http://martian.org/marty/2002/07/24/free-lunch/#comments</comments>
		<pubDate>Wed, 24 Jul 2002 11:51:01 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://uchi.martian.org/marty/2002/07/24/free-lunch/</guid>
		<description><![CDATA[After Peru leading the way and some mumbling in the EU, it seems the UK has finally woken up and produced an Open Source policy. This is good news for everyone, even those who want to be locked into proprietary software. Hopefully those of us who have been working with Free Software from before it [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.pimientolinux.com/peru2ms/">Peru leading the way</a> and some mumbling in the EU, it seems the UK has finally woken up and produced an <a href="http://www.ogc.gov.uk/oss/OSS-policy.html">Open Source policy</a>.  This is good news for everyone, even those who want to be locked into <a href="http://www.gnu.org/philosophy/categories.html#ProprietarySoftware">proprietary software</a>.</p>

<p>Hopefully those of us who have been working with <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a> from before it was called <a href="http://www.gnu.org/philosophy/categories.html#OpenSource">Open Source</a> will benefit.</p>
]]></content:encoded>
			<wfw:commentRss>http://martian.org/marty/2002/07/24/free-lunch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
