365
submitted 10 months ago by throws_lemy@lemmy.nz to c/technology@lemmy.world
you are viewing a single comment's thread
view the rest of the comments
[-] HarkMahlberg@kbin.social 8 points 10 months ago* (last edited 10 months ago)

One idea is that you could follow Romeo-Juliet laws. Programmatically, it's not difficult to add such a condition to some presumed friend-finding algorithm. Forgive any formatting problems below...

if user.age < 16:
do findFriendsBetweenAges(0, 18)
else if user.age >= 16 and user.age < 18:
do findFriendsBetweenAges(user.age - 2, user.age + 2)
else:
do findFriendsBetweenAges(18, 99)

The problem isn't the implementation, it's the concept in the first place. If you're spinning up a new Lawful Good social media site, you can make it do whatever you want. The problem is how many different states have different laws about how minors can or cannot enter relationships with people of different ages. Then once you stop considering different states, now consider different countries. The internet is accessible to anyone, no matter their age, no matter their location. Writing a website that can handle every possible situation is not impossible, but may be prohibitively expensive.

And of course, I didn't even talk about people lying about their age on their accounts! How does a website even verify that? To what degree are they liable? You want to upload an ID to make an account?

[-] tsonfeir@lemm.ee 3 points 10 months ago

100 year olds are fucked.

this post was submitted on 11 Nov 2023
365 points (98.7% liked)

Technology

58302 readers
3156 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS