"Pirate site blocking making its way into free trade agreements" https://torrentfreak.com/pirate-site-blocking-is-making-its-way-into-free-trade-agreements-220508/
This is much more serious than "can I get a pirated copy of something". The real effects of stuff like this is control, censorship, and gatekeeping of the internet in general.
@0x6b @cwebber
1. Make the encryption on lower level, between hosts, so the high-level protocols never will go unencrypted.
2. Make sure that the cryptographic alghorythms can be easily upgraded to their future, more secure equivalents.
3. Replace IPs and MACs with public keys generated by your machine.
4. Replace unsafe passwords with public key authentication like in SSH.
5. Let anyone add subdomains to their host, even without DNS server, like: gitea.0x560c8755d2b66600cc81044806cd483d7c1a00fe2f3827ab1acf37a6754affb3
6. Let anyone decide whether their host should be available from the Internet or local network only.
7. Get rid of JavaScript or any other arbitrary code executed remotely on your machine.
8. Always use relative links when reffering to itself, to avoid problem caused by domain change.
9. Avoid blockchain. It's a new form of Internet centralization (web3).