We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2273ba5 commit 5e92b11Copy full SHA for 5e92b11
Reports/2025/#345-2025.08.04.md
@@ -69,6 +69,10 @@
69
70
[@david-clang](https://github.com/david-clang):这篇文章总结了作者使用 Claude Code 的 10 个高效技巧,推荐给想提升 Claude 使用效率的开发者。包括自定义 Slash 命令、自动生成 commit 信息等加快开发效率的技巧,还有使用 ccusage 统计工具去监控 token 成本的技巧。
71
72
+### 🐎 [Uncertain⟨T⟩](https://nshipster.com/uncertainty/)
73
+
74
+[@DylanYang](https://github.com/Dylan19Yang):作者向我们描述了原生确定的 Bool 值无法精确表达一些概率出现的场景,因此引入了 Uncertain 这样一个库。它将不确定性引入到了编码之中,它可以通过概率建模来描述一个事件的概率而非结果。这可以被用于 GPS 定位或者传感器噪声等含有不确定性的场景。实际使用时,开发者可以通过比对概率值来进行需要的逻辑开发。感兴趣的读者,可以阅读原文进一步了解。
75
76
## 代码
77
78
### [Foundation Models Framework Example](https://github.com/rudrankriyam/Foundation-Models-Framework-Example)
0 commit comments