this post was submitted on 28 Aug 2024
196 points (98.5% liked)

Linux

48044 readers
764 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 83 points 2 months ago* (last edited 2 months ago) (4 children)

As in
“We’ve finished taking all we need from the Mono project and implemented it into our ~~proprietary~~ .NET implementation for Linux, Android and iOS. Instead of getting flack for killing off Mono (which is open source and would’ve been forked anyways) we graciously give this old husk to the Wine project. We recommend that active Mono users and maintainers of Mono-based app frameworks migrate to .NET. kthnxbye!”

Good thing that it went to Wine I guess, as they do lots of work to get old Windows programs up and running in Linux and that often involves Mono.

[–] [email protected] 37 points 2 months ago (1 children)

.Net is open source bruh, it's not proprietary

[–] [email protected] 32 points 2 months ago (1 children)

I stand corrected, .NET Core is open source and uses the MIT License.

[–] [email protected] 4 points 2 months ago

It is not “.NET Core” anymore though. Since version 5, it has just been “.NET”. The current version is 8 with previews of 9 available.

[–] [email protected] 29 points 2 months ago* (last edited 2 months ago) (1 children)
[–] [email protected] -3 points 2 months ago

Oh what's that? Some rational thought in my ramblings? Nah we can't have that in this sublemmy champ

[–] [email protected] 19 points 2 months ago

Good thing that it went to Wine I guess, as they do lots of work to get old Windows programs up and running in Linux and that often involves Mono.

I see this as the main purpose of this transfer of ownership. When it comes to developing new software, MS has their modern tech stack for creating cross-compatible code, and the recommendation is to use that. But that is not helpful when trying to get old legacy software running on a modern system. So MS is giving this "outdated" technology to the WINE team. A team whose primary goal is getting incompatible software to run in the "wrong" environment. This should allow WINE to continue to properly handle older Mono software for the foreseeable future.

[–] [email protected] 6 points 2 months ago

You are completely correct. The good news is that the “official” .NET is Open Source now and far better than the “Mono Project” ever was.