this post was submitted on 10 Jun 2025
235 points (95.4% liked)

Linux

56413 readers
674 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
all 46 comments
sorted by: hot top controversial new old
[–] LeFantome@programming.dev 113 points 1 month ago (1 children)

Ok. So now both Apple and Microsoft are distributors of the Linux kernel. What a timeline.

[–] TheTwelveYearOld@lemmy.world 91 points 1 month ago (1 children)

it's the year of the linux desktop without the year of the linux desktop.

[–] N0x0n@lemmy.ml 14 points 1 month ago

It's everyday the year of Linux !

[–] jollyrogue@lemmy.ml 58 points 1 month ago (1 children)

Cool. Podman Desktop should be easier after this. Presumably, it’s still a Linux VM driven by something written by Apple instead of qemu.

No macOS containers though. Being able to spin up macOS containers would have been nice for builds and isolating things like pkgsrc.

[–] jollyrogue@lemmy.ml 27 points 1 month ago

And here it is.

Small VMs, like everything else.

https://github.com/apple/containerization

[–] Nomecks@lemmy.ca 34 points 1 month ago (2 children)
[–] TheTwelveYearOld@lemmy.world 34 points 1 month ago (2 children)

If containers are part of your work then you wouldn't buy a 8GB RAM unupgradable device anyway.

[–] Duke_Nukem_1990@feddit.org 35 points 1 month ago

No, but the company's IT would buy a 16GB Macbook for you that isn't even initially compatible with the images/containers you need to work with. Ask me how I know >.>

[–] Nomecks@lemmy.ca 15 points 1 month ago* (last edited 1 month ago) (2 children)

You're right. I wouldn't, but someone did for me!

[–] TheTwelveYearOld@lemmy.world 7 points 1 month ago

Bad IT departments are a PITA.

[–] HiddenLayer555@lemmy.ml 7 points 1 month ago

If it's a work computer, tell your IT department it's getting in the way of your job.

[–] Aatube@kbin.melroy.org 1 points 1 month ago

:notlikethis:

[–] jagged_circle@feddit.nl 34 points 1 month ago (2 children)

You're doing it wrong. I want to run a macOS container on Linux

[–] AnUnusualRelic@lemmy.world 3 points 1 month ago (1 children)
[–] racketlauncher831@lemmy.ml 9 points 1 month ago

Certain application only has Mac OS or Windows version.

[–] TheTwelveYearOld@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

How the GPU support, does it support Metal?!

[–] Pudutr0n@feddit.cl 17 points 1 month ago (1 children)

So I guess now you can run some games.

[–] Yerbouti@sh.itjust.works 3 points 1 month ago (1 children)

Yeah, about that... Heroic game launcher is free and can run a loooooooot of pc games. It now runs pc steam directly.

[–] Pudutr0n@feddit.cl 2 points 1 month ago
[–] Taleya@aussie.zone 16 points 1 month ago (1 children)

When all you hire are web devs everything becomes a docker

[–] hobbsc@lemmy.sdf.org 6 points 1 month ago

docker?! i hardly knew her!

[–] geoff@midwest.social 15 points 1 month ago (1 children)

I wonder if they’re going to allow GPU access from inside the VMs.

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 20 points 1 month ago (1 children)

Apple being Apple, the answer is probably yes. But realistically there's going to be some stupid hurdle in the way and because they make it a PITA nobody's really going to do it.

Which really sucks because the massive GPU and "unified memory" is incredible when they work in conjunction.

[–] geoff@midwest.social 6 points 1 month ago (1 children)

Like, you can use the GPU on Linux…with Metal

[–] stsquad@lemmy.ml 5 points 1 month ago* (last edited 1 month ago) (1 children)

virtio-gpu with Vulkan pass through for the VM with a Vulkan to Metal translator in host user space. There are various talks about this including at KVM forum: https://kvm-forum.qemu.org/2024/The_many_faces_of_virtio-gpu_F4XtKDi.pdf

[–] geoff@midwest.social 1 points 1 month ago (1 children)

Is Apple’s tech going to be using KVM machinery then, or are you just saying that it’s possible in general?

[–] stsquad@lemmy.ml 2 points 1 month ago* (last edited 1 month ago) (1 children)

No the Apple hypervisor is called hvf, but projects like rust-vmm and QEMU can control and service guests run on that hypervisor. No KVM required.

[–] geoff@midwest.social 1 points 1 month ago (1 children)

Oh that’s cool! I thought virtio and such were KVM-specific things. I have never been super clear on the relationship between QEMU and the hypervisor itself, like where one ends and the other begins.

[–] stsquad@lemmy.ml 3 points 1 month ago* (last edited 1 month ago)

VirtIO was originally developed as a device para-virtualization as part of KVM but it is now an OASIS standard: https://docs.oasis-open.org/virtio/virtio/v1.3/virtio-v1.3.html which a number of hypervisors/VMM's support.

The line between what a hypervisor (like KVM) does and what is delegated to a Virtual Machine Monitor - VMM (like QEMU) is fairly blurry. There is always an additional cost to leaving the hypervisor to the VMM so it tends to be for configuration and lifetime management. However VirtIO is fairly well designed so the bulk of VirtIO data transactions can be processed by a dedicated thread which just gets nudged by the kernel when it needs to do stuff leaving the VM cores to just continue running.

I should add HVF tends to delegate most things to the VMM rather than deal with things in the hypervisor. It makes for a simpler hypervisor interface although not quite as performance tuned as KVM can be for big servers.

[–] Suavevillain@lemmy.world 14 points 1 month ago

Mac and Linux feel like cousins than ultra far apart at times.

[–] HiddenLayer555@lemmy.ml 13 points 1 month ago* (last edited 1 month ago) (1 children)

Embrace <-- You are here

Extend

Extinguish

Fuck Apple

[–] TheTwelveYearOld@lemmy.world 1 points 1 month ago* (last edited 1 month ago)

I'll believe it if I see it.

[–] yogthos@lemmy.ml 12 points 1 month ago
[–] jaxxed@lemmy.ml 9 points 1 month ago (1 children)

Can you run amd64 containers?

[–] loweffortname@lemmy.blahaj.zone 7 points 1 month ago (2 children)

It supports Rosetta2, so yes.

[–] jaxxed@lemmy.ml 3 points 1 month ago

Sweet, that will help me, although it takes away my last blocker allowing me to use my Linux box as my primary blocker.

I guess I will have to comain about performance or something.

[–] signofzeta@lemmygrad.ml 1 points 1 month ago

However, with macOS 26 (Tahoe) being the final version for Intel-based Macs, Rosetta 2 will be on the chopping block afterwards.

Starting with macOS 28, Apple said that only a limited version of Rosetta 2 will remain available for older games that rely on Intel-based frameworks

[–] vane@lemmy.world 2 points 1 month ago
[–] PunnyName@lemmy.world 1 points 1 month ago

Proud of you!

[–] PseudoSpock@lemmy.dbzer0.com -1 points 1 month ago (1 children)
[–] ChapulinColorado@lemmy.world 0 points 1 month ago (1 children)

While I read the title I was thinking “that sounds like Linux with extra steps” - maybe that’s good enough for some discussion.

[–] PseudoSpock@lemmy.dbzer0.com 0 points 1 month ago

Not here, it's not.