<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Ten things Linux distros get right (that MS doesn&#8217;t)</title>
	<atom:link href="http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/feed/" rel="self" type="application/rss+xml" />
	<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/</link>
	<description>A technical tumblelog of links and articles on programming, design, and other geek interests</description>
	<lastBuildDate>Wed, 02 Jun 2010 20:28:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mx</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6212</link>
		<dc:creator>mx</dc:creator>
		<pubDate>Mon, 01 Jan 2007 18:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6212</guid>
		<description>&lt;p&gt;&lt;b&gt;Comments closed&lt;/b&gt; - Feel free to write about this on your own blog.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><b>Comments closed</b> &#8211; Feel free to write about this on your own blog.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: W. Clark</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6210</link>
		<dc:creator>W. Clark</dc:creator>
		<pubDate>Mon, 01 Jan 2007 18:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6210</guid>
		<description>&lt;p&gt;These lists are always flamebait and some are enlightening.  The first problem is being correct in your posting, the second is stepping out of your perspective.  This post does neither so it is destined to bait status.&lt;/p&gt;

&lt;p&gt;We should work up some statistics on the flames in these things.  The number of people who feel like they have to defend their OS, The number of people who must insult the original poster, the number of strawman arguments...  it would be interesting to see if these rise and fall over the years.&lt;/p&gt;

&lt;p&gt;IMHO all of the OSs offer something unique and nice.  I use Windows because I am most familiar with it and I have to use it at work.  I use Linux because its free and I like to learn new things.  I like both.&lt;/p&gt;

&lt;p&gt;Most of the benefit in any OS is in how it implements something rather than what is implemented.  There are work arounds to just about everything and eventually something new is going to be ported in every possible direction.  &lt;/p&gt;

&lt;p&gt;Overall I&#039;d like Linux to win because it is the underdog, and I always root for the underdog.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>These lists are always flamebait and some are enlightening.  The first problem is being correct in your posting, the second is stepping out of your perspective.  This post does neither so it is destined to bait status.</p>

<p>We should work up some statistics on the flames in these things.  The number of people who feel like they have to defend their OS, The number of people who must insult the original poster, the number of strawman arguments&#8230;  it would be interesting to see if these rise and fall over the years.</p>

<p>IMHO all of the OSs offer something unique and nice.  I use Windows because I am most familiar with it and I have to use it at work.  I use Linux because its free and I like to learn new things.  I like both.</p>

<p>Most of the benefit in any OS is in how it implements something rather than what is implemented.  There are work arounds to just about everything and eventually something new is going to be ported in every possible direction.  </p>

<p>Overall I&#8217;d like Linux to win because it is the underdog, and I always root for the underdog.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mt</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6209</link>
		<dc:creator>mt</dc:creator>
		<pubDate>Mon, 01 Jan 2007 17:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6209</guid>
		<description>&lt;p&gt;&quot;I’ve seen this argument a few times now. Powershell still doesn’t compare to Gnome-terminal (or kterm), with the available Gnu (and other unixisms), at least for me. Given time, maybe it will grow on me (it took me years before I appreciated vim).&quot;&lt;/p&gt;

&lt;p&gt;You obviously haven&#039;t seen powershell manual. Man, UNIX shells don&#039;t even compare to the new powershell console. They had the lead while there was old NT command prompt, but now with PowerShell, IMO they have definitely lost it. PS has far more advanced architecture. Haven&#039;t you ever felt that passing data in text format is wrong way to do it?? Using regexp and other tools to separate data (from text) is wrong too. Machines aren&#039;t working like that. They work best with binary data, and PS works just like that. It passes data through objects. And because it uses .net behind the scenes it has both the power and speed.&lt;/p&gt;

&lt;p&gt;Also, from user&#039;s point of view - MS has cleaned naming convention - unlike how it is in UNIX word where commands are shortened to ambiguous abbreviation with no common rules how to compose them and one has to learn all the commands that he needs, Microsoft has fixed that with &quot;verb-object&quot; naming convention (like &#039;get-process&#039; instead ps, (also abbreviations are possible, so if you like you can use &#039;ps&#039; too)). Also there is also lot less &#039;mess&#039; that is common with UNIX commands.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;I’ve seen this argument a few times now. Powershell still doesn’t compare to Gnome-terminal (or kterm), with the available Gnu (and other unixisms), at least for me. Given time, maybe it will grow on me (it took me years before I appreciated vim).&#8221;</p>

<p>You obviously haven&#8217;t seen powershell manual. Man, UNIX shells don&#8217;t even compare to the new powershell console. They had the lead while there was old NT command prompt, but now with PowerShell, IMO they have definitely lost it. PS has far more advanced architecture. Haven&#8217;t you ever felt that passing data in text format is wrong way to do it?? Using regexp and other tools to separate data (from text) is wrong too. Machines aren&#8217;t working like that. They work best with binary data, and PS works just like that. It passes data through objects. And because it uses .net behind the scenes it has both the power and speed.</p>

<p>Also, from user&#8217;s point of view &#8211; MS has cleaned naming convention &#8211; unlike how it is in UNIX word where commands are shortened to ambiguous abbreviation with no common rules how to compose them and one has to learn all the commands that he needs, Microsoft has fixed that with &#8220;verb-object&#8221; naming convention (like &#8216;get-process&#8217; instead ps, (also abbreviations are possible, so if you like you can use &#8216;ps&#8217; too)). Also there is also lot less &#8216;mess&#8217; that is common with UNIX commands.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Taron</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6184</link>
		<dc:creator>Philip Taron</dc:creator>
		<pubDate>Mon, 01 Jan 2007 08:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6184</guid>
		<description>&lt;p&gt;Hey there,&lt;/p&gt;

&lt;p&gt;I work at Microsoft, so I might be a &lt;em&gt;bit&lt;/em&gt; biased. :) Of couse I speak only for myself below, not my employer.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Putty.&lt;/li&gt;
&lt;li&gt;Absolutely. I don&#039;t want to be the guy to run such a repository, though.&lt;/li&gt;
&lt;li&gt;It&#039;s all about muscle memory. Ctrl-arrow keys to move a word, shift as a selection modifier, and ctrl-c to copy and ctrl-v to paste are wired into my hands. I&#039;m much less productive--an order of magititude less productive--in applications that fail to honor these shortcuts. It&#039;s easy to see how the X shortcuts could be as ingrained.&lt;/li&gt;
&lt;li&gt;http://download.microsoft.com/ does tend to have new stuff all the time, and it&#039;s cool new stuff too! :) The really systemic cool new stuff, like what&#039;s in Vista, has taken too long to come out. Hopefully that&#039;s changing.&lt;/li&gt;
&lt;li&gt;There are many multi-desktop apps currently out there for Windows and with Vista they will work much better (since it has a desktop compositor.) The root issue, why multiple desktops aren&#039;t part of the Windows environment, is a design, history, and usability decision that I do not know the specifics of--but--like the fancy terminal emulator--it strikes me as a 1% feature.&lt;/li&gt;
&lt;li&gt;Pretty much every indispensible tool for Unix has a Windows port. Vim is my personal must-have.&lt;/li&gt;
&lt;li&gt;Yay for Vista, all hail Vista. Far far fewer reboots are now needed.&lt;/li&gt;
&lt;li&gt;Political issue, rather than technical, isn&#039;t it?&lt;/li&gt;
&lt;li&gt;Paranoia is always warranted. :) Isn&#039;t that the lesson of OpenBSD?&lt;/li&gt;
&lt;li&gt;Windows goes farther than giving you choices: it not only gives you choices, it gives you choices about how to want to find those choices. Isn&#039;t that what #2 is complaining about? You&#039;re also going to find, I hope, that the experience of software licensing in Vista is far, far more friendly than WGA was in Windows XP.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I used Linux (Gentoo) and FreeBSD back in college and I still use them occasionally. What I miss from Unix is the ease of the command line. Yes, Windows has cmd.exe and batch scripts and javascript and yes everything can be completed in Windows that can be completed in Unix. BUT--there&#039;s a focus in the Unix world on making command-line tools easy to use that doesnt exist on Windows. The principle of least surprise applies to non-graphical as well as graphical user interfaces. &lt;em&gt;rant off&lt;/em&gt; Hopefully PowerShell will do something here.&lt;/p&gt;

