Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bbss
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bbss
10mo ago
Regional LBs do not have Cloudflare as an upstream dependency.
2.
▲
by
bbss
2y ago
Apple also contributed[1] MPTCP support to Envoy Proxy. [1] https://github.com/envoyproxy/envoy/pull/18780
3.
▲
by
bbss
2y ago
Agreed, my best guess it's due to a smaller MTU between the CDN and your device. They are probably replying with TLS Server Hello which would typically max a standard 1500 byte packet. It's also likely why HTTP isn't working
4.
▲
by
bbss
3y ago
ICYMI but https://datatracker.ietf.org/doc/html/rfc9293 may be a better place to start in 2023.
5.
▲
by
bbss
3y ago
Very similar to how BigTable[1] works under the hood which was built ~20 years ago. [1] https://static.googleusercontent.com/media/research.google.c...
6.
▲
by
bbss
3y ago
Not that I am aware of.
7.
▲
by
bbss
3y ago
HTTP/3/QUIC supports migrating connections between two networks, such as if a user switches from WIFI to LTE. IPVS or any UDP load balancer won't handle this scenario properly since it doesn't introspect the QUIC header
8.
▲
by
bbss
3y ago
Might want to look at LMDB ( https://en.wikipedia.org/wiki/Lightning_Memory-Mapped_Databa... )
9.
▲
by
bbss
3y ago
Great post! I would have loved to see P2C (Power of 2 Choices) in there as well, which is typically a better alternative to Round Robin and Least Connections.
10.
▲
by
bbss
4y ago
Can read about GCP here: https://research.google/pubs/pub48645/
11.
▲
by
bbss
5y ago
Ah yes my bad
12.
▲
by
bbss
5y ago
There are a few go libs now that offer SQLite without cgo. https://github.com/crawshaw/sqlite https://github.com/zombiezen/go-sqlite
13.
▲
by
bbss
5y ago
The downside with “automagically” trying to handle idempotency is users may not be aware of it and retries may happen across different processes (maybe they are running their application on k8s with multiple pods), which doesn’t work with s
14.
▲
by
bbss
6y ago
> host_network as of present cannot bind to a floating IP address (DigitalOcean/GCP etc). I've to resort to using my droplet's public IPv4 address for now. You should be able to bind to the anchor ip to make the floating i