Published onMay 30, 2026Scheduled Prompts, From First Principlesdistributed-systemsarchitecturepostgresreliabilityschedulingai-agentsHow to keep a perfectly reliable promise on top of machines that fail all the time, a backend design you can re-derive yourself.
Published onSeptember 17, 2024Difference in Minutes Between Two Timestamps in PostgreSQLpostgresHow to calculate the difference in minutes between two timestamps in PostgreSQL using the `EXTRACT` and the `EPOCH` function.