Viewing profile — otbutz
otbutz
HN member- Joined
- Mon, Feb 24, 2020, 9:07 AM UTC
- HN karma
- 36
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About otbutz
No profile information was provided.
Recent public activity
-
comment
Comment #39701692
> 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, outperform…
-
comment
Comment #39380621
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…
-
comment
Comment #39014099
Isn't the QUIC transport the default since v0.6.0? Compared to TCP, it's much better suited for satellite communications.
-
comment
Comment #37899236
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 …
-
comment
Comment #37832727
nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacti... caddy: https://github.com/caddyserver/caddy/issues/5877
- story
-
comment
Comment #37147513
https://news.ycombinator.com/item?id=32865497
-
comment
Comment #35885351
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/…
- story
-
comment
Comment #33520640
That would be great! I've only had a quick look at the docs, but the API seems reasonable: https://docs.joinmastodon.org/methods/apps/oauth/ https://docs.joinmastodon.org/methods/s…
-
comment
Comment #33518709
OT but i wish they'd add Mastodon support. https://github.com/caronc/apprise/issues/586
-
comment
Comment #32864776
There is quic-go[1] but i don't think that it's sufficiently optimized[2-4] to be used for this kind of workload. caddy will use it to provide HTTP/3 by default[5] in the upcoming …
- story
-
comment
Comment #22402692
I have also been struggling lately with prepared statements and obscure query planning decisions. The developers of the mssql JDBC driver seem to be determined to force the use of …