I've seen several articles in the past with titles like "Top 10 things you didn't know about bash programming." These articles are disappoin...| apenwarr.ca
Software I’m thankful for| crawshaw.io
TL;DR Determinism plays an important role in the ability to cache output of compilation. Distributed caching and compilation enable quick iteration on large scale software. Computation of distributed cache keys is non-trivial as not all inputs are explicit. A suitable distributed cache fill strategy is required for consistently fast local builds. Deterministic Builds Deterministic builds can be defined as: A build is called deterministic or reproducible if running it twice produces exactly th...| milen.me
`zig cc`: a Powerful Drop-In Replacement for GCC/Clang| andrewkelley.me