this post was submitted on 15 Apr 2026
107 points (98.2% liked)

Europe

11396 readers
1556 users here now

News and information from Europe 🇪🇺

(Current banner: La Mancha, Spain. Feel free to post submissions for banner images.)

Rules (2024-08-30)

  1. This is an English-language community. Comments should be in English. Posts can link to non-English news sources when providing a full-text translation in the post description. Automated translations are fine, as long as they don't overly distort the content.
  2. No links to misinformation or commercial advertising. When you post outdated/historic articles, add the year of publication to the post title. Infographics must include a source and a year of creation; if possible, also provide a link to the source.
  3. Be kind to each other, and argue in good faith. Don't post direct insults nor disrespectful and condescending comments. Don't troll nor incite hatred. Don't look for novel argumentation strategies at Wikipedia's List of fallacies.
  4. No bigotry, sexism, racism, antisemitism, islamophobia, dehumanization of minorities, or glorification of National Socialism. We follow German law; don't question the statehood of Israel.
  5. Be the signal, not the noise: Strive to post insightful comments. Add "/s" when you're being sarcastic (and don't use it to break rule no. 3).
  6. If you link to paywalled information, please provide also a link to a freely available archived version. Alternatively, try to find a different source.
  7. Light-hearted content, memes, and posts about your European everyday belong in other communities.
  8. Don't evade bans. If we notice ban evasion, that will result in a permanent ban for all the accounts we can associate with you.
  9. No posts linking to speculative reporting about ongoing events with unclear backgrounds. Please wait at least 12 hours. (E.g., do not post breathless reporting on an ongoing terror attack.)
  10. Always provide context with posts: Don't post uncontextualized images or videos, and don't start discussions without giving some context first.

(This list may get expanded as necessary.)

Posts that link to the following sources will be removed

Unless they're the only sources, please also avoid The Sun, Daily Mail, any "thinktank" type organization, and non-Lemmy social media (incl. Substack). Don't link to Twitter directly, instead use xcancel.com. For Reddit, use old:reddit:com

(Lists may get expanded as necessary.)

Ban lengths, etc.

We will use some leeway to decide whether to remove a comment.

If need be, there are also bans: 3 days for lighter offenses, 7 or 14 days for bigger offenses, and permanent bans for people who don't show any willingness to participate productively. If we think the ban reason is obvious, we may not specifically write to you.

If you want to protest a removal or ban, feel free to write privately to the admin that applied the rule (check modlog first to find who was it.)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CaptObvious@literature.cafe 1 points 2 months ago (1 children)

The trust problem in open source is that we can audit the published code, but we have no assurance that what’s published is what’s running

[–] AtHeartEngineer@lemmy.world 1 points 2 months ago

I understand that's an issue with open source in general, but this specific implementation should be using zero knowledge proofs, which is provable. They are, by definition, provable programs where you can prove properties of data without revealing secrets.

The way this works in practice is:

  1. govt issues passport with digitally signed credentials
  2. I take a picture of my passport and tap my passport on my phone (you need both, the actual printed info is what "unlocks" your phone to be able to read the NFC data)
  3. Your phone reads off the digital signature from the govt, your date of birth, name, etc
  4. You download the zk proof program and it's trusted setup files, check that their hashes match what is public and audited.
  5. run your passport info through that program locally, and it produces a: "You are over 21" + "From the EU" + "a nullifier" + "here is mathematical proof that this data is valid"
  6. you take that math proof and use it to unlock the "i am an adult mode".

The nullifier is whats used to make sure someone can't use their passport more than once on multiple accounts, which is the real tricky part ... but there are solutions live and usable out in the world today to mitigate this problem while providing a decent level of privacy.

Really, we shouldn't have these laws at all, they are fucking stupid...but if we are going to have them, we should at least do it the best we can.