

This article really needs some illustration of what the new UI looks like, and what the old one looks like for comparison
This article really needs some illustration of what the new UI looks like, and what the old one looks like for comparison
And now AMDGPU-PRO has dropped the proprietary OpenGL and Vulkan drivers and AMF, so the only thing you would get from it that’s different from the open stack is the OpenCL driver and maybe AMDVLK. https://www.amd.com/en/resources/support-articles/release-notes/RN-AMDGPU-UNIFIED-LINUX-25-10-1.html
If you’re running Wine on a case-sensitive file system, and you it tries to open a file, it would first try to open a file whose case matches exactly. But if it doesn’t find one, it would then need to list all the files in the directory, normalize their case, and go through them all to see if there is a file with the given name but in a different case. That can take some time if there is a lot of files in the directory.
But if you’re on a case-insensitive filesystem, the FS can keep case-normalized names of all files on disk, so you can do a case-insensitive open just as fast as you can do a case-sensitive open.
BTW, another application that can benefit from this is Samba, since SMB is case-insensitive.
It does, but having case insensitivity in the file system can get you better performance.
It isn’t normally, but it, like e.g. Ext4, allows case insensitivity mostly for the sake of Wine.
It’s not a daemon
We’ve been without a lot of things for millennia
A robot doesn’t need to be anthropomorphic, an assembly line robot is still a robot. It does however need to be able to perform some actions autonomously, for which a vibrator hardly qualifies.
Where’s the part where he suffers?
Lossless WebP is still gets way better compression than PNG though, this doesn’t change that. Although they mention they’re looking to improve it in the next version, so we’ll see then.