HackerTrans
TopNewTrendsCommentsPastAskShowJobs

otbutz

no profile record

Submissions

DigitalOcean's Managed Kubernetes has problems in all regions

status.digitalocean.com
8 points·by otbutz·3년 전·2 comments

comments

otbutz
·2년 전·discuss
> HTTP/3 was designed for unstable connections, such as cellphone and satellite networks.

Satellite networks are not a good example. Regular HTTP/1.1, paired with a PEP, outperforms HTTP/3 by an order of magnitude.
otbutz
·2년 전·discuss
The issue you linked to is an excellent example of why everyone and their dog is becoming a CNA these days. It's the only way to keep CVE spam at bay. The system has been broken by the gamification of CVEs and is in desperate need of reform.
otbutz
·2년 전·discuss
Isn't the QUIC transport the default since v0.6.0? Compared to TCP, it's much better suited for satellite communications.
otbutz
·3년 전·discuss
Anything that involves high latency and/or packet loss. And in general: testing servers.

The question is also a bit odd, to be honest. There's no need to look for a beneficial use case to add support for the next iteration of the HTTP protocol.
otbutz
·3년 전·discuss
nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacti...

caddy: https://github.com/caddyserver/caddy/issues/5877
otbutz
·3년 전·discuss
https://news.ycombinator.com/item?id=32865497
otbutz
·3년 전·discuss
You could try to force QUIC which should handle latency a bit better. The priority of TCP/QUIC will be configurable with the upcoming v1.23.5 release:

https://github.com/syncthing/syncthing/pull/8868