• 0 Posts
  • 117 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle






  • I play games for the gameplay, don’t really care about story.

    I haven’t played Destiny in a while but if I did it would be for the same reason a person keeps buying new sudoku books: I like solving the puzzles that the levels represent.

    I think Destiny is cool in that it’s co-op and you can encounter other players and temporarily team up with them.

    I really wish we had the computing power to make a game that was basically massively coop Halo: one big war against the Covenant that everyone can fight in on the side of Humanity.











  • My potential argument against it starts with asking where the credentials are stored for authenticating this identity.

    Currently the home instance stores the hashed password and performs authentication.

    In a way, the identity “belongs to” the place that does authentication, which now happens to be the instance.

    If identity is decoupled from an instance, that means authentication decouples from an instance.

    If the identity “belongs to” the fediverse as a whole, then that means the fediverse as a whole has an authentication mechanism.

    Unless we can come up with a distributed authentication mechanism, that means the fediverse as a whole has some authentication service, as in one, which means centralized.

    This therefore breaks decentralization, unless the authentication is somehow handled in a distributed way. Maybe consensus or something on a hashed password? But if those hashed passwords are stored in a distributed manner, then you’d need a super long password to prevent rainbow table attacks on the passwords, given the hashed values would essentially be public information.

    Maybe public keys are stored in a blockchain? I don’t know this is beyond me in the details.

    But to summarize the problem at a data model level, an identity belongs to an instance, because the instance can authenticate them. If the identity now belongs to the whole fediverse, then the whole fediverse needs to be able to authenticate them, which if not handled correctly could lead to centralized authentication, centralized banning, censorship, reddit, etc.