Writing
Production engineering
5 write-ups filed under production engineering.
position: fixed Stopped Working Because a Parent Had an Entry Animation
A decorative slide-up animation left an identity transform on an ancestor, which made it the containing block for everything fixed inside it.
One add_header in a location Block Deleted Every Security Header on That Page
Inheritance applies only if the current level has no add_header at all, so a single cache directive removed four security headers.
Two Python Servers Listened on the Same Port on Windows and the Requests Split Between Them
SO_REUSEADDR is on by default in http.server, and on Windows that lets a second process bind a port that is already being listened on.
Library cublas64_12.dll Is Not Found: faster-whisper Loads, Then Dies on the First Transcribe
The model loads cleanly and fails at the first encode, because CTranslate2 wants CUDA 12 while the PyTorch build is on 13.
font: 600 14px/1 inherit Is Invalid, and Your Button Quietly Becomes 13.3px Arial
The declaration is dropped whole, and form controls fall back to the browser default because they never inherited the page font.