• jia_tan@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    1 hour ago

    Genuine question. Why does a program need to know the user’s gender? (I’m asking in general, not in this particular case). Just use gender neutral pronouns to refer to the user, or, better yet, don’t talk to me at all!

    Aside from niche things like targeted ads and gendered health tracking and stuff.

    • Xanza@lemm.ee
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 minutes 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 generate neutral pronouns 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

    • lime!@feddit.nu
      link
      fedilink
      English
      arrow-up
      3
      ·
      60 minutes ago

      i learned from a friend that used to work in banking that some countries have laws that basically make contracts and invoices void if they are not correctly gendered.

  • SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    23
    ·
    16 hours ago

    Gender PHP extension is a port of the gender.c program originally written by Joerg Michael. The main purpose is to find out the gender of firstnames. The current database contains >40000 firstnames from 54 countries.

    For anyone curious but not curious enough to go digging around.

  • schnurrito@discuss.tchncs.de
    link
    fedilink
    arrow-up
    24
    arrow-down
    1
    ·
    edit-2
    8 hours ago

    If you click around a bit more in that documentation, you can see that that isn’t an enumeration of genders, it’s an interface for answering the question which gender any given name belongs to. (For example, “Andrea” is understood as exclusively feminine for German speakers, but it’s a common male first name in Italy.)

    • T156@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      Only slightly though. It hardly seems practical to try and infer gender from names, in a way where it can’t be obtained through historical records, or the user.

      • skisnow@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 hour ago

        For a given individual, sure. If you’re trying to do some statistics over a whole group that you have no other record for, it could be useful.

    • Aatube@kbin.melroy.org
      link
      fedilink
      arrow-up
      5
      ·
      17 hours ago

      i’ve been trying to figure that out… why does each gender instance have a country getter? what’s a “DSN to open”?