It seems to be getting a little better lately, but historically they just didn’t give firmware updates. I went 3 years without a stable bios update for my 12th gen Intel mainboard on linux despite known vulnerabilities since launch (just got its first update last month).
I actually upgraded my mainboard within that time, so I went the full lifetime of the product with an insecure BIOS and none of the firmware improvements that were promised at launch like thunderbolt 4 certification. For all practical purposes, firmware support ended when it left the factory until just last month.
That said, my new ryzen ai 350 main board just got its first update to patch some vulns that were disclosed a month ago. So still not in time for the coordinated disclosure, but a month is way better than 3 years so I’ll take what I can get.


I have been doing a bit of compute work on nixos with both AMD and nvidia, and I’d say it depends on what you’re doing.
If you’re doing your compute via compute shaders, you’ll have a great experience on AMD. Zero hiccups for me, I just wrote my shaders and ran them no problem. Vulkan is incredible.
If you have to interact with other people’s compute crap though, it might be a bad time. Most folks do GPU compute with cuda, and that won’t be fun for you on AMD. Yes there are translation layers, and you can make them work for some use cases, but its a bad experience. And yeah rocm exists… but does it really? Not many cards actually support rocm, and software support for it is just as sparse.