Live data from Hacker News

Viewing profile — gkoos

gkoos

HN member
Joined
Sat, Aug 02, 2025, 1:55 PM UTC
HN karma
10
Public activity
65 items

About gkoos

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. 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…

  4. story
  5. story
  6. comment
  7. comment
  8. comment
  9. 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…

  10. story
  11. comment
    Comment #47552413

    Why debouncing input reduces call volume but does not prevent stale-response race conditions.

  12. story
  13. 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…

  14. story
  15. 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…

  16. story
  17. 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…

  18. story
  19. story
  20. story
  21. story
  22. story
  23. 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…

  24. 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…

  25. story