• 0 Posts
  • 649 Comments
Joined 1 year ago
cake
Cake day: July 24th, 2023

help-circle
  • The work the Asahi team have done boggles my mind.

    They’ve got further with gaming on Apple silicon than Apple has with their game-porting-toolkit.

    Despite:

    • being on a completely unsupported OS

    • running through a virtual machine

    • having to rewrite all the hardware drivers from scratch, without the benefit of having hardware schematics/documentation

    • not having the benefit of using APIs that were made from the ground up to work well on this hardware specifically

    And probably some other stuff I’m completely in the dark on because their work is so beyond me.




  • Yes, there are ways to install newer versions in a way that shouldn’t cause any issues (as opposed to adding a bunch of unstable repos): Flatpak.

    IMO Flatpak has made Debian a lot more usable. You get the stability of the Debian base system but can have newer apps if you want to, without unnecessarily complicating matters with PPA repositories that seemingly always fuck up.



  • I’ve never actually done it, because the only extension I use is Blur My Shell, and the dev is so quick at updating that extension that even when I immediately update to a beta release it’s already marked as compatible, but here it is:

    gsettings set org.gnome.shell disable-extension-version-validation true

    And if you want to revert back to normal and have extensions be validated again:

    gsettings reset org.gnome.shell disable-extension-version-validation

    I don’t know if there’s a GUI way to do it in one of the extension management platforms, I’ve never really looked