Writing
Notes from the build.
What broke, what I measured, and what I got wrong. Written from the commits, not from memory.
- I published an address with no mailbox behind itMy cell number sat on the sales page for nine hours before I took it back off. What replaced it is a contact address that was never created, and a reply that arrives from a person.
- I parallelized the layout auditIt took three minutes to do twenty-two seconds of work. Adding concurrency won back a third of it. The other 86% was the check waiting on nothing, in all three harnesses. Then the fast version met a machine with four cores.
- A CI check kept failing because its policy was satisfiedIt guarded a confidentiality policy and failed 57 consecutive builds, not because something went wrong but because something went right.
- An ease chasing an easeHalf a color change kept lagging behind the other half, and neither rule was wrong. There were two fades running where I thought there was one.