Hello, tone-policing genocide-defender and/or carnist 👋

Instead of being mad about words, maybe you should think about why the words bother you more than the injustice they describe.

Have a day!

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

help-circle

  • I’m not an expert, so this is an oversimplification, but:

    Passkeys are essentially like authenticating the same way you do via SSH, but with websites. The site will use a public key for your account. Your passkey holds the private key. That’s it, as I understand it.

    The advantages are that your accounts secured by passkeys will be inherently more difficult to crack than even the most complex, random passwords and it can’t be phished (if you’re using a physical passkey).

    The disadvantage is that the standard is still being worked on, and bad actors (MS, Apple, Google, etc.) are eager and willing to sucker people in to using their vendor lock-in software implementations of them. If you want to avoid this, either use real, physical FIDO-capable hardware authentication keys, or use a FOSS password manager that is capable of emulating them.








  • war between Israel and Palestine

    Not a war. It’s a genocide, and it’s Israel that is perpetrating it.

    Surviving the AIDS crisis, Ronald Reagan, Margaret Thatcher, “conduct unbecoming” in the military, strung up on fence posts in Wyoming, public arrests, family disenfranchisement, discrimination in housing, marriage, legal rights…just getting started

    Cool. And you’ll get absolutely nowhere with reactionary sentiment like “fuck you, I got mine” as a part of your movement. The people that want to allow the genocide to continue are the same people actively working to take those rights away from LGBTQ+ people, and they’re not gonna let up just because reactionary twats like you think it’s okay. Not to mention the fact that the rest of the LGBTQ+ community doesn’t even have all of the rights you mentioned, but that’s none of your concern, I’m sure.

    The fact is that rights movements and struggles for social justice will continue to largely ignore backward sentiment like yours, as it is necessary for the progress of all of the groups that struggle for them and your attitude toward people other than yourself would only lead to an erosion of those rights.





  • 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.