&lt;p&gt;Thanks for posting this even-handed list.&lt;/p&gt;

&lt;p&gt;Yours,
Philip&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey there,</p>

<p>I work at Microsoft, so I might be a <em>bit</em> biased. :) Of couse I speak only for myself below, not my employer.</p>

<ol>
<li>Putty.</li>
<li>Absolutely. I don&#8217;t want to be the guy to run such a repository, though.</li>
<li>It&#8217;s all about muscle memory. Ctrl-arrow keys to move a word, shift as a selection modifier, and ctrl-c to copy and ctrl-v to paste are wired into my hands. I&#8217;m much less productive&#8211;an order of magititude less productive&#8211;in applications that fail to honor these shortcuts. It&#8217;s easy to see how the X shortcuts could be as ingrained.</li>
<li><a href="http://download.microsoft.com/" rel="nofollow">http://download.microsoft.com/</a> does tend to have new stuff all the time, and it&#8217;s cool new stuff too! :) The really systemic cool new stuff, like what&#8217;s in Vista, has taken too long to come out. Hopefully that&#8217;s changing.</li>
<li>There are many multi-desktop apps currently out there for Windows and with Vista they will work much better (since it has a desktop compositor.) The root issue, why multiple desktops aren&#8217;t part of the Windows environment, is a design, history, and usability decision that I do not know the specifics of&#8211;but&#8211;like the fancy terminal emulator&#8211;it strikes me as a 1% feature.</li>
<li>Pretty much every indispensible tool for Unix has a Windows port. Vim is my personal must-have.</li>
<li>Yay for Vista, all hail Vista. Far far fewer reboots are now needed.</li>
<li>Political issue, rather than technical, isn&#8217;t it?</li>
<li>Paranoia is always warranted. :) Isn&#8217;t that the lesson of OpenBSD?</li>
<li>Windows goes farther than giving you choices: it not only gives you choices, it gives you choices about how to want to find those choices. Isn&#8217;t that what #2 is complaining about? You&#8217;re also going to find, I hope, that the experience of software licensing in Vista is far, far more friendly than WGA was in Windows XP.</li>
</ol>

