this post was submitted on 08 Sep 2024
104 points (94.1% liked)

Linux

47308 readers
557 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
 

elementary OS may not be as much as popular as it used to be.

That being said, elementary OS 8 release is still on the horizon with some useful changes based on Ubuntu 24.04 LTS.

...

However, amidst disagreement between co-founders during the pandemic in 2022, co-founder Cassidy quit the elementary OS team.

Right after that, the development pace took a big hit, and we saw elementary OS 7 being released almost a year after Ubuntu 22.04 LTS came up.

...

A good indicator about its development activity is its upcoming major release, elementary OS 8, based on Ubuntu 24.04 LTS.

I took a sneak peek at it using the daily build, and elementary OS 8 is almost ready to have an RC release.

...

You can expect things like:

  • The settings app handles system updates (instead of AppCenter)
  • AppCenter is now Flatpak only
  • New toggle menu icon giving you easy access to the screen reader, onscreen keyboard, font size, and other system settings
  • WireGuard VPN support
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 1 week ago (3 children)

Fucking hell you could cut the Reddit-tier snark with a knife.

BSD is more binary compatible than Windows. The fact there's less MacOS ports on Linux seems to me like a lack of resources, but if you have a reason beyond 🤓☝️ then I'm genuinely interested.

[–] [email protected] 12 points 1 week ago* (last edited 1 week ago) (2 children)

In what way?

The binary formats are not compatible, not even the format of the files themselves. Linux uses ELF. MacOS uses MachO.

True, macOS is more or less POSIX at the base but the API Mac applications are written to is not that at all ( Cocoa ). GNUstep exists for a reason. Sadly, it is not very mature. It is certainly not a trivial undertaking though as there have been a number of attempts over decades and nobody has really pulled it off.

The Win32 API on the other hand has largely been implanted on Linux. A few Win32 APIs are even being added to the kernel.

Going the other way is easier. You can port POSIX stuff to macOS fairly easily.

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

Do you have any posts/reading on the win32 additions to the kernel? I vaguely remember something similar being talked about some time ago, but I can't find anything right now.

[–] [email protected] 3 points 1 week ago* (last edited 1 week ago)

NTSYNC is one example, I don't know what the current progress is https://lore.kernel.org/lkml/[email protected]/

It was supposed to be in 6.10, I don't know if that actually happened