Live data from Hacker News

Viewing profile — losfair

losfair

HN member
Joined
Wed, Aug 21, 2019, 5:39 PM UTC
HN karma
1,859
Public activity
172 items

About losfair

https://su3.io

Recent public activity

  1. comment
    Comment #48541792

    Hi - zeroserve Caddy compat works by compiling Caddyfile to C. Technically I can keep the compiler in a separate binary/repository - but it just feels unnecessary. zeroserve only u…

  2. story
  3. comment
    Comment #48427293

    Hi, thanks! Will implement forking + SO_REUSEPORT. I've been using nftables for things like this so haven't needed it for myself yet :)

  4. comment
    Comment #48427074

    Hi, author here - a few critical pieces of this, like async-ebpf, were written long before those coding agents were released. I use AI assistance a lot when creating zeroserve itse…

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. comment
    Comment #45192281

    > Firstly, can there be an easier way to stop a microVM mid execution in this single executable bottlefire format and then rerun that and it would start mid execution. (something a…

  12. story
  13. story
  14. comment
    Comment #42946417

    You might be looking for CRIU ( https://criu.org/ ) - it works perfectly on the current kernel.

  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #40326207

    Distributed consensus + fsync() determines the lower bound on commit latency. We have to wait for the data to be durable on a quorum of transaction logs before returning success fo…

  22. comment
    Comment #40325798

    (I work on Deno KV) A read-modify-write retry loop causes a high number of commit conflicts, e.g. for atomic increments on integers. Getting higher than 1/RTT per-key throughput re…

  23. story
  24. story
  25. story