this post was submitted on 30 Nov 2024
119 points (99.2% liked)

Programming

17565 readers
347 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

Many might've seen the Australian ban of social media for <16 y.o with no idea of how to implement it. There have been mentions of "double blind age verification", but I can't find any information on it.

Out of curiosity, how would you implement this with privacy in mind if you really had to?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 3 days ago (1 children)

My friend has worked with a government to create zero-knowledge proof from IDs. Turns out there's a lot of good software engineered to solve that problem.

The UX is still shit tho

[–] [email protected] 3 points 2 days ago (1 children)

Any open projects you could point to on the subject or articles about the government efforts? I would love to learn more on that!

[–] [email protected] 3 points 2 days ago

https://github.com/openpassport-org/openpassport

I need to get back to Florent to ask him about his advances but this is the repo he worked on! Seems pretty exciting !