guest@robinreinecke:~
Type 'help' to get started. Esc to close.
No matching commands.
July 26, 2026
Retries are the only sane response to an unreliable network. Idempotency keys are what make them safe. Notes from working on payment systems.
July 7, 2026
RFC 10008 standardizes QUERY: a request that is safe and idempotent like GET, but carries a body like POST. Here is why that matters and which issue I still see.