• 0 Posts
  • 8 Comments
Joined 3 years ago
cake
Cake day: August 27th, 2023

help-circle
  • We definitely have some control over each of those points:

    • We don’t let kids drive, the lowest driving age seems to be 15 and is usually 18: https://en.wikipedia.org/wiki/List_of_minimum_driving_ages. Kids obv would have access to their parents cars.
    • Knives, Guns etc cannot be sold to children and I hope you would agree that this is a good thing.
    • having sex shouldn’t be controlled but providing or paying for sex work, “adult” events, sex parties etc definitely should be restricted.
    • Legal drugs (alcohol, tobacco, weed) should be restricted for children. Illegal drugs are indeed hard to specifically regulate but e. g. selling illegal substances to a minor should carry a higher sentence.

    after typing all that out I wonder what we are even debating. those are obvious examples to me where actual restriction is necessary. and to cycle back to the start, why would media be fundamentally exempt from that?


  • 5gruel@lemmy.worldtoLinux Gaming@lemmy.worldlutris-minus-ai
    link
    fedilink
    English
    arrow-up
    15
    ·
    2 days ago

    so somebody with zero programming skills and therefore zero experience with coding agents deemed AI assisted code such a big problem that they performatively forked a project at an arbitrary point. And they want to maybe maintain it while the whole issue started when the original maintainer said the project is too big to be maintained without assistance.

    what are we doing here?



  • Not sure that’s necessarily true. I don’t see why it couldn’t work like this:

    1. request personal token from authority. it works similar to a certificate chain, your token is derived from a central certificate
    2. you store your token locally
    3. you visit an age-restricted website. you send your token (or a challenge encrypted with that token) back to the website
    4. the website verifies your token with the certificate from the authority, (like how literal Certificate Authorities work) . the CA doesn’t know when or why your token was used.

    (fwiw I am sure governments will try their best to make this process less private)