Updating to Linux 3.12.6. Looks like several important btrfs fixes. It pays to be *really* conservative with filesystems.
miniblog.
Related Posts
Playing with Hermes Agent and it's the first agentic tool where I feel I need to *justify* my changes. It's updating its notes over time.
W: Split those two jobs, they're completely unrelated.
H: Done. I also updated the skill to note that unrelated topics should be split.
One nice feature of cargo that I wasn't previously aware of: you don't need to do anything after updating your Cargo.toml.
In npm, you need to remember to `npm i` after changing package.json. It's not declarative and the state can get out of sync.
A pleasant surprise: updating the direct dependencies in difftastic has reduced the total transitive dependencies. I wasn't expecting that.