You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-133.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -494,7 +494,7 @@ __Various__
494
494
code collaboration stack built on Git.
495
495
It was first mentioned in [Git Rev News Edition #49](https://git.github.io/rev_news/2019/03/20/edition-49/)
496
496
and most recently in [edition #131](https://git.github.io/rev_news/2026/01/31/edition-131/).<br>
497
-
Compare [Tangled](https://tangled.org/) (built on top of AT Protocol),
497
+
Compare with [Tangled](https://tangled.org/) (built on top of AT Protocol),
498
498
[Grasp](https://ngit.dev/grasp/) and [`git str`](https://github.com/fiatjaf/gitstr) (built on top of Nostr), and
499
499
[`git-ssb`](https://scuttlebot.io/apis/community/git-ssb.html) (built on top of Secure-ScuttleButt (SSB); though SSB ecosystem contracted, with latest news from 2024).
500
500
+[b4's Review TUI With AI Integration Nearing Pre-Alpha Release](https://www.phoronix.com/news/b4-review-nears-pre-alpha)
@@ -526,7 +526,7 @@ __Light reading__
526
526
the problem of flaky, non-deterministic tests.
527
527
+[Git Tricks with Tri and Difft](https://nabeelvalley.co.za/blog/2026/26-03/tri-x-git-tricks/)
528
528
by Nabeel Valley on their blog.
529
-
+[Tri](https://github.com/sftsrv/tri) is TUI interactive directory tree browser,
529
+
+[Tri](https://github.com/sftsrv/tri) is a TUI interactive directory tree browser,
530
530
and [difft, or Difftastic](https://difftastic.wilfred.me.uk/introduction.html)
531
531
is a structural diff tool that understands syntax.
532
532
Difftastic was first mentioned in [Git Rev News Edition #86](https://git.github.io/rev_news/2022/04/30/edition-86/),
@@ -552,10 +552,10 @@ __Light reading__
552
552
as buildings, grouped together in districts corresponding to top-level packages
553
553
(squarified treemap), with footprint corresponding to size in lines of code,
554
554
height corresponding to complexity, and color corresponding to "health".
555
-
Follows from [Legibility: A Scaling Bottleneck of the Agentic Era](https://verial.xyz/essays/legibility) essay.
555
+
Follows from the [Legibility: A Scaling Bottleneck of the Agentic Era](https://verial.xyz/essays/legibility) essay.
556
556
+[“Use git worktrees,” they said. “It’ll be fun!” they said.](https://daveschumaker.net/use-git-worktrees-they-said-itll-be-fun-they-said/)
557
557
by Dave Schumaker on his blog.
558
-
This posts describes problem with often used solutions like
558
+
This post describes a problem with often used solutions like
559
559
symlinked `node_modules` or `.venv` directories, Yarn’s hardlinks-global mode,
560
560
APFS Copy-on-Write (`cp -c`) - which is also supported by other filesystems.
561
561
Proposes keeping a fixed pool of 6 worktree slots, and recycling them as needed.
0 commit comments