←back to thread

411 points donpott | 1 comments | | HN request time: 0s | source
Show context
nickslaughter02 ◴[] No.44982831[source]
> Two days later, US Federal Trade Commission chairman Andrew Ferguson warned big tech firms they could be violating US law if they weakened privacy and data security requirements by complying with international laws such as the Online Safety Act.

How will this work with chat control?

> "If Ofcom doesn't think this will be enough to prevent significant harm, it can even ask that ISPs be ordered to block UK access."

If you want to enforce stupid laws the burden should be upon you.

replies(4): >>44982897 #>>44983860 #>>44989300 #>>44992515 #
speedylight ◴[] No.44983860[source]
I think eventually we will reach a point where laws like the Online Safety Act become so prevalent that it is basically impossible to comply with all of them simultaneously and still have a unified internet across the globe. I wouldn’t be surprised if in 10 years or so every country has its own version of the internet only intended for their own people.
replies(5): >>44983896 #>>44984086 #>>44986551 #>>44988939 #>>44993072 #
chii ◴[] No.44986551[source]
> still have a unified internet across the globe.

which might be the end goal - the internet, with freedom of communication, is a way that the plebs can organize and resist authoritarianism. And as countries are growing increasingly authoritarian (and i include UK here), they may be planning on preventing the old free internet that has enabled so much.

So as technologists here at HN, there needs to be a pre-emptive strike to prevent such an outcome from becoming successful. I would have said TOR, but for most people it's a non-starter. What other options are there?

replies(6): >>44987406 #>>44987694 #>>44989246 #>>44994067 #>>44994518 #>>44994661 #
Kazik24 ◴[] No.44987694[source]
Applications based on QUIC and/or P2P might be an option. QUIC is designed to not be as easy to filter as TCP + TLS. But then right now it can be blocked by just blocking UDP. But if majority of the internet would use QUIC then blocking UDP would mean blocking most of the internet so the governments wouldn't be so eager do nationwide firewalls (hopefully).
replies(2): >>44988483 #>>44993531 #
YetAnotherNick ◴[] No.44993531{3}[source]
QUIC or any other technology still needs domain name and both the domain name ownership and DNS could be blocked by governments. Also IP could be blocked.
replies(1): >>44994506 #
Kazik24 ◴[] No.44994506{4}[source]
There is DNS over QUIC, and in case your current Connection ID or IP is blocked during the connection, QUIC can use multiple IPs and CIDs for single connection, and CIDs are negotiated in encrypted part of packet. It's a mechanism for migrating connection over changing networks. Servers can also take advantage of that.

Server could have multiple QUIC output nodes to migrate connection in case one of them is blocked. The output node network can be shared by many servers and DoQ endpoints so blocking it entirely would scare government.

This solution still needs to connect to some known IP in order to establish connection first. And the same goes for DoQ. To mitigate this we can use Encrypted Client Hello as other commenter mentioned and connect to a pool instead of single IP.

replies(3): >>44994945 #>>45000203 #>>45000460 #
1. ◴[] No.44994945{5}[source]