Most features missing right now (not all) are against the Wayland philosophy, this doesn’t mean that you won’t get anything but that it needs a “modern era replacement”. Though applications will need to support the replacement. This is usually for good reasons.
The prime example is screen recording. Allowing any program to read and write the entire screen is objectively wrong, no matter what the big time X11 fans say. But there is a replacement: pipewire. Pipewire is extremely advanced and featureful, and it’s more secure because it allows the system and the user to audit who is reading the screen and what part. The problem is that programs need to support pipewire for screen recording, but the main culprits are niche screen recorders (OBS is the best anyway, and it supports it) and proprietary video call software like discord (zoom supports it), which is silly because for electron apps it’s literally a matter of using a version less than 3 years old an adding a flag.
Android phones use Surface Flinger, which is a compositor that has nothing to do with either Wayland or X11. But we could say it’s kinda similar to Wayland in the fact that it’s composited and uses something similar to GBM and GEMM for managing buffers.
Android drivers don’t even use the same “semantics” as Linux drivers (android uses explicit sync, while Linux is implicit, but they are working on supporting explicit sync because Nvidia and because it’s better). It’s only in the last few years that you can use Linux drivers in android, plus some synchronization stuff.
There’s the Nvidia Shield tablet and some old Google Nexus that runs on tegra. Also if you are one of the unlucky People that bought a Windows RT tablet expecting it to run any program at all, you might have a tegra. Also the Nintendo Switch has one.
Fun fact: if I’m not mistaken, the Nexuses used nouveau.
I feel like this argument is way too imprecise, to the point of being basically untrue. That’s probably based on the average emissions or something like that, but people are not the same and “emission responsibility” is wildly different.
Imagine killing 34k exploited African people, the world’s climate won’t even notice that. On the other hand, killing 34k middle class Americans or Europeans would probably be a little more effective, but still won’t fix anything. Now, killing 34k high-profile megacorp executives would definitely be much more effective, but would also collapse some economies, leading to various climate unfriendly events (like riots, war and shit).
But the simplest empirical evidence is: COVID killed 6 million people and the climate is still shit.
Source: I made it the fuck up, I’m talking out of my ass
But if it’s stored in a keyring or similar (like on windows) and the client reads from it you don’t need the file with the plain text key. Like you don’t store the git credentials in a file, but with libsecret.
I would prefer something that never ask for the password.
Things like the gnome-keyring or kwallet keep all the passwords in an encrypted file, they get decrypted and kept in ram using your login password when you log into gnome/KDE session and programs can ask for passwords using some API. Once you log out the passwords are removed from ram and no one can read them. My goal is to have something like this, so I’m never asked for a password, I just log into my session and everything is available
Example: there’s another user with sudo access, he has access to my home folder, encrypting the drive doesn’t solve anything. Or maybe you just are not the system administrator.
It’s not my usecase, but it’s definitely a reasonable situation.
Being lesbo sucks. I tell a girl that she’s banging and you get “coming from you 👸🏼”. Literally no, I’m not saying that to be your pal, I’m saying it to shag you…
As the video points out, a lot of the work in xorg (and Linux in general, fwiw) is done by red hat engineers. So red hat cutting on that investment bears direct consequences for everyone else. Unless of course someone steps up and takes their place in maintenance, but it’s not gonna happen, which is literally why Wayland (and not some revamped xorg) is the future of Linux desktop.
Also, red hat’s decisions often trickle down on most other distros. E.g.: systemd, pulseaudio, pipewire, gnome, not including proprietary codecs, etc.
So, they technically don’t arbiter, but they definitely set the pace.