• 0 Posts
  • 17 Comments
Joined 1 month ago
cake
Cake day: December 13th, 2024

help-circle
  • Decentralized authentication system that support pseudonymous handles. The authentication system would have optional verification levels.

    So I wouldn’t know who you are but I would know that you have verified against some form of id.

    The next step would then by attributes one of which is your real name but also country of birth, race, gender, and other non-mutable attributes that can be used but not polled.

    So I could post that I am Bob living in Arizona and I was born in Nepal and those would be tagged as verified, but someone couldn’t reverse that and request if I want to post without revealing those bits of data.














  • The container should always be updated to march production. In a non-container environment every developer has to do this independently but with containers it only has to be done once and then the developers pull the update which is a git style diff.

    Best practice is to have the people who update the production servers be responsible for updating the containers, assuming they aren’t deploying the containers directly.

    It’s essentinally no different than updating multiple servers, except one of those servers is then committed to a local container respository.

    This also means there are snapshots of each update which can be useful in its own way.