Slashdot Mirror


Linux in Information Week

Mark Bickford writes "There's a nice column in Information Week titled "Linux Takes Shot at Making History." Refreshingly FUD-free, and the author is the Executive Editor of the magazine. Maybe a sign of some pro-Linux spin in '99? "

9 comments

  1. Not worthy of /. by Anonymous Coward · · Score: 0

    This article spends half it's time talking about
    golf and luck. It then states everything that is
    already known about Linux. It concludes if conditions
    are right, then Linux will be successful. This is
    BS. Linux's success is not based on luck, "right
    condistions", or on a whim! Linux is an unstoppable
    force! It's continually meeting and exceding it's
    expectations. If that guy made holes-in-one
    consistently, then this article would have been okay.
    But, you're right, it's not FUD - it's bad analogy.

  2. When OSS doesn't work, why not? by Anonymous Coward · · Score: 0

    It must be proven for the next several years that OSS works.

    We've seen many examples lately where OSS projects have worked wonderfully. What remains to be done is to investigate what happens when an OSS project doesn't work. Figure out why it failed and how the failure can be avoided in the future.

    There are many obvious reasons why an OSS project might fail - lack of utility, lack of users, etc. Many of these reasons have been touched on in Eric Raymond's papers, but I think there may be some less obvious but equally important reasons.

    Personally, I'd like to figure out why the Wine project seems to be stuck in a rut for years, while projects like Samba are wildly successful. Wine seems to be a project that meets all the criteria for a successful project (and maybe it will be successful eventually), but shows no signs of entering a useful state any time soon.

  3. Freeware vs Free by Zack · · Score: 1

    Not a bad article, but it really didn't say much. The only problem I had with the article was the reference to Linux as freeware. There's a major difference between freeware and OSS and GPL. Mabye it's just me, but I don't see how understanding the differences could be too hard.

    Although Linux costs nothing to use ("free beer") it's greatest strength is the open source and GPL licenses. I think this is a rather major point that tends to be glazed over and not mentioned in articles.

  4. Not worthy of /. by Alan · · Score: 1

    I disagree. This is an article showing linux in a positive light in the news. If /. never posted anything that 'we' hadn't heard before about linux, there would hardly be any linux news at all!

    Don't forget that not all /. readers are seasoned linux hackers. Some maybe be newbies, or people looking to run their business on linux, or people looking for something to invest in.

  5. I find it curious... by jd · · Score: 1
    Last year, all the magazines touted Linux as having between 6-10 million users. Sales rose 212%. The magazines -STILL- say Linux has 6-10 million users.


    Now, that's some interesting maths.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  6. Definitely worthy by marcus · · Score: 1

    Any babe that can occupy an editorial spot on a technical trade rag is certainly worthy of (y)our attention.

    There aren't enough of them around here in any shape or form.

    --
    Good judgement comes from experience, and experience comes from bad judgement.
    - W. Wriston, former Citibank CEO
  7. When OSS doesn't work, why not? by AMK · · Score: 1
    Ah, this is a good topic!

    One obvious course of failure is to argue endlessly on mailing lists and then not write any code, as Alan Cox pointed out in his "Town Council and the Bazaar" editorial on /.

    A related failure is being too ambitious at the start, something I've noticed a lot in the Python community. Someone has a simple idea, and asks for suggestions; people then point out all sorts of special cases that should be handled (what if you're on Windows or Mac? what if you're building a really large system? what if ...). This makes the implementation job look so difficult and frightening, so no one does it.

    OSS also needs to have the right architecture, I think. It has to be either small, or large but strongly modularized so people can contribute little things. For example, it's relatively easy to write a single device driver, Python extension, GIMP plug-in, or Emacs mode; let enough people nibble away for a few years, and you wind up with a very capable system. Something like Samba or Wine may be so monolithic and large, by the very nature of the problem being solved, that it's difficult for people to contribute. The initial Mozilla code was tangled, having many complex interdependencies between modules, but they've been successfully working on cleaning up the code base.

    This may be another OSS benefit; to succeed, projects have to pay more attention to software engineering virtues such as modularity and clarity. Badly-structured commercial projects may just barrel ahead anyway, because they have outside forces pushing them onward; badly-structured OSS projects probably just die.

    Offhand, I can't think of other OSS projects that have sputtered along, failed, or fallen into decay; can anyone think of more?

  8. Linux already made history... by cholko · · Score: 1

    It has shown that open-source works. It also shows that something as complex as an Operating System can be created by people from all areas of the world.

    The real test case for Linux is when MS emerges from the court case virtually unscathed. What happens then?

    .

    --
    . * Did aliens forget to remove your anal probe?
  9. OSS *does* work by Natedog · · Score: 1

    You forget that over 3/4 of the worlds email is routed using sendmail (OSS) and that over 1/2 of the worlds web servers are powered with Apache (OSS). Hummm, I guess OSS is already winning as MS has been forced to adopt open protocals like TCP/IP and HTTP :)

    --
    \forall code \in C, \frac{\Delta readability(code)}{\Delta t} < 0