26
Use Protocols, Not Services
(notnotp.com)
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
Follow the wormhole through a path of communities !webdev@programming.dev
This makes zero sense... Protocols do not "exist". They are run as services. And the entities behind those services can be subject to the laws of the jurisdiction they belong to.
The law doesn't specify services, it specifies types of services. It doesn't care what protocol you're using.
It makes sense. Protocols are defined before services can be implemented on them.
What the article is say is, rather than trusting a service provider to protect your privacy, stick to using services you control, on open protocols that can communicate with external service providers.
If everyone does this, the government needs to knock on a lot more doors to force compliance. And if a node on the protocol chooses to shut down instead of complying, the service as a whole isn’t disrupted. Just the users on that node. And they can control migration to a different node.
😑