<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>The Tlog - a technology blog &#187; linux</title>
	<atom:link href="http://www.thetlog.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetlog.net</link>
	<description></description>
	<lastBuildDate>Fri, 27 Nov 2009 15:18:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.5/pt/</creativeCommons:license>		<item>
		<title>What&#8217;s this site running?</title>
		<link>http://www.thetlog.net/2009/11/25/whats-this-site-running/</link>
		<comments>http://www.thetlog.net/2009/11/25/whats-this-site-running/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 19:52:54 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[The Tlog (site)]]></category>
		<category><![CDATA[Unix / Linux / *BSD]]></category>
		<category><![CDATA[Unix / Linux / *BSD software]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Dehumanizer.com]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[Squid]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/?p=473</guid>
		<description><![CDATA[As an intermission (there&#8217;s more to come in the SPF series), here&#8217;s what&#8217;s changed on my server since, oh, about a year and a half ago: The OS is now Ubuntu Karmic Koala (9.10), and all the server&#8217;s running software comes from the standard Ubuntu packages, which means that whatever version is in Karmic1, that&#8217;s [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2009/11/25/spf-part-1-what-is-spf-and-how-to-fight-spam-with-it/' rel='bookmark' title='Permanent Link: SPF, part 1: what is SPF, and how to fight spam with it'>SPF, part 1: what is SPF, and how to fight spam with it</a></li>
<li><a href='http://www.thetlog.net/2009/11/26/spf-part-3-configuring-postfix-to-check-spf-records-when-receiving-mail/' rel='bookmark' title='Permanent Link: SPF, part 3: configuring Postfix to check SPF records when receiving mail'>SPF, part 3: configuring Postfix to check SPF records when receiving mail</a></li>
<li><a href='http://www.thetlog.net/2005/10/11/an-anti-spam-gateway-4-postfix-part-2/' rel='bookmark' title='Permanent Link: An Anti-Spam gateway #4: Postfix, part 2'>An Anti-Spam gateway #4: Postfix, part 2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>As an intermission (there&#8217;s more to come in the <a href="http://www.thetlog.net/2009/11/25/spf-part-1-what-is-spf-and-how-to-fight-spam-with-it/">SPF series</a>), here&#8217;s what&#8217;s changed on my server since, oh, about a year and a half ago:</p>
<ul>
<li>The OS is now <a href="http://www.ubuntu.com">Ubuntu</a> Karmic Koala (9.10), and all the server&#8217;s running software comes from the standard Ubuntu packages, which means that whatever version is in Karmic<sup>1</sup>, that&#8217;s what I&#8217;m running here.</li>
<li>I&#8217;ve switched, definitely, from <a href="http://httpd.apache.org/">Apache</a> to <a href="http://nginx.net/">nginx</a>. It&#8217;s faster, more efficient, and <i>ridiculously</i> easier to configure (to put it in perspective, in terms of ease of configuration, it&#8217;s like OpenBSD&#8217;s amazing pf to the unholy abomination that is Linux&#8217;s iptables.) nginx works perfectly with the two pieces of software I use the most on my server, <a href="http://www.wordpress.org/">WordPress</a> and <a href="http://www.mybboard.net/">MyBB</a>, even while using a SEO plugin with the latter, which requires some non-trivial redirect rules.</li>
<li>As I don&#8217;t trust any ISP&#8217;s email server to distribute the mail my server sends (mostly confirmation emails from <a href="http://www.dehumanizer.com/">my forums</a>), and since most ISPs and companies these days block mail sent from dynamic IP addresses, I keep a 256 MB <a href="http://www.slicehost.com/">Slicehost</a> slice, with a static IP address and, most importantly, <i>reverse</i> DNS, which I use as a smart host for my home server. The slice doesn&#8217;t have a lot of power in terms of CPU (and it&#8217;s not meant to), but, as bandwidth is much cheaper in the US than in my poor country, the &#8220;small&#8221; limit the cheapest slice includes is <i>a lot</i>; I use it for serving static files, mostly for my forums (all images and Javascript files are served from there), and I still have bandwidth to spare.</li>
<li>I&#8217;ve stopped using a <a href="http://www.squid-cache.org/">Squid</a> proxy in my home network, and nowadays access the web directly&#8230; except for when I indulge in one of my newest weird habits: reading <i>webcomics</i> like <a href="http://www.shamusyoung.com/twentysidedtale/?p=612">this one</a> or <a href="http://www.darthsanddroids.net/">this one</a> while having lunch or dinner. At such a time, moving <i>instantly</i> from comic to comic is a must&#8230; so I simply re-enable Squid (with more aggressive caching than I&#8217;d use for normal browsing; after all, existing comics typically aren&#8217;t going to change, are they?), do a nice little wget in my server to download and cache the entire comic, and then enjoy reading the whole of it (in as many meals as it takes) as if it was stored locally&#8230;</li>
<li>A few changes to my email server&#8217;s configuration, mostly related to spam filtering&#8230; but I&#8217;ve been  writing about that, haven&#8217;t I? And there&#8217;s still more to come. <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> <ol class="footnotes"><li id="footnote_0_473" class="footnote">with updates, of course &#8212; people who are afraid of installing updates (&#8220;but&#8230; it might break <i>something</i>!&#8221;) are nothing more than mewling weaklings who are utterly incompetent as sysadmins; they should never be allowed within a mile of any server. Even one running Windows.</li></ol>

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2009/11/25/spf-part-1-what-is-spf-and-how-to-fight-spam-with-it/' rel='bookmark' title='Permanent Link: SPF, part 1: what is SPF, and how to fight spam with it'>SPF, part 1: what is SPF, and how to fight spam with it</a></li>
<li><a href='http://www.thetlog.net/2009/11/26/spf-part-3-configuring-postfix-to-check-spf-records-when-receiving-mail/' rel='bookmark' title='Permanent Link: SPF, part 3: configuring Postfix to check SPF records when receiving mail'>SPF, part 3: configuring Postfix to check SPF records when receiving mail</a></li>
<li><a href='http://www.thetlog.net/2005/10/11/an-anti-spam-gateway-4-postfix-part-2/' rel='bookmark' title='Permanent Link: An Anti-Spam gateway #4: Postfix, part 2'>An Anti-Spam gateway #4: Postfix, part 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2009/11/25/whats-this-site-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More updates: Ubuntu, WordPress</title>
		<link>http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/</link>
		<comments>http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/#comments</comments>
		<pubDate>Fri, 02 May 2008 09:17:45 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Blogging software]]></category>
		<category><![CDATA[Unix / Linux / *BSD]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/?p=441</guid>
		<description><![CDATA[Just updated this server to Ubuntu 8.04 (why do they always have these odd version numbers?). As always, it was incredibly difficult: I had to type this entire command: do-release-upgrade and even remember to press Enter afterwards! This Linux stuff is really too tough for us mere users&#8230; Also, WordPress 2.5.1 on this blog and [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2007/01/08/wordpress-206-feedburner-fix/' rel='bookmark' title='Permanent Link: WordPress 2.0.6 FeedBurner fix'>WordPress 2.0.6 FeedBurner fix</a></li>
<li><a href='http://www.thetlog.net/2005/09/02/blogging-tips-8-configuring-the-rss-feed/' rel='bookmark' title='Permanent Link: Blogging tips #8: Configuring the RSS feed'>Blogging tips #8: Configuring the RSS feed</a></li>
<li><a href='http://www.thetlog.net/2007/05/17/wordpress-22-upgrade/' rel='bookmark' title='Permanent Link: WordPress 2.2 upgrade'>WordPress 2.2 upgrade</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just updated this server to <a href="http://www.ubuntu.com/">Ubuntu 8.04</a> (why do they always have these odd version numbers?). As always, it was incredibly difficult: I had to type this entire command:</p>
<p><code>do-release-upgrade</code></p>
<p>and even remember to press Enter afterwards! This Linux stuff is really too tough for us mere users&#8230;</p>
<p>Also, <a href="http://wordpress.org/">WordPress 2.5.1</a> on this blog and a couple others. Incidentally, if you&#8217;ve just upgraded to 2.5.1 and suddenly your RSS feed is empty, you were probably hit by <a href="http://wordpress.org/support/topic/172697">this bug</a>. That link includes info for fixing it, too (basically, you have to replace two files with newer development versions).</p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2007/01/08/wordpress-206-feedburner-fix/' rel='bookmark' title='Permanent Link: WordPress 2.0.6 FeedBurner fix'>WordPress 2.0.6 FeedBurner fix</a></li>
<li><a href='http://www.thetlog.net/2005/09/02/blogging-tips-8-configuring-the-rss-feed/' rel='bookmark' title='Permanent Link: Blogging tips #8: Configuring the RSS feed'>Blogging tips #8: Configuring the RSS feed</a></li>
<li><a href='http://www.thetlog.net/2007/05/17/wordpress-22-upgrade/' rel='bookmark' title='Permanent Link: WordPress 2.2 upgrade'>WordPress 2.2 upgrade</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Edgy to Feisty on Slicehost</title>
		<link>http://www.thetlog.net/2007/05/17/edgy-to-feisty-on-slicehost/</link>
		<comments>http://www.thetlog.net/2007/05/17/edgy-to-feisty-on-slicehost/#comments</comments>
		<pubDate>Thu, 17 May 2007 14:17:53 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Unix / Linux / *BSD]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[slicehost]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/2007/05/17/edgy-to-feisty-on-slicehost/</guid>
		<description><![CDATA[Since I&#8217;m in an upgrading mood , I&#8217;ve just upgraded my Slicehost slice from Ubuntu Edgy (6.10) to Feisty (7.04). It was incredibly hard: I had to type in two whole commands! Namely, apt-get install update-manager-core do-release-upgrade Gee, this Linux thing is much too complicated and troublesome for us mere mortals. Copyright &#169; 2010 The [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2006/11/15/slicehost-an-experiment/' rel='bookmark' title='Permanent Link: Slicehost: An experiment'>Slicehost: An experiment</a></li>
<li><a href='http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/' rel='bookmark' title='Permanent Link: More updates: Ubuntu, WordPress'>More updates: Ubuntu, WordPress</a></li>
<li><a href='http://www.thetlog.net/2009/11/25/whats-this-site-running/' rel='bookmark' title='Permanent Link: What&#8217;s this site running?'>What&#8217;s this site running?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Since I&#8217;m in an upgrading mood <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , I&#8217;ve just upgraded my <a href="http://www.slicehost.com/">Slicehost</a> slice from Ubuntu Edgy (6.10) to Feisty (7.04).</p>
<p>It was <a href="http://wiki.slicehost.com/doku.php?id=upgrade_ubuntu_dapper_-_edgy_-_feisty">incredibly hard</a>: I had to type in <b>two whole commands</b>! Namely,</p>
<p><code>apt-get install update-manager-core<br />
do-release-upgrade</code></p>
<p>Gee, this Linux thing is much too complicated and troublesome for us mere mortals. <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2006/11/15/slicehost-an-experiment/' rel='bookmark' title='Permanent Link: Slicehost: An experiment'>Slicehost: An experiment</a></li>
<li><a href='http://www.thetlog.net/2008/05/02/more-updates-ubuntu-wordpress/' rel='bookmark' title='Permanent Link: More updates: Ubuntu, WordPress'>More updates: Ubuntu, WordPress</a></li>
<li><a href='http://www.thetlog.net/2009/11/25/whats-this-site-running/' rel='bookmark' title='Permanent Link: What&#8217;s this site running?'>What&#8217;s this site running?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2007/05/17/edgy-to-feisty-on-slicehost/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux, fundamentalism and the many distros (part 2)</title>
		<link>http://www.thetlog.net/2006/11/06/linux-fundamentalism-and-the-many-distros-part-2/</link>
		<comments>http://www.thetlog.net/2006/11/06/linux-fundamentalism-and-the-many-distros-part-2/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 11:05:50 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Unix / Linux / *BSD]]></category>
		<category><![CDATA[fundamentalism]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux_distributions]]></category>
		<category><![CDATA[software_freedom]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/2006/11/06/linux-fundamentalism-and-the-many-distros-part-2/</guid>
		<description><![CDATA[(Part 1 got too big, so&#8230;) And now for the “yet another distro? it’s because of this that Linux will never conquer the masses!” part. Every time a new Linux distribution appears &#8211; and, sometimes, even at other times &#8211; a lot of people &#8211; both Linux users and otherwise &#8211; say something like the [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2006/11/03/linux-fundamentalism-and-the-many-distros-part-1/' rel='bookmark' title='Permanent Link: Linux, fundamentalism and the many distros (part 1)'>Linux, fundamentalism and the many distros (part 1)</a></li>
<li><a href='http://www.thetlog.net/2005/09/07/linux-and-usability/' rel='bookmark' title='Permanent Link: Linux and usability'>Linux and usability</a></li>
<li><a href='http://www.thetlog.net/2007/04/19/using-64-bit-firefox-on-linux/' rel='bookmark' title='Permanent Link: Using 64-bit Firefox on Linux'>Using 64-bit Firefox on Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><small><i>(<a href="http://www.thetlog.net/2006/11/03/linux-fundamentalism-and-the-many-distros-part-1/">Part 1</a> got too big, so&#8230;)</i></small></p>
<p>And now for the <i>“yet another distro? it’s because of this that Linux will never conquer the masses!”</i> part.</p>
<p>Every time a new Linux distribution appears &#8211; and, sometimes, even at other times &#8211; a lot of people &#8211; both Linux users and otherwise &#8211; say something like the above. That Linux will never &#8220;succeed in the marketplace&#8221;, because it&#8217;s too fragmented, there are too many choices, there&#8217;s not a single standard, and so on.</p>
<p>I believe those people are missing the point. To the &#8220;average user&#8221; &#8212; and I don&#8217;t mean the average Solitaire / Minesweeper-addicted Windows user, but the average guy/girl who is curious about trying some new OS &#8212; there are 4 Linux distros: Fedora, Ubuntu, Suse and maybe Mandriva. If another distro appears, it&#8217;s a <i>specialized</i> thing. If you&#8217;re a Linux geek, and the distro&#8217;s goals appeal to you, you may try it out. But to suggest that it&#8217;s causing &#8220;fragmentation&#8221; makes no sense. As I said, the newcomer will choose from one of those four distros, period.</p>
<p>Sometimes, the critics use a different approach, which I&#8217;ve seen quite recently: <i>&#8220;there are so many distros, and these guys think that all other distros suck, and it&#8217;s <b>they</b> who will create a good one, for a change? What arrogance!&#8221;</i>. This is, I&#8217;m sorry to say, more commonly seen here in Portugal, a country that seems to despise achievement and hate achievers. Who is anyone to believe he can do better? Who does that guy think he is, to divert from the majority? To create something on his own?</p>
<p>I think that happens for two reasons: the aforementioned hate of achievement, and also the fact that Portuguese Linux users <i>don&#8217;t actually believe in Free Software</i>. Sure, we use it, but most of us are quick to call anyone who cares about the ideology <em>&#8220;a fanatic&#8221;</em> (fundamentalist, zealot, taliban, etc.). Now, a huge part of Free Software is <i>the right to fork</i> &#8211; or the right to build on the work of others. Of standing on the shoulders of giants. If someone picks a piece of free software &#8211; or even an entire distro &#8211; and believes he can do better &#8211; even if just for a small number of people&#8217;s needs &#8211; he has the <i>right</i> to do so. And he&#8217;s not harming anyone &#8211; including &#8220;the community&#8221;. It&#8217;s possible that others will actually benefit from his work, that some of it will find its way into other distros.</p>
<p>But people call him a &#8220;splitter&#8221;. What is this, <i>The Life of Brian</i>? <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2006/11/03/linux-fundamentalism-and-the-many-distros-part-1/' rel='bookmark' title='Permanent Link: Linux, fundamentalism and the many distros (part 1)'>Linux, fundamentalism and the many distros (part 1)</a></li>
<li><a href='http://www.thetlog.net/2005/09/07/linux-and-usability/' rel='bookmark' title='Permanent Link: Linux and usability'>Linux and usability</a></li>
<li><a href='http://www.thetlog.net/2007/04/19/using-64-bit-firefox-on-linux/' rel='bookmark' title='Permanent Link: Using 64-bit Firefox on Linux'>Using 64-bit Firefox on Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2006/11/06/linux-fundamentalism-and-the-many-distros-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux, fundamentalism and the many distros (part 1)</title>
		<link>http://www.thetlog.net/2006/11/03/linux-fundamentalism-and-the-many-distros-part-1/</link>
		<comments>http://www.thetlog.net/2006/11/03/linux-fundamentalism-and-the-many-distros-part-1/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 11:42:28 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Unix / Linux / *BSD]]></category>
		<category><![CDATA[fundamentalism]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux_distributions]]></category>
		<category><![CDATA[software_freedom]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/2006/11/03/linux-fundamentalism-and-the-many-distros-part-1/</guid>
		<description><![CDATA[This is, in a way, a reply to something that has annoyed me for a long time now, and which, reading other tech blogs such as those in Planeta Asterisco, I see a lot of. A recent example (though far from the worst) is this post by Carlos Rodrigues, about the news that the FSF [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2006/11/06/linux-fundamentalism-and-the-many-distros-part-2/' rel='bookmark' title='Permanent Link: Linux, fundamentalism and the many distros (part 2)'>Linux, fundamentalism and the many distros (part 2)</a></li>
<li><a href='http://www.thetlog.net/2005/09/07/linux-and-usability/' rel='bookmark' title='Permanent Link: Linux and usability'>Linux and usability</a></li>
<li><a href='http://www.thetlog.net/2006/10/19/flash-9-for-linux-beta-is-finally-available/' rel='bookmark' title='Permanent Link: Flash 9 for Linux (beta) is finally available'>Flash 9 for Linux (beta) is finally available</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is, in a way, a reply to something that has annoyed me for a long time now, and which, reading other tech blogs such as those in <a href="http://planeta.asterisco.pt/">Planeta Asterisco</a>, I see a lot of.</p>
<p>A recent example (though far from the worst) is <a href="http://tudo-sobre-nada.blogspot.com/2006/11/for-fsck-sake.html">this post</a> by Carlos Rodrigues, about the news that the FSF will release a <a href="http://www.desktoplinux.com/news/NS7506163557.html">100% Free Software Ubuntu variant</a>. The accusations &#8211; both by Carlos and others &#8211; are of two kinds: that <em>those guys are <b>fanatics</b>, fundamentalists, talibans, etc.</em>, and the even more common <i>&#8220;yet another distro? it&#8217;s because of this that Linux will never conquer the masses!&#8221;</i></p>
<p>And things like those are said, quite often, by <i>Linux users</i> <small>(though it&#8217;s fashionable for them, these days, to say that Linux isn&#8217;t ready for the desktop after all, and use Windows or MacOS X instead, and Linux only on <i>servers</i>&#8230; but I digress)</small>.</p>
<p>Now, about the first&#8230; we all care differently about different matters, right? What is important, even <i>a matter of life and death</i> to some, can be irrelevant to many others. Each of us has different priorities. This is normal.</p>
<p>What I <i>don&#8217;t</i> find &#8220;normal&#8221; &#8211; or, more precisely, <i>healthy</i>, or <i>right</i> &#8211; is when you call anyone who cares <i>even a little more</i> about a subject than <i>you</i> do, a <b>&#8220;fanatic&#8221;</b>.</p>
<p>Think about it. Do you consider yourself perfect, or something? Do you care about subject A <i>exactly as much as is correct</i>, and anyone who goes a milimeter beyond that is already guilty of taliban-like fundamentalism? Is the maximum allowed &#8220;caring&#8221; defined by how much <b>you</b> care?</p>
<p>I don&#8217;t care about software freedom as much as Richard Stallman and others, but I understand why it&#8217;s important to <i>them</i>. I understand where they&#8217;re coming from. And I respect them for it. Others, however, call them &#8220;fanatics&#8221;&#8230; simply for caring a little more than they (those others) do.</p>
<p>I don&#8217;t care much about how well decorated my place is, but I don&#8217;t call my GF &#8220;a fanatic&#8221; because she cares about it more than I do.</p>
<p>I&#8217;ve always thought U2 was a pretty average band, with some good songs, and never understood how so many people almost worship them&#8230; but I don&#8217;t call those &#8220;fanatics&#8221;. </p>
<p>I don&#8217;t care the least bit about soccer, but I don&#8217;t call those who do &#8220;fanatics&#8221;, unless they&#8217;re actually hurting people or damaging property (and even then, they&#8217;re more morons than &#8220;fanatics&#8221;).</p>
<p>I eat meat, but I don&#8217;t call vegans &#8220;fanatics&#8221;.</p>
<p>Is this so hard to understand? Is it so &#8220;cool&#8221;, or so &#8220;mature&#8221;, to <em>not care</em>? <small>(sometimes, the P* members seem to be in a &#8220;competition&#8221; to be the one who cares <em>the least</em> about everything&#8230;)</small> Are people so conceited that they believe they care about everything <i>exactly the right amount</i>? That caring a little more than they do is unacceptable?</p>
<p>Hmm, this is already too long&#8230; there is now a <a href="http://www.thetlog.net/2006/11/06/linux-fundamentalism-and-the-many-distros-part-2/">part 2</a>, about the &#8220;so many distros harm Linux&#8221; thing. <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2006/11/06/linux-fundamentalism-and-the-many-distros-part-2/' rel='bookmark' title='Permanent Link: Linux, fundamentalism and the many distros (part 2)'>Linux, fundamentalism and the many distros (part 2)</a></li>
<li><a href='http://www.thetlog.net/2005/09/07/linux-and-usability/' rel='bookmark' title='Permanent Link: Linux and usability'>Linux and usability</a></li>
<li><a href='http://www.thetlog.net/2006/10/19/flash-9-for-linux-beta-is-finally-available/' rel='bookmark' title='Permanent Link: Flash 9 for Linux (beta) is finally available'>Flash 9 for Linux (beta) is finally available</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2006/11/03/linux-fundamentalism-and-the-many-distros-part-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash 9 for Linux (beta) is finally available</title>
		<link>http://www.thetlog.net/2006/10/19/flash-9-for-linux-beta-is-finally-available/</link>
		<comments>http://www.thetlog.net/2006/10/19/flash-9-for-linux-beta-is-finally-available/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 16:01:28 +0000</pubDate>
		<dc:creator>Pedro Timóteo</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Unix / Linux / *BSD software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[totalwar]]></category>

		<guid isPermaLink="false">http://www.thetlog.net/2006/10/19/flash-9-for-linux-beta-is-finally-available/</guid>
		<description><![CDATA[(seen on ruimoura.net) At last! Until recently, the newest version was Flash 7, which is only a couple of years old. But now you can download the Flash 9 beta, which is working perfectly here (SUSE 10.1)! Now I can enter TotalWar.com again! EDIT: just switched back to Flash 7. Some pages, such as this [...]


Related posts:<ol><li><a href='http://www.thetlog.net/2007/04/19/using-64-bit-firefox-on-linux/' rel='bookmark' title='Permanent Link: Using 64-bit Firefox on Linux'>Using 64-bit Firefox on Linux</a></li>
<li><a href='http://www.thetlog.net/2008/03/20/firefox-30-beta-4/' rel='bookmark' title='Permanent Link: Firefox 3.0 beta 4'>Firefox 3.0 beta 4</a></li>
<li><a href='http://www.thetlog.net/2005/10/07/firefox-15-beta-2/' rel='bookmark' title='Permanent Link: Firefox 1.5 beta 2'>Firefox 1.5 beta 2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><small>(seen on <a href="http://ruimoura.net/blog/2006/10/19/flash-player-9-finalmente-disponivel-para-linux/">ruimoura.net</a>)</small></p>
<p>At last! Until recently, the newest version was Flash 7, which is only a couple of years old. But now you can download the <a href="http://labs.adobe.com/downloads/flashplayer9.html">Flash 9 beta</a>, which is working perfectly here (SUSE 10.1)!</p>
<p>Now I can enter <a href="http://www.totalwar.com/">TotalWar.com</a> again! <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><b>EDIT:</b> just switched back to Flash 7. Some pages, such as <a href="http://www.forbes.com/business/businesstech/feeds/ap/2006/10/19/ap3105425.html">this one</a>, made the browser hang for several seconds each time I switched to that tab &#8211; and that&#8217;s in a fast computer. It seems the &#8220;beta&#8221; label is well deserved. <img src='http://www.thetlog.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<hr/>Copyright &copy; 2010 <strong><a href="http://www.thetlog.net">The Tlog - a technology blog</a></strong> 

<p>Related posts:<ol><li><a href='http://www.thetlog.net/2007/04/19/using-64-bit-firefox-on-linux/' rel='bookmark' title='Permanent Link: Using 64-bit Firefox on Linux'>Using 64-bit Firefox on Linux</a></li>
<li><a href='http://www.thetlog.net/2008/03/20/firefox-30-beta-4/' rel='bookmark' title='Permanent Link: Firefox 3.0 beta 4'>Firefox 3.0 beta 4</a></li>
<li><a href='http://www.thetlog.net/2005/10/07/firefox-15-beta-2/' rel='bookmark' title='Permanent Link: Firefox 1.5 beta 2'>Firefox 1.5 beta 2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.thetlog.net/2006/10/19/flash-9-for-linux-beta-is-finally-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
