• sun_is_ra@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    44
    arrow-down
    13
    ·
    6 hours ago

    I have read the git thread related to the merge request.

    I don’t see what’s the big deal. You have a user model that already contain fields like user’s full name, location, … among others and all this developer did was adding yet another optional field called date of birth.

    This does nothing to verify user’s age and enforce nothing. They’ve stressed that repeatedly in the comments.

    What that does is making it easy for a Linux distro to store user’s birthday - should they wish to do so - and making that bit of info accessible to running apps so that each app can do what it wants with it.

    User’s fullname and location are already there which are also optional so what’s the big deal?

    • Jack@slrpnk.net
      link
      fedilink
      arrow-up
      21
      arrow-down
      2
      ·
      6 hours ago

      For me the bigger problem is that was done without any community oversight.

      Yeah it can be verified for now, but it’s a foot in the door for a braindead law that no one in their right mind would follow.

        • Jack@slrpnk.net
          link
          fedilink
          arrow-up
          11
          ·
          4 hours ago

          Yeah and against the massive outcry in the form of comments, the discussion was locked, and the general opinion was ignored in favor of 2 maintainers and a tool of a dev.

          The person who has the most blame here is the lead dev of the project imo.

    • Venia Silente@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      23
      arrow-down
      6
      ·
      6 hours ago

      Fields like name and location do not have any expectation for the information being valid or accurate (see eg.: adduser).

      DOB is different. It comes from a legal expectation that correctness of the information will be enforced somehow. If going by the Colorado and NY law proposals, IIRC, by using biometrics at the time of system install.

      • Aatube@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        1 hour ago

        not even said laws have an expectation that the date of birth provided would be accurate. the colorado bill just says “require[] an account holder to indicate” and never defines “indicate”, the ny bill says “request an age category signal” and never defines “signal”, so i assume they’re like the california law which has been verified to be just “enter your date of birth in this text field/dropdown and we’ll trust you girl”. i don’t think any of that involves biometrics

        there’s no alien intelligence or protocol specification in systemd that ensures or says the dob field must be accurate either

    • mcv@lemmy.zip
      link
      fedilink
      arrow-up
      1
      arrow-down
      3
      ·
      2 hours ago

      Exactly. There’s a massive thread on Mastodon where everybody is panicking about this, but it’s a nothing burger if ever there was one.

      Sure, the timing and comments suggest it’s meant for legal compliance, but if that’s what it does, it does it by keeping full control in the hands of the user, where it should be.