Tag: til
All the articles with the tag "til".
-
Field Log 5 ReferencesNote: Your Health Endpoint Silently Failing? Docker/WSL Reserve Port Ranges on Windows
A Windows health endpoint that can't bind a port reads as a phantom failure — the OS excluded the range, not a process. Here's the single-incident diagnosis and the one fix that holds.
-
Field Log 4 ReferencesTIL: A pre-submit self-check checklist cut writer revision rounds 4→2
Moving the reviewer's rejection criteria upstream into a fixed, checkable list inside the writer prompt halved revision rounds — without the open-ended self-correction that degrades output.
-
Field Log 2 ReferencesTIL: go build ./... does not refresh your daemon binary — embed changes silently no-op
We edited a //go:embed asset, ran `go build ./...`, restarted the daemon, and it served the old asset with exit 0. Here is why the build is a compile check, not a deploy artifact.