• 0 Posts
  • 2 Comments
Joined 5 months ago
cake
Cake day: February 5th, 2025

help-circle
  • Xanza@lemm.eetoProgrammer Humor@programming.devPHP: Gender\Gender - Manual
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    2 months ago

    For some languages gender-neutral pronouns aren’t possible or aren’t appropriate. It’s really only in English and maybe five other languages that gender-neutral pronouns are a real thing and even in these languages if you’re not used to using neutral pronouns or reading them in common writing sounds like a mistake to begin with. It’s generally just easier to automate the task based on names, and the library itself comes from a time when that wasn’t a controversial thought. Lol


  • The only real advantage to using SSH vs PGP keys is you don’t need an external dependency (GPG). PGP is always going to be better, because you get the advantage of WOT, and PGP public key servers to verify identities over just “this is who I am, here’s my key.” You should always sign your commits, no matter what you use. Identity verification is very important in open source.

    $ git config --global gpg.format ssh
    $ git config --global user.signingkey ~/.ssh/examplekey.pub