Viewing profile — bbss
bbss
HN member- Joined
- Mon, Feb 15, 2021, 3:51 PM UTC
- HN karma
- 41
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About bbss
No profile information was provided.
Recent public activity
-
comment
Comment #45967752
Regional LBs do not have Cloudflare as an upstream dependency.
-
comment
Comment #40091830
Apple also contributed[1] MPTCP support to Envoy Proxy. [1] https://github.com/envoyproxy/envoy/pull/18780
-
comment
Comment #39820372
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 pac…
-
comment
Comment #38211805
ICYMI but https://datatracker.ietf.org/doc/html/rfc9293 may be a better place to start in 2023.
-
comment
Comment #36683215
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...
-
comment
Comment #36037708
Not that I am aware of.
-
comment
Comment #36032806
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 sinc…
-
comment
Comment #35635496
Might want to look at LMDB ( https://en.wikipedia.org/wiki/Lightning_Memory-Mapped_Databa... )
-
comment
Comment #35614520
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.
-
comment
Comment #34911506
Can read about GCP here: https://research.google/pubs/pub48645/
-
comment
Comment #30131843
Ah yes my bad
-
comment
Comment #30131489
There are a few go libs now that offer SQLite without cgo. https://github.com/crawshaw/sqlite https://github.com/zombiezen/go-sqlite
-
comment
Comment #27732492
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 appli…
-
comment
Comment #26143879
> 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 bi…