this post was submitted on 13 Feb 2024
578 points (97.4% liked)
Technology
61926 readers
4120 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
To be fair, Window$ has been bloat since the very day M$ stole it from its Unix roots, and Linux is everything that the OS could've been were it not run by money-grubbin' cringelords.
Unix roots? Lol wtf
Why wtf?
Microsoft started as a UNIX-based programming company. https://en.wikipedia.org/wiki/Xenix
Hell you see remnants of it in the reserved filename list.
https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN
Devices in windows are not typically "files" like they are in unix/linux... So why CON, PRN, AUX, NUL, COM0, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, COM¹, COM², COM³, LPT0, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9, LPT¹, LPT², and LPT³ are all reserved? Because they maintained compatibility with features businesses used at the time... and never deprecated the function.
Edit:
Why are we downvoting literal computer history? It is a known fact that Windows started on Unix systems. It's a known fact that they released their own BSD-based software up to and including a full fledged Unix-based OS, and it's a known fact that MS-DOS 1 and 2 were both Unix compatible. This is LITERALLY the definition of "roots". Are we so touchy here that we can't acknowledge actual computing history?
“Started as”
Yeah, no. Yes Xenix was a thing but it would be incorrect to say that it ever was their main product.
I don’t think anyone has ever hinted on that NT has a unix code base except for some “borrowed” networking code from bsd.
They made several full versions of it... It was not simply a one off product.
Also,
So they were simultaneously created AND interoperable (from a program development perspective). This was a full fledged item.
Edit: to elaborate a little better. If they were simultaneously developed... and interoperable. And one item is Unix-based outright. Then it's safe to say that the other item (MS-DOS) in this case is also pretty steeped in Unix roots.