While I like secure boot and leave it enabled when possible, to be honest it only protects against a type of attack so elaborate its pretty much useless. Whenever its minorly inconvenient I just disable it without worry.
While I like secure boot and leave it enabled when possible, to be honest it only protects against a type of attack so elaborate its pretty much useless. Whenever its minorly inconvenient I just disable it without worry.
I haven’t seen anyone hate Fedora until this meme.
Now, Red Hat, which has strong ties to Fedora, is doing a lot of stupid bullshit. I actually moved to Debian due to that, not really because I think its superior (at the end of the day, all distros can do the same stuff) but because I’m getting tired with corporations
RADV is the default community Mesa driver, made by Valve engineers.
AMD’s own Vulkan implementation is called AMDVLK, which is just a port of their Windows Vulkan libraries repackaged for Linux. AMDVLK usually moves faster than RADV and got raytracing much earlier. And even though RADV added raytracing as well, RADVs raytracing is much slower than AMDVLK. Maybe this changes will finally close the gap?
I would say that it’s extremely unlikely.
Websites in general are never limited by raw code execution, they are mostly limited by IO. Be that disk IO as files are read and written, database IO as you need to execute complex queries to gather all the data to build the user timeline, and network IO to transfer data to and from the user. For decentralized social media like Kbin or Lemmy its even more IO limited as each instance needs to go back and forth to other instances to keep up-to-date data.
Websites usually benefit much more from caching and in-memory databases to keep frequently used data in fast storage.
This is why simple, high level, object oriented, garbage collected languages have become so common. All the CPU performance penalties they incur don’t actually affect the website performance.
Does anyone know of a Spotify client that works on ARM? I put an Orange Pi 5 as a smart TV box but Spotify doesn’t work in the browser because no Widevine on aarch64 Firefox.
The poor Orange Pi can also barely play video without dropping frames, the GPU drivers are awful. I might try to uninstall them and just do software-rendering everything.