Spyke
slrpnk.net

Mac OS 9 is absolutely a thing, 1999-2001.

And Mac OS 10.9 was Mavericks, in 2013.

42
jambudzreply
lemmy.zip

What, he does. He’s gone on record saying he doesn’t want anything to do with Doctor Who

1
Lumidaubreply
feddit.org

Ah. That's not true anymore, he's since said he's made peace with it. He really likes attending cons and he's doing Big Finish (with Billie ❤️). He wouldn't return to the show though, especially while RTD is running it.

3

Newer software aimed at newer Windows versions usually had a code that checked the user's Windows version. If the version began with a 9, it was interpreted as one of the Windows 9x operating systems, for which the software was unsupported. If that was the case, the user couldn't run the software at all. Microsoft wanted to prevent such situation from happening with a new Windows release, so they skipped straight to 10.

25
lemmy.world

There was a function that would give you a monotonically-increasing build number that you could compare against the build that any given feature was added in that people should have used, but there was also a function that gave you the name of the OS, and lots of people just checked if that contained a 9. The documentation explicitly said not to do that because it might stop working, but the documentation has never stopped people using the wrong function.

9
lemmy.world

Microsoft's version function didn't return what you think it returned. They would deliver massive changes to OS functionality and call it "second edition" or just some service pack number. The version function gave you the same value for all of it. Literally, the only way to know what version you were working with was to parse the name. Microsoft's own documentation on new functionality told you that was the way to do it. MS even gave you example code to copy and paste.
It wasn't until much later, well after the dumpster fire they had created was blazing away, that they took the time to revise the way any of it worked.

6
lemmy.world

If you're checking for Windows 9 in order to disable features, which is what the jump straight to ten was supposed to protect against (when running a 16-bit binary for 3.1/95 on 32-bit Windows 10, it lies and says it's Windows 98), then you're using at least the Windows 2000 SDK, which provided GetVersion, which includes the build and revision numbers in its return value, and the revision number was increased over 7000 times by updates to Windows 2000.

2
lemmy.world

Ya, that is what I thought, but skipped because I couldn't remember for sure. GetVersion didn't even exist until win2k, so everyone already had their code that checked version numbers written and squared away. They never needed to go back and change it or read the new documentation.

1

I dug up a manual for the Windows 3.1 SDK, and it turns out that it had the same GetVersion function with the same return value as the Windows 2000 SDK, and it's just that the live MSDN docs pretend that Windows 2000 was the first version of Windows, so show that as the earliest version that every function that came from an older version of Windows. http://bitsavers.informatik.uni-stuttgart.de/pdf/microsoft/windows_3.1/Microsoft_Windows_3.1_SDK_1992/PC28914-0492_Windows_3.1_SDK_Getting_Started_199204.pdf page 31.

I then looked at a manual for the Windows 1.03 SDK, and it, too, has a matching GetVersion function.

The only change to GetVersion over the entire history of Windows is that at some point it switched from returning a sixteen bit value with eight bits for the major version and eight bits for the minor version to a 32-bit value with bits split between major, build number and minor versions, and then later on, GetVersionEx was added to return those numbers as members of a struct instead. There has never been a version of Windows where string comparisons of the display name were appropriate or recommended by Microsoft.

1
feddit.org

And the same pronunciation as "no" in German.
In Cantonese, the number 9 is also a vulgar way of saying penis (𨳊, Cantonese Yale: gāu)

11
Sylvartasreply
lemmy.dbzer0.com

OS I think ? There's no Windows 9, so I'm guessing there is no iOS 9 either ?

19
semreply
piefed.blahaj.zone

Idk about loses, but there definitely is a Mac OS 9 ...

I guess it was just not relevant to the meme maker and I'm old. :(

14
piefed.social

And no windows phone 9.

(This fact brought to you by my vague recollection)

8

Windows skipped 9 because many applications had 9x to refer to Windows 95 and 98.

9
lemmy.today

I guarantee this is because they think people are so stupid they'll see it as a 6 and think it's 2 down from 8 instead of one up.

(They're right)

7
piefed.ca

Windows did it because every programmer/scriptkiddie/etc ever checked if the version was 95/98 by looking for the 9, instead of separate checks for both.

15
danekraereply
lemmy.world

programmer/scriptkiddie/etc

cd: no such file or directory

8

Apple also didn't make an iPhone 2. It only made a 3G version, then Apple decided the 3 should stand for generation.

3
macnielreply
feddit.org

Uhm no? The X is a Roman numeral and makes sense as it succeeded classic OS 9. OSX is based on NeXTStep though an Objective-C still carries its prefix with it (all Types are prefixed with NS for example NSString)

4
tenchikenreply
anarchist.nexus

Then why was it referred to as Mac os X 10, Mac os X 10.1, Mac os X 10.5 etc?

Dept of redundancy Dept I guess?

There are many more examples.

1
macnielreply
feddit.org

But it wasn't referred to Mac os X 10.1 etc only as Mac OS 10.1 or their respective codename (cheetah, tiger, ...)

2