Who gets to 11 first

1st to 11

  • Windows

  • MacOS

  • Spinal Tap OS


Results are only viewable after voting.

lamedude

Golden Member
Jan 14, 2011
1,230
69
91
Apple has a 14 year head start but when MS commits to something they're pretty quick to do an about face.
 

JackMDS

Elite Member
Super Moderator
Oct 25, 1999
29,563
432
126
Why does it matter who calls what first (if at all)?



:cool:
 

JackMDS

Elite Member
Super Moderator
Oct 25, 1999
29,563
432
126
If you already have to worry! Worry about what version 13 will do on Fridays.



:cool:
 
Last edited:

Rakehellion

Lifer
Jan 15, 2013
12,181
35
91
Mac OS has been on version 10 almost as long as versions 1-9. It's a brand name, not just a version number.

Microsoft skipped 9 to copy them. :colbert:
 

RampantAndroid

Diamond Member
Jun 27, 2004
6,591
3
81
Mac OS has been on version 10 almost as long as versions 1-9. It's a brand name, not just a version number.

Microsoft skipped 9 to copy them. :colbert:

Microsoft skipped 9 because of people writing terrible code that basically did a check of "if 9 is in version number, then it's Windows 95-98/SE" - iirc, it was mostly terrible Java code at that.

Code:
f (name.startsWith("windows")) {
            name = "windows";
            if (name.startsWith("windows 9")) {
                if (version.startsWith("4.0")) {
                    version = "95";
                } else if (version.startsWith("4.9")) {
                    version = "me";
                } else {
                    assert version.startsWith("4.1");
                    version = "98";
                }
            }
 

Rakehellion

Lifer
Jan 15, 2013
12,181
35
91
Microsoft skipped 9 because of people writing terrible code that basically did a check of "if 9 is in version number, then it's Windows 95-98/SE" - iirc, it was mostly terrible Java code at that.

Code:
f (name.startsWith("windows")) {
            name = "windows";
            if (name.startsWith("windows 9")) {
                if (version.startsWith("4.0")) {
                    version = "95";
                } else if (version.startsWith("4.9")) {
                    version = "me";
                } else {
                    assert version.startsWith("4.1");
                    version = "98";
                }
            }

If that were the case, they'd call it 9 and use 10 internally like all the other versions. I think 10 is a better fresh start.
 

RampantAndroid

Diamond Member
Jun 27, 2004
6,591
3
81
If that were the case, they'd call it 9 and use 10 internally like all the other versions. I think 10 is a better fresh start.

No? Look, this isn't me making this one up. Google it. Rev the entire version and skip confusion. It sounds logical enough.