Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TT
trevor (he/they) @ trevor @lemmy.blahaj.zone
Posts
0
Comments
451
Joined
2 yr. ago

  • A step in a marginally better direction. Next step: ban animal agriculture.

    We need to solve the problem, not just tax it. Animal exploitation, while reason enough to ban it on its own, is also a primary driver in climate change and zoonotic diseases. If you want to solve either of those existential problems, banning animal agriculture must be a part of that strategy.

  • Reporting back:

    I tried installing The Witcher and Psychonaut. Both worked mostly seemlessly after prompting to install Wine-GE. The main issue I'm having is with controller support, but this may just be a result of trying much older games and mixing that with trying to use Steam Input through the Heroic launcher. I suspect this can be alleviated by using the "Automatically add games to Steam" option and launching the games through Steam, rather than Heroic. Alternatively, if you're willing to map your bindings for each game, or you are on something other than a Steamdeck and use keyboard and mouse, you should be fine.

    I recommend giving a game you already own on Gog a try and seeing how it works for you.

  • Using containers on Linux has basically no performance loss compared to running on the host. They share a kernel and nothing needs to be virtualized (unlike containers on macOS and Windows), so anything you run in a container is basically the same performance as running it on the host.

    I still agree though: using Nix is better than using Distrobox for many other reasons.

  • Nix has more packages , by far. Nix also automatically handles the dependent libraries for each package, which is something you can't do with brew on immutable systems. This means that Nix can install software like espanso, which wouldn't work on uBlue derivatives otherwise.

    I really wish the uBlue maintainers would have opted for Nix over brew for that reason. It's not much more difficult to do nix profile install nixpkgs#package-name over brew install package-name. They could have even aliased it to make it easier.