Slashdot Mirror


Debunking Linux-Windows Market Share Myths

bc90021 writes "Nicholas Petreley has a great article over at LinuxWorld explaining why it seems that Windows has such a high market share when 40% of developers are focusing on Linux. From the summary: "There are dozens of reasons why people have underestimated how quickly Linux has been grabbing Windows' market share. Windows starts out with a false boost and maintains its illusory market share even as it gets replaced by Linux. In 2004, don't be surprised when Linux overtakes Windows to become the main focus for developers.""

23 of 480 comments (clear)

  1. Say what you want... by GroovBird · · Score: 5, Interesting

    But I prefer to use the Google Zeitgeist, and it still says that only 1% of the people accessing Google are using Linux.

    Trying to be totally unbiased here, but all these stats are making me confused about the "truth".

    Dave

    1. Re:Say what you want... by fruey · · Score: 4, Interesting
      You are right. Linux is not up there on the desktop. You may, however, theoretically raise the percentage of Linux "Googlers" by noting that these figures are usually calculated on a percentage of page accesses, and Windows users will, I postulate, access more pages served by Google than Linux users, since Linux desktoppers are on the cutting edge and may have better search techniques and not go trawling onto the 30th page of results in order to find something like some Windows novices. For sure, there are advanced searchers that use Windows too - don't take this as a troll.

      Now, the interesting paragraph in the article should be held up for all to see:

      The actual market-share shift from Windows to Linux is obviously more complicated. When someone purchases a PC with Windows pre-installed, and then overwrites that pre-installed Windows with Linux, nobody subtracts "one" from the installed base of Windows and then recalculates the Windows market share. So Windows starts out with a false boost and maintains its illusory market share even as it gets replaced by Linux.

      This is not important in the server market. I would be surprised to see too many people buy servers pre-installed with Windows, only to re-install Linux. Major vendors already have Linux preinstall options. I think from a desktop perspective this paragraph is valid, but we must be cautious. Maybe some low end servers are really desktops that did come pre-installed with Windows, and then there's people like me who keep dual-boot on my workstation for the inevitable crazy formatted Word/Excel/PowerPoint document that I have to edit and reply without changing any of the crazy formatting. So we can take this minus one argument with a pinch of salt, but it's still an interesting one nonetheless.

      Interesting statistics are out there though, but they're so well known... still, it's good to keep track. We are seeing big advances in web serving: Apache is now serving over 66% of active web sites (source: www.netcraft.com/survey/). This is overwhelmingly not Microsoft + Apache/Win32: of 11 million sites, only appx. 10 thousand are on an MS platform (source: www.netcraft.com/survey/). However, there will be a lot of people running not just GNU/Linux but also FreeBSD, Solaris, etc, and I can't find any data like that on Netcraft.

      If you look at the graph over the last few months it would also seem to suggest that recently Apache has again gained market share against Microsoft platform standards like IIS and Commerce Server. Cool.

      Now, as far as vendor evidence is concerned, IBM, Oracle and Dell have all featured Linux in advertising recently, and Linux is being used in high profile embedded apps like mobile handsets. This is excellent. Linux is being talked about more than ever, and I think it is the way forward for the IT industry in general. 2003 will be a good year for Linux, IMHO.

      Hooray for GNU/Linux! and remember, the server market share is what really matters. Microsoft will dominate the desktop for some time to come, but I believe Linux will start to make inroads on the desktop market when kernel 2.6 comes out. I have just compiled 2.5.64 and I must say the X windows experience (I was running 2.4.18 before) is fantastic. Much smoother, and less jerky, with additional perks like better ALSA support, more hardware support for USB devices and of course Bluetooth and other things starting to happen nicely. The next commit to the kernel tree will be very interesting too. I'm keeping my eyes wide open and focused on Linux. I'm already making money converting sites from ASP/MSSQL to PHP/MySQL because hosting is much more expensive on Windows platforms and customers are feeling the pinch. They are ready to invest now, to save monthly outgoings, to weather 2003's rather bleak outlook.

      --
      Conversion Rate Optimisation French / English consultant
    2. Re:Say what you want... by Anonymous Coward · · Score: 3, Interesting

      At my University there is a website meant for checking enrolement details, booking tutorial times, etc. This site used to be Linux/PHP and worked fine, they then moved to a win2k box and the site seemed to suck a lot.

      They now changed the website software to some ASP thing, anyway the site _refuses_ anything but IE. But not only that, but Win98 users who haven't bothered upgrading IE can't access it either.

      A large number of the University's computers are Sun Rays which make it impossible to access this site from them.

      The only way I could get my computer at home to connect to this site was to set konqueror to report IE 5.5 on win2000 (Setting Opera to report IE was not sufficient, the OS string still makes the site complain). Luckily konqueror allows you to set it on a site by site basis.

      I have complained and gotten other people to complain, yet nothing has changed. What are you supposed to do when your University locks you out?

    3. Re:Say what you want... by JayateMo · · Score: 2, Interesting

      Yes! I Changed my mozilla ua string to
      user_pref("general.useragent.override", "Mozilla/4.0 (compatible; MSIE 6.0; Linux)")
      It worked with my online bank! This is what we should do, i.e not fake the OS part of the string.
      It Never crossed my mind.. Thanks.

  2. keyword by Apreche · · Score: 4, Interesting

    the key word is "developers". I'm a win2k/Mandrake dual boot guy. You know when I reboot? When I have to CODE something. Developing in a windows environment, even with something like cygwin or Visual Studio.NET just plain sucks compared to actually being in linux. Linux is a developers OS and a server OS. It is still not a desktop OS. It could be made to be, but it just isn't happening anytime soon. Look at MS desktop market share, the only one chewing on that is Mac.

    --
    The GeekNights podcast is going strong. Listen!
    1. Re:keyword by IamTheRealMike · · Score: 3, Interesting
      Well, it works both ways. I miss autocompletion as well when coding on Linux, but on the other hand when I'm on Windows (in Delphi say) I miss having a proper text editor. The Borland built-in one is good, but after using emacs for a while, I realise how much I miss stuff like typeahead find, registers (for text, not just positions), instant splits and so on.

      I haven't really found documentation to be a big problem to be honest, and although more spartan SGML or gtk-html genereated docs are far easier to read than stuff on MSDN, which invariably only looks good on huge screens (with IE of course).

      Oh, a decent command line is useful too.

  3. Why not use UserAgent? by Quixote · · Score: 3, Interesting
    The author talks about how the existing methods are inadequate for measuring Windows' marketshare. Why not use the UserAgent string (combined with IP addr) at a popular website, and see? I know, proxies etc. could skew the numbers a little, but it would give a fair idea, no?

    For a website that I manage, the numbers with this methodology are: 89% visitors running MSIE, and 93.91% visitors running Windows (and 3% running Macs, and 0.5% using Linux).

    YMMV.

    1. Re:Why not use UserAgent? by Johnny+Mnemonic · · Score: 4, Interesting


      Ok, is Google popular enough?
      Zeitgeist.

      For why this number may not be accurate, see above; boils down to 1) are you counting installations, including servers, or desktops in your evaluation? Servers naturally don't access google, but depending on the app that you're developing, a server install of Linux may or may not matter to you. 2) People forge their UA to defeat sniffers; I think less folks do that than you would think, but I think Linux users are more likely to than others.

      btw, the stats show that 1% of browsers accessing Google were using Linux; 4% were using some version of a Mac; 4% were "other"--meaning what, I dunno. Are there that many Be/Amiga users out there?

      --

      --
      $tar -xvf .sig.tar
  4. Windows troubles by jbrocklin · · Score: 5, Interesting

    Its articles like these that just annoy me. Numbers get played with to come out the way they want it to, so they can stand on their pedestal and ramble off things that in the end most people will ignore. Of those who don't ignore it, most will not believe a word of it and hold it up as an example that the linux community is out for world-domination or something silly like that (not that everyone in the linux community isn't out for that...), and a few people will actually believe the words, hold them as true and walk around spouting off these numbers until someone slams it in their face.

    I'm all for linux in the enterprise and (for me) the home use, but I don't think the way to get linux into those places in the mainstream is to go around saying "Windows is better than Linux" and then stopping. The only way I see linux making strides further into to the server market is to just show people how it compares to other platforms on levels of cost, performance, and maintenance. It won't happen overnight, and it won't happen just because someone spouts off numbers that don't really mean anything - it will take time. But with the people doing the development on linux and linux apps, it will happen.

    Just my $0.02....

    --Joe

  5. Wishful thinking by G3ckoG33k · · Score: 5, Interesting

    Actually, I don't know anyone of my friends besides me who uses Linux at home. No one.
    I used to work in the telcom-business at a company with 120 employed (50 developers: C++/Unix/SUN), where four(!) used Linux at home. The reason for the others to have windows? Games - games - games- games - games...
    Id Software and a few others have tried, but... And, Microsoft is working very hard to redirect any proto-Linux-users to MS; and when it comes to games, they still have a magnificent lead thanks to their DirectX efforts. That lead may even be reinforced by the XBox.

  6. About Linuxworld.com by Anonymous Coward · · Score: 3, Interesting

    As much as I'd like for Nicholas Peterely to be right, I find that linuxworld in general to be a slightly less than reliable source of information.

    These are the same guys that hired Joe Barr to write for them. This guy is about as un-professional as they come.
    Take a look at this article on UT2003 for linux. The article itself was pretty bad, but look at the name calling tirade he goes on when people give negative feedback in the comments section.

  7. I have my doubts about zeitgeist by arvindn · · Score: 4, Interesting
    Consider this: most linux users have a static IP but a large fraction of MS users will have a dynamic IP. So if they are counting unique IPs it will have a heavy windows bias.

    Proxies. Again, more linux users could be behind a proxy (a few hundred linux users at my univ go through a single proxy) than windows users

    Third, some factors similar to those described in the article could be at work (linux more efficient ==> less linux servers for same job). Maybe linux users are more efficient googlers? I think this is unlikely, but still a possibiility.

    Fourth, it doesn't agree with my webserver stats (i.e, counting the hits I get from google searches). Of course, my data set is quite small, but it can not cause a threefold difference (I get 3% linux, 5-6% Mac). Maybe its because the content I have is biased towards linux users, but on the whole it makes me think that some combination of the factors above may be at work in decreasing the perceived share of linux.

  8. non- traditional surveys by geoff+lane · · Score: 2, Interesting

    My local discount book shop already has large numbers of heavily discounted .NET related books for sale. When I look at the shelves of my local tech book store .NET books are now almost totally absent. Microsoft TV ads that used to promote .NET have been re-edited and no longer mention .NET.

    All this tends to indicate to me that .NET is a dud yet I'm sure that MS could show statistics indicating that .NET is taking over the world.

  9. Re:40% of developers?!? by Anonymous Coward · · Score: 1, Interesting

    Define commercial apps. Oh, you mean boxed apps sitting on computer store shelves from companies like, macromedia, borland, microsoft, corel, etc. Well guess what maybe in your narrow world those are the only "commercial" apps, but they really are just a very small nitch. There are LOTS of commercial apps for Linux, you just need to know what you are looking for.

  10. Re:Who cares about developers ? by deadsaijinx* · · Score: 2, Interesting

    hopefully game developers will focus on OpenGL instead of DX. Then it's only a matter of time before the games make their way onto linux. After that, windows (which is just an overpriced game OS) will have very little left to offer the user. Then they will collapse under their own weight MUHAHA!!!

    what, I can dream can't I.

    --
    YOU SUCK BALLS!
  11. Market Share != developers by tmark · · Score: 5, Interesting

    So 40 % of developers "focus" on Linux. Even if we accept that statistic at face value (which is itself ironic in an article which seems to be at least partly about dubious statistics), it doesn't mean what I think the author intends it to mean.

    There are a disproportionate number of developers who work on Sun boxes relative to the number of Sun boxes in the whole computing market, for instance. That just means Sun machines are being used in situations where there is more custom development work going on, and in situations where companies need and can afford to pay for more people to maintain code. The proportion of Sun developers doesn't speak at all to the broader market share of Sun machines vis a vis Windows machines.

    I always get a laugh when I see an article about the misuse and misinterpration of statistics, which trots out its own to-be-misused-and-interpreted statistics. What's that old saw about lies and damn lies ?

  12. Re:Who cares about developers ? by Hellkitten · · Score: 4, Interesting

    I doubt that companies will want to develop a product for each OS, it's too costly.

    If done properly multiplatform shouldn't cost that much extra, compared to the increased number of possible customers. So for the time beeing I think we could expect quite a few multiplatform developments. Then the time will come when enough people realize that they can get all their favorite apps on both windows and linux. Then the two OS-es will finally compete on an equal footing and the customer will choose based on price and quality instead of whether ProgramX will run. I expect MS will have to change it's pricing drastically in order to stay a major player

    This is ofcource assuming MS doesn't manage to get linux outlawed as "terrorist tools" or use some other kind of legal extortion too keep it's lead.

    on a more humorous note: My girlfriend cares about at least one. developer...

    That's nice, good luck to the both of you. Could you please give me a few pointers on how to achieve this. My wife care's for me, except for the developer part, she appear to believe it interferes with our social life and keeps me from giving her the attention she deserves. I'm afraid I'll have to start keeping my computer in a locked room lest it'll be the victim of a jealousey murder :)

    --
    - We are the slashdot. Resistance is futile. Prepare to be moderated -
  13. Re:Who cares about developers ? by ahfoo · · Score: 4, Interesting

    Also it depends what you're defining as "developer." If you include people using multimedia presentation stuff like Director or an e-learning system like Authorware, there's really very little difference between targeting Linux -vs- Microsoft because the media these products produce runs fine under Wine when built with a windows runtime.
    These closed source tools don't have much nerd crediblity as they were built to hide the "programming" so they are often ignored by the open source community, but they're interesting because of their deep integration in education. We're talking huge taxpayer bucks have been spent on this stuff.
    I think it's really important that we get people to vote on the upcoming legislation directing government money towards open souce and education is a huge part of that. One of the arguments that you're going to hear is that the schools will have to toss all their old software because it only runs on Windows. Well, that's total bullshit. I've never seen one of these Macromedia education apps that won't run under Wine.
    If we introduce open source in the K-12 schools, it's just a matter of time till Windows becomes little more than a history lesson.

  14. Wrong, very wrong by diablobynight · · Score: 4, Interesting

    k-12 I used Macs in school, and I still use a XP box at home. The computers you use in school seem to have little affect as to what you use outside of school. Otherwise I would suspect that Mac would have a much larger market share.

    --
    Anonymous Cowards - Oh God, How I hate you
    1. Re:Wrong, very wrong by Trejus · · Score: 3, Interesting

      I'm not sure that happens. We also used Macs k-12. But, and I know someone is going to flame me, macs sucked back then compared to your average pc. If you had access to a pc and a mac you'd notice that the applications for pc were much better. Plus it didn't help any that the computers used in school were older and slower, which was a big difference in those days. It's probably why I really hated using macs until someone with a modern G3 let me play with theirs.

      However, in my University, we use Solaris. I can't afford a real sun machine, but using solaris exposed me to how cool and useful unix is and now i pretty much only use linux.

      No amount of advertising is going to help you if your product is not very good.

      --
      "To save the planet, I had to go to the worst spot on Earth, and that was Philadelphia." -- Sun Ra
  15. Linux has 40% of the market in Desktop by Anonymous Coward · · Score: 1, Interesting

    I know this may sound astounding to M$ trolls but our compnay of 200 users has coverted to linux desktop. We also have converted our home desktops too. Guess what no more blue screen.

  16. Re:About Nicholas Petreley by redtuxxx · · Score: 1, Interesting

    What is it with KDE trolls - can you just not help it

    Although normally my reflex is to disagree with Nicholas Petreley, what he has to say is valid.

    What he is exoressing is a move from windows to Linux among developers, which may or may not be "Desktop developers"

  17. Re:About Nicholas Petreley by DunbarTheInept · · Score: 2, Interesting


    I believe that Gnome and KDE would both like to clone the Windows(tm) UI as closely as possible

    I sure hope not. I might have to go back to fvwm2 in order to have a usable window manager that actually knows that keyboard focus and topmost window are actually two seperate independant things that have nothing to do with each other.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.