• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle














  • I think you’re on to something actually. Back when Saints Row 3 came out I read an article explaining how it’s childish irreverence toward gender was actually sort of progressive. In character creation there is a boob slider and a dick slider (with insane proportions for both), character voice doesn’t have to match the body type, there are no gender restrictions on clothing, characters are available to romance no matter your gender, etc.

    Basically the game was so unrestrained and goofy that it subverted some uncomfortable gaming tropes like boob sliders by just letting players do whatever they wanted and not taking it too seriously.



  • I write a lot of scripts that engineers need to run. I used to really try to make things ‘fail soft’ so that even if one piece failed the rest of the script would keep running and let you know which components failed and what action you needed to take to fix the problem.

    Eventually I had so many issues with people assuming that any errors that didn’t result in a failure were safe to ignore and crucial manual steps were being missed. I had to start making them ‘fail hard’ and stop completely when a step failed because it was the only way to get people to reliably perform the desired manual step.

    Trying to predict and account for other people’s behavior is really tricky, particularly when a high level of precision is required.




  • For 99% of people an online password manager like Bitwarden or LastPass is going to significantly help them manage passwords securely despite the risks associated with cloud services. Most people can’t handle self hosting Bitwarden or syncing a Keepass database by themselves. Without an easy to access and easy to use online option people will revert to significantly riskier methods like password reuse or using some sort of repeatable/guessable pattern.

    For the 1% of people who want more security there are options like Vaultwarden or Keepass. Even then it’s not uncommon to make mistakes and lose data/access or leave some sort of vulnerability exposed. The attack surface is a lot smaller than a public service though which is beneficial.