Slashdot Mirror


Linux Can't Kill Windows

nberardi writes "Infoworld is running an article in which the author claims 'Linux is established and has a niche that, as various pendulums swing, will grow and shrink. Show me charts and stats and benchmarks that prove Linux superior to Windows in every measure and I'll not argue with you. But no matter how much money and dedication is poured into Linux, it will never put a dent in Windows' mind share or market share because Linux is an operating system, a way -- and probably the best way -- to make system hardware do what it's told. But you can't turn Linux into a platform even if you brand it, box it, and put a pricey sticker on it.'"

145 of 1,054 comments (clear)

  1. I think he's right by DenDave · · Score: 2, Insightful

    In the sense that GNU/Linux is not a platform.

    --
    -if at first you don't succeed, stay the heck away from paragliding.
    1. Re:I think he's right by DenDave · · Score: 3, Insightful

      If GNU/Linux was a platform, in the sense that MacOSX or Windows 2003 was a platform then how come you need to recompile software depending on your distro or hardware ?

      --
      -if at first you don't succeed, stay the heck away from paragliding.
    2. Re:I think he's right by eturro · · Score: 5, Insightful

      Many GNU/Linux users don't compile their own binaries anymore. There are almost always precompiled binaries for GNU/Linux, that mainly depend on which hardware architecture you use (e.g. SPARC, x86, PPC). This would happen with Windows (x86) and Mac OS X (PPC) also if they supported multiple hardware platforms! It's just that GNU/Linux allows you to choose your own architecture if you so wish. It's an advantage.

    3. Re:I think he's right by Dr.+Evil · · Score: 5, Insightful

      Yeah, a moving platform. With countless widget sets, multiple clipboards, different directory structures, an infinite number of combinations and permutations of shared libraries, and just as many sources of outdated, incorrect, misleading or utterly superb documentation, and crap vendors like Redhat which drop version support in a third the time of Microsoft.

      One place where GNU/Linux is relatively stable is in POSIX and a vague semblence of commonly accepted extensions to the standard. That makes it a nice platform for server software, but does nothing on the desktop.

      Windows was never an OS. It contains an OS, they changed OSes in the product lifetime, but the product has always been a desktop environment and a consistent, well documented, and long-supported API.

    4. Re:I think he's right by ssj_195 · · Score: 5, Interesting
      Way back last year, I installed UT04 on my Mandrake 10 (lol) Linux machine (finding the installer hidden away on the first CD was an unexpected delight; finding that it was just as slick as the Windows installer, even more so). I installed it on its own partition, as was the style at the time.

      Flash forward to now: I have worked my way through the following distros, by doing a full wipe-and-reinstall each time:

      Mandrake 10 (as mentioned);

      Mandrake 10.1;

      Gentoo(lol)

      Each time, as soon as the nVidia binary driver was installed, UT04 would start and run without a single tweak being made to the UT04 install.

      The lesson to learn is this: although the majority of open-source Linux software is not self-contained (and this is by conscious design) and has dependencies that need to be tracked-down and installed first, there is no reason at all why a company can't just package up everything it needs in one big self-contained lump, eliminating the need for dependencies or the need to run on a specific distro entirely. As for the comment that you need to recompile for different hardware: I have no idea what you're talking about. Clearly, if you have a x86 app, it will need to be re-compiled to run at full speed on a PPC system - a difficulty not encountered in the Windows world for the sole reason that Windows is only capable of running on x86, and similary for MacOSX.

      I suspect I've just been feeding a troll, but oh well - who cares? :)

    5. Re:I think he's right by blane.bramble · · Score: 2, Informative

      Windows applications usually have two choices when using shared libraries - use a system library and hope that in the event of it being upgraded the new version doesn't break apps that were coded to an older one, or install a private copy just for it's own use (thereby removing the point of a shared library). Add to this the fact that older version of windows cannot load two DLL's or EXE's with the same registered name, and you have the potential for many copies of potentially clashing DLL's and apps that can't be run at the same time because they need different versions of the same DLL.

    6. Re:I think he's right by ISoldMyLowIdOnEbay · · Score: 2, Insightful

      You've obviously never done remote desktop application maintenance then... I remember a few thousand call centre desktops being killed (BSOD) because someone used the wrong version of a system DLL that came with an application install. Fair enough, they should have tested properly, but differences between DLL version 4.0.3.1924 and 4.1.0.2001 (or whatever) do have severe consequences on occasion! This was NT though, to be fair.

    7. Re:I think he's right by nurd68 · · Score: 2, Informative

      I did have one problem with commercial binaries for linux: basically, SimCity 3000 has issues running on newer kernels because of the dynamic linker. Basically, it segfaults. A guick google revealed the solution:
      'LD_ASSUME_KERNEL=2.2.4 /usr/local/games/SC3U/sc3u'
      And it works.

      This is no worse than the problems I've had running old (circa 1998) games on Windows XP (such as the Windows port of the old DOS game XCOM. Which, if you like XCOM, check out UFO Aftermatch. A completely new game, but really has that XCOM feel to it.)

    8. Re:I think he's right by TheRaven64 · · Score: 5, Insightful
      Games are a special case in that they have very few dependencies. Usually, a game will depend on OpenGL, OpenAL, and some form of input, perhaps SDL. SDL can be statically linked - people don't notice adding a few MB to the executable size when it is accompanied by a GB or two of data.

      General purpose programs are different. Look at the standard libraries on OS X or Windows. You have a complete windowing toolkit or two (Win32 / Avalon, Carbon / Cocoa), a media plaing framework (DirectShow, QuickTime), an HTML rendering engine (MSHTML, WebKit) and a whole host of other things which a guaranteed to be there. You can build your app expecting them to be there.

      On Linux (or *BSD for that matter), alternatives to most of these things exist. In some cases, several alternatives exist. The problem is that you can't guarantee that they will be there. You can statically link everything, but then you have to update your entire app whenever small updates to dependant libraries are released. Alternatively you can just release the app dynamically linked, and hope that people have all of the required libraries (where you expect to find them), and hope that the distribution will package your app in such a way that it will work. The only way to really make sure it will work it to package it complete with dependencies for every distribution you plan on supporting, which generally limits things to Red Hat and maybe SuSE, even though the code would work with no modifications on a large number of other platforms.

      --
      I am TheRaven on Soylent News
    9. Re:I think he's right by Kjella · · Score: 4, Insightful

      Yeah, a moving platform. With countless widget sets, multiple clipboards, different directory structures, an infinite number of combinations and permutations of shared libraries, and just as many sources of outdated, incorrect, misleading or utterly superb documentation, and crap vendors like Redhat which drop version support in a third the time of Microsoft.

      To take the points in order:

      countless widget sets
      A few major widget sets. If you're going to include every kit, you might as well include the buttons here in Opera, which are completely non-standard as far as Windows is concerned.

      multiple clipboards
      Yes, annoying and stupid.

      different directory structures, an infinite number of combinations and permutations of shared libraries
      Uusually well managed by your distribution. A cross-distro way to create a standalone installer would be nice though, LSB doesn't quite cut it.

      just as many sources of outdated, incorrect, misleading or utterly superb documentation
      Most projects have a homepage. That is the source of the most up-to-date information. Though most of the time, the docs in the package is enough.

      crap vendors like Redhat which drop version support in a third the time of Microsoft
      And Debian gets scolded each time they're mentioned for actually supporting something for a while.

      Windows was never an OS. It contains an OS, they changed OSes in the product lifetime, but the product has always been a desktop environment and a consistent, well documented, and long-supported API.

      Linux does that. But you should really mention a long-supported ABI. Linux does definately not have that.

      In short, I see all of this as signs that Linux is moving too fast for people to consolidate and work out standards. Being more bazaar than cathedral, that is natural. But that is like a brake on a streamroller already in motion.

      We're in a transition period where people are held back by old systems, but seek cross-platform compatibility on new systems. It's like watching pressure build for a switchover. Just because there's been no mass exodus you still see them untangle themselves from Windows strangleholds.

      --
      Live today, because you never know what tomorrow brings
    10. Re:I think he's right by thinkfat · · Score: 5, Interesting

      Yeah, 'cause there's so many of them :-)

      Debian would be a platform, or Novell/SUSE, or RedHat - if they finally committed themselves to being one.

      A platform is a platform only if its stable, and I don't mean "stable" as in "does not crash". I mean "stable" as in "does not change significantly every 6 months". So Debian would be an ideal choice.

      However, Debian itself has zero commercial drive. I wonder what drives Debian at all, and other people wonder, too, given the admirable rise of Ubuntu.

      But people want pretty software, and Debian stable features GNOME and a stone-aged KDE. And while GNOME on Debian seems to be more advanced than KDE, forgive me, I would not chose it for fancy software. It looks so painfully dull :-(

      KDE on the other hand looks nice and lively, but is it a platform? I wonder.

      Obviously there has to be a balance between the drive forward, the wish to leave behind all that old cruft (fsck compatibility!) and the conservative approach to not chance anything to not break compatibility.

      Still, what drives the PC market is cool software, not cool licensing.

      Just to give you an example: mplayer is technically cool. But its complexity scares people away. It's only cool because it's free. You won't be able to sell it to anybody, because as a software _product_ it sucks. badly. Even with gmplayer.

      Or take GIMP. It's cool 'cause it's free. But it's just an aggregation of image manipulation tools. It's not a _product_.

      There is this small gap between a program and a product that Open Source software seems to be unable to bridge, this final, annoying, painful step of really _finishing_ it so that it _could_ be sold.

      My conclusion: Linux needs commercial(-grade) software. Firefox is not enough. Instead of scaring commercial software vendors away with stupid fundamentalism we should be fair with them.

    11. Re:I think he's right by hacker · · Score: 4, Insightful
      "Yeah, a moving platform. With countless widget sets, multiple clipboards, different directory structures, an infinite number of combinations and permutations of shared libraries, and just as many sources of outdated, incorrect, misleading or utterly superb documentation, and crap vendors like Redhat which drop version support in a third the time of Microsoft."

      Many of us call that CHOICE .

      I can pick the Linux distribution that best fits my needs, be they toolkit-driven, tool-driven, UI driven or otherwise.

      With Windows, you get... well, Windows. You have to shim other things onto it to get it to be useful. For example, I don't use icons, toolbars, window frames or titlebars. Show me how I can configure Windows to provide that interface, in an easy way... you can't. Not without 10 different third-party products.

      Its all about choice.

    12. Re:I think he's right by Anonymous Coward · · Score: 2, Insightful
      Hey, I personally agree with you, but you have to admit it's exaggerated on both sides. I don't think Windows is a bad OS at all in terms of software, and Microsoft have shown that they're very serious about security nowadays.

      I use GNU/Linux for philosophical reasons (and I love using it as a development platform), it's not a matter of using whatever is "superior" for me. Don't get me wrong, I have no problem with whatever you choose to use, I'm just exercising the freedom of choice and enjoying it all the way. :)

      /Parent AC poster

    13. Re:I think he's right by barbarac · · Score: 2, Insightful

      Completely right. As much as I like the idea of open source software, the truth is that MS delivers a suite of products that have massive market penetration and integrate well.

      --
      Rob Barac
      www.intersplice.com.au/blog
      www.cafegeek.com
      www.marketingroots.net
    14. Re:I think he's right by Rudeboy777 · · Score: 2, Interesting

      Well, he was doing OK until ending it off with "long supported API". Some VB6 developers might disagree.

      --

      From hell's heart I fstab at /dev/hdc

    15. Re:I think he's right by monkeyGrease · · Score: 2, Insightful

      There is this small gap between a program and a product that Open Source software seems to be unable to bridge, this final, annoying, painful step of really _finishing_ it so that it _could_ be sold. That small gap is the last 10%. But that 10% is the infamous part of the 90/10 rule.

    16. Re:I think he's right by vmaxxxed · · Score: 2, Insightful

      Hello, Im sorry to disagree.

      For a minority of application developers and other more esoteric developers, the ability to run the same OS against different platforms is very important, and it simplifies things.

      But, here, we are comparing linux, not from the professional developer point of view, but from the point of view of the 99% other computer users in regular businesses and at home. What is the advantage for them ?

      I can agree with the article that, given the current advancements in computer technology, regular users dont need to fiddle with Solaris, Linux or whatever to get any important return on investment. For them, design stability, consistency and suppport are way more important. Windows gives them that.

      From this point of view, an OS that wants to be so universal will never be the best on any single platform. Therefore, Linux will never be better than windows, if we are talking about Inteles alone.

      -Ale

    17. Re:I think he's right by hunterx11 · · Score: 5, Insightful

      Even with a restricted set of architectures you don't really need to compile. MacOS pretty successfully supported 68k and PPC at the same time with fat binaries. I think the difference is that most users neither knew nor cared what that meant, and Apple made it so that for the most part they didn't have to.

      --
      English is easier said than done.
    18. Re:I think he's right by Zeinfeld · · Score: 4, Interesting
      Win2k+ won't allow an application to overwrite a DLL. It will detect it and restore it. NT3.5x and 4 would, but the OS would usually crash right then and there.

      DLL hell is not unique to either Linux or Windows. It has been a serious problem from the moment the first person updated a shared library on the first system to support them.

      The logical symbols mechanism in VMS allowed many problems to be avoided, instead of loading a filename the program would load a logical symbol. It was easy to run a system with different versions of the same shared library in use simultaneously. UNIX and Windows never used symbols in quite the same way.

      I think that folk need to look at what they get from a shared library. At one time it made great sense to save memory by having multiple processes share an in memor image of an executable. It makes particular sense if you are running something like Apache where child processes are being spawned off from the parent and share resources with it. I don't think it makes a lot of sense as a general approach when memory cost $50 per gigabyte.

      We could probably do much better than shared memory if we went back to static libraries and instead used more intelligent linker technology. When I link to stdio I pull in maybe 500K of code and use at most 40% of the code paths. When I link to more recent libraries the library is much larger and the fraction I use much, much less. A shared library is an all or nothing affair, every part of the library has to be loaded in case another image might need it. Even if the code page is never touched the memory has to be allocated.

      As for the question of user interfaces, I think that the way they are designed today is worse than sub-optimal. I would prefer to go back to an architecture similar to the one that the NextStation had. Instead of having the program implement the user interface as code it should send a description of the user interface to the windows manager and have it perform all the necessary animation.

      This approach is similar to what we did in the early HTML days but the idea is to take the approach much further. I really dislike the fact that most programs are single threaded and the UI goes to sleep every time it is asked to do anything computationally intensive of requiring the network. The architecture I just described allows the window manager to keep the user interface alive even though the program logic is 'thinking' and the programmer does not have to do any work to achieve this.

      The other advantage of this approach is a bit more controvertial, it limits the scope of the UI designer. This is a bad thing if you really, really love to foist a bizaro UI onto the user. On the other hand it means that every application can be skinned so implementing the bizarro UI is simply a matter of telling the program manager how to do it for every program on the machine.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    19. Re:I think he's right by ultranova · · Score: 2

      SDL can be statically linked - people don't notice adding a few MB to the executable size when it is accompanied by a GB or two of data.

      There is no need to statically link the SDL library. If you want to ensure that the game has access to a specific version of the SDL library, simply put it into a subdirectory of the game's directory and put the text "export LD_LIBRARY_PATH=./SDL:$LD_LIBRARY_PATH" to the game's startup script. This way, the game uses the SDL version in the "SDL" subdirectory of the game directory by default, but the user can remove the line to make the game default to the system's installed version.

      Neverwinter Nights, for example, does this.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

    20. Re:I think he's right by alexfromspace · · Score: 4, Insightful

      I think that the idea that GNU/Linux should replace Windows, or anything else for that matter, is faulty from the start. The driving force before GNU and much of open source is people who want to write software for themselves, and share it will all those who are willing to share. The motivation for using GNU/Linux is that it fits your needs, not that it is Not Windows, or something else for that matter. Pressing requests for features, and complaints of lacking technical or customer support are outright ridiculous and should be laughed at. Why? Because no one is forcing anyone to use GNU/Linux. If anything, one should be thankful to those who put forth the effort to get it done on their own time. But the developers should not care anyhow, because they do it for themselves and those who share.

      The war between open-source proponents and windows proponents does not fit in with GNU/Linux ideology, it is a totally foreign concept for it in fact. The war was started by Microsoft because they could not buy open-source, and was picked up by people who already disliked Microsoft and by those who thought it was 'cool' to participate (myself included).

      But anyhow, to answer your original question of what drives debian development, here is my take on it. Developers want features for themselves, their clients, customers. Developers want neat solutions to show off to potential employers and graduate school admissions too. And something like that. Don't try to find in the list something like "Users Bob and Carloine want a button that whereupon thrice clicked will take her...".

    21. Re:I think he's right by namekuseijin · · Score: 2, Interesting

      "What is the advantage for them ?"

      It's the Freedom advantage: the user has the freedom to use, share and modify (or pay others to do it) free software.

      It's not like they actually will _use_ such freedoms, but they actually have it.

      Let me just ilustrate this discussion with a single recent example: old time VB developers are annoyed to hell with Microsoft for dooming the old development tool and forcing VB.Net complexities down their throats. The same happened to many tools in the past: they became obsolete once the manufacturer halted development.

      This simply doesn't happen in the Free Software world, where enough interest can keep the software going on well past their glorious days...

      --
      I don't feel like it...
  2. Excellent Article! by bigtallmofo · · Score: 5, Funny

    Let's start with the unsensational headline of "Linux Can't Kill Windows", follow through the article to no rational arguments as to why this is, and ending with a "Stay tuned; I'll tell you all about it."

    Seems like a well-thought out article that certainly wasn't created for the purpose of increasing impressions or generating clicks to advertisers on the site.

    --
    I'm a big tall mofo.
    1. Re:Excellent Article! by leuk_he · · Score: 2, Funny

      And /. and even you who read the misses the whole point he tried to make:

      "here is only one platform that can stand toe-to-toe with Windows, and that's the combination of OS X and Java."

      All the other part is a troll/ Sarcasiscally/flaimbait material to get your attention. In other words, excellent slash front page material.

    2. Re:Excellent Article! by TripMaster+Monkey · · Score: 3, Funny

      All the other part is a troll/ Sarcasiscally/flaimbait material to get your attention. In other words, excellent slash front page material.

      Mabye this is why I can't seem to get a submission accepted...I'm just not being inflammatory enough.

      --
      ____

      ~ |rip/\/\aster /\/\onkey

    3. Re:Excellent Article! by mallumax · · Score: 3, Informative
      "Businesses and organizations of all sizes need consistent, predictable, scalable, self-contained platforms for server solutions. Windows wins. Linux doesn't lose, because it can continue the legacy of another nonplatform, namely Unix, that needs to be refreshed and extended."

      Linux isn't scalable ? It runs on everything from ARM to huge supercomputer clusters.

      Consistent ? I will give it to him that across distributions linux is not consistent but businesses use RHEL or Novell against which all major applications like Oracle are certified.Within these distributions things are largely consistent.

      Predictable ? What is unpredictable about Linux ?

      What does self-contained mean ?

      Doesn't this article give the feeling the author has no clue about what he is talking about and has just put together some buzzwords like scalable, self-contained to create a controversial article?

    4. Re:Excellent Article! by Xerp · · Score: 2, Insightful

      Indeed.

      On top a being that, it is FUD in a candy casing, this time advocating Mac OS X and Solaris.

      Wait a moment. I don't have a problem with that ;)

      But seriously, this is just word soup. A collection of marketing words and phrases neatly packaged together with little or no glue.

      Here is what my poor old brain thinks about choice components of the article:

      You can quit proclaiming Linux the Windows killer.

      I don't think many people really to proclaim that anyway. Linux is an alernative to Windows, as are many other operating systems.

      ...you can't turn Linux into a platform even if you brand it, box it, and put a pricey sticker on it.

      This struck me as really dumb because he makes this statement without first giving his definition of "platform". A full 4 paragraphs later, he does finally give his definition:

      An operating system is a rack into which device drivers and APIs are inserted. A platform is a rack into which applications are inserted.

      Hm. Hang on. Back in paragraph two he states:

      Linux is an operating system, a way -- and probably the best way -- to make system hardware do what it's told

      I'm not even going to bother. You can vaguely see what he is attempting to say, but it is done is such a way it makes you think the guy is nuts and doesn't know what he is talking about.

      Wait a moment ;)

    5. Re:Excellent Article! by millennial · · Score: 5, Funny

      "Self-Contained" means that everything you need should be in the operating system. Like a media player, a web browser, an e-mail client, an IM client, a basic Word(Pad) processor, a notepad...

      They're all integral parts of the OS, after all.

      --
      I am scientifically inaccurate.
    6. Re:Excellent Article! by El_Muerte_TDS · · Score: 4, Funny

      Down-time isn't predictable in Linux.

    7. Re:Excellent Article! by IWorkForMorons · · Score: 3, Funny

      Buzzwords? Inflammitory headline with no real story? Maybe he didn't write it at all.

    8. Re:Excellent Article! by sammy+baby · · Score: 5, Funny
      I think you have it slightly backwards - it's the articles that are usually trollish. The writeups should be highly credulous. Here's an example:
      OMG!!! i just red that linus totally bitch slapped tridge, took his milk money, and called him a no skilz pozer! and the guy from bitkeeper wuz all like, ha ha, you suck!

      Fun for the whole family.
    9. Re:Excellent Article! by aonaran · · Score: 2, Informative

      Down-time isn't predictable in Linux. ...in case anyone missed how that was dripping with sarcasm....

      Sure it is, I predict that the next down-time for my linux webserver will be when I take it offline and bring the new machine online. After that there should be another downtime when new hardware needs to be added, other than hard drives which will no longer cause downtime thanks to my raid controller in the new machine which I was able to afford by not having to pay $300 for an OS and another $1000 for the software to run on top of that.

    10. Re:Excellent Article! by ajs · · Score: 2, Interesting

      "I will give it to him that across distributions linux is not consistent but businesses use RHEL or Novell against which all major applications like Oracle are certified.Within these distributions things are largely consistent."

      You're correct, but let me hone that point a bit: Linux is NOT a platform. Linux is an operating system kernel, and the term loosly applied to a variety of platforms. Saying that Linux is not consistent is like saying that cars are not consistent. It's a correct statement, but also largely ignorable. Linux-based products like TiVo and RHEL can be market winners without any interest in what Linux looks like elsewhere.

      As for Linux vs. Windows: I don't think anyone who knows anything about how the OS market works is thinking Windows will be gone tomorrow or even in 10 years. However, it could well be the case that 5-10 years down the road continued pressure from Linux on the desktop and the obvious inroads that were made on the server-side will force Microsoft to assume an offensive enough stance that MacOS will have an edge, and that MacOS will then focus Microsoft's attention to the extent that certain Linux products will have an edge.

      MacOS+Linux+misc could quite realistically have a market share approaching that of Windows in 5-10 years, and that would effectively remove Microsoft's ability to make and succesfully enforce their cart-blanche demands on hardware vendors and OEMs.

    11. Re:Excellent Article! by _xeno_ · · Score: 3, Funny

      Of course it is, but like all things in Linux, it requires a bit of effort to get working.

      Just add "0 0 * * * /sbin/poweroff" to your Crontab, and then you'll get your daily downtime, right on schedule too! More dedicated users may want to write a custom script to directly tell the UPS to poweroff, thereby allowing for the expected corrupted hard drives and fscks.

      --
      You are in a maze of twisty little relative jumps, all alike.
    12. Re:Excellent Article! by dmaxwell · · Score: 3, Funny

      Use /dev/random to generate the scheduling numbers and then we can really start getting that Windows feeling.

    13. Re:Excellent Article! by default+luser · · Score: 5, Insightful

      Does he not realize that OS X is simply a packaged up pretty version of BSD, which is almost identical besides licensing to Linux.

      False analogy.

      Let me make it clearer to you by making the following two statements:

      1. Linux revolves around the kernel. Every time you muck with the kernel to bring about yet another set of "gee whiz bang" features, dozens of things are broken.

      2. Mac OS X and Windows revolve around the interface. On the library level, new interfaces are added, but older ones are still supported for a surprisingly long time (see Carbon / Classic Runtime Environment for Mac OS X, or Win9x Compatibility Mode / Application Compatibility Toolkit for Windows 2000 / XP). Certainly, support is eventually dropped, but the pace is normally quite slow for popular APIs.

      On a visual interface level, both Apple and MS try to keep consistency in the interface. Sure, you'll see major changes in interface every 5-10 years (Windows 95, Windows XP, Mac OS X), but that's a pace most people can cope with, and they try not to change EVERYTHING in the process. Linux, on the other hand: for any random distro, you can't be assurred GUI consistency.

      Tell me, how many people really know if there were major kernel revisions between all the Mac OX X releases? I imagine not many, because programmers don't have to care. That's the beauty of revolving around interfaces.

      Until Linux stops revolving around the kernel, it will never break out of the server niche.

      --

      Man is the animal that laughs.
      And occasionally whores for Karma.

  3. Long term impact by Max+Romantschuk · · Score: 4, Insightful

    I didn't read the article.

    But history has shown that the short term impact of most new things tend to be over-estimated, whereas the long term impact tends to be under-estimated.

    Who knows where Linux will be in 20 years? I sure as hell don't, but I have a rather optimistic view.

    --
    .: Max Romantschuk :: http://max.romantschuk.fi/
    1. Re:Long term impact by Anonymous Coward · · Score: 2, Funny

      I didn't read the article.

      you must be old here.

    2. Re:Long term impact by Anonymous Coward · · Score: 2, Interesting

      History has also shown that advertising/marketing is key.

      This requires a brand, a singular brand.

      Will the various distros of Linux actually be its downfall?

    3. Re:Long term impact by tm2b · · Score: 4, Funny
      Who knows where Linux will be in 20 years?

      It will be obsoleted by the Hurd. I would be more interested in the advancement of Free Software.
      The first time I heard someone talking about how the HURD would kick every other Unix's ass was from RMS at a party... in 1990.
      --
      "It is our blasphemy which has made us great, and will sustain us, and which the gods secretly admire in us." - Zelazny
    4. Re:Long term impact by Vinnie_333 · · Score: 5, Funny
      Who knows where Linux will be in 20 years?

      It will be replaced by mentats.

      --

      "We shall party like the Greeks of old! You know the ones I mean." - HedonismBot
    5. Re:Long term impact by caluml · · Score: 4, Funny

      You party with RMS? That's either cool, or very, very sad. :)

  4. Mindset by CypherXero · · Score: 5, Insightful

    It's the mindset of most people that keep them from using Linux. They've been using DOS and Windows for YEARS, and they're so familar with how things are, that changing that even slightly is very confusing for most people. If Linux had been in Windows place, and had 90% of the market, people would LOVE Linux and HATE Windows. Simple as that.

    For example, my dad is a Windows person, and his SO has a Mac with OS X. He can't seem to understand how OS X works, so he dissmisses it and claims that Windows is better (on the fact that he knows how to use Windows).

    It's not that Windows is "special", it's just that that's all most people know. And half those people don't know much, if anything, about Windows anyway, so it's no wonder Linux has a difficult time trying to enter the mainstream market.

    1. Re:Mindset by Anonymous Coward · · Score: 3, Insightful

      That is funny. I work in technical support. I would argue with your assumption people like windows because they know how to use it. Most people have no clue how to use windows.

    2. Re:Mindset by harley_frog · · Score: 5, Insightful
      It's not that Windows is "special", it's just that that's all most people know. And half those people don't know much, if anything, about Windows anyway, so it's no wonder Linux has a difficult time trying to enter the mainstream market.

      Excellent point. Any OS is "difficult to learn" to a complete newbie. Someone familiar with only one OS will think that OS is the greatest and everything else is "subpar". While those users who know two or more OSes well can more easily transition from one to another, even to a totally new and unfamiliar OS. Therefore, in order for Linux or OSX to really make a major dent in the desktop arena, users need to be exposed and educated about them. That, of course, requires that the in-fighting between the various Linux distro fanboys needs to be put aside and join forces to make this happen. And that is a huge hurdle to overcome.

      --
      It's all fun and games until someone loses the key to the handcuffs.
    3. Re:Mindset by P-Nuts · · Score: 2, Insightful
      It's not that Windows is "special", it's just that that's all most people know. And half those people don't know much, if anything, about Windows anyway, so it's no wonder Linux has a difficult time trying to enter the mainstream market.

      Why is everyone so worried about whether Linux gains market share over Windows anyway. The people who do use it find it works for them, and are a large enough base that it will continue to improve.

      Regular desktop users (non power users, non programmers) are unlikely to do much in the way of submitting patches, or writing new software.

      As long as we can all still use Linux or other open-source software, what does it matter what the rest of the world does?

    4. Re:Mindset by Zate · · Score: 5, Interesting

      Definately agree. 2 cases I have seen recently where someone who hasnt really "used" any OS wanted to try Linux. First person was a friend of mine who decided he wanted to get into IT, just on whim. He'd heard us discussing this Linux stuff so bought himself a PC (hadnt had one before) and downloaded FC3. With in 3 months he is Linux+ certified (not a big deal) and can use the OS to do anything he wants. He thinks its amazing, so simple, so easy. I got him to try Windows XP, last time he used a computer for anything major was Win95. He hated XP and is happy as can be with his Gnome/FC3. He's now looking around at other distros and learning stuff at an incredible rate. But my point is for someone who isnt familiar with either OS, either OS will do what they want just fine. Its when your set in your XP lazyness that Linux becomes difficult or confusing.

      Second point is i got my wife using tools for her everyday tasks that exist on both OS's. She isnt a power user either, most of what she does is her mommies gorups, emails, web pages, gaim and little photo editing etc etc. All of which she used open source packages to do on windows. I decided to rebuild her downstairs PC with Gentoo. Took her a day to get used to KDE, and where to find her programs. Now she just does what she used too. She doesnt miss Win XP and couldnt care less that she is using Gentoo.

      Kinda sad that I'm the tech guy and I'm the only XP user left in the house. Damn EQ2 and its inability to run on Linux.. hehe.

      --
      IT is Dead. The industry is Shot Join Others Who Feel Your Pain http://www.internalstrife.com/
    5. Re:Mindset by howlinmonkey · · Score: 3, Insightful

      I am comfortable with Linux, Windows and BSD. I have done a little dabbling with the AS400, and worked on a mainframe in college. I have no fear of the command line, or learning a new OS. The reason I still use Windows as my desktop is STABILITY.

      I know it is hard to believe that stability is an issue, but I have tried a number of Linux distros, only to have the OS go nova when I tried to install some new software, or update the base install. I am a geek, but I also have a buisness. I need my computers to work so I can bill hours. I need to be able to install new software quickly and easily without crossing my fingers and praying to $deity that my system and necessary apps will work when I am finished. In spite of all the horror stories about Windows, I have comparatively few problems with it on a daily basis.

      I will continue to try updated distros, and new package systems, because I really do think Linux is an awesome concept. But until it is as reliable on the desktop as Windows, I can't make the leap.

    6. Re:Mindset by saha · · Score: 2, Insightful

      I believe what CypherXero was saying when his father says he knows Windows, his father isn't claiming to be knowledgeable just that he's familiar with the OS and it remains in his comfort zone. The biggest resistance to change is due to people who are nervous and unsure about compatibility issues with Windows and the anticipatory frustration of learning a new system.

    7. Re:Mindset by NoMoreNicksLeft · · Score: 2, Insightful

      But you're also the kind of person who manages to make windows work. You've probably been working on the same install of 2k for 18 months or more, never a problem. This has more to do with your computing practices, than it does with windows. An identical installation (be it XP or 2k, or whatever) on an identical machine for Joe User, and it wouldn't last 2 days. Not even 2 hours, if on broadband.

      This does not excuse windows in the least. Of course I expect even a junkbeater car to drive down the road every day with no problems, assuming the driver is a mechanic, the passenger is an auto engineer, and the 2 guys in the backseat are car technicians.

      Try slackware, and forget packages. Download tarballs, and do ./configure && make && make install.

    8. Re:Mindset by drakken33 · · Score: 2, Informative

      The first trap you fell into was focusing on installation problems with Linux but made no mention of actually installing XP, only using it. Could your 80yo Grandmother install XP? If she could then fair play to her. Most of the Windows users I know have some problem or other (usually confusion over partitioning the HDD).

      The second trap you fell into was ignoring the original point: people can have problems learning their second OS because they're stuck in the mindset of their first OS. You demonstrated this point when you said:

      On the other hand, I need to get over to some Linux forum to find out how to install the sonypi drivers, since double clicking an .rpm doesn't do anything. For some reason, I expected it to behave like a .exe.
      You expected an RPM file to behave in a certain way based on your experiences with Windows. It could be argued that someone who has only ever used Linux would have to go to a Windows forum to install a Windows app because they can't find the package manager. That might sound ridiculous to you but it's no more ridiculous than expecting an RPM to behave in the same way as a Windows .exe.

      Because of my own mindset I had a panic attack two days before my Mac was delivered because I realised I didn't have the first idea how to install and uninstall software with OS X and had already downloaded several freeware apps that I wanted to use. I could only think that there would be an equivalent to setup.exe or a package manager but until I researched it it was a little daunting. That would make a seasoned Mac user laugh in the same way that seasoned Linux users would find it odd that Windows and Mac users might have problems with a concept as logical (to us) as a package manager.

      --
      Andy.
    9. Re:Mindset by drooling-dog · · Score: 2, Informative

      Funny, I had the opposite experience, and I was more than merely "comfortable" with both sides of the fence. I used to dual-boot my desktop with Linux and WinNT, and my laptop with Linux and WinME. Then one day a couple of years ago I realized that my utilization of Windows on both platforms had dwindled to nothing; I hadn't booted it at all in 5 or 6 months. So, I reclaimed the disk space and have never regretted it one bit. And I do a lot with both machines.

    10. Re:Mindset by drinkypoo · · Score: 3, Interesting

      I know it is hard to believe that stability is an issue, but I have tried a number of Linux distros, only to have the OS go nova when I tried to install some new software, or update the base install.

      I've only ever had one distribution blow up on me when I installed new software, and that was SuSe Enterprise 8 sp1. I installed the development tools, and the system stopped working properly.

      Upgrades are a bad idea at best, unless you have an upgrade-in-place system like a *BSD (they often get it wrong too) or gentoo. Gentoo in particular is easy to update from version to version, and what's more it tends to work, especially if you sync soon enough after a new version announcement. :)

      You want it to be as reliable on the desktop as Windows? If installing programs blows up the OS, and upgrades don't work right, it sounds like Linux is already there. Those are "features" that Windows has had as long as there's been Windows!

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  5. I'm sorry by A+beautiful+mind · · Score: 4, Interesting

    This is just sensationalism. If you look at for example the server market, or the governments sector, linux is already beating up windows.

    My long term projection would be, that Linux will push Windows into a third of the market, something like 1/3 linux, 1/3 windows and 1/3 else.

    --
    It takes a man to suffer ignorance and smile
    Be yourself no matter what they say
    1. Re:I'm sorry by sellin'papes · · Score: 2, Insightful

      I would agree that linux is beating up Windows. Every time I open a new forum in /. I get an add from Windows saying how much better (and cheaper?) they are than Linux. This is an indication that they are threatened.

      --
      This is my last post.
      [6th Estate]
    2. Re:I'm sorry by NutscrapeSucks · · Score: 3, Interesting

      If you look at for example the server market, or the governments sector, linux is already beating up windows.

      And did you look? According to IDC, Windows has a larger server marketshare than Linux, and that trend will continue with Windows dominating 60% of the market by 2008.

      Even if the numbers are arguable, the idea that Linux "beats up" the server market is nothing more than a little fib the Linux advocates tell themselves to feel better. MS is doing quite well on servers.

      Linux has done very very well in traditional Unix segments (webhosting, Oracle, financial systems). But I haven't seen any serious penetration of Linux into file&print, groupware, and internal app servers, and don't expect MS is too worried about their core server markets.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    3. Re:I'm sorry by omb · · Score: 2, Insightful

      And we all know who paid IDC to say this!

  6. This article is -1 flamebait by Ckwop · · Score: 5, Insightful

    Will the /. editors stop posting flamebait articles?

    Simon.

    1. Re:This article is -1 flamebait by Andrewkov · · Score: 4, Funny

      Well, look at the bright side, at least we haven't seen this one before!

  7. I disagree by Anonymous Coward · · Score: 4, Insightful

    "But you can't turn Linux into a platform even if you brand it, box it, and put a pricey sticker on it."

    What does branding it, boxing it and putting on a price tag, have to do with a tool doing a job?

    1. Re:I disagree by paulhar · · Score: 5, Funny

      > What does branding it, boxing it and putting on a price tag, have to do with a tool doing a job?

      Who? The editor?

    2. Re:I disagree by bradhannah · · Score: 2, Insightful

      This problem is that Linux is still largely a text interface if you want to tap into any of its power.

      Go a week without using a shell. Easier said than done. I am a Windows/*Nix developer and I assure you Linux may be easier than Solaris, but it still has nothing on usability of Windows.

      For example, when I started using Linux back with Mandrake 6.0, I remember how friggin hard it was to change the screen resoltion in my xwindows session. Mandrake 10 is only mildly better.

      Apps like KDE should be largely the focus of the believers that Linux "is" the solution for home users. There are assumptions that Windows users make about where they should find widgets and configuration items. Unfortunately KDE (maybe gnome, but it is junk anyway :> ) just doesn't put them where they are used to seeing them.

      Brad

    3. Re:I disagree by Noksagt · · Score: 5, Interesting
      They were blown away because they didn't realize it had a desktop and all the fancy programs that Windows has.
      I use Linux on the desktop. I'm in the sciences, so many peers do the same. A long-time colleague in an adjacent office walked in, glanced at my desktop, and said "I thought you ran Linux."

      All I had displayed was the fluxbox window manager with firefox, gvim, and a matplotlib window from a python session.

      I had to switch vterms to convince him, as I was running Linux, as he also assumed Linux was all CLI.

      He should've known better too: He wasn't some PHB, but someone who used X11 and fink under OS X! If those who are as technically literate as this don't get Linux, how will the "average consumer" ever get it?
    4. Re:I disagree by Lumpy · · Score: 2, Insightful

      90% of the people here that pan linux as too hard or driver limited are working from information that is so out of date it is not funny or blatent FUD.

      I have YET to find a desktop machine that mandrake 10.1 will not install onto and have everything configured after 1st reboot. (external scanners and cameras not included.)

      and yes, I have personally tried it on 12 different dell, 11 different compaq (including proliant servers), about 20 different generic, and about 6 different laptops. we had an installfest not long ago, and I had a 78% sucess rate.... we install linux on 100 machines and 78 were ready to go without trouble. the 45 I touched, 43 were no problem, I had 2 laptops give me fits (Toshiba SUCKS!)

      I have NEVER had that good of luck with any version of windows...

      Anyone that want's to pan linux as hard to install or incompatable had better have just tried the latest distro on their computer and are talking about that experience... otherwise they do not know what they are talking about and are spreading misinformation.

      --
      Do not look at laser with remaining good eye.
    5. Re:I disagree by hey! · · Score: 4, Funny

      That sounds like an advertisement:

      Announcer: We're here at the Vigneswara Call Processing Center in Bangalore, India, where we've secretly replaced the customer service reps' Windows XP with Linux. Let's listen in.

      Operator: Wow! That went completely smoothly.

      Announcer: Did you know we replaced your Windows with Linux?

      Operator: Impossible! Where's the bitter CLI taste?

      Announcer (tapping the keyboard a few times): Right here!

      Operator: Amazing! Can I work a third consecutive shift please?

      Supervisor (shocked): they never ask for a third shift with Windows!

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  8. Vaguest article... by Anonymous Coward · · Score: 5, Insightful
    ...of all time? I could barely extract a single coherent, definite statement out of that. I'm not even sure why I'm typing out this post; the only justified response would be a post consisting of the single word:

    what

    Very poor indeed.

  9. I disagree by suso · · Score: 5, Interesting

    Last week I gave a class about Linux to 4 people who haven't used it yet. They were blown away because they didn't realize it had a desktop and all the fancy programs that Windows has. I think what really is hurting Linux is just myth. That myth is that Linux is just a text interface for servers or something like that.

  10. Fight network effects by zoobab · · Score: 5, Insightful

    A way to fight network effect is to have platform independent applications.

    The web is a first step.

    XUL and other technologies like thsi is one step is the right direction.

    Open and RF standards are also a key in this process.

  11. Wow by metlin · · Score: 2, Insightful

    What kinda trollish article is that?

    Linux is a very broad platform - in fact, if you looked at Windows, what's common between Windows 3.1, 95/98, ME and XP?

    Hell, most programs can't even inter-operate. How the hell is this different from the variety in Linux?

    Linux is a VERY broad platform and that will be the reason why it WILL become THE platform, not just A platform.

    -2, Troll, Flamebait.

    1. Re:Wow by TheRaven64 · · Score: 4, Insightful
      if you looked at Windows, what's common between Windows 3.1, 95/98, ME and XP?

      A set of APIs and an ABI for writing graphical programs which is still supported now in spite of being over 10 years old and can be guaranteed to be available on 100% of Windows systems?

      --
      I am TheRaven on Soylent News
  12. What an asshole. by Anonymous Coward · · Score: 2, Insightful

    Mod me insightful..

  13. If you want to RTFA, but give no ad click bonus... by Anonymous Coward · · Score: 5, Informative

    Linux Can't Kill Windows
    One fundamental difference guarantees that Windows will continue to dominate

    By Tom Yager
    April 13, 2005

    You can quit proclaiming Linux the Windows killer.

    ADVERTISEMENT

    Linux is established and has a niche that, as various pendulums swing, will grow and shrink. Show me charts and stats and benchmarks that prove Linux superior to Windows in every measure and I'll not argue with you. But no matter how much money and dedication is poured into Linux, it will never put a dent in Windows' mind share or market share because Linux is an operating system, a way -- and probably the best way -- to make system hardware do what it's told. But you can't turn Linux into a platform even if you brand it, box it, and put a pricey sticker on it.

    Businesses and organizations of all sizes need consistent, predictable, scalable, self-contained platforms for server solutions. Windows wins. Linux doesn't lose, because it can continue the legacy of another nonplatform, namely Unix, that needs to be refreshed and extended.

    The practical need to keep Unix around isn't rooted in nostalgia or misguided conviction. There may be times when you're convinced that the solution you need doesn't exist as a whole. The total solutions that exist might be too confining or expensive, or -- as is sometimes the showstopper for me -- simply closed. Open source Unix, in which category I place Linux, BSD, and Darwin (the OS layer of Apple's OS X), is a 500,000-piece bag of Legos that comes with some drawings and a few models you can use, build on, or tap into as references for your own creations. On paper, an OS is an ideal place to start building, because you get to choose everything that sits above it and presumably you know just what belongs in each of those gaps between your hardware and your application. You see, while developers can write to an operating system's default API, they'll spend most of their time encapsulating and abstracting low-level system calls to create what is, in effect, an application platform.

    No one is so foolish as to make what can be acquired cheaply or free; it's wiser to pick one from among hundreds of platforms and modules that fill in the holes between open source Unix and your applications.

    In contrast, Windows fills in all the blocks between the hardware and your apps. It does it in ways that you can't alter, but which you can use in different ways. You can code with the tools of your choice and in the programming language of your choice, and unless you stray too far from the rule book, everything you create will interoperate with everything others write for Windows. An operating system is a rack into which device drivers and APIs are inserted. A platform is a rack into which applications are inserted.

    Linux and Windows don't compete. Sun Microsystems (Profile, Products, Articles) sees this as an opportunity and has struggled mightily to position the combination of Solaris and Java as a platform. It almost makes it. I'd choose J2EE and Solaris over Linux for nonuser-facing server applications in shops that have expert administrators. But, similar to Linux and other flavors of Unix, Solaris is a nonstarter on clients, and that's enough to hurt its capability of competing with Windows. There is only one platform that can stand toe-to-toe with Windows, and that's the combination of OS X and Java.

    Stay tuned; I'll tell you all about it.

  14. it's not about killng by Jearil · · Score: 5, Interesting

    Linux isn't really about killing Windows off.. whoever thought that the primary idea behind Linux when it was created was to make MS go bankrupt and for no one in the world to ever use Windows is a bit dilusional. Linux is an alternative. It's a choice. The same thing could be said in reverse: Windows Can't Kill Linux.

    There's too many people who are interested with tinkering.. with having something being totally customizable if they take their time. With being free and able to run their computer the way they want. Is this the majority of people? Not even close! But it's enough that Linux will sustain itself in spite of any FUD MS and crew would throw at it.

    Who cares if Linux never overtakes Windows? I know before I discovered it in '98, I thought I was doomed to the endless update/virus/adware world that everyone else was in (except those crazy mac people.. which now due to the mac mini I am one as well.. side tracking....)

    Anyway, the point being.. Linux is strong due to it's following, and has great potential to do quite a few things Windows has troubles with. The choice is there for anyone to pick up that option if they so choose. What's the big deal?

    1. Re:it's not about killng by archen · · Score: 2, Insightful

      You will always have people who are for the "rebel" cause and against the norm. Some of us like going against the grain with something like Linux because we enjoy using it or messing with it for some reason. But many in society have this opinion that in order for them to "win" someone else has to "lose". With computer technology it's sort of tricky because market share really is important. If web browser market share is 99% IE, then Mozilla becomes literally irrelevent. If Mozilla has 50% market share, then it needs to be supported. Same with Linux to some extent, so Linux gaining market share is important. However some people have the rather misguided view that Linux must destroy Windows for them to "win".

      As a BSD person I can't say I'm overly concerned with where Linux goes, but we're all in the same boat more or less. Seriously I don't care as long as the OS continues to improve, and KDE continues to make gains.

  15. Wrong wrong wrong by Weaselmancer · · Score: 4, Interesting

    From the article:

    Businesses and organizations of all sizes need consistent, predictable, scalable, self-contained platforms for server solutions.

    I thought Windows was winning on the desktop? Isn't that what we're always hearing?

    Linux and Windows don't compete.

    Ok, so the whole "Get The Facts" campaign was done just for grins?

    Open source Unix, in which category I place Linux, BSD, and Darwin (the OS layer of Apple's OS X), is a 500,000-piece bag of Legos that comes with some drawings and a few models you can use, build on, or tap into as references for your own creations.

    Also wrong. There are distros that are like that, but there are distros that aren't. Linux offers choice, and not just the "bag of Legos" kind.

    And, just in case the article author reads this...ever hear of Wine? As soon as Wine gets DCOM working correctly and Installshield working right, it won't matter to Joe User if the OS is Linux or Windows, just so long as he can install TurboTax and Doom3. Check back in a few years, and we'll see if you're singing a different tune.

    --
    Weaselmancer
    rediculous.
    1. Re:Wrong wrong wrong by runderwo · · Score: 2, Insightful
      WINE has been in a perpetual state of "almost there" for over a decade. They'll never be suitable for end-users because Microsoft keep moving the goalposts.
      You assume that Windows developers will continue to follow whatever new path Microsoft lays out for them. This is doubtful, because it takes time (money) to learn all the new gadgets and work through the inevitable bugs and misdesigns. All WINE has to cover is the APIs used by the majority of existing and in-development programs. Once it gets "close enough", then developers will use it as a compatibility testing target just like they do with Win98.
  16. Only windows can kill windows by E+IS+mC(Square) · · Score: 2, Interesting

    Linux has a geekey feeling to it. Probably, Joe sixpack will never have means to replace his PC with a Dell packaged linux, either due to his lack of geek-ness, or due to penetration of windows in his (and everybody else's) mind (unknowinlgy).

    Its upto Windows now to kill itself - by exposing itself to hacks, viruses, trojans. If the situation reaches to a point where windows is *completely* f*cked-up, then may be linux will see more and more interest - being the only cheap alternate to ship somehting to Joe.

  17. Opinions by lemnik · · Score: 3, Insightful

    Linux cannot make a dent??? I'd say it already has, else why is M$ running "Get the facts"?

    That said, there is an important point here: Linux probably won't "kill" windows, it will be RedHat, or Mandrake, or Debian, or even Linspire :/

    Linux at it's heart is nothing more than a Kernel, it's a GNU/Linux distro that people ultimatly install (mostly anyway).

  18. True, but for the wrong reasons by ites · · Score: 4, Insightful

    Linux as a brand cannot compete with Windows, because Linux is not a brand, not a product. There is not even a single definition of what "Linux" is, except a bunch of software running on top of a specific kernel.

    Even the concept of "competition" is a straw man.

    Linux represents a total, brutal, and unstoppable commoditization of technology that follows the same rules which drive "Moore's Law". When you remove the costs of improving a technology, its marginal cost will fall to zero as people compete to be the key suppliers.

    Software is basically becoming free, and this is what will kill Windows, whether or not it's something called "Linux" that takes over.

    Most likely, "Linux" will never become more than a niche OS, excellent for servers but rare for desktops. But what it represents - unlimited and perfect software at no cost - will, inevitably, rule the desktop as it will rule every single computing platform, for the simple reason that no amount of lock-in or marketing is going to get people to keep paying more than the going rate for a commodity.

    Apple's strategy - where the OS and a bunch of software is basically thrown in for free - is the trend of the future.

    I hate to say it, because I truly love using Microsoft's well-engineered products, but between the commoditization of their core markets and the parasites eating their way in from the internets, they are dead, Linux or no Linux.

    --
    Sig for sale or rent. One previous user. Inquire within.
    1. Re:True, but for the wrong reasons by RailGunner · · Score: 2, Insightful
      I hate to say it, because I truly love using Microsoft's well-engineered products

      Me too, I really like their optical mice. They feel more comfortable in my hands than a Logitech or generic brand.

      Oh, wait, you were talking about Windows? Well Engineered? To quote Dan Akroyd: Jane, you ignorant slut.... ;)

  19. Before everyone flames him by Raul654 · · Score: 4, Interesting

    His first sentence is right on the money - "Linux is established and has a niche". So the question is - what is holding it back? And here, he misses the bleeding obvious - every single one of his points (from TFA - the reasons to keep unix or windows around, the cost analysis, etc) is flatly wrong or misses the mark. The answer is, I think, obvious --- Linux is the OS designed by geeks, for geeks. It's the classic example of overengineering the wheel. The problem is, I have yet to see an interface for *nix that does as good as job as windows does of 'packing everything under the hood' and making an operating system that (as a friend of mine, the chief sysadmin for Connectiv would say) "protects users from their own stupidity". When someone can come up with an interface that is as intuitive and user-friendly as windows, then (and only then) can linux hope to compete in the desktop market.

    --


    To make laws that man cannot, and will not obey, serves to bring all law into contempt.
    --E.C. Stanton
    1. Re:Before everyone flames him by dynamol · · Score: 2, Insightful

      Well if you are right then I hope linux never competes. Conversly I believe that people are becoming more and more educated about their computers...while linux is becoming easier and easier to use. Linux..maybe...but OSX...the coolness factor alone is about to put Apple back on the map for real...through in better processors for good luck and you have a winning solution for Joe six pack. Just my worthless two cents

    2. Re:Before everyone flames him by Coolmoe · · Score: 2, Insightful

      "The problem is, I have yet to see an interface for *nix that does as good as job as windows does of 'packing everything under the hood' and making an operating system that (as a friend of mine, the chief sysadmin for Connectiv would say) "protects users from their own stupidity"."

      Yes because Joe and Jane six pack (ive always wanted to make them a couple like Ken and Barbie) have always been really well protected from themselves. Downloading and installing every piece of shareware crap that they can find then install with a few clicks with administrative access to the machine. Then repeat this process till the system tray meats the quick launch bar. And it isint windows until icons cover 3/4 of your desktop at 1024 x 768 at least! Yea sure windows really protects it's users from itself. In a boxed unix solution nobody goes out to fetch tons of crappy software they couldent install anyway. Windows keeps people from being intimidated by advanced hardware that a PC really is. This is where windows got it right with the patented "plug and pay" interface. MS ought to drop that "where do you want to go today" crap and say Windows so easy to install even a snot nosed kid can do it. Ok im done writing my version of the trollish crap that article was.

      --
      Got hosting
    3. Re:Before everyone flames him by lurch_mojoff · · Score: 2, Insightful
      The problem is, I have yet to see an interface for *nix that does as good as job as windows does of 'packing everything under the hood' and making an operating system that (as a friend of mine, the chief sysadmin for Connectiv would say) "protects users from their own stupidity".
      Apple's Aqua for Mac OS X does a fairly good job in that respect. It is not for Linux, nor it does the same job as Windows, but it's for *nix (BSD) and is pretty "user-friendly" (i.e. you do not have to get your hands dirty if you don't want to).
  20. Platform is the new buzzword by ehack · · Score: 2, Interesting

    Platform is the new brand buzzword. Windows is a Platform. Anything that does not have rock-firm foundations is a platform - ie what used to be called middleware before. By that standard, the GNU utilities are a platform, Linux is not.

    --
    This is not a signature.
  21. You should be optimisitic by SerpentMage · · Score: 5, Interesting

    I regularly use three platforms; Windows, Linux (Fedora) and OSX. Conclusion? I cringe at having to use Windows. I find that once you learn UNIX it is faster to get anything done. Albeit you have to learn UNIX.

    Now having said that, what I see more off are peacock articles. All fluff and very little facts because the three operating systems are TOO similar. Compare it to cars. These days all of the cars are good enough! They will last four years without too many problems. So then how do you distinguish yourself? Write articles like a peacock struts its feathers, all emotional.

    The easiest way to illustrate this peacock argument is to take a bushman from the jungle and get them to figure out what a computer does. Without helping them. My guess is that the bushman will have a hard time figuring out what the mouse is for. Most likely they will use the mouse as a slingshot and head back into the jungle. I am not saying that bushmen are dumb. I am saying that computers require some upfront learning time regardless of the OS used.

    --

    "You can't make a race horse of a pig"
    "No," said Samuel, "but you can make very fast pig"
    1. Re:You should be optimisitic by hepwori · · Score: 2, Funny

      Most likely they will use the mouse as a slingshot and head back into the jungle.

      Reminds me of this Onion article.

      KABINDA, ZAIRE--In a move IBM offices are hailing as a major step in the company's ongoing worldwide telecommunications revolution, M'wana Ndeti, a member of Zaire's Bantu tribe, used an IBM global uplink network modem yesterday to crush a nut.

      ...

      According to Ndeti, of the modem's many powerful features, most impressive was its hard plastic casing, which easily sustained several minutes of vigorous pounding against a large stone. "I put the nut on a rock, and I hit it with the modem," Ndeti said. "The modem did not break. It is a good modem."
    2. Re:You should be optimisitic by Anonymous Coward · · Score: 3, Insightful

      I regularly use three platforms; Windows, Linux (Fedora) and OSX. Conclusion? I cringe at having to use Windows. I find that once you learn UNIX it is faster to get anything done.

      That's your conclusion. My conclusion is that you just don't know Windows.

      For example, how many of your regular tasks have you offloaded onto the Windows Scripting host? Unix users all have their favourite scripting language, and Apple users are always blathering about how wonderful AppleScript is, but Windows has just the same functionality, except it can control native GUI applications well (unlike Perl/Python on Linux, which are great for munging text files but not so great for hooking a word processor and a spreadsheet together) and you can choose what language to use (unlike AppleScript, which forces you to use Apple's horrible proprietary COBOL clone).

      Windows sucks in direct proportion to the ignorance of its administrator. Badly-administered Windows sucks more than anything in the world, but for most purposes, well-administered Windows can hold its own with any Unix you care to name.

      If you have to use it a lot, I really suggest you learn how to use it properly. It will make your life a lot more pleasant.

    3. Re:You should be optimisitic by rokzy · · Score: 4, Informative

      >This one really bugs me: in all the main OS X browsers (Safari, Firefox, Camino) you cannot Tab to a checkbox or...

      3. there's an option in Keyboard & Mouse->Keyboard shortcuts to "turn on full access". tried that?

      4. tried clicking the down arrow to the right of the save name?

    4. Re:You should be optimisitic by Henk+Poley · · Score: 2, Insightful

      For example, how many of your regular tasks have you offloaded onto the Windows Scripting host? Unix users all have their favourite scripting language, and Apple users are always blathering about how wonderful AppleScript is, but Windows has just the same functionality,..

      You know, maybe that's the case because Microsoft doesn't really push WSH? I mean, on my Linux systems Perl, Python and Bash scripts are everywhere, on my Windows systems I haven't seen a single usefull script. When you go exploring a UNIX system you will quickly find them.

      If you browse Linux and Mac sites you will hit scripting guides eventually, probably within minutes if you are in the need for something that can be automated. For Windows I never hit such things, well.. sometimes on some MVP site (kudos to them!).

      On Mac and Linux systems the script language documentation is installed together with the interpreter/JIT-compiler, so it's available at any time. On windows, I need to navigate through the webbased MSDN Knowledge Base, which is quite challenging most of the time due to the (per page changing) non standard website conform way of displaying info; Or the docs are just being written in a way that's it incomprehensible if you don't know the onderlying Windows API (and no links to API walkthoughs).

      Just my 0.02 EUR.

  22. Why should it try? by thryllkill · · Score: 2, Funny

    I watched windows kill itself on my buddy's laptop twice tonight.

    --

    Note to self: No more arguing with the faithful.

  23. I can't believe no one made this joke yet. by Knights+who+say+'INT · · Score: 2, Funny

    Step 1. Run Bochs or VMWare.

    Step 2. Install Windows on [Bochs|VMWare] environment.

    Step 3. Run it.

    Step 4. kill -9 `ps ax | grep [bochs|vmware]

    Step 5. Sing "tadaaaa".

    Step 6. Skip the question marks and profit.

  24. It sounds to me like what he's really saying is by foxtrot · · Score: 5, Interesting

    He believes Linux isn't a "whole platform", and I can see where he gets that idea-- Linux isn't very unified (Do have KDE or Gnome? [0]) and anyone who hasn't dealt with a modern package manglement system has dealt with Dependency Hell.

    So let's imagine some company, we'll call them Red Hat, to pull a bogus name out of thin air, and let's say they were to take this Linux thing, and make a nice standardized platform out of it. People ship you an application, you take your server, we'll call it a "Red Hat Enterprise Server" or something like that, and you can simply load the app on it and run it. They wouldn't say their app runs on Linux. They'd say their app runs on Red Hat.

    To him, _that_ would be a platform, and that would have a chance at taking on Windows. It would be Linux behind the scenes, but it's more that just Linux.

    Too bad nobody's ever going to do something like that.

    -JDF

    [0] Thankfully, even if you generally only see one of these, you can still have the other behind the scenes and run stuff intended for either...

  25. User interfaces are important, though by Christian+Engstrom · · Score: 4, Informative
    The article speaks a lot of rubbish, but it raises one valid point as well.

    To most end users, a consistent look and feel, that works right out of the box, is really important. So it's a very good thing that Linux distributions are improving in this area (which the article conveniently forgets to mention).

    For the same reason, I also think it's good to see Open Source applications adopting user interfaces that are more similar to their Windows counterparts. It may annoy some old-time Unix or Linux users to find "Options" under "Tools" rather than under "Edit" in the Firefox browser.

    But for Windows users that are looking for a safer alternative to their present browser, the chance that they'll make the switch increases with every item that works as expected when they first try it out.

    And it's only by convincing today's Windows users to switch, that Linux can avoid the fate that the article spells out.

    --
    Christian Engström, Former Member of the European Parliament 2009-2014 for The Pirate Party, Sweden
    1. Re:User interfaces are important, though by Elminst · · Score: 4, Insightful

      Any idiot who thinks Windows works "right out of the box" has obviously never tried to use Windows "right out of the box".

      Here is where you miss the point of "out of the box".
      When your average idiot buys a computer from Dell, Gateway, HP, $RESELLER. He gets it home, opens the box, plugs it in, and lo and behold it WORKS. That is what the phrase means. All Joe Luser knows about Windows is that he buys a computer and turns it on and it WORKS.

      Currently, you cannot do this with Linux. Mainly because almost no one sells preconfigured Linux boxes that you can just plug in and work. Lindows barely scratches the surface.

      Installing Windows from scratch is a totally different story. It is, as you say, fraught with perils. But this is the same no matter what OS you try.

      Joe Luser doesn't care about installing windows or any other OS. He wants a computer that he plugs in and it WORKS. He gets this from all major distributors.

      Until a major reseller can offer a Linux PC that does the exact same thing CONSISTENTLY, Joe Luser will not use Linux.

      --
      No unauthorized use. Trespassers will be shot. Survivors will be shot again.
    2. Re:User interfaces are important, though by Anonymous Coward · · Score: 3, Informative

      You aren't too swift are you... almost every windows app has the same menubar, click/right click context menu interface. Everybody can figure out how to save a file or do simple tasks even if they've never seen the app before because they generally have the same basic UI.

    3. Re:User interfaces are important, though by Decaff · · Score: 2, Informative

      You aren't too swift are you... almost every windows app has the same menubar, click/right click context menu interface.

      And that is not true for Linux/KDE or Linux/GNOME?

    4. Re:User interfaces are important, though by n0d3 · · Score: 2, Insightful

      I belive the main two reason people use Windows are:

      1) It came that way.

      People buy or order a PC and what do they get, a PC with Windows Pre-installed. They don't know how to install anything else, they don't want to know how to install anything else. And I don't blame them. The majority of people shouldn't need to worry about that. That's what we have resellers for. They should offer PC's that are ready to be used out of the box.

      2) Availability of Software.

      Linux is a great OS. Software for this OS is somewhat laking behind.
      In coorperate enviroments, people need(ed!) Word. Thus they need windows. Also a lot of intranet pages need IE and thus again Windows is needed. Or what about Photoshop and etc etc.
      Then the homeuser needs/wants to be able to just click and run (pun intended) whatever they get their hands on. With or without spyware. (Actually, they wouln't need anything if the reseller has 'almost' everything they could ever need on there)

      I read an article once, about Linux working for MS wasn't such a bad idea at all. Linux as the OS. Windows as the 'majorities' desktop. Kinda almost like what Apple is doing in a way. Apple's are great for the majority of people out there, that just want to 'use' their Computer.

      Other then that the articel also attacks linux in general unrightfully. They claim that linux isn't ready for the desktop, that you don't have all the api's you might expect etc etc. This has nothing to do with linux. But with the distro's. They package the OS with Applications and create the whole enviroment. And I'm not saying they are doing a bad job at all. Comparing apples with apples. Not OS with the 'Windows enviroment'.

    5. Re:User interfaces are important, though by Chris+Mattern · · Score: 5, Insightful

      > So when Joe Luser gets home with his computer and plugs it in he's ready to:
      > Open Excel and do some work?

      I have a cheapo e-machine I bought to run Windows games on (at which it has done surprisingly well, I might add). It came with Windows Works, which is not unusual. Joe Luser gets home, plugs it in, and he's got a spreadsheet. Not a terribly good one, but Joe doesn't know the difference.

      > Watch some DVD's?

      It also came with PowerDVD 5, which is even more common than getting Works. Actually, it plays DVDs better than any of my Linux boxes, and did so right out of the box.

      > Browse the internet risk free?

      No, but Joe doesn't know this and can't see it. He double clicks on Internet Explorer, and it's teh Intarweb! Works right out of the box!

      > No, he can't do any of those things "out of the box".

      Actually, yes, as far as Joe can see, he *can* do all those things right out of the box He doesn't see how poorly or brokenly they may be done. All he sees is that he can't buy a Linux box that he can just plug in and have do these things with no requirement that he do things he doesn't understand.

      Chris Mattern

    6. Re:User interfaces are important, though by kaustik · · Score: 2, Funny

      Well, from the looks of your website, perhaps you should have ran for the hills as well.

    7. Re:User interfaces are important, though by electroniceric · · Score: 3, Interesting

      You, and the article make a bunch of good points, but you miss one key one that will keep things in play: cost.

      The article, although apparently from the POV of the purchaser (business, in this case), it actually speaks from the point of view of the software industry. End purchasers care about continuity, proper performance, and price, in roughly that order. All the article's arguments are valid when the end user interacts directly with the software producer. If they have to screw around with Linux kernel changes themselves, yes they get pissed. But when there's an intermediary (packager, vendor, consultant, etc.) who can provide continuity and performance, there's a nice opportunity to capitalize on the massive bag of Legos which those intermediaries obtain for $100 to several thousand less per copy than Microsoftware. If the intermediary/alternate vendor can figure out a way to split that $100 + between themselves and the consumer, there's an incentive for the consumer to _consider_ change. That's precisely the niche that IBM's in. I wouldn't be surprised to see IBM start opening up more of their core products, if and when:
      a) transition that revenue to services (services is always the top of the stack)
      b) address the platform/continuity issues the article brings up
      c) doing so would represent a kick in the teeth to a competitor

      This is not to be a OSS triumphalist, but I think there's a decent enough balance in there that it might be just a wee bit early to call the OS market sewn up by Microsoft.

  26. RE: Linux Can't Kill Windows by Lehk228 · · Score: 5, Funny

    Linux Can't Kill Windows

    I see someone didn't try to dual boot Fedora Core 2

    --
    Snowden and Manning are heroes.
  27. win for dozers, *nix for u and i! by m4c+north · · Score: 2, Interesting
    The answer is, I think, obvious --- Linux is the OS designed by geeks, for geeks. It's the classic example of overengineering the wheel.

    Yes, precisely. As 'easy' as apt and rpm are, installing things in Linux is still a mystery for many people. The idea of "there is no C:\ drive, Neo," usually brings out the glossed-over eyes as their mind crashes and displays the native blue screen of d3th.

    Many Windows dependents are so jacked in that permissions and the file hierarchy of *nix are more than they will ever understand about computers. (people are still on the fence about switching to Firefox!)

    But I like it that way! It keeps us enthusiasts shrowded in mystery. And what Americans (wait, I mean people in general) don't understand, they fear. Pay no attention to the man behind the curtain, he's only writing a shell script.

    --
    Who's your user, program?
  28. Let the Rubbish Roll by adesm · · Score: 2, Insightful

    For pity's sake - this 'article' has also been plugged on OSNews. Users there have sensibly concluded that this thing is either straight FUD or a complete troll.

    The writer uses no statistics, data or representative sampling. He cannot point to a single concrete example of his central thesis. He seems incapable of understanding the developmental changes which have enabled Linux in the past few years to 'fill the gap' between a user's desire and results. In short, the article bearly passes muster as opinion piece, never mind journalism. Many would say that all of the above marks it as a Troll, with timeshare rights under the FUD-Bridge.

    Dupes are bad enough, misleading headlines are even worse. Putting this type of troll-crud onto the front page is a serious dereliction of editorial control by /.

  29. Re:Huh? by Kolisar · · Score: 2, Interesting

    Show me charts and stats and benchmarks that prove Windows superior to Linux in every measure and I'll agree with you.

    I do not believe that proving that Windows is superior to Linux is the issue. As the result of marketing, timing, and a possible deal with Satan, Windows has 90+% of the market and people, like energy, tend to take the path of least resistance. Until you can walk into your local consumer electronics store and find shelves of Linux software and computers with Linux pre-installed people will continue to use Windows.

    As a user of OS X I make the special effort to locate stores that sell software and peripherals for my Macs, and usually have to travel about 45 minutes to get there. Most people (not /. readers, the rest of the world) will not. For my Windows machines I can drive ten minutes down the road and find almost anything I could possibly need (including compilers). This is why Linux may never displace Windows.

    What someone needs to do is produce a bunch of those $5-$10 CDs in the software section containing Ubuntu, Knoppix or any of the other live versions containing OpenOffice or something similar and a bunch of other stuff ready to go from the disc. Then someone needs to create some more of the $5-$10 CDs with a bunch of Linux software that can't fit on the live CDs so the general public can try it without risk (minimal financial, no risk of destroying their computer) and make up their minds. Keep in mind that most people stick with Windows because it came with the computer and they could not install most versions of Linux themselves and, even if the install is bullet-proof, they would not believe that they could install an OS. It has to be made as easy as possible or they will not even try.


    --Kolisar

  30. Is the point to kill Windows... by geoffrobinson · · Score: 2, Insightful

    or to have a good alternative? The author misses the point. Those of us who choose to, don't have to be forced to use Windows. And that's the point.

    --
    Except for ending slavery, the Nazis, communism, & securing American independence, war has never solved anything.
  31. What is the real goal? by pvera · · Score: 2, Insightful

    Is the real goal to come out with a great OS? Or is it to kill Microsoft?

    Ever heard that BSD is for geeks that love Unix, while Linux is for geeks that hate Microsoft?

    --
    Pedro
    ----
    The Insomniac Coder
  32. Linux has no Reflection by delire · · Score: 2, Insightful

    To some extent he has a point, though it was never the intent of Linux (if one can name it as an entity) to 'Kill' Windows. Linux's performance offerings are known and overtly apparent to the computer consuming world, but the "Windows came with the PC" | "I don't like changes" renders adopting Linux as difficult as a name change for many; even when a distribution like Mepis proves that installing Linux is several degrees easier than Windows itself.

    Regardless, performance enhancements pull few punters other than power-users and those responsible for large mission critical deployments. The curious are simply an exception (myself included). This of course is statistically proven to be changing, but will happen most largely at the enterprise level, where people just simply find themselves working with Linux one day, and perhaps even decide they like it enough for home use.

    Perhaps another thing worth mentioning, on the level of branding is the Repitition-Produces-Comfort factor - people see WinXP at the boot promp and thus can project their workflow as a continuation of work done on another machine. I see that alot here at the university, which has both Fedora and XP on all machines. With Linux comes a strange kind of noise, for many; a class of noise called 'Choice'. Linux, as a self-defying entity (in the public imagination) cannot be summarised in the mind.

    Linux has a poor image precisely because it doesn't have one.

    It also needs to be said that Linux is fairly young, and so attempts at branding are even younger. Perhaps the weight of Novell can change that with a little constructive meme production. I disagree however OSX will have any real foothold, sitting at about 2.9% in desktop share it's as 'niche', or even more niche than that of Linux. OSX has a thick glass ceiling that Linux doesn't have, a brutal dependency: OSX requires not only a certain build, but a certain vendor of hardware. There is a reason we aren't seeing an uptake of OSX in offices and enterprise operations. This is one area Linux is making great headway.

    What will pull people over to Linux are Linux exclusive third party applications that lead people by the nose of their own creative and productive ambitions. And yes, I wouldn't discredit the possibility that proprietary apps could seed the swell of change in this regard. Imagine what a Final Cut Pro or powerful multi-track hard disk recorder (perhaps ) could do for the adoption of Linux in Universities for instance. It certainly worked for Linux in Hollywood. Naturally this requires alot of development capital ultimately justified against an isolated, and quantifiable target market. Linux users as it stands are certainly far from that. Chickens and eggs perhaps.

  33. Sigh, this is not the goal of Linux... by hacker · · Score: 2, Insightful
    Why is it that every time someone hears Linux, they immediately think "Hey, its an alternative OS, so their competition is Microsoft (or Apple), so they must be competing for the same space..."

    Linux does not exist to compete with Microsoft Windows . Repeat that to yourself 10 times over please.

    Many vendors who package Linux in various flavors are attempting to gain a larger userbase by making their version of the Linux operating system packaged with their components work better for end-users, but Linux was not created to supplant Microsoft Windows.

    I would venture to guess that a good 80% (a rectal approximation) of Linux developers and many users don't care how many Microsoft Windows machines Linux can replace. That's not the point. The point is to provide a Unix-like operating system for inexpensive hardware. It just so happens that Linux runs on something like 32 architectures, from embedded targets to PDA to 128-way (or more) CPU machines.

    Can Microsoft Windows run hardware in a 2-meg footprint? Linux can (and does, happily).

    Linux has already beaten Microsoft Windows if that is the metric that we're measuring it by.

    If you're measuring "sales" of Linux vs. sales of Microsoft Windows, of course Linux will not compare, because more people download Linux (and burn copies to give to dozens of their friends or hand out at LUGs) than those that purchase it in a boxed-copy with a printed manual.

    Linux will succeed, and already has far surpassed Windows in hardware, driver, and application numbers. Linux supports more chipsets, more peripherals, and more applications than Microsoft Windows itself. Sure, many of the applications aren't "pretty" or polished, but put a million dollars behind each project, and you'll see some major improvements.

    Does Microsoft Windows support that 10 year old video card in Windows 2003? Linux does.

    Since most developers aren't getting paid or funded (or supported by the vendor) for their applications, it evolves at the speed of their free time and motivation to improve it. "Pretty" interfaces are the last thing on a developer's mind. Fixing the last bug or adding the next feature are much more important than a graphical installer and a pretty icon.

    So we've already won, despite how the media likes to contort the matter.

  34. Anti-trust and bundling. by PhYrE2k2 · · Score: 2

    Oooh- and then we can get mad at the OS and make them remove all of those components.

    But realistically, that's what Linux is. A base install of RedHat will give you everything from graphics libraries, to video codecs, to a word processor, to a spreadsheet.

    As with windows, for better versions (OpenOffice, etc) you start buying/downloading.

    How is Windows better? If anything Linux has more applications put there by the vendor

    -M

    --

    when you see the word 'Linux', drink!
  35. No way by Mr.+Underbridge · · Score: 2, Funny
    Doesn't this article give the feeling the author has no clue about what he is talking about and has just put together some buzzwords like scalable, self-contained to create a controversial article?

    No, the problem is that you aren't being sufficiently proactive in shifting your paradigm to thinking outside the box like the author clearly has. What does scalability mean? I don't know, but I saw an IBM commercial about it during the Super Bowl, so I figure that qualifies me to write an article about it.

  36. So what? by Beolach · · Score: 4, Insightful

    You know, I honestly don't care if this is true or not. So what if Linux can't kill Windows? Windows can't kill Linux, that I'm positive of. And that's really all I care about. Sure it'd be nice if enough people abandoned Windows in favor of Linux to "kill" Windows, but whether that happens or not, I can still use Linux to my hearts content. If other people continue to use & support Microsoft, that's up to them, and while it will have some effect on me, I doubt it will be a significant enough effect for me to really care.

    --
    Join moola.com, play games to earn money.
  37. A little history... by H0ek · · Score: 5, Insightful

    1991 : Linux? A plaything for college students. It'll never work like *real* Unix.
    1996 : Linux? So it makes a simple web server. It'll never scale as an enterprise server.
    2001 : Linux? Yeah, it's nice for my enterprise servers, but it'll never give end-users any satisfaction.
    2005 : Linux? So hackers have pretty desktop. Didja see the effort they had to go to make it work? It'll never be easy enough for our secretary Jane Typist.

    Nope, Linux will never compete. Not even that Novell Linux Desktop that has proliferated our workplace and made every desktop look the same (but secure). It'll never happen.

    --
    H0ek
    Think you're smart? Prove you've got brains!
  38. it's all about cross-platform apps by radarsat1 · · Score: 3, Insightful

    I think what's needed is a good bridge between the two operating systems. You can get people to walk over to the dark side (mouahahaha) without giving them a bridge. The bridge between Windows and Linux is cross-platform apps, like Firefox and OpenOffice. Get everyone using these apps, and then point out to them that "hey, you could actually use the exact same apps on linux, why are you paying for windows?"

    You have to take things one step at a time. First the apps, then the operating system. Change everything at once and it won't work.

    I've gotten a couple of people using Firefox, and .. like... ONE person using OpenOffice. Since everything's working fine they have no need to switch OS, but if their Windows installations ever got totally bunged, I might suggest Linux.. and since they're already using these apps, I think they might be more open to it. Of course, they're using Firefox now so spyware isn't much of a problem for them... so the chances of them needed to switch OS is down about 90%... ah the irony..

  39. Re:Open Source is the platform and the way by uohcicds · · Score: 2, Insightful

    This is certainly true. However, we must also look at the fact that in any market, it's rarely the best (whatever we define that to mean) product that ends up the most dominant. Just look at motor vehicles, food, music and entertainment for examples. In some cases there is a price issue to look at, in others not.

    Microsoft have designed a system that the mass market is comfortable with (whether those of us use other systems like it or not). People are now starting to see that there are alternatives, whether from the Open Sector or from places like Apple. Their behaviour may change over time, but if any change happens it will not do so overnight.

    Windows is the white sliced bread of computing: adequate but not wonderful; filling but not necessarily the most nutritious of choices. We also have to accept that in some cases, that is all people want. I think that is perhaps what the orignal author's thrust was, judging by the article, even though he could have been a little less peevish in saying so.

    PS: I'm a heavy user of XP, Mac OS X and Fedora

    --
    It's not you: I'm just this horrifically socially awkward with everybody.
  40. Please RTFA by ngyahloon · · Score: 2, Insightful

    At first I thought it was some guy who just wanted to spread some FUD about Linux but check out the last paragraph:

    Linux and Windows don't compete. Sun Microsystems sees this as an opportunity and has struggled mightily to position the combination of Solaris and Java as a platform. It almost makes it. I'd choose J2EE and Solaris over Linux for nonuser-facing server applications in shops that have expert administrators. But, similar to Linux and other flavors of Unix, Solaris is a nonstarter on clients, and that's enough to hurt its capability of competing with Windows. There is only one platform that can stand toe-to-toe with Windows, and that's the combination of OS X and Java.

    Now this guy is making sense.

    --
    Carpe Diem: Seize The Day!
  41. it's like combat by CAIMLAS · · Score: 3, Interesting

    It's like combat: the force with the superior size and resources is going to be unbeatable until they make a major tactical or technical mistake. Use the Iraqi War if you want an analogy: the US is cleaning shop, and it's because of superior technology, tactics, and sheer size (of the establishment, not the deployment). Training, too: Windows (say, all the futuristic military tech) is damn easy to set up and install, and everyone knows how to use it, so anyone can use it. Linux, on the other hand (say, a trial-and-error mortar system) is difficult to use for someone unfamiliar with it than Windows is, and it's not always as straightforward to get a system up and running.

    The Vietnam War would be a good example of how the superior force (size and resources) can still lose. Shitty M-16 rifles, poor coordination, and the disadvantage of not being on home ground (ie, the other side had "home team" advantage) all made things difficult for them. If Linux were to get a wide corporate install base, I think things would slowly start to get away from Microsoft.

    Also, I think RedHat (the company) is a big problem for Linux adoption. Their support is pretty bad, and they tend to still have a very "non-corporate" software attitude. Bug in your kernel? "Here, try this beta kernel." It's not a very corporate-friendly attitude, in my opinion. Are there any other good corporate options out there? No, not really, unfortunately.

    --
    ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  42. 10 years ago : Windws cant kill Unix on servr side by Atreide · · Score: 3, Insightful

    10 years ago IT was only beginning to look at Windows and did not seriously thought of Windows for most of their server infrastructure.
    Now people say the same thing but about Linux.

    Why did Microsoft succeeded ?
    1/ network integration with personnal computers
    2/ marketing
    3/ ease of use
    4/ price compared to Unix systems
    5/ drivers & software

    Points 1 and 2 are Linux weakness.
    Point 3 had a lot of improvements.
    Point 4 : Linux is at advantage (until you dont buy Red Hat Server that costs more than W2003 SRV).
    Point 5 is improving for linux.

    Some experiment in our corp. We wanted to use Linux to host antivirus repositories & Windows Update Service & hardware+software inventory tools. None of the tools we selected work with Linux. Therefore we have to pay a W2003 for each box... hardware : 1300 euros, system : 700 euros, software : free or licenced per user. We plan to have tens of such computers.
    The lack of software compatible with Linux costs a lot of money. And slows down the propagation of Linux.

    --
    The world belongs to those who get up early. - I'm far from being the king of Earth then :-(
  43. It's sort of the other way around by n0-0p · · Score: 4, Insightful

    The big reasons beta lost were shorter play/recording time and the fact that manufacturers had to pay licensing fees to Sony to use it. VHS was the free and open standard that won. Also, as the above poster pointed out, beta came first.

    I understand the point you're trying to make, but the analogy was the wrong choice.

  44. Re:The 'community' is fighting the wrong battle... by __aamcgs2220 · · Score: 2, Interesting

    I think you're on the right track here, but look forward a little further. Where has Linux been? It's been a hobby OS with a single programmer, then a complicated but efficient hobbyist server with hundreds of developers, then a reasonably solid but still overly complicated server and desktop OS with thousands of developers, now an enterprise-class OS with big corporate development and support and millions of other developers. It's evolving, and at a much faster pace than Windows. The community has to play catch up for a while just to get to the same level as the marketing folks in Redmond and to be able to say to the world "Hey look at us, the transition is easy and we're getting better all the time." We're still in catch-up mode, but we're not far behind, and the momentum is still building steadily. Once we get to that point, the innovation will continue because critical mass has been reached, and then you'll see things heading in the direction you're hoping to see. Interfaces will be improved, services will evolve, and Linux will hit its heyday. Don't give up! Join the fight. The best is yet to come. Seventy or eighty years ago, the author of this article would probably have said something like "There will never be a need for more than 11 computers in the world." His statement is inflammatory because it makes people click on the link and increases advertising dollars. Don't equate fame with insightfulness or intelligence because you won't find either from that guy.

  45. Re:I think he's WRONG by ninji · · Score: 4, Insightful

    to quote "it will never put a dent in Windows' mind share or market share"

    Hasnt linux already largly DENTED windows mind and market share, how many governments moved to open source and nix from windows systems, those XX,000 Systems dont count as market share?

    Linux wont ever replace windows but, your a fool to think windows will remain uneffected.

  46. Linux is the rebellion of the intellectuals by Simonetta · · Score: 4, Informative

    Linux is the manifestation of Ayn Rand's 'rebellion of the intellect' projected in Atlas Shrugged. Computer professionals were constantly being knocked back to square one whenever management decided to change the company IT structure. Since the early 1950's it was normal to expect programmers to master a dozen languages and systems, all theoretically similar but with arbitrarily different structures. It was the modern equivalent of the Greek myth of Sisyphus, who was condemned to push a boulder to the top of a hill, only to have it roll down again, forever.
    Linux changed that. Computer professionals are telling management that they will work with one standard OS. Their OS. Designing and building it themselves and distributing it freely is a brilliant strategy to counter management's claim that some other OS was cheaper.
    All this happened concurrently with the widespread introduction of powerful inexpensive desktop computers into the workspace. Office computing adopted the Windows OS in order to maximize the productivity gains that could only be achieved by having the entire world adopt a single standard. An incredible stroke of luck for the company selling that standard. The price went to the company that was the most relentless and focused on forcing the world to adopt their standard. That company was also flexible and intelligent enough to integrate huge positive feedback loops into the process of getting the world to adopt its product. The astonishing success of the company in selling a product that the world was desperate to buy doesnt mean that they can do it again with another type of product.
    The widespread introduction of powerful inexpensive desktop computers was predicated on the condition that the performance/price ratio of the PCs would double every few years.
    The current problems that result from the conversion of all other Operating Systems to Linux are temporary. They are being addressed; they will be solved. The widespread introduction of powerful inexpensive desktop computers was predicated on the condition that the performance/price ratio of the PCs would double every few years. The entire next generation of desktop computers may find their doubling of power completely dedicated to transition from Windows to Linux. In other words, it may take a doubling of computer power to make Windows applications run on Linux with the same speed and efficiency that they currently run on Windows OS. This will be denounced as a complete waste by IT professionals. Theyre correct, but it will be a necessary step anyway.

    1. Re:Linux is the rebellion of the intellectuals by Some+Random+Username · · Score: 3, Informative

      Actually, plenty of computer professionals don't really care much for linux. I use it when I need to, and I use other systems when I need to, I have no linux hardon making me use linux for things it doesn't do well. Using several OSs really isn't that hard, and I get the benefits of always getting the best tool for the job.

    2. Re:Linux is the rebellion of the intellectuals by dominion · · Score: 2, Interesting

      Maybe. Or maybe Linux is the ownership of the means of production and distribution being put into the hands of the producers themselves.

    3. Re:Linux is the rebellion of the intellectuals by Geoffreyerffoeg · · Score: 3, Funny

      Linux is the manifestation of Ayn Rand's 'rebellion of the intellect' projected in Atlas Shrugged.

      I was surprised for a second to see what is half-correctly described as a "Communist" project in the role of something from Rand. Then I realized that you're correct. The strike doesn't need to involve a laissez-faire economy; it just requires a radical change from the corrupt status quo. If that's a change from a monopolized market economy to an open-source change of ideas, so be it. The strikers still refuse to work with the Old Guard.

      The one thing they need now is the concept of "intellectual property." Companies today, e.g., SCO, go so far as to claim that IP cannot be voluntarily freed (remember "the GPL violates the copyright clause of the Constitution"?), just as those from AS tried to force Rearden to release his rights to Rearden Metal. Those from Galt's Gulch set up a system strongly based on private property; the OSS hackers have a system based on voluntary and unrecompensed donations to the community. It may be the opposite economy, but it's the same underlying idea.

      When we see the blinkenlights of New York go out from the next Windows vulnerability, we will know that our job is done.

  47. Why Linux is necessary, example 138,749,374,937 by Simonetta · · Score: 2, Funny

    I typed the above message into Microsoft Word 2000 in order to use the integrated spelling checker.
    When I cut and pasted the text from Word to the Slashdot message text box, none of the apostrophes transferred correctly. All the "don't" and "won't" became "dont" and "wont".
    Any operating system that makes its users look illiterate is doomed. It's just a matter of time.

  48. In this context, choice is the problem by markhb · · Score: 2, Insightful

    You have particular, personal requirements for which this level of choice is useful. However, for the proverbial Vast Majority of users (i.e., all those people who simply want to get out from in front of the monitor as quickly as possible while devoting the minimal amount of brainpower to the appliance they have to use), all of that gets in the way.

    Put it another way: it is not an upgrade to ask users to make choices among things about which they should not have to care at all.

    --
    Save Maine's economy: write stuff down. All comments are exclusively my own, not my employer.
  49. Re:I think he's WRONG by Grishnakh · · Score: 2, Insightful

    Not to mention the large number of corporate desktops that have been switched to Linux.

    I think too many people only look at what OS people buy with their Dell or Best Buy computers, and assume that's the way all computer are.

  50. Re:average computer users.. by infinii · · Score: 2, Insightful

    look around you when you are at work. Count how many people have even the most basic computer hardware knowledge. Then count how many have the free time to spend to reinstall a whole operating system and update all of the patches.

    Here is where you make your most important point and the one that the Linux community fails to grasp.

    97% of the world's users do not have the comprehension required to do a
    emerge
    make buildworld
    apt-get update
    etc
    and deal with broken dependencies, etc that inevitably happen.

    OTOH, OS X System Update works flawlessly. And Apple doesn't put barriers to updating your machine with incessant checks on your serial/cdkey/license/etc. MSFT should realize that it's in their best interest to patch ALL Windows installations and not just legally licenced ones.

  51. Your price argument is patently false by sean.peters · · Score: 2, Insightful
    People care about *price* first and *effort* second. Some people will crawl through mud to save a nickel. We call those people "the majority".

    If this was true, a majority of computer users would ALREADY be using Linux, since for the individual home user, it's free. You might argue that most people get Windows "free", because it's pre-installed. But in fact, it's already possible to buy computers (at least from your local white box outfit) that have Linux or no operating system installed. Without the MS tax, they go for significantly less money than those with XP pre-installed... but most people don't buy them.

    People will take the path of least resistance, even if it costs them money.

    I have no problem with the rest of your post.

    Sean

  52. Re:Shouldn't Linux have a library-app manager? by 0racle · · Score: 2, Insightful

    Linus creates a kernel, nothing more. Package management is the responsibility of the distro.

    --
    "I use a Mac because I'm just better than you are."
  53. Linux already has killed Windows by ezavada · · Score: 2, Insightful

    It has killed the main thing that made Windows immortal. It destroyed the perception widely held in the early 90s that everything would eventually move to Windows. As a result, people are willing to consider alternate platforms, and those who take them up are more often than not finding advantages.

    I love the work Apple has done with OS X, but without Linux having broken the "Windows everywhere" mindset, OS X wouldn't be getting much attention.

    Increasingly, computer experts are seeing a OS monoculture as a bad thing, which is a huge change from the early 90s. And it was Linux that made that possible.

  54. If I was Microsoft.... by smcdow · · Score: 2, Insightful

    ... I'd be a lot more worried about GoogleOS than Linux.

    But I'm not Microsoft, so instead I'm looking forward to both GoogleOS and future versions of Linux.

    --
    In the course of every project, it will become necessary to shoot the scientists and begin production.
  55. Already happened... by Tassach · · Score: 3, Insightful
    My conclusion: Linux needs commercial(-grade) software
    It's already there, at least on the server side. For instance, every major database vendor except Microsoft officially supports Linux. Apache is the de-facto standard web server for every non-Microsoft development shop. Samba is a viable replacement for a windows file/print server and is an adequate replacement for a Windows domain controller in many environments. And so on...

    The real killer app for widespread acceptance of desktop Linux would be Microsoft Office (or a 100% work-alike). Openoffice.org and Evolution have come a long way, but they're only (IMHO) about 85% there in terms of replacing MS-Office.

    The other thing which would drive acceptance of desktop linux would be the availability of games. If Joe User could walk in to Best Buy and see that all the popular games are available in Windows and Linux versions, he might consider switching. As it is now, even hard-core Linux geeks usually have a Windows partition for gaming.

    As an aside, Given the success of live CD distros like Knoppix, I'm suprised that game makers haven't considered releasing their products under a custom bootable Linux distro.

    --
    Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    1. Re:Already happened... by EvilTwinSkippy · · Score: 2, Insightful
      No, what is really needed is marketing.

      Right now all marketing for Linux paints it as a server OS. Ask any John Q. Random about Linux and the first thing they think is either "Tree Hugging Unix Guy" or "Server."

      You can develop software till the cows come home, but John Q. Random doesn't buy it until he a) knows about it, and b) can find it in the store.

      And it better be in a shiny, colorful, shrinkwrap package.

      You have to remember, Apple and Microsoft started off with some pretty humble products. What got them where they are today is not technical prowess. It was knowing how to get their products into the retail channel.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
  56. Never say never by humungusfungus · · Score: 2, Insightful

    I'm sorry, am I the only one who sees the words "never" and "no matter what" in a article about technology trends and just passes it by?

    Will someone please tell such authors that to say "never" gives them away as having:

    a) no sense of history, tech-related or otherwise
    b) no imagination
    c) no clue
    d) all of the above

    Yeah, we'll never need more than 640k either, right? Riiight.

    --
    No sig.
  57. Too many distros... by badzilla · · Score: 2, Interesting

    Windows has the advantage that there is lots of it. My wife doesn't really like computers but has learnt to use Windows so she can do stuff she wants, e-mail her friends and so on. When she visits her sister she can leverage those same skills to use her sister's computer, since that also runs Windows.

    The same situation would be unlikely in a Linux world - if my wife had Ubuntu with Gnome and her sister had SuSE with KDE I just don't think things would work out.

    --
    "Don't belong. Never join. Think for yourself. Peace." V.Stone, Microsoft Corporation
  58. Re:Linux can dominate, *if*... by pandrijeczko · · Score: 2, Insightful
    I could come up with more examples,

    What OS do you have running in that nifty engine management system in your car?

    What's running on those firmware chips inside that neat little broadband router you just bought?

    What's driving that new VoIP PBX system in your office?

    Why does an OS that is free to use need to tell you what its name is?

    --
    Gentoo Linux - another day, another USE flag.
  59. /rant by coolGuyZak · · Score: 2, Interesting

    "guaranteed to be available on 100% of Windows systems (sic)"

    1) Win 3.1 is not supported by WinXP.
    2) Just because it is available, doesn't mean it will work /correctly/. Win 9x and ME are emulated within XP, so parts of their functionality don't work. Also, there must be a reason why the "application compatibility wizard" exists.

    Note: Linux does have problems with things working properly, too.

    "A set of APIs and an ABI for writing graphical programs"

    You got me here, I must say. Linux doesn't have any stable graphical APIs and ABIs.

    Oh, wait. I forgot. There are several that run on it though. GNUStep, Qt & KDE Libs, Gtk/2, and (if you are insane) you can even use raw X11. (And the spec for that hasn't changed, and is still supported, for over 15 years).

    Now, it is true that there have been several changes within many of the APIs listed above. However, whenever they break binary compatibility, the major release number is changed. And -- get this -- you can run several versions of the same libraries on the same system. And you don't have to go through DLL HELL to locate the right one. Imagine that. So, yeah, the support is there...

    I'm not saying that Linux is perfect; I'm not even saying it's better. I am saying that you really should know what you are talking about before speaking.

  60. Dependencies & package insconsistancy by retro128 · · Score: 3, Insightful

    I think the one thing that's really slowing Linux on the desktop uptake are all the dependency nightmares and package inconsistencies. Yeah, things like yum, apt-get, emerge, et al have made things a lot easier, but they are not perfect. Last night I was trying to apt-get (I hate yum with a passion) proftpd on my FC3 box and no matter what I tried in the config, users could not authenticate - I kept getting "bad password" in the logs. I ended up compiling from source and guess what, it started working. Apparently the binary package had something funky going on with its UNIX auth module.

    And then there's this thing that happened yesterday. I'm experimenting with groupware and picked up Conflux. My boss walks in and sees me looking at the demo site they have, and says "that looks cool, install it". It was winding down to the end of the day, and I say "Eh, I'll do it tomorrow", to which he says "You just can't click on the "Install" icon?"

    That's when I told him the tale of how I had to get the following operational on the system first: apache2, python, mod_python, postgres, and a smattering of other libraries. Then I had to write the config files to make it all work together. And I've never worked with postgres, so I don't even know how to define users or a database in it yet.

    The moral of this story is that installing software on any flavor of Linux is still a royal pain that Joe user won't tolerate. Without a unified base distro and a universal package management system, that will never change.

    --
    -R
  61. business lingo by pikine · · Score: 2, Informative

    Many comments so far criticise the article with a technologician's understanding of the words "scalability", "consistency", "predictability", and "self-contained." However, we have to realize that this article is targeted to businesspersons. These words have a different understanding in a business sense. I try to point out the "business meaning" here and reassess Linux on those merits.

    If you don't care about businesses using Linux, then what I say here is a waste of time for you, and you can skip the rest.

    1. Scalability does not mean excatly if a computing cluster can scale from a few nodes to a huge number of nodes. But rather, in a more general sense, can I scale the system from one solution to another solution? In particular, if I change my business model, can my solutions scale with me?

      This also includes scalability in size as one factor. As the business grows, the solution must also scale in size, therefore the underlying platform must also scale.

      The problem with Linux here is that there is a high initial cost of deployment in labor, though justified by the software being free and low maintenance thereafter. However, the high cost of labor in deployment must be paid again whenever a new solution is deployed. So Linux is not scalable for new deployments. The fact that many businesses, especially those migrating from Windows, need a pilot program already says that Linux costs too much.

      Windows by itself also has a similar cost of labor for deployment, but asset management solutions exist that lower that cost. (OpenCountry is selling software for Linux asset management though, but don't accuse me of putting a plug here. You did not read this text inside the parentheses.)

    2. Consistency, in the sense that if I learn one thing about an application, then it also applies to another application. People in business do not have time to learn everything over and over. Training only makes sense because supposedly you learn everything you need to know.

      The difference in distributions is only one minor factor to inconsistency in Linux. The problem is that user experiences are different for applications like OpenOffice.org, Firefox, GNOME desktop environment, KDE, etc. A trick or two that you learn to do is not "portable" to another application.

      There is no hope for consistency if open source developers only care about programming for their own itches. Fortunately, many developers are willing to stick to a certain guideline if it means more people can benefit from the program.

    3. Predictability is the ability to answer for "what if" scenarios. Although systems crash unpredictably, but it has become a general expectation that all systems fail at some point. One must be able to tell "what if that happens?" Who do you turn to in order to get help? For commercial products, including commercialized Linux distributions, you turn to the vendor from whom you bought support. If you reaped a free version of Linux distribution, all you can do is search the web for an answer. It is unpredictable where you get your answers, how much time it takes to get it, or if you'd even get your answers at all.

    4. Self-containedness, if you take that to mean all-in-one packaging, then Linux distributions are much more feature rich than a Windows installation CD. However, it should be taken to mean "what solutions can I buy for $10,000?" You may say "infinite" because "Linux is free." But that also means you can't buy a free Linux solution with money. An ideal business is that you invest in some money, you get profit from it, then you reinvest the money for growth, which earns you more money more quickly. Money is self-contained; Linux is not contained in money.

      Again, commercial Linux distributions come close by pulling Linux into the circle of money. Linux vendors should go further to sell prepackaged solution to business. Heck, they should even sell a business model if they know how. Notice that Microsoft actually

    --
    I once had a signature.
  62. A dozen thinks break up? by nnappe · · Score: 2, Insightful

    First: Exactly what things break up when you do anything to your kernel (except binary drivers, but then the problem is binary drivers).
    Second: Do you really think that it could do so well in the "server niche" if any modification in the kernel broke things?
    Third: What has gui consistency to do with the kernel?

  63. A few points of clarification. I hope these help. by Amiasian · · Score: 2, Informative

    1) This can be solved by holding down the Command Key and M. It's OS X's standard stroke for minimizing.
    2) Not sure what you mean by this. Command-Tab shifts apps and Command-` shifts windows. Albeit, the later is more obscure, but it is used consistently. Therefore, on OS X, it is standardized. In addition, you can use Expose to that purpose as well.
    3) Sure you can. Open up System Preferences, Keyboard and Mouse, Keyboard Shortcuts Tab and check "Turn on Full Keyboard Access".
    4) You can. Just click the arrow to the left of the save dialog. You'll see your hierarchy. It's sort of like "simple" save vs. "advanced" save.
    5) Au contraire. In the Finder (first off, set the thing to Column view, if you're really into efficient directory browsing) you can Command Click the window title to see the directory tree leading to your current location. In addition, there's the "back" button, which is more a list of previous directory locations browsed, but if you tunneled in to get to where you are, it'd work as you want. In addition, you can drag any directory from the Finder onto the save dialog and have it instantly jump to that location.
    6) There is. It's called "TinkerTool" and it's a free download. However, this one's a valid point. The option should be included as part of the Finder's preferences.
    7) Since 1984, the Mac's used Command-C for copy, Command-V for Paste and Command - X for cut. I'd say that's pretty consistent. Apple's really been strict about functional consistency and I think if an app is built against Cocoa, the copy-paste functionality is included by the library, functioning as described. You'd have to name the manners in which you see it as inconsistent, since it's never been a problem for me.

  64. Toyota Can't Kill Honda by AvantLegion · · Score: 2, Insightful
    Pepsi Can't Kill Coke
    NBC Can't Kill ABC
    AMD Can't Kill Intel

    The question, of course, is, "so?"

    A product doesn't have to kill its competition in order to be successful. In fact, they have a word for that...

  65. Easier than you might expect... by cabraverde · · Score: 2, Insightful

    If those who are as technically literate as this don't get Linux, how will the "average consumer" ever get it?

    Easier than you might think, precicely because the average consumer doesn't have the preconceptions of someone who considers themselves "technically literate" based on a limited world view. It's better to be ignorant and humble than half-smart and prejudiced.