<p>I used Linux (Gentoo) and FreeBSD back in college and I still use them occasionally. What I miss from Unix is the ease of the command line. Yes, Windows has cmd.exe and batch scripts and javascript and yes everything can be completed in Windows that can be completed in Unix. BUT&#8211;there&#8217;s a focus in the Unix world on making command-line tools easy to use that doesnt exist on Windows. The principle of least surprise applies to non-graphical as well as graphical user interfaces. <em>rant off</em> Hopefully PowerShell will do something here.</p>

<p>Thanks for posting this even-handed list.</p>

<p>Yours,
Philip</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6182</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Mon, 01 Jan 2007 06:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6182</guid>
		<description>&lt;p&gt;I have to disagree with 2).&lt;/p&gt;

&lt;p&gt;I&#039;ve tried using SuSE and Ubuntu and I&#039;ve run into the same brick wall both times, to whit: if it came with the distro and is pre-listed in the package manager - no problem, but if it is downloaded from the net, it isn&#039;t going to happen. I&#039;ve tried compiling from source, RPM&#039;s, self-extracting binaries and not a single one of the half dozen programs is even close to working. I&#039;ve read man pages, info pages, books by O&#039;Reilly, Sybex and Wiley; I&#039;ve religiously followed recipes from the web and had absolutely no joy of any kind.&lt;/p&gt;

&lt;p&gt;The problem seems to me to be that installing unapproved software on Windows is designed to be something any idiot user can do (which has pluses and minuses to it, I know) and Unix is designed so that only the most adept and knowledgeable system administrators can install unapproved software on it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have to disagree with 2).</p>

<p>I&#8217;ve tried using SuSE and Ubuntu and I&#8217;ve run into the same brick wall both times, to whit: if it came with the distro and is pre-listed in the package manager &#8211; no problem, but if it is downloaded from the net, it isn&#8217;t going to happen. I&#8217;ve tried compiling from source, RPM&#8217;s, self-extracting binaries and not a single one of the half dozen programs is even close to working. I&#8217;ve read man pages, info pages, books by O&#8217;Reilly, Sybex and Wiley; I&#8217;ve religiously followed recipes from the web and had absolutely no joy of any kind.</p>

<p>The problem seems to me to be that installing unapproved software on Windows is designed to be something any idiot user can do (which has pluses and minuses to it, I know) and Unix is designed so that only the most adept and knowledgeable system administrators can install unapproved software on it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Donate to F/OSS</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6179</link>
		<dc:creator>Donate to F/OSS</dc:creator>
		<pubDate>Mon, 01 Jan 2007 04:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6179</guid>
		<description>&lt;p&gt;I find it surprising that some are arguing that Windows even approaches Linux for package management--searching, installation, dependency management, UPDATES, are all infinitely easier with a central package repository which has thousands of packages and a majority of apps you&#039;d ever want to install.  This is faster and easier than google or download.com.  And, if an app isn&#039;t in your repository, you can often find it via google or freshmeat or any of numerous other sites.  You can often find binaries in addition to source.  (Yes, sometimes you have to deal with dependency hell if you do this.  But Windows has DLL hell too!).  &lt;/p&gt;

&lt;p&gt;I&#039;ve found deinstallation of packages from Linux repositories to be cleaner than deinstallation via add/remove programs in Windows.  For the person on FreeBSD who has manually installed software, read instructions that came with the program.  Oftentimes you can &#039;make deinstall&#039; or similar (or never performa a make install &amp; just put the binaries you&#039;ve made in a subdirectory which you can later rm).&lt;/p&gt;

&lt;p&gt;Linux does have many commercial apps.  Check out many listed:
http://tldp.org/HOWTO/Commercial-HOWTO.html
This is from 1999 &amp; the number of apps has only increased.  Also, commercial support infrastructures are quite common.&lt;/p&gt;

&lt;p&gt;Maki&#039;s anti-shell argument is a riot.  The thing with Linux is that it offers you a choice--it does have a very powerful GUI, but also has a very powerful CLI.  Windows had a relatively poor CLI by default.  Text-based input can still be used to manipulate multimedia &amp; you can listen to them from the CLI or can open them in a graphical viewer after having made or modified them in the CLI.&lt;/p&gt;

