TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

New standards for a faster and more private Internet

170 点作者 terrelln8 个月前

19 条评论

rkagerer8 个月前
ECH - if I understand correctly it&#x27;s effective for sites hosted on big providers like Cloudflare, AWS, etc, but doesn&#x27;t add much value when it comes to self-hosted domains or those on a dedicated server, as you&#x27;d still see traffic going to whatever IP and be able to infer from that which domain the user&#x27;s browswer is talking to. I&#x27;m hoping someone can explain that I missed something.<p>And while we&#x27;re explaining things... ODoH (indirectly mentioned in the article via the Encrypted DNS link) comes with a big bold warning it&#x27;s based on the fundamental premise that the <i>proxy and the target servers do not collude</i>. When both are operated by the same company, how can you know they aren&#x27;t colluding? Is there some mechanic in the protocol to help protect users from colluding servers?
评论 #41661658 未加载
评论 #41664520 未加载
评论 #41661803 未加载
评论 #41666276 未加载
Animats8 个月前
<i>&quot;This means that whenever a user visits a website on Cloudflare that has ECH enabled, no one except for the user, Cloudflare, and the website owner will be able to determine which website was visited. Cloudflare is a big proponent of privacy for everyone and is excited about the prospects of bringing this technology to life.&#x27;</i><p>This isn&#x27;t privacy. This is centralized snooping.<p>It&#x27;s like Google&#x27;s approach to third party cookies. Nobody <i>other than Google</i> can have tracking information.
评论 #41664715 未加载
评论 #41664239 未加载
terrelln8 个月前
The latest Zstandard exposes several parameters which are useful for reducing time to first byte latency in web compression. They make Zstandard cut the compressed data into smaller blocks, e.g. 4 KB, with the goal to fit a compressed block within a small number of packets, so the browswer can start to decompress without waiting for a full 128 KB block to be sent.<p>These parameters are described in the v1.5.6 release notes [0]. ZSTD_c_targetCBlockSize is the most notable, but ZSTD_c_maxBlockSize can also be used for a lower CPU cost but larger compressed size.<p>Are you using these features at Cloudflare? If you need any help using these, or have any questions, please open an issue on Zstandard&#x27;s GitHub!<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;facebook&#x2F;zstd&#x2F;releases&#x2F;tag&#x2F;v1.5.6">https:&#x2F;&#x2F;github.com&#x2F;facebook&#x2F;zstd&#x2F;releases&#x2F;tag&#x2F;v1.5.6</a>
rajnathani8 个月前
&gt; Zstandard’s branchless design is a crucial innovation that enhances CPU efficiency<p>Given how branchless algorithms are helping optimize not just network transport (compression) and even OS system libs (no citation for this one, but I’ve heard), that I really wish colleges begin teaching this along with DS&#x2F;Algo course material.
评论 #41677722 未加载
userbinator8 个月前
New standards for easier TLS fingerprinting and user-agent discrimination.<p>Edit: just look at how many sites you&#x27;re locked out of if you don&#x27;t have JS enabled or run an uncommon configuration.
sedatk8 个月前
DPI systems in Turkey weren&#x27;t even checking QUIC packets when I was there, let alone ECH. But, browsers usually start with TCP first to negotiate QUIC support, which prevented bypass of web blocks. If you could force your browser to establish connection directly using QUIC, you could bypass all the blocks. That was last year though. Not sure about the current situation.
评论 #41682263 未加载
lifthrasiir8 个月前
The benchmark for Zstandard against Brotli seems to miss a key information---the compression levels used for both algorithms, because both the compression ratio and compression time will depend on them. In fact this had been my long suspicion about introducing Zstandard to the web standard, because lower compression levels for Brotli are not that slow and it was never publicly mentioned whether improving lower Brotli levels deemed infeasible or not. Given Zstandard Content-Encoding was initially proposed by Meta, I&#x27;m not even sure they have at least tried.<p>Given we now have two strictly better algorithms than gzip, I also wonder about a hybrid scheme that starts with Zstandard but switches to Brotli when the compression time is no longer significant for given request. We might even be able to cheaply convert the existing Zstandard stream into Brotli with some restrictions, as they are really LZSS behind the scene?
评论 #41665337 未加载
irq-18 个月前
What will ECH mean for places like China or South Korea? Do governments have access to Cloudflare logs? Only with court orders?<p>ECH seems directly opposed to Chinese governments control of the web.
评论 #41662791 未加载
评论 #41664970 未加载
autoexec8 个月前
Cloudflare is happy to make it harder for anyone other than Cloudflare to see everything that you&#x27;re doing on the internet.
Rhapso8 个月前
Don&#x27;t trust cloudflare with standards control.<p>They do not have anybody else&#x27;s best interests at heart and are actively centralizing that which was explicitly intended to not be centralized.
casenmgreen8 个月前
I use Tor for privacy.<p>CF blocks Tor; you can&#x27;t get past the captcha.
评论 #41665626 未加载
moralestapia8 个月前
A very nice feature of zstd is that it is <i>seekable</i>. So you could map that to HTTP Range requests and go crazy about it.
评论 #41665528 未加载
java-man8 个月前
Does it mean ECH works only with the Cloudflare since their example ECH contains unencrypted outer layer client hello?
评论 #41661209 未加载
评论 #41662092 未加载
uSoldering8 个月前
What is the overlap of people who are reading a blogpost about Cloudflare standards and people who need a metaphor to understand what compression is? You have 7 paragraphs of highly technical information then just in case, you need to explain how compression works? Just tell your reader you think they&#x27;re a moron and save yourself the keystrokes.
jiggawatts8 个月前
After examining how scammers and phishers host their sites, I’ve realised that “private” for Cloudflare means protecting the privacy of criminals.<p>ECH makes it hard to block known scam sites at the network layer, for example.
评论 #41664398 未加载
评论 #41664056 未加载
aaomidi8 个月前
ECH is going to be huge for people in regressive countries. For example Iran.
评论 #41662238 未加载
评论 #41665566 未加载
daveau8 个月前
re: ECH<p>let the cat and mice game between deep packet inspection (DPI) vendors and the rest of the encrypted internet continue. it’ll be amusing to see what they come up with (inaccurate guessing game ai&#x2F;ml “statistical analysis” is about all they’ve got left, especially against the large umbrella that is cloudflare).<p>game on, grab your popcorn, it will be fun to watch.
评论 #41661895 未加载
评论 #41662289 未加载
评论 #41663242 未加载
barbazoo8 个月前
&gt; New standards for a faster and more private Internet<p>&gt; Zstandard<p>I get &quot;faster&quot; but how does it make the internet &quot;more private&quot;. The word &quot;private&quot; only shows up exactly once on that page, in the title.
评论 #41661046 未加载
评论 #41661317 未加载
评论 #41661045 未加载
nialse8 个月前
Let me just stress that the effect of Zstandard on individual end-user latency is a rounding error. No user will ever go: “That was a quick loading web site. Must be Zstandard!”. The effect is solely Cloudflare having to spend x% less bandwidth to deliver the content, saving on their network and server resources.
评论 #41663401 未加载