Uncategorized

  • A block that stopped needing its own script

    An accordion block converted to directives a year ago, revisited to see whether the conversion held. The runtime being loaded by somebody else’s plugin changes the calculation for…

  • The container binding that was resolved on every request

    A singleton bound lazily and resolved eagerly by a line in the same provider, four years after somebody added it. Sharing a value with every view is the…

  • Import attributes for a JSON module

    Importing JSON with a syntax the runtime enforces, rather than with a bundler plugin that made it look like a module. The attribute is a security feature rather…

  • A specification object whose two paths disagreed

    A specification with an in-memory check and a query builder, both correct in isolation and disagreeing on a boundary. One character apart, and the report listed orders the…

  • Laravel 12, and an upgrade guide that fits on a page

    A major release in February whose upgrade guide is shorter than most patch notes. A major that is almost nothing is either a mature framework or a stalled…

  • An API versioned for the first time in six years

    Six years of additive-only changes, and a change that cannot be additive. A field whose meaning must change, with four consumers reading it.

  • A workflow pinned by SHA rather than by tag

    A third-party action referenced by tag, and a tag being a movable pointer in somebody else’s repository. A tag can be repointed at any commit by anybody with…

  • A sysctl that was load-bearing and undocumented

    A rebuilt host that dropped connections under load, and a kernel parameter set by hand in 2020. Diffing the full kernel parameter set between the old and new…

  • A CSS layer order declared once, at the top

    Specificity conflicts resolved by declaring the order of every layer in one place, before anything is defined. A single-class utility beating a component rule without !important is the…

  • The VPS that had been running since 2019

    A host provisioned in 2019, upgraded in place three times, and a provisioning script that has never been run against an empty machine.