&lt;p&gt;I&#039;ll gladly take Maki&#039;s challenge of graphical editing in CLI vs GUI.  Except, I&#039;ll up the odds: take 100 images, add a line to all of them, add a timestamp under that line, and resize them.  Maki can you Paintbrush. I&#039;ll use imagemagick.&lt;/p&gt;

&lt;p&gt;This is trite, I know--the point is that Maki is making a false choice--noone HAS to use a CLI in Linux.  They have the ability to choose to use a CLI when it would be more efficient and more effective.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I find it surprising that some are arguing that Windows even approaches Linux for package management&#8211;searching, installation, dependency management, UPDATES, are all infinitely easier with a central package repository which has thousands of packages and a majority of apps you&#8217;d ever want to install.  This is faster and easier than google or download.com.  And, if an app isn&#8217;t in your repository, you can often find it via google or freshmeat or any of numerous other sites.  You can often find binaries in addition to source.  (Yes, sometimes you have to deal with dependency hell if you do this.  But Windows has DLL hell too!).  </p>

<p>I&#8217;ve found deinstallation of packages from Linux repositories to be cleaner than deinstallation via add/remove programs in Windows.  For the person on FreeBSD who has manually installed software, read instructions that came with the program.  Oftentimes you can &#8216;make deinstall&#8217; or similar (or never performa a make install &amp; just put the binaries you&#8217;ve made in a subdirectory which you can later rm).</p>

<p>Linux does have many commercial apps.  Check out many listed:
<a href="http://tldp.org/HOWTO/Commercial-HOWTO.html" rel="nofollow">http://tldp.org/HOWTO/Commercial-HOWTO.html</a>
This is from 1999 &amp; the number of apps has only increased.  Also, commercial support infrastructures are quite common.</p>

<p>Maki&#8217;s anti-shell argument is a riot.  The thing with Linux is that it offers you a choice&#8211;it does have a very powerful GUI, but also has a very powerful CLI.  Windows had a relatively poor CLI by default.  Text-based input can still be used to manipulate multimedia &amp; you can listen to them from the CLI or can open them in a graphical viewer after having made or modified them in the CLI.</p>

<p>I&#8217;ll gladly take Maki&#8217;s challenge of graphical editing in CLI vs GUI.  Except, I&#8217;ll up the odds: take 100 images, add a line to all of them, add a timestamp under that line, and resize them.  Maki can you Paintbrush. I&#8217;ll use imagemagick.</p>

<p>This is trite, I know&#8211;the point is that Maki is making a false choice&#8211;noone HAS to use a CLI in Linux.  They have the ability to choose to use a CLI when it would be more efficient and more effective.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: RS</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6177</link>
		<dc:creator>RS</dc:creator>
		<pubDate>Mon, 01 Jan 2007 03:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6177</guid>
		<description>&lt;p&gt;While I as well use Linux, Unix, and Windows on a daily basis, I have to disagree with a few points from usability and scalability standpoints. Please note, I work in a large corporate environment where we have thousands of servers, and probably close to 100k desktops so my experiences may not hold true for smaller shops.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;There are decent term emulators available for Windows, they are just not packaged with the distro from MS. I myself use putty and/or the f-secure client and have no issues getting everything done that I need to. Are all of the various clients free? No. but free isn&#039;t always a requirement either.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There are ways to automate the build process for Windoes systems as well as Linux systems. I can have a new Windows based server built in under 3 hours to our corporate standards using automated methods, basically booting to a CD or DVD disk or image, supplying IP and hostname information and walking away. I can do this sitting in front of the machine or from 3000 miles away. Is it perfect? No. Does it work 99.9% of the time? You bet. We have a similar process for out standard Linux build that takes about the same time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;As stated before, Power toys from MS can handle all of the gripes here.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Frequesnt painless patching? Not on any platform! You try patching a couple hundred Linux boxes and you will see your productivity numbers drop significantly. Do you have to load more patches on Windows? Without a doubt. Can I use a product to automatically update those Windows boxes more easily than my Linux boxes? Also, without a doubt. There are more commercial products available to handle patch management for Windows than for Linux. We also have more issues with patches breaking binary compatibility for our Linux and Unix systems than with the Windows systems. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Multiple desktops? Power toys and/or additional monitors. I use both.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I use vim on Windows. I also use pspad (www.pspad.com) and pfedit, and of course, notepad in a pinch.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No reboots? yeah right. Windows systems do require more reboots for patching or updates, but in a large corporate environment we find that flaky code can exist in either environment. It does more damage to the Windows systems, but we do have to reboot the Linux systems at times too.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open formats are open regardless of the platform. If there isn&#039;t a Windows port, there is generally someone working on one. I haven&#039;t had any issues finding what I need here as well.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If you look up the history of viruses (http://www.cknow.com/vtutor/HistoryofViruses.html) you will see that the first virus was written for the Apple II, the second written for Unix. Right now, Windows is a good target for script kiddies and the likes... in the future, who knows? &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No arguments really, I find that advanced users have to work harder no matter what the focus to get the respect you deserve.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Bare in mind, I am not trying to argue with you on your points, mearly expand on them and offer a different or expanded perspective. I find there are pluses and minuses to all platforms and ultimately there is a reason they all still exist. I have yet to find the perfect platform for everything. I appreciate the hard work you put into your article as well.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>While I as well use Linux, Unix, and Windows on a daily basis, I have to disagree with a few points from usability and scalability standpoints. Please note, I work in a large corporate environment where we have thousands of servers, and probably close to 100k desktops so my experiences may not hold true for smaller shops.</p>

