this post was submitted on 09 Oct 2023
1847 points (98.2% liked)

Linux

57263 readers
519 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 121 points 2 years ago* (last edited 2 years ago) (19 children)

A lot changed after Satya Nadella took the helm. The modern .NET platform is really quite nice, and MS does a lot of ~~FOSS~~ open source work.

Obviously it’s good to be sceptical, they’re a large corporation and all they want is money, they’re not our friends. They’re just not as draconian as they were in the 90s and the 00s.

[–] [email protected] 46 points 2 years ago (13 children)

Usually FOSS is specifically copyleft licences like the GPL, which Microsoft don't use. Their open-source stuff tends to be MIT.

[–] [email protected] 38 points 2 years ago* (last edited 2 years ago) (9 children)

While you're correct, that's funny because as a developer using a framework like dotNET, MIT gives YOU more freedom. At least for anything statically linked where the GPL code would end up as part of your binary and force you to GPL your own code I believe.

[–] [email protected] 7 points 2 years ago* (last edited 2 years ago)

At least for anything statically linked where the GPL code would end up as part of your binary and force you to GPL your own code I believe.

Anything more lax is fine, so you could also release your code under MIT license if you use GPL modules. Yes, it does force you to release your code but after all it's a protection for the user. Furthermore, GPL does not mean your software has to be free of charge, you can still sell it as long as you attach the source code for the end user.

load more comments (8 replies)
load more comments (11 replies)
load more comments (16 replies)