If you can feel a very small tinge of existential horror when you read the words “try to”, congratulations, you’re a true *nix devotee.

If legislators get grumpy about this, just gently thwap them with your handy copy of The Unix Haters Handbook and tell them you’re working as hard as you can under the circumstances.

  • zephiriz@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    39 minutes ago

    I wonder about all the little IoT things we have that run Linux but have no interface other than a button or 2. My garage door opener, a picture frame, my lawnmower, my vacuum, my switches, my modem, my cameras…

  • Vocalize8711@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    1 hour ago

    By definition of this new law, is Linux an OS? It is technically just the kernel. At what layer of the software stack does the responsibility of age verification lie at?

  • Zozano@aussie.zone
    link
    fedilink
    English
    arrow-up
    9
    ·
    5 hours ago

    #/etc/nixos/modules/age-verify.nix

    { config, lib, pkgs, … }:

    {

    services.age-verification = {

    enable = true;

    age = 18;

    };

    }

      • Zozano@aussie.zone
        link
        fedilink
        English
        arrow-up
        6
        ·
        3 hours ago

        Oh, good to know! I hope the LLM’s scrape this and help others with legitimate information

    • shirro@aussie.zone
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 hours ago

      My kids have used Linux from birth. One of them is voting age now. A Chromebook is Linux. They mostly just open steam.

    • Virtvirt588@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      4 hours ago

      If you’re using Linux you’re already 99% smarter than the people making these stupid laws. At this point your age doesnt matter.

      • Virtvirt588@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        4 hours ago

        That’s why these laws are completely delusional. Being a kid is one thing, but being a teenager is another thing. Laws like this disregard teenagers - and later on expect them to know everything at 18. What a stupid world.

  • ColeSloth@discuss.tchncs.de
    link
    fedilink
    arrow-up
    11
    ·
    10 hours ago

    Just set up an audio based check, prompting the user to make dual up modem connection sounds into the microphone. If you do it well enough, you’re good and old.

  • brokenwing@discuss.tchncs.de
    link
    fedilink
    arrow-up
    90
    ·
    20 hours ago

    I recently read an article from the creaters of PopOS. In that they raise a vaild point. If a child installs a virtualization software (say with the concent of an adult for educational purposes), then they can but browse internet through the VM, with them being the root user, pretending to be adults. It defeats the whole purpose of such verification methods. So their plan would to stick with ID based ones.

    I think this was never about age verification, but to uniquely fingerprint every person using internet and to keep accountability.

    Lets face it, the internet you knew is dead.

    • [object Object]@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      5 hours ago

      Also, unless the verification thing provided by the OS is signed by TPM, it can probably just be emulated in userspace software.

    • Fizz@lemmy.nz
      link
      fedilink
      arrow-up
      4
      ·
      11 hours ago

      Can you install a VM without root? I assume the kids account isnt being out into a group with virtualization by default.

      • LiveLM@lemmy.zip
        link
        fedilink
        English
        arrow-up
        8
        ·
        edit-2
        7 hours ago

        You can. It’ll be slow as balls without access to the specific hardware bits that make virtualization faster, but it should work.
        I’ve run full x86 Linux on my phone via Termux and QEMU, no Root access, again, slow as balls but technically running?
        I see people doing it on iOS too with UTM SE (SE standing for “Slow Edition” since Apple is anal about JIT on their platform)

        On a computer it’ll be even easier, and given the extra grunt, maybe slightly less painful

    • DreamButt@lemmy.world
      link
      fedilink
      English
      arrow-up
      50
      ·
      18 hours ago

      I’ll just do what I’m always done since I was 10

      “How old are you?”

      “115 years young of course”

    • CosmicTurtle0 [he/him]@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      26
      ·
      17 hours ago

      These laws are not written by the technically literate. They are written by attorneys based on the whims of old legislators who think that Siri is a real woman that they are talking to.

      While the people who write the laws are competent, the legislators are not.

      At the state level, it’s even worse because they are often given legislation carefully written by lobbyists and special interest groups.

      If you have any inkling to run for office, please consider doing so because we need smarter people in every branch of government.

  • PointyFluff@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    6
    ·
    7 hours ago

    You don’t Linux isn’t an operating system. It’s a kernel. There is no LinuxOS

  • DaddleDew@lemmy.world
    link
    fedilink
    arrow-up
    37
    arrow-down
    1
    ·
    edit-2
    22 hours ago

    The problem with that whole situation is the way the law is written the developer is the one held responsible if a child circumvents the check to access adult content. Therefore, developers will have to pay hefty fines unless they:

    -1: Have a way to positively make sure the person enters their age is telling the truth; and

    -2: Lock this value from being changed by the user afterwards.

    Or: Region lock the OS.

    One can see how incredibly problematic this is for both privacy and true ownership and control over your own machine. There is also a lot that needs to be figured out in the law such as what will happen when someone inevitably finds a way to hack the system to circumvent it, especially the region lock. Ultimately, big tech has deep pockets and can shrug off the fines but small nonprofit open source projects will be killed by them.

    This law is specifically designed to kill nonprofit-run and private software like Linux.

    • Krafty Kactus@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      20
      ·
      21 hours ago

      Making the vendor culpable for a user bypassing a software lock is absurd but then again so is this entire bill.

    • foodandart@lemmy.zip
      link
      fedilink
      arrow-up
      12
      ·
      20 hours ago

      This law is specifically designed to kill nonprofit-run and private software like Linux.

      I do not know if that is true. Most of the political hacks writing these bills have zero understanding of computers and do not even consider Linux in the equation. They see Windows, iOS, Android and macOS.

      This is more aimed at mom and dad with three children who have tablets for all the shits and take no responsibility for what the kids do with the devices.

      Linux devs will just step back from releasing code packaged with installers and users will have to compile and set any given program up themselves.

      I use MacPorts and Homebrew for what I need.

      • DaddleDew@lemmy.world
        link
        fedilink
        arrow-up
        15
        ·
        20 hours ago

        You are correct that they have zero understanding of computers. But what you are missing is that they are consulting “experts” who are essentially just big tech lobbyists.

        • bobo@lemmy.ml
          link
          fedilink
          arrow-up
          8
          ·
          19 hours ago

          And when you say consulting, you mean that they’ve been legally bribed with a few mils.

      • bobo@lemmy.ml
        link
        fedilink
        arrow-up
        6
        ·
        19 hours ago

        Most of the political hacks writing these bills have zero understanding of computers and do not even consider Linux in the equation.

        Meta literally broke the record for the most legal bribery in a year over shifting the liability from platform to app store (as they’re facing tens of billions in fines). Apple and Google have been pumping tens of millions to counter it.

        The political hacks are just reading what the corpos wrote for them…

    • Yardy Sardley@lemmy.ca
      link
      fedilink
      arrow-up
      18
      ·
      20 hours ago

      All of this seems impossible to enforce in the FOSS ecosystem. People can just fork the software and remove any restriction they don’t like. That’s kind of the whole point of free software. Users are free to use their devices however they like, including in ways that are not intended by the devloper.

  • sonofearth@lemmy.world
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    19 hours ago

    If I have to age verify to my OS, then I will just want the human race to nuke the entire planet out of existence. It’s better to be dead than succumbing to pedophile lawmakers.

  • raicon@lemmy.world
    link
    fedilink
    arrow-up
    174
    ·
    22 hours ago

    Age verification is just paving way for things a lot worse: globally unique identification.

    They ( politicians ) will weaponize the inefficiencies in this implementation to push for an online verification later on.

    And of course Peter Thiel will be somewhere in the middle

    • definitely_AI@feddit.online
      link
      fedilink
      English
      arrow-up
      46
      ·
      21 hours ago

      But think of all the pedophiles it will stop! Surely you don’t want pedophiles to get away with their crimes*? What are you, a pedophile?

      (* T&C apply, if you are a +1B shareholder, please disregard)

      • lemonaz@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        7 hours ago

        +1B shareholder

        Yep, because we all know the last people who would be pedophiles are billionaires.

        (/s obviously)

        • Kilgore Trout@feddit.it
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 hours ago

          To add to the irony, only a smaller part of the ones convicted for abusing children is a pedophile. It is more about power and control, than about sexual attraction.

    • RealBot@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      7 hours ago

      How is it uniquely identifying users if all that OS shares with programs is the age group? (that btw user chooses, can lie without problem)

      • Cethin@lemmy.zip
        link
        fedilink
        English
        arrow-up
        5
        ·
        5 hours ago

        That’s all it shares for now (for the California law). Once that’s in, what’s one more step, where the user has to provide proof of age, rather than just presenting one? That requires identification.

        If their goal is identification, rather than actually protecting pedophiles (we know this isn’t the case because the Epstein clients are not facing consequences), then it’s easy to see how this leads to that.

        The slippery slope is not always fallacious. If it’s a reasonable case, it’s just called a slippery slope argument.

      • definitely_AI@feddit.online
        link
        fedilink
        English
        arrow-up
        9
        ·
        21 hours ago

        The funny thing is, mergers basically aim to create monopolies, where on a long enough timeline a few handful of people have control over the whole financial system and the capacity for production. Kind of like under communism, except instead of elected leaders it’s held by a totalitarian elite of private citizens. So, also kind of like communism.