Reading up on JJ
3 deep · digging since may 01
- Software is made between commits
The article argues that software is truly made during the messy, unstructured work between commits, and proposes a tool like DeltaDB to capture that process for review.
- Git Is Not Fine
Git's immutable commit model makes stacked PRs, async workflows, and partial-state editing genuinely painful despite its success as a distributed source store.
- If I Could Make My Own GitHub
A tech-titan fantasy dream of building a new forge that fixes GitHub's flaws with stacked PRs, pre-commit feedback, flexible approvals, and tiny self-hostable units.