<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: Why is Linux Better?	</title>
	<atom:link href="https://gregladen.com/blog/2007/12/06/why-is-linux-better/feed/" rel="self" type="application/rss+xml" />
	<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/</link>
	<description></description>
	<lastBuildDate>Fri, 07 Dec 2007 12:13:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>
	<item>
		<title>
		By: Dunc		</title>
		<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/#comment-1434</link>

		<dc:creator><![CDATA[Dunc]]></dc:creator>
		<pubDate>Fri, 07 Dec 2007 12:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/12/06/why-is-linux-better/#comment-1434</guid>

					<description><![CDATA[&lt;blockquote&gt;I&#039;ve been using linux for a few years now, and I have yet to have any software &quot;break&quot; because of the idea of having the API updated.&lt;/blockquote&gt;Sure, but &lt;i&gt;your&lt;/i&gt; software needs may not be representative. From what I&#039;ve seen, the software lifecycle in an academic or scientific environment is rather different to that in business. In many cases, a lot of stuff just doesn&#039;t get updated &lt;i&gt;ever&lt;/i&gt; unless you can make a compelling business (ie financial bottom-line) case for it. In others, every single application (or update) has to go through a lengthy and and very expensive validation process.Kicking the problem downstream to application developers is all very well if they&#039;re doing it for fun, or if they&#039;ve got a good ongoing development effort. However, if you go to a business user and tell them they need to get someone in to patch up a bespoke app that they&#039;ve been using completely unchanged for years, and that this will cost them money, they&#039;ll throw you out in the street. There&#039;s a vast ecosystem of really crappy old VB apps out there that no-one even has the source code for anymore. Yes, this is terrible from a software development perspective - but the business &lt;i&gt;doesn&#039;t care&lt;/i&gt;.]]></description>
			<content:encoded><![CDATA[<blockquote><p>I&#8217;ve been using linux for a few years now, and I have yet to have any software &#8220;break&#8221; because of the idea of having the API updated.</p></blockquote>
<p>Sure, but <i>your</i> software needs may not be representative. From what I&#8217;ve seen, the software lifecycle in an academic or scientific environment is rather different to that in business. In many cases, a lot of stuff just doesn&#8217;t get updated <i>ever</i> unless you can make a compelling business (ie financial bottom-line) case for it. In others, every single application (or update) has to go through a lengthy and and very expensive validation process.Kicking the problem downstream to application developers is all very well if they&#8217;re doing it for fun, or if they&#8217;ve got a good ongoing development effort. However, if you go to a business user and tell them they need to get someone in to patch up a bespoke app that they&#8217;ve been using completely unchanged for years, and that this will cost them money, they&#8217;ll throw you out in the street. There&#8217;s a vast ecosystem of really crappy old VB apps out there that no-one even has the source code for anymore. Yes, this is terrible from a software development perspective &#8211; but the business <i>doesn&#8217;t care</i>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Webs		</title>
		<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/#comment-1433</link>

		<dc:creator><![CDATA[Webs]]></dc:creator>
		<pubDate>Fri, 07 Dec 2007 11:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/12/06/why-is-linux-better/#comment-1433</guid>

					<description><![CDATA[&lt;blockquote&gt;It&#039;s easy to say that when you&#039;re one of the very few people who don&#039;t use obsolete software or equipment.Do you realise that people are still using computers that are ten years old? And even older software, mixed in with the latest stuff? Maybe Linux is only used by those who can afford a new computer every year.&lt;/blockquote&gt;This commentator has obviously never tried to install Windows XP or Vista on an old system and has no idea what they are talking about at all! I haven&#039;t laughed this hard in awhile.The idea of removing obsolete functions from the Linux API is because there are plenty that are no longer being used. For instance, why would anyone still need kernel functions for 5 1/4 floppy drives? These functions are removed or added to existing functions to keep the Linux kernel more streamlined.But besides that, for those that think a stable API is a good thing, I would love to see you take the newest OS from M$ and apply an older kernel with those functions in it. Or better yet, re-compile the kernel to work with your hardware. Oh what&#039;s that, you can&#039;t. Exactly!Or better yet, take the newest stable release of Knoppix or Ubuntu and put it on a ten year system. Then do the same with Vista. Let me know which works better for you. Okay, I will be fair and allow you to put XP. Oh that didn&#039;t work either... Well even if you could, try taking a guess at which one works better or faster. Guess which one you can run a desktop manager on. That&#039;s right, just the other week someone got Compiz Fusion running on a P3 900mhz system. Try running Aero Glass and Vista on that.&lt;blockquote&gt;Not keeping stable APIs makes the job of the OS developer easier, but it plays absolute Hell on anybody who develops downstream.&lt;/blockquote&gt;When people hear &quot;Non stable API&quot; they think non stable in terms of a program that is stable or non-stable. What the Linux world means when they say non-stable, is that the Linux Kernel can change, it can evolve, it isn&#039;t stuck with what it previously had.A stable API means, once it is stable and operating, &lt;strong&gt;it can never be changed&lt;/strong&gt;, only added to, for newer functions and compatibility. I fail to see how this is a good thing. Basically at some point in the future M$ is going to have to decide to scrap their current kernel and start all over again with a new system or the same system without the older functions and old hardware compatibility. Because they are going to get to the point where the kernel is so large and convoluted it just bogs down the system and fails to run properly. Maybe this is the problem with Vista.]]></description>
			<content:encoded><![CDATA[<blockquote><p>It&#8217;s easy to say that when you&#8217;re one of the very few people who don&#8217;t use obsolete software or equipment.Do you realise that people are still using computers that are ten years old? And even older software, mixed in with the latest stuff? Maybe Linux is only used by those who can afford a new computer every year.</p></blockquote>
<p>This commentator has obviously never tried to install Windows XP or Vista on an old system and has no idea what they are talking about at all! I haven&#8217;t laughed this hard in awhile.The idea of removing obsolete functions from the Linux API is because there are plenty that are no longer being used. For instance, why would anyone still need kernel functions for 5 1/4 floppy drives? These functions are removed or added to existing functions to keep the Linux kernel more streamlined.But besides that, for those that think a stable API is a good thing, I would love to see you take the newest OS from M$ and apply an older kernel with those functions in it. Or better yet, re-compile the kernel to work with your hardware. Oh what&#8217;s that, you can&#8217;t. Exactly!Or better yet, take the newest stable release of Knoppix or Ubuntu and put it on a ten year system. Then do the same with Vista. Let me know which works better for you. Okay, I will be fair and allow you to put XP. Oh that didn&#8217;t work either&#8230; Well even if you could, try taking a guess at which one works better or faster. Guess which one you can run a desktop manager on. That&#8217;s right, just the other week someone got Compiz Fusion running on a P3 900mhz system. Try running Aero Glass and Vista on that.</p>
<blockquote><p>Not keeping stable APIs makes the job of the OS developer easier, but it plays absolute Hell on anybody who develops downstream.</p></blockquote>
<p>When people hear &#8220;Non stable API&#8221; they think non stable in terms of a program that is stable or non-stable. What the Linux world means when they say non-stable, is that the Linux Kernel can change, it can evolve, it isn&#8217;t stuck with what it previously had.A stable API means, once it is stable and operating, <strong>it can never be changed</strong>, only added to, for newer functions and compatibility. I fail to see how this is a good thing. Basically at some point in the future M$ is going to have to decide to scrap their current kernel and start all over again with a new system or the same system without the older functions and old hardware compatibility. Because they are going to get to the point where the kernel is so large and convoluted it just bogs down the system and fails to run properly. Maybe this is the problem with Vista.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MattXIV		</title>
		<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/#comment-1432</link>

		<dc:creator><![CDATA[MattXIV]]></dc:creator>
		<pubDate>Fri, 07 Dec 2007 11:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/12/06/why-is-linux-better/#comment-1432</guid>

					<description><![CDATA[Greg,Linux will run faster and more reliably because it offloads the API-related maintenance tasks to the downstream developer.  But this creates a lot more work for the downstream developers and administrators since they need to produce and install updates to match the new APIs more often.  This design philosophy is why Linux more popular for servers, which are generally fewer in number and monitored by knowledgeable people and frequently have peformance and stability prioritized over easy maintenance, than PCs.As the presentation itself says, this is one of the common reasons that people chose not to develop on Linux.  You may not have much of an issue maintaining your own Linux PC, but I take it you&#039;re not writing device drivers or trying to maintain a client-server app over a couple hundred PCs.  The API stability issue isn&#039;t specific to the OS-app level.  It occurs within the development of a single app, in interpretative languages, in client-server development, and so on and so forth.  This is a universal issue in software development.The answer Kroah-Hartman gives is to more or less tell the downstream guys that its their problem, not the kernel developers - it&#039;s a very &quot;over the wall&quot; attitude and the attempt to play off API instability as a strength rather than the downside of a tradeoff is an insult to the intelligence of anybody he&#039;s trying to convince to develop on Linux.  Quit being such a fanboy and think about it - and don&#039;t cite the &quot;reality&quot; of the fact that Linux runs fine on your PC as proof that Linux is a superior platform for development.  The &quot;reality&quot; that commercial software developers tend to prefer Windows to Linux for PC software is much more salient to the point at hand.]]></description>
			<content:encoded><![CDATA[<p>Greg,Linux will run faster and more reliably because it offloads the API-related maintenance tasks to the downstream developer.  But this creates a lot more work for the downstream developers and administrators since they need to produce and install updates to match the new APIs more often.  This design philosophy is why Linux more popular for servers, which are generally fewer in number and monitored by knowledgeable people and frequently have peformance and stability prioritized over easy maintenance, than PCs.As the presentation itself says, this is one of the common reasons that people chose not to develop on Linux.  You may not have much of an issue maintaining your own Linux PC, but I take it you&#8217;re not writing device drivers or trying to maintain a client-server app over a couple hundred PCs.  The API stability issue isn&#8217;t specific to the OS-app level.  It occurs within the development of a single app, in interpretative languages, in client-server development, and so on and so forth.  This is a universal issue in software development.The answer Kroah-Hartman gives is to more or less tell the downstream guys that its their problem, not the kernel developers &#8211; it&#8217;s a very &#8220;over the wall&#8221; attitude and the attempt to play off API instability as a strength rather than the downside of a tradeoff is an insult to the intelligence of anybody he&#8217;s trying to convince to develop on Linux.  Quit being such a fanboy and think about it &#8211; and don&#8217;t cite the &#8220;reality&#8221; of the fact that Linux runs fine on your PC as proof that Linux is a superior platform for development.  The &#8220;reality&#8221; that commercial software developers tend to prefer Windows to Linux for PC software is much more salient to the point at hand.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greg Laden		</title>
		<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/#comment-1431</link>

		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Fri, 07 Dec 2007 09:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/12/06/why-is-linux-better/#comment-1431</guid>

					<description><![CDATA[I&#039;ve been using linux for a few years now, and I have yet to have any software &quot;break&quot; because of the idea of having the API updated.  It may be a pain for developers, but it is probably also a pain for developers to work in the Microsoft environment.At the same time, Linux is lean and mean.  It is not true that one is expected to compile code ... that is an option if you like that sort of thing, nothing like an expectation.The theory is interesting, but the reality is what counts here, I think.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using linux for a few years now, and I have yet to have any software &#8220;break&#8221; because of the idea of having the API updated.  It may be a pain for developers, but it is probably also a pain for developers to work in the Microsoft environment.At the same time, Linux is lean and mean.  It is not true that one is expected to compile code &#8230; that is an option if you like that sort of thing, nothing like an expectation.The theory is interesting, but the reality is what counts here, I think.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Virgil Samms		</title>
		<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/#comment-1430</link>

		<dc:creator><![CDATA[Virgil Samms]]></dc:creator>
		<pubDate>Fri, 07 Dec 2007 09:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/12/06/why-is-linux-better/#comment-1430</guid>

					<description><![CDATA[&lt;a href=&quot;http://www.theinquirer.net/gb/inquirer/news/2007/12/06/seagate-snubs-linux&quot; rel=&quot;nofollow&quot;&gt;Linux does not support latest Seagate USB drives&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.theinquirer.net/gb/inquirer/news/2007/12/06/seagate-snubs-linux" rel="nofollow">Linux does not support latest Seagate USB drives</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dunc		</title>
		<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/#comment-1429</link>

		<dc:creator><![CDATA[Dunc]]></dc:creator>
		<pubDate>Fri, 07 Dec 2007 08:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/12/06/why-is-linux-better/#comment-1429</guid>

					<description><![CDATA[Wow. I honestly never thought I&#039;d ever see anyone argue that API stability and backwards-compatibility were &lt;i&gt;bad&lt;/i&gt; things.Remember folks, the only purpose of an OS is to enable you to use a computer to run other software in order to achieve useful work. It&#039;s just a tool. I don&#039;t give a damn how elegant or up-to-date the OS is if it breaks already deployed software. Double that for essential line-of-business software. Also remember that there are people out there still running LOB apps that were written on freaking &lt;i&gt;DOS&lt;/i&gt;!Sheesh, and people wonder why Linux is having a hard time breaking into the corporate desktop...]]></description>
			<content:encoded><![CDATA[<p>Wow. I honestly never thought I&#8217;d ever see anyone argue that API stability and backwards-compatibility were <i>bad</i> things.Remember folks, the only purpose of an OS is to enable you to use a computer to run other software in order to achieve useful work. It&#8217;s just a tool. I don&#8217;t give a damn how elegant or up-to-date the OS is if it breaks already deployed software. Double that for essential line-of-business software. Also remember that there are people out there still running LOB apps that were written on freaking <i>DOS</i>!Sheesh, and people wonder why Linux is having a hard time breaking into the corporate desktop&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pierre Far		</title>
		<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/#comment-1428</link>

		<dc:creator><![CDATA[Pierre Far]]></dc:creator>
		<pubDate>Fri, 07 Dec 2007 05:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/12/06/why-is-linux-better/#comment-1428</guid>

					<description><![CDATA[Linux does not rock and neither does Windows. Microsoft sees itself as building a platform that others build their apps on top of. Because of that, they have to keep all sorts of foundations available and supported in all versions of Windows. This allows the *user* to run pretty much anything they want on whatever version of Windows they want. They also leave it up to the developer to start using the newer (and presumably better) APIs in order to serve their customers.Linux (and BSD) take the other view that the *user&#039;s* job to keep up. We get user-friendly niceties like compiling from code and editing conf files and a security model that&#039;s a tad too draconian (on some Linux distros I&#039;ve used, changing the system time and date required the root password).Of course, when the Linux kernel people decide to break their APIs, all the downstream developers have to follow in line. That&#039;s not a very friendly thing to do, let alone pragmatic.And before anyone jumps on me as a Microsoft apologist, back off. I use Windows, Macs, and Linux. I know them all.Pierre]]></description>
			<content:encoded><![CDATA[<p>Linux does not rock and neither does Windows. Microsoft sees itself as building a platform that others build their apps on top of. Because of that, they have to keep all sorts of foundations available and supported in all versions of Windows. This allows the *user* to run pretty much anything they want on whatever version of Windows they want. They also leave it up to the developer to start using the newer (and presumably better) APIs in order to serve their customers.Linux (and BSD) take the other view that the *user&#8217;s* job to keep up. We get user-friendly niceties like compiling from code and editing conf files and a security model that&#8217;s a tad too draconian (on some Linux distros I&#8217;ve used, changing the system time and date required the root password).Of course, when the Linux kernel people decide to break their APIs, all the downstream developers have to follow in line. That&#8217;s not a very friendly thing to do, let alone pragmatic.And before anyone jumps on me as a Microsoft apologist, back off. I use Windows, Macs, and Linux. I know them all.Pierre</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Craig		</title>
		<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/#comment-1427</link>

		<dc:creator><![CDATA[Craig]]></dc:creator>
		<pubDate>Thu, 06 Dec 2007 21:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/12/06/why-is-linux-better/#comment-1427</guid>

					<description><![CDATA[Windows sucks donkey dicks because their programmers delight in making the simplest things  complex and unwieldy.  Actually I think the whole company is that way.  I sometimes wonder if they have organized training seminars on making things complex, or whether it it&#039;s just something that comes naturally to the people they hire.]]></description>
			<content:encoded><![CDATA[<p>Windows sucks donkey dicks because their programmers delight in making the simplest things  complex and unwieldy.  Actually I think the whole company is that way.  I sometimes wonder if they have organized training seminars on making things complex, or whether it it&#8217;s just something that comes naturally to the people they hire.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Greg Laden		</title>
		<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/#comment-1426</link>

		<dc:creator><![CDATA[Greg Laden]]></dc:creator>
		<pubDate>Thu, 06 Dec 2007 21:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/12/06/why-is-linux-better/#comment-1426</guid>

					<description><![CDATA[MattXIV:  Then how do you explain the fact that Windows, with it&#039;s stable API, sucks donkey dicks, while Linux, with it&#039;s dynamic API, strong interactive development community, and non-traditional business model, rocks.]]></description>
			<content:encoded><![CDATA[<p>MattXIV:  Then how do you explain the fact that Windows, with it&#8217;s stable API, sucks donkey dicks, while Linux, with it&#8217;s dynamic API, strong interactive development community, and non-traditional business model, rocks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kapitano		</title>
		<link>https://gregladen.com/blog/2007/12/06/why-is-linux-better/#comment-1425</link>

		<dc:creator><![CDATA[Kapitano]]></dc:creator>
		<pubDate>Thu, 06 Dec 2007 21:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://scienceblogs.com/gregladen/2007/12/06/why-is-linux-better/#comment-1425</guid>

					<description><![CDATA[&lt;i&gt;It&#039;s also better when the OS quits supporting things that eventually become obsolete.&lt;/i&gt;It&#039;s easy to say that when you&#039;re one of the very few people who don&#039;t use obsolete software or equipment.Do you realise that people are still using computers that are ten years old? And even older software, mixed in with the latest stuff? Maybe Linux is only used by those who can afford a new computer every year.]]></description>
			<content:encoded><![CDATA[<p><i>It&#8217;s also better when the OS quits supporting things that eventually become obsolete.</i>It&#8217;s easy to say that when you&#8217;re one of the very few people who don&#8217;t use obsolete software or equipment.Do you realise that people are still using computers that are ten years old? And even older software, mixed in with the latest stuff? Maybe Linux is only used by those who can afford a new computer every year.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