<ol>
<li><p>There are decent term emulators available for Windows, they are just not packaged with the distro from MS. I myself use putty and/or the f-secure client and have no issues getting everything done that I need to. Are all of the various clients free? No. but free isn&#8217;t always a requirement either.</p></li>
<li><p>There are ways to automate the build process for Windoes systems as well as Linux systems. I can have a new Windows based server built in under 3 hours to our corporate standards using automated methods, basically booting to a CD or DVD disk or image, supplying IP and hostname information and walking away. I can do this sitting in front of the machine or from 3000 miles away. Is it perfect? No. Does it work 99.9% of the time? You bet. We have a similar process for out standard Linux build that takes about the same time.</p></li>
<li><p>As stated before, Power toys from MS can handle all of the gripes here.</p></li>
<li><p>Frequesnt painless patching? Not on any platform! You try patching a couple hundred Linux boxes and you will see your productivity numbers drop significantly. Do you have to load more patches on Windows? Without a doubt. Can I use a product to automatically update those Windows boxes more easily than my Linux boxes? Also, without a doubt. There are more commercial products available to handle patch management for Windows than for Linux. We also have more issues with patches breaking binary compatibility for our Linux and Unix systems than with the Windows systems. </p></li>
<li><p>Multiple desktops? Power toys and/or additional monitors. I use both.</p></li>
<li><p>I use vim on Windows. I also use pspad (www.pspad.com) and pfedit, and of course, notepad in a pinch.</p></li>
<li><p>No reboots? yeah right. Windows systems do require more reboots for patching or updates, but in a large corporate environment we find that flaky code can exist in either environment. It does more damage to the Windows systems, but we do have to reboot the Linux systems at times too.</p></li>
<li><p>Open formats are open regardless of the platform. If there isn&#8217;t a Windows port, there is generally someone working on one. I haven&#8217;t had any issues finding what I need here as well.</p></li>
<li><p>If you look up the history of viruses (<a href="http://www.cknow.com/vtutor/HistoryofViruses.html" rel="nofollow">http://www.cknow.com/vtutor/HistoryofViruses.html</a>) you will see that the first virus was written for the Apple II, the second written for Unix. Right now, Windows is a good target for script kiddies and the likes&#8230; in the future, who knows? </p></li>
<li><p>No arguments really, I find that advanced users have to work harder no matter what the focus to get the respect you deserve.</p></li>
</ol>

<p>Bare in mind, I am not trying to argue with you on your points, mearly expand on them and offer a different or expanded perspective. I find there are pluses and minuses to all platforms and ultimately there is a reason they all still exist. I have yet to find the perfect platform for everything. I appreciate the hard work you put into your article as well.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Maki</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6175</link>
		<dc:creator>Maki</dc:creator>
		<pubDate>Mon, 01 Jan 2007 00:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6175</guid>
		<description>&lt;p&gt;ALL -  the link I&#039;ve provided to a page where i talk about some of the common misconceptions about Linux has been changed by the parses on this site. I&#039;ve just noticed that my site was logging a lot of &quot;page not found 404&quot; errors. 
Guess what - when I&#039;ve submitted my comments here, I&#039;ve copied the URL for the article from the browser. When my comments appeared on the site after &quot;moderation&quot; the link was changed. I&#039;ve created an alias for the malformed URL, so the right page would come up anyway. &lt;/p&gt;

&lt;p&gt;http://www.hypersensory.com/linuxvswindows&lt;/p&gt;

&lt;p&gt;To those who argued that Shell is almighty and powerful enough for anything - try to do something more fun than looking for a string of code in your files. &lt;/p&gt;

&lt;p&gt;THE problem with shell is that the returned information can only be viewed as ASCII. So anything more complex than text of some sort, is impossible. Yes, i know i can make image or even watch a movie in ASCII, but who would do it more than once (to just check it out?).&lt;/p&gt;

&lt;p&gt;Someone has mentioned image manipulation - i dare you to edit a picture or even draw one in shell in the same way it can be done in the most primitive editor in the world - MS Paint.&lt;/p&gt;

&lt;p&gt;You just can&#039;t do enough useful stuff in Shell that most people do in graphical interface. I&#039;m not saying shell is useless, but it is just not as useful as GUI.&lt;/p&gt;

&lt;p&gt;GUI is times and times again more powerful than shell, because people can receive and manage information on the screen easier.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ALL &#8211;  the link I&#8217;ve provided to a page where i talk about some of the common misconceptions about Linux has been changed by the parses on this site. I&#8217;ve just noticed that my site was logging a lot of &#8220;page not found 404&#8243; errors. 
Guess what &#8211; when I&#8217;ve submitted my comments here, I&#8217;ve copied the URL for the article from the browser. When my comments appeared on the site after &#8220;moderation&#8221; the link was changed. I&#8217;ve created an alias for the malformed URL, so the right page would come up anyway. </p>

<p><a href="http://www.hypersensory.com/linuxvswindows" rel="nofollow">http://www.hypersensory.com/linuxvswindows</a></p>

<p>To those who argued that Shell is almighty and powerful enough for anything &#8211; try to do something more fun than looking for a string of code in your files. </p>

<p>THE problem with shell is that the returned information can only be viewed as ASCII. So anything more complex than text of some sort, is impossible. Yes, i know i can make image or even watch a movie in ASCII, but who would do it more than once (to just check it out?).</p>

<p>Someone has mentioned image manipulation &#8211; i dare you to edit a picture or even draw one in shell in the same way it can be done in the most primitive editor in the world &#8211; MS Paint.</p>

<p>You just can&#8217;t do enough useful stuff in Shell that most people do in graphical interface. I&#8217;m not saying shell is useless, but it is just not as useful as GUI.</p>

<p>GUI is times and times again more powerful than shell, because people can receive and manage information on the screen easier.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: gvim</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6174</link>
		<dc:creator>gvim</dc:creator>
		<pubDate>Mon, 01 Jan 2007 00:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6174</guid>
		<description>&lt;p&gt;OS X, Linux, Windows are all basically the same.   I use VI on all of them.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OS X, Linux, Windows are all basically the same.   I use VI on all of them.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: mx</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6163</link>
		<dc:creator>mx</dc:creator>
		<pubDate>Sun, 31 Dec 2006 21:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6163</guid>
		<description>&lt;p&gt;Thanks everyone for the interesting, thoughtful comments.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;1) Powershell closes the gap easily&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I&#039;ve seen this argument a few times now.  Powershell still doesn&#039;t compare to Gnome-terminal (or kterm), with the available Gnu (and other unixisms), at least for me.  Given time, maybe it will grow on me (it took me years before I appreciated vim).&lt;/p&gt;

