Slashdot Mirror


What Would The World Be Like Without Microsoft?

CanadianMikey asks: "The debate with the business side of computing rages on about the validity of Open Source. Is it good or bad? What is the future of computing? Could it have been different, and where will the 21st century take us? Is Microsoft just the big nail that always gets hammered first and will someone step in to take their place when they are finally taken down? If Microsoft were to close up shop, who do the readers of Slashdot think would be tomorrow's Microsoft? What about the forgotten windows?"

11 of 1,054 comments (clear)

  1. Re:We'd all be using IBM OS/2 by larry+bagina · · Score: 3, Informative

    OS/2 was a joint venture between MS and IBM.

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

  2. forgotten windows? by VValdo · · Score: 4, Informative

    What about the forgotten windows?

    Or the other one. (Apple II Version)

    W

    --
    -------------------
    This is my SIG. There are many like it, but this one is mine.
  3. An Interesting Idea by MBCook · · Score: 4, Informative
    Without MS, where would we be? That's a very good question.

    First off we have to consider the fact that MS has really pushed the PC market very far. Without MS, IBM may have made their own OS for the PC or had a company make it that wouldn't have sold it to clone makers. This would give IBM a monopoly on (what became) Wintels, so we would have had more kinds of computers (at least for a longer time). Would this have forced more innovation, or would everyone be re-implementing everyone else's ideas so things would have slowed down?

    The standardization of MS has also pushed us a long way. I know that I can take a disk from my computer (Win XP right now) and read it on nearly every other computer I'll find (Windows PCs, Macs, BSD, Linux, BeOS, etc). When Microsoft has backed a standard, often it's the one that survives so who knows how many more VHS/Betamax type fights computer users would have had to go through without them. At the same time, who's to say Apple wouldn't have become dominant and caused the same kind of standards.

    In software innovation, MS has done many things too. While they are stagnating now, back when Apple was a major contender they really pushed things. Some things have really improved because of them (most computers run the same API for games, DirectX), but then again they have tried to strange/take over other things (Java).

    So I guess it all depends on who would have existed if MS didn't become who they did. There are a couple of options.

    • A bunch of companies competing - Great for consumers, quite possibly where we would have ended up
    • A different monopoly, but with stiff competition - Like when Apple still kept MS on their toes all the time (unlike what we saw when the Mac wasn't much of a challenge, like the OS 9 days). I think we're approaching this thanks to OS X and Linux
    • A different monopoly who would have done the same - From a business point of view, a (near) total monopoly with a strangle hold on the market is a great place to be in

    While computers have stagnated (relativly) in the last few years due to lack of competition, I think the increased incompatabilites that would have stayed around if there were many computer standards for a while might have kept the computer from becomming any more advanced from what it is now. So I guess I don't things would be too different (ability wise), although interfaces and such would probably look quite different.

    --
    Comment forecast: Bits of genius surrounded by a sea of mediocrity.
  4. MOD PARENT DOWN Re:Computers wouldn't be as easy by IGnatius+T+Foobar · · Score: 4, Informative

    I can't believe what I'm reading here. Computers weren't easy to use until Windows 95? Hello? HELLO???!! Evidently we've all forgotten that Windows '95 == Macintosh '84 == Xerox '81 ?? Easy-to-use desktops are just one more thing that were invented elsewhere and didn't go mainstream until later because IBM and later Microsoft were keeping the drooling masses locked into inferior technology. Sheesh. There are already too many people who think that Microsoft invented the PC and even the Internet. You'd think even the lamest Slashbots would know otherwise about the GUI.

    --
    Tired of FB/Google censorship? Visit UNCENSORED!
  5. Re:Without Microsoft? by k_head · · Score: 3, Informative

    I think you are playing revisionist history here.

    You are forgetting the revolution in business brought about by dbase and visicalc.

    By the time MS came on to the scene business had already embraced computers.

    --
    The best way to support the US war effort is to continue buying American products.
  6. link mirror by rat_axe · · Score: 3, Informative

    The link in this article got slashdotted. The Google cache of the page is here.

  7. Re:Standards by ortholattice · · Score: 3, Informative
    If think Microsoft really promotes good standards, ask Andrew Tridgell (Samba team leader) who's practically dedicated his life to reverse-engineering Microsoft's SMB protocol. In this interview he says:
    "The protocol is so incredibly convoluted and bloated and badly designed -- there are ten ways of doing everything. You end up with these massive exchanges going on the wire between Windows 95 and NT, just because they are trying to work out exactly which sets of bugs the other guy has so they can figure out how to actually stat a file or find its size or date or something. And we've found from talking to people who work at Microsoft how much of a headache it is to maintain the damned thing and keep it secure."

    This, my friend, is a Microsoft "standard".

  8. Re:I am writing in Ada! & MS Ruminations by Endive4Ever · · Score: 4, Informative

    I wonder why Minix didn't experience the same explosive growth. (Anyone even remember it?)

    Minix still exists, and there is a Minix usenet group that gets traffic. It was never intended to be anything like what Linux became. It's a pedagogical OS whose main method of distribution is a CD in the back cover of a textbook. It 'inspired' Linus to go off and do something of his own. It's wrong to act like it 'died' or in any way is a failure because it's still primarily a pedagogical OS.

    --
    ---
  9. Re:Standards by nickos · · Score: 4, Informative
    Yeah, and you can certainly tell. I love the GCC, but I wish they would follow the standards. Taken from here:

    It [GCC] will compile and link almost anything. It would probably compile Perl without too much modification and wouldn't even emit that many warnings. Look! Look at this!
    *&(int)f = 1;
    Is that C? I don't fucking think so. And look at this:
    FILE *
    concat_fopen (char *s1, char *s2, char *mode)
    {
    char str[strlen (s1) + strlen (s2) + 1];
    ...
    }
    Yes, that's supposed to be C, not C++, because the things they've done to C++ are almost bloody unspeakable. The words "embrace" and "extend" come to mind. How about this, for instance:
    It is very convenient to have operators which return the "minimum" or the
    "maximum" of two arguments. In GNU C++ (but not in GNU C),

    a <? b
    is the minimum, returning the smaller of the numeric values a and b;
    a >? b
    is the maximum, returning the larger of the numeric values a and b.
    What? What the hell is that about? And you know the worst thing? People actually use these abortions in real code, because obviously, if it compiles on Linux with gcc, it'll compile anywhere. That's why you're having problems linking on AIX - because nobody's even thought about AIX before. We use autoconf, right, so it must be portable? Yeah, fucking right. Portable between GNU OSes, I think you'll find.

    Part of the reason Parrot 0.0.1 was so slow getting out of the door was because of all these stupid idiots writing GCC "C" and not realising how completely fucking broken it was.


    And while we're on the subject of standards, does anyone know if Linux has a standard way of treating the keys that Microsoft added to the keyboard. Is the left Windows key Super_L or F13, and is it a modifier or not? Enquiring coders want to know.
  10. Re:Windows keys by Spirilis · · Score: 3, Informative

    I think Super_L and Super_R (left and right windows keys) are modifiers.

    The "menu" key throws a "Menu" keypress:

    KeyPress event, serial 25, synthetic NO, window 0x2000001,
    root 0x48, subw 0x2000002, time 43446434, (48,44), root:(55,108),
    state 0x0, keycode 117 (keysym 0xff67, Menu), same_screen YES,
    XLookupString gives 0 bytes: ""

    --
    the real at&t mix
  11. Re:Without Microsoft..... by anothy · · Score: 5, Informative
    When Microsoft came out with Windows, Apple sued Microsoft in the famous 'look-n-feel' lawsuits.

    If Microsoft hadn't prevailed in those lawsuits, Apple would own the GUI market and be it's sole vendor.
    um, no.

    Apple sued Microsoft not because they had produced a GUI, but because they had produced a GUI that was largely a clear derivative of Apple's. i really wish Apple had won that suit. not because i wanted to see MicroSoft get it (hey, i thought Macs were dumb back then, and was a DOS user!), but because it would've forced them to do something else. there are other ways to do GUIs. look at the dozens of X11 window managers that use totally different designs (okay most are trying to be just like MS or Apple, but some aren't). Look at Plan 9, with rio and especially Acme - or Oberon, for that matter. there's tons of sucky examples, too (Bob!). hell, some were even concurrent with Apple's work! read up on the blit/jerq from Bell Labs and all the PARC stuff Apple got their ideas from.

    Apple has certainly used litigation to achieve some goals in the past, but i've seen no evidence of them holding the same "we'll sue you if we can't come up with a better way to own everything " model MicroSoft seems to have. i can see no support for the statement that Apple was trying to "own" the GUI market or the GUI - although you could argue that they were trying to "own" the metaphor and design. but i think that's justifiable, and would likely have been a good thing, forcing people to come up with other ideas.

    --

    i speak for myself and those who like what i say.