Viewing profile — gkoos
gkoos
HN member- Joined
- Sat, Aug 02, 2025, 1:55 PM UTC
- HN karma
- 10
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About gkoos
No profile information was provided.
Recent public activity
-
comment
Comment #48070010
[dead]
- story
-
comment
Comment #47824145
This post runs three controlled chaos scenarios against the same endpoint to compare retry-only, Retry-After-aware retries, and hedging. One recurring result is that reliability ga…
- story
- story
-
comment
Comment #47653901
[dead]
-
comment
Comment #47653766
[dead]
-
comment
Comment #47653707
[dead]
-
story
Show HN: Fetch Reliability Arena – Compare HTTP clients under chaos
Live benchmark comparing fetch, axios, ky, and ffetch side-by-side with configurable latency, failures, and rate limiting. No setup needed. Run chaos scenarios and see real-time re…
- story
-
comment
Comment #47552413
Why debouncing input reduces call volume but does not prevent stale-response race conditions.
- story
-
comment
Comment #47460893
I implemented atomic hot config reload in both Node and Go with the same external contract, then reran benchmarks on the same machine and methodology. In this setup, Go remains abo…
- story
-
story
Show HN: Ffetch v5 – TypeScript-first fetch client
ffetch v5 is out ffetch is a TypeScript-first fetch client focused on production reliability. Core functionality includes: - timeouts (global and per-request) - retries with expone…
- story
-
comment
Comment #46520037
Summary: Explains backpressure as producer–consumer rate control in JS, covering Node.js streams (write()/drain, pipe()), Web Streams, and pitfalls with async/await and Promise.all…
- story
- story
- story
- story
- story
-
story
Show HN: Chaos-fetch – TS library for simulating network chaos in fetch requests
A TypeScript/ESM library for injecting latency, failures, and other network chaos into fetch requests. It supports flexible middleware and can be combined with chaos-proxy for adva…
-
story
Chaos Proxy – Simulate API failures, latency, and rate limits for testing
I made Chaos Proxy, a tool to inject chaos into API requests for testing and development. You can simulate latency, random failures, dropped connections, and rate limits using a si…
- story