&lt;p&gt;I actually have found add-ons for most of my nits for XP.  The problem is that they&#039;re add-ons, not part of the core distro (hence MS is missing out).  For improved terminal goodness, for example, I use &lt;a href=&quot;http://en.poderosa.org/download/binary.html&quot; rel=&quot;nofollow&quot;&gt;poderosa&lt;/a&gt; with [Cygwin].  It&#039;s a vast improvement over the default shell, but I have to install it on every XP machine I work on (takes time).&lt;/p&gt;

&lt;p&gt;Even with multi-desktops, there &lt;em&gt;are&lt;/em&gt; many solutions for XP.  The problem is mapping key bindings and features so that I can switch between them.  The default Gnome/Metacity switcher is nice (as is KDE&#039;s).  The Window&#039;s powertool  is nowhere near as well done, and it breaks many applications (so I end up not using it).  &lt;/p&gt;

&lt;p&gt;Building this stuff into the base is why I personally find my Ubuntu desktop so much fun.  Note that I still use XP regularly: it&#039;s still a very reasonable OS.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks everyone for the interesting, thoughtful comments.</p>

<blockquote>
  <p>1) Powershell closes the gap easily</p>
</blockquote>

<p>I&#8217;ve seen this argument a few times now.  Powershell still doesn&#8217;t compare to Gnome-terminal (or kterm), with the available Gnu (and other unixisms), at least for me.  Given time, maybe it will grow on me (it took me years before I appreciated vim).</p>

<p>I actually have found add-ons for most of my nits for XP.  The problem is that they&#8217;re add-ons, not part of the core distro (hence MS is missing out).  For improved terminal goodness, for example, I use <a href="http://en.poderosa.org/download/binary.html" rel="nofollow">poderosa</a> with <a rel="tag" target="_new" href="http://google.com/search?q=cygwin&amp;btnI=">Cygwin</a>.  It&#8217;s a vast improvement over the default shell, but I have to install it on every XP machine I work on (takes time).</p>

<p>Even with multi-desktops, there <em>are</em> many solutions for XP.  The problem is mapping key bindings and features so that I can switch between them.  The default Gnome/Metacity switcher is nice (as is KDE&#8217;s).  The Window&#8217;s powertool  is nowhere near as well done, and it breaks many applications (so I end up not using it).  </p>

<p>Building this stuff into the base is why I personally find my Ubuntu desktop so much fun.  Note that I still use XP regularly: it&#8217;s still a very reasonable OS.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6162</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 31 Dec 2006 21:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6162</guid>
		<description>&lt;p&gt;1) Powershell closes the gap easily
