2026-04-08T11:36:52.516Z · Src: 2026-04-08T00:00:00.000Z
2026-04-07T23:56:51.530Z · Src: 2026-04-07T00:00:00.000Z
2026-04-07T22:45:48.990Z · Src: 2026-04-07T00:00:00.000Z
2026-04-07T22:45:46.165Z · Src: 2026-04-07T00:00:00.000Z
2026-04-05T21:48:17.258Z · Src: 2026-04-05T00:00:00.000Z
2026-04-05T13:14:26.361Z · Src: 2026-04-05T00:00:00.000Z
2026-04-04T15:53:58.665Z · Src: 2026-04-04T00: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-04-02T04:10:50.804Z · Src: 2026-04-02T00:00:00.000Z
2026-03-27T12:56:25.744Z · Src: 2026-03-27T00:00:00.000Z
2026-03-26T23:45:33.200Z · Src: 2026-03-26T00:00:00.000Z
2026-03-22T11:02:06.000Z
Flask creator Armin Ronacher argues that the tech industry's obsession with speed is actively harmful, coining the phrase 'vibe slop at inference speeds' to describe AI-accelerated but low-quality sof
2026-03-20T09:16:10.000Z
A popular Zhihu discussion asks why Microsoft Office consumes several gigabytes while WPS Office (its Chinese competitor) needs barely over 1GB. The answer involves decades of backward compatibility,
2026-03-20T01:38:43.000Z
A new manifesto argues that AI coding agents are rapidly degrading codebase quality. The solution isn't fewer agents — it's a new discipline of 'semantic functions' vs 'pragmatic functions' that makes
2026-03-19T23:08:41.000Z
As AI coding agents write more code, a new manifesto argues that the only thing that 'sloppifies' a codebase faster than one coding agent is a swarm of them. The guide introduces 'semantic functions'
2026-03-19T22:07:10.000Z
A new manifesto argues that as AI coding agents write more code, intentionality about code architecture becomes critical — not less. The document introduces 'semantic functions' (minimal, self-documen
2026-03-19T12:26:01.000Z
Haskell expert Gabriel Gonzalez dismantles two core misconceptions behind agentic coding hype: that specs are simpler than code, and that writing specs is more thoughtful than coding. Using OpenAI's S