Viewing profile — miggy
miggy
HN member- Joined
- Fri, Jun 01, 2018, 4:57 AM UTC
- HN karma
- 148
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About miggy
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #45088492
Scaling matters, but why pay for abusive clients or bots? Adding a cache is easy; the hard part is invalidation, sync, and thundering herd. Use it if the product needs it, not as a…
-
comment
Comment #45085428
We had a critical service that often got overwhelmed, not by one client app but by different apps over time. One week it was app A, the next week app B, each with its own buggy cod…
-
comment
Comment #44981086
Excellent read. It highlights key aspects like health checks, server restarts, warm up, and load shedding, all of which make load balancing an already hard problem even harder.
-
comment
Comment #44980976
Willy from HAProxy has a good write-up on this. In their benchmarks, least-connections usually beat P2C, but P2C was never the worst and is arguably a saner default when least-conn…
-
comment
Comment #44932059
A strong tooling ecosystem needs money, which usually means corporate sponsorship.
-
comment
Comment #44913472
Author here. Two quick thoughts: 1. As I covered in an earlier part of this series, service discovery is not always easy at scale. High churn, partial failures, and the cost of hea…
-
comment
Comment #44908011
Author here. Absolutely, HAProxy’s sticktables is a powerful way to implement advanced routing logic, and they’ve been around for years. This series focuses on explaining the broad…
-
comment
Comment #44907958
Author here. Thanks for sharing these thoughts. You’re right that DSR, ASN-based routing, SRV records, and other lower-layer approaches are important in certain setups. This post i…
-
comment
Comment #44891278
It seems HAProxy also added ACME/DNS-01 challenge support in haproxy-3.3-dev6 very recently. https://www.mail-archive.com/haproxy@formilux.org/msg46035.h...
- story
- story
-
comment
Comment #44857231
Thanks for sharing this! I’m the author of the blog post. Happy to answer any questions about the scenarios in the article or dive deeper into specifics like slow start tuning, con…
-
comment
Comment #44840039
HTTP has never been truly simple, but HTTP/1.1 is probably the simplest it gets. HTTP/2 and HTTP/3 are significantly more complex.
- story
- story
-
comment
Comment #44812474
One of the key aspects of feature flag systems is enabling A/B analysis, measuring the impact of features on metrics like click-through rate, session duration, and revenue. This do…
-
comment
Comment #44799174
A useful way to find ideas is by observing asymmetries. When something appears easy for some people but difficult for others, or vice versa, it often reveals underlying complexity,…
-
comment
Comment #44799044
In my experience, unit tests and logging code generated by LLMs tend to be overly verbose, miss meaningful assertions, and often produce boilerplate that looks correct but doesn’t …
- story
-
comment
Comment #44781215
At my company, we went from using detailed RFCs to one-pagers, and eventually to writing no formal docs at all. Over time, RFCs turned into artifacts optimized for promotions rathe…
- story
- story
- story