2) Granted.  It is nice that most Linux apps are free and some even are better than their proprietary counterparts.
3) Personal preference
4) WU is painless.
5) Personal preference
6) Granted.
7) Granted.
8) The list of people who look at their computer and bask in the openness of the its protocols is vanishingly small, my nerdy friend.
9) Granted.  I think this is more a function of dumb users though.
10) Do you stand outside the library or store protesting the detector gates because it means they consider you to be a criminal?  All I can say is, there are a hell of a lot of criminals out there.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>1) Powershell closes the gap easily
2) Granted.  It is nice that most Linux apps are free and some even are better than their proprietary counterparts.
3) Personal preference
4) WU is painless.
5) Personal preference
6) Granted.
7) Granted.
8) The list of people who look at their computer and bask in the openness of the its protocols is vanishingly small, my nerdy friend.
9) Granted.  I think this is more a function of dumb users though.
10) Do you stand outside the library or store protesting the detector gates because it means they consider you to be a criminal?  All I can say is, there are a hell of a lot of criminals out there.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Behnam Baharmand</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6158</link>
		<dc:creator>Behnam Baharmand</dc:creator>
		<pubDate>Sun, 31 Dec 2006 19:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6158</guid>
		<description>&lt;p&gt;Great rundown&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great rundown</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Raja</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6157</link>
		<dc:creator>Raja</dc:creator>
		<pubDate>Sun, 31 Dec 2006 18:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6157</guid>
		<description>&lt;p&gt;I am more of an average user than a developer and wanted to give my point of view having used (and continuing to use) both windows (XP SP2) and Linux (Ubuntu edgy).
  1. Not just for developers, amazingly useful for any user. Once you get the hang of it (in a few days), you never want to do things from a GUI when you can do it from the terminal. 
  2. A central repository with package managers is probably the most important reason why Linux is superior to Windows. No more searching for 3rd party applications, not knowing if &#039;free&#039; means time limited demos or spyware or really free software. Sure, I love my apt too.
   4. I too have 3d desktop (beryl) running smoothly and lots of other new things, more probably than windows users will see when they finaly get Vista.
   5. You got it absolutely right there. I use an application to simulate multiple desktops on my windows pc at work, but it still is not the same as the real thing. 
   7. No reboots and no system crashes either. 
   10. Probably the most important reason that drove me to Linux. You are not anymore treated as a dumbo.&lt;/p&gt;

&lt;p&gt;And by the way, Maki, you sure have to be kidding about something. I mean you cant really be using both systems and say something like the &#039;using the mouse is faster than using the terminal&#039; or that you have not heard of proprietary formats in windows !&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am more of an average user than a developer and wanted to give my point of view having used (and continuing to use) both windows (XP SP2) and Linux (Ubuntu edgy).
  1. Not just for developers, amazingly useful for any user. Once you get the hang of it (in a few days), you never want to do things from a GUI when you can do it from the terminal. 
  2. A central repository with package managers is probably the most important reason why Linux is superior to Windows. No more searching for 3rd party applications, not knowing if &#8216;free&#8217; means time limited demos or spyware or really free software. Sure, I love my apt too.
   4. I too have 3d desktop (beryl) running smoothly and lots of other new things, more probably than windows users will see when they finaly get Vista.
   5. You got it absolutely right there. I use an application to simulate multiple desktops on my windows pc at work, but it still is not the same as the real thing. 
   7. No reboots and no system crashes either. 
   10. Probably the most important reason that drove me to Linux. You are not anymore treated as a dumbo.</p>

<p>And by the way, Maki, you sure have to be kidding about something. I mean you cant really be using both systems and say something like the &#8216;using the mouse is faster than using the terminal&#8217; or that you have not heard of proprietary formats in windows !</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-2/#comment-6156</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 31 Dec 2006 18:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6156</guid>
		<description>&lt;p&gt;To the morons who are disagreeing with the author:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;The terminal IS faster than using a mouse, if you know how to use it. If you can do something with your mouse, you can do it in the terminal, I guarantee it. Except for 3D games, of course.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Finding an app in Linux that does what you want is as easy as &lt;code&gt;$ apt-cache search whateveryouwant&lt;/code&gt; That will search the repository of roughly 20,000 apps, for whatever you want.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;To do an update in Windows, you ave to go to their website, install the update manager stuff, validate your Windows crap with a little .exe, and then you can update (and reboot)
