• 0 Posts
  • 5 Comments
Joined 5 months ago
cake
Cake day: November 29th, 2025

help-circle

  • Apart from the question of desirability of such checks in the first place: with attestations, the digital equivalent if a signed government document.

    This process involves three parties:

    • you
    • the identity provider (the government)
    • the third party (who wants to verify your age).
    1. You click a button that takes you to the identity provider (government e-identiy). There you log in.
    2. Identity provider asks you to confirm what you want to share with the third party, like your age bracket.
    3. The third party receives a digitally signed attestation with this information.

    The proof of identity is exclusively between you and the government’s e-identity platform. The third party only gets to see what’s shared with them (like your age bracket).

    Government e-identity isn’t hypothetical btw, e.g. in the Netherlands that’s DigiD.


  • A basic Death Stranding 2D demake targeting SNES, GBA, PS1, Windows, DOS and whatever I can make it work on in one binary. So the single file is a valid Windows program, a GBA ROM, a PS1 disc image, a bootable PC disk image, etc.

    I’m really chipping away at it one bit at a time. I already have the most crucial bit, which is the very start of the file which needs to be a DOS EXE header, x86 machine code and ARM machine code at the same time. But at every step new practical difficulties arise.

    The specific bit I’m working on now is writing a custom linker, because no regular linker script magic is going to make a normal linker do what I need, and it turns out slicing intermediate binaries isn’t going to cut it either.