Eighteen months of trying to say something specific about assisted coding, and the same conclusion as the first attempt. Two years and the honest position is that the…
A runtime permission model re-evaluated a year after the first look, with the same conclusion for the same reason. Re-running an evaluation and reaching the same conclusion is…
Indexes on production tables serving queries that no user request ever makes. An index that serves only reporting is paying a write cost on every insert to make…
Eleven indexes removed from production tables, and the write path measured before and after. The median saving is trivial and the tail is not, which is the usual…
A catch block added in 2021 for an error that has not occurred since, swallowing a different one. A catch of Throwable is a decision that every possible…
Stylelint enforcing what it can, and three rules that stayed as prose. The first one is the interesting failure: a rule exists, it works, and its false positive…