In a Linux distro using apt, you get all of that preinstalled, and it just says &quot;# updates Available.&quot; You click install, enter your password, and then they&#039;re up and running. Unless you&#039;re recompiling your kernel, you&#039;ll never have to reboot.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I use multiple desktops, and I stay organized. I have 4 desktops. One for Firefox, one for text tools (OpenOffice, vim, etc.,) one for personal stuff, like Gaim and Rhythmbox, and then one for development and such, like Python and the terminal.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You just don&#039;t like vim because you don&#039;t know how to use it. If you knew how, I guarantee it would become the most useful tool on your system.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The thing with Linux and rebooting, is that when you run an app in Linux, it loads the binaries into the RAM. That way, you can modify anything, you can even delete the program, and it will still run until clear the RAM. This is useful, because you can modify programs (updates, patches) and then just reload the program, and it&#039;s working. The only time you need to reboot in Linux is if you recompile the kernel.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now this is just ridiculous. Linux uses OpenSSH, Windows doesn&#039;t. Linux uses open-source network drivers, etc.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What? Are you crazy? OpenSSH and ProFTPd are thousands of times more secure than MS&#039;s RDP.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;And most importantly, @ Justin Silverton
&quot;Something linux is missing is the ability for developers to write commercial applications (I haven’t seen many successful, commercial, linux apps). This is an important driving force for any operating system.&quot;
Oh. Apparently Apache, PHP and MySQL (open-source apps) that serve over 70% of the pages you go to aren&#039;t successful and used commercially. Shall I continue? OpenOffice.org, GNUCash, Firefox, MediaWiki, Blender 3D. What?! More?! SourceForge.net, Samba, PostgreSQL, SQLite, and GNU/Linux.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To the morons who are disagreeing with the author:</p>

<ol>
<li><p>The terminal IS faster than using a mouse, if you know how to use it. If you can do something with your mouse, you can do it in the terminal, I guarantee it. Except for 3D games, of course.</p></li>
<li><p>Finding an app in Linux that does what you want is as easy as <code>$ apt-cache search whateveryouwant</code> That will search the repository of roughly 20,000 apps, for whatever you want.</p></li>
<li><p>To do an update in Windows, you ave to go to their website, install the update manager stuff, validate your Windows crap with a little .exe, and then you can update (and reboot)
In a Linux distro using apt, you get all of that preinstalled, and it just says &#8220;# updates Available.&#8221; You click install, enter your password, and then they&#8217;re up and running. Unless you&#8217;re recompiling your kernel, you&#8217;ll never have to reboot.</p></li>
<li><p>I use multiple desktops, and I stay organized. I have 4 desktops. One for Firefox, one for text tools (OpenOffice, vim, etc.,) one for personal stuff, like Gaim and Rhythmbox, and then one for development and such, like Python and the terminal.</p></li>
<li><p>You just don&#8217;t like vim because you don&#8217;t know how to use it. If you knew how, I guarantee it would become the most useful tool on your system.</p></li>
<li><p>The thing with Linux and rebooting, is that when you run an app in Linux, it loads the binaries into the RAM. That way, you can modify anything, you can even delete the program, and it will still run until clear the RAM. This is useful, because you can modify programs (updates, patches) and then just reload the program, and it&#8217;s working. The only time you need to reboot in Linux is if you recompile the kernel.</p></li>
<li><p>Now this is just ridiculous. Linux uses OpenSSH, Windows doesn&#8217;t. Linux uses open-source network drivers, etc.</p></li>
<li><p>What? Are you crazy? OpenSSH and ProFTPd are thousands of times more secure than MS&#8217;s RDP.</p></li>
</ol>

<p>And most importantly, @ Justin Silverton
&#8220;Something linux is missing is the ability for developers to write commercial applications (I haven’t seen many successful, commercial, linux apps). This is an important driving force for any operating system.&#8221;
Oh. Apparently Apache, PHP and MySQL (open-source apps) that serve over 70% of the pages you go to aren&#8217;t successful and used commercially. Shall I continue? OpenOffice.org, GNUCash, Firefox, MediaWiki, Blender 3D. What?! More?! SourceForge.net, Samba, PostgreSQL, SQLite, and GNU/Linux.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jhn</title>
		<link>http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/comment-page-1/#comment-6155</link>
		<dc:creator>jhn</dc:creator>
		<pubDate>Sun, 31 Dec 2006 18:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://warpedvisions.org/2006/12/30/ten-things-linux-distros-get-right-that-ms-doesnt/#comment-6155</guid>
		<description>&lt;p&gt;All-in-one application sources are dumb, dumb, dumb.  I much prefer downloading OS X application bundles directly from the developer than hoping as I do in Ubuntu that someone has been kind enough to update the repository.  What&#039;s annoying in both Windows and Linux is having to &quot;install&quot; and &quot;uninstall&quot; software instead of just downloading, moving around, and deleting the single file that is the entire application.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>All-in-one application sources are dumb, dumb, dumb.  I much prefer downloading OS X application bundles directly from the developer than hoping as I do in Ubuntu that someone has been kind enough to update the repository.  What&#8217;s annoying in both Windows and Linux is having to &#8220;install&#8221; and &#8220;uninstall&#8221; software instead of just downloading, moving around, and deleting the single file that is the entire application.</p>]]></content:encoded>
	</item>
</channel>
</rss>
