• 0 Posts
  • 39 Comments
Joined 2 years ago
cake
Cake day: November 16th, 2023

help-circle

  • I’m not sure about the coins but I’ve been using it for a few months now and have been thoroughly enjoying the service. I think the coins are literally just their store wallet, and whether you keep some store credit there or not doesn’t matter. It’s equivalent to buying an iTunes gift card or something. You can just pay for whatever you want outright.








  • I think Deadlock is pretty up there. That said, it’s closer to Smite than it is a hero shooter. The community-driven character builds mean meta is pretty fluid and it has what I would describe as a very accessible MOBA-centered design. I don’t care for MOBAs much, but to say Valve isn’t innovating here would be disingenuous. I think my only problem with it is that it’s lacking something that makes the gameplay loop feel satisfying, but that may just be my bias against MOBAs talking.


  • Flatpaks are basically containers, allowing applications to maintain their own dependencies separate from your system. It’s similar to a Windows program shipping with its own precompiled DLLs, helping prevent dependenct conflicts when you go to update something you installed with pacman or yay.



  • Arc support was added after release to Linux Kernel 6.2 and it’s steadily improved since. Older Linux distros, or “LTS” oriented distros that favour stability may still not have support for them. I know Unraid was very slow to pick up on it and I had to settle for passing the pcie device through to a VM to get it working. Intel is keen to made these viable though, and I love having the AV1 encoder from my A380.


  • That one sounds squarely on Nvidia. Any driver that uses undocumented workarounds to gain kernel level access or utilizes an access loophool for system hooks is a bad driver. I’d assume Debian, or likely more accurately the Linux kernel itself was updated following some matter of CVE that Nvidia was quietly abusing.

    Frustrating, but a good example of why those kinds of proprietary drivers are such a nightmare. You really just don’t know what techniques they’re using.







  • Fingerprint sensors have been an interesting hurdle for Linux distros. Not one I necessarily would have anticipated either. The biggest question seems to come down to their security as well, given that there have been exposed flaws in the design of biometric hardware that tries to generalize its compatibility.

    Microsoft has defined SDCP as a strong standard for TPM/Windows, but there isn’t an equivalent for Linux. Match on chip sensors have made things a bit easier, but there isn’t a standard way to communicate the validated authentication to the OS, usually relying on TLS.