Fixing issues once and for all in Emacs or Linux: https://news.ycombinator.com/item?id=19410356
miniblog.
Related Posts
It's really satisfying fixing crashes in rust-analyzer. You can start from a panic message and dig until you've got a tiny Rust program that triggers the problem.
(It's usually an issue with incomplete source files breaking invariants.)
I've released difftastic 0.29.1: https://github.com/Wilfred/difftastic/releases/tag/0.29.1
Minor release, just fixing a nasty performance issue that cropped up in 0.29.0 on large textual diffs.
Systematically tracking and fixing compile time issues in LLVM: