Articles

7 articles
Tag: git
2026-04-10T08:20:14.128Z · Src: 2026-04-10T08:00:00.000Z
2026-04-09T15:28:29.571Z · Src: 2026-04-09T10:00:00.000Z
2026-04-02T09:43:46.000Z · ★ 80
# Git Bayesect:用贝叶斯方法定位非确定性软件 Bug 一款名为 **git bayesect** 的新开源工具将贝叶斯方法引入 `git bisect`,使其能够高效追踪非确定性 Bug 的来源——这是一类传统二分查找无法处理的问题。 ## 非确定性 Bug 的问题 传统的 `git bisect` 假设每个提交要么引入了 Bug,要么没有。它使用二分查找来找到第一个坏提交,这
2026-04-02T09:43:43.000Z · ★ 80
# Git Bayesect: Bayesian Approach to Debugging Non-Deterministic Software Bugs A new open-source tool called **git bayesect** brings Bayesian methods to `git bisect`, making it possible to efficientl
2026-03-29T21:56:03.728Z · Src: 2026-03-29T00:00:00.000Z
2026-03-26T17:13:57.981Z · Src: 2026-03-26T00:00:00.000Z
2026-03-26T05:29:12.279Z · Src: 2026-03-26T00:00:00.000Z
Nit is a Git replacement written in Zig that reduces AI agent token usage by 71% and runs 1.4-1.6x faster by stripping human-oriented formatting. Built on libgit2 with a smart passthrough design for u