1 370
Subscribers
-124 hours
No data7 days
+2030 days
Posts Archive
1 372
因为httpx的讨论我让claude读了一下1.0 breaking change清单。我有点不能理解,Tom Christie是哪里学的喜欢Java味的API了
Python库的(top level) API特点就是flatten, shortcut,非必要不引入结构体。
不说人的问题,品位也出问题了。
现在看这个1.0应该流产了,但一个被openai 和anthropic同时依赖的httpx也基本宣告死亡了
1 372
得益于 Lody.ai 的开源,我终于解决了 bub 的 steering问题,原来 Lody 在处理steering消息时hardcode了codex 和 cc。此外,lody给ACP发送的扩展消息名是有
lody/ 前缀的,bub-acp-server 专门对此做了支持,所以现在理论上除了codex/cc,bub是唯一能在lody里用steering的 agent!1 372
Repost from Steven’s Diary | 为0700.hk卖命中
https://github.com/oceanbase/powercontext
OB 刚开源的 agent 记忆系统
1 372
bub 是插件化的,deepseek harness是更加插件化的,那么
bub × deepseek harness = 🔥
https://github.com/bubbuild/bub-contrib/tree/main/packages/bub-dsh
1 372
Python 3.15 RC1 发布了,几大值得关注的特性:
1. lazy import
2. builtin sentinel,取代原先的 SENTINEL = object() 写法
3. Tachyon sampling profiler
4. builtin fronzendict
5.
[*a for a in x] 是合法的列表解析了,不用再写双层 for
https://docs.python.org/3.15/whatsnew/3.15.html1 372
Ruff 越来越激进了,会报很多代码优化相关的lint错误,虽然不会autofix,但有AI啊。
现在这个体验很接近cargo clippy了:瞎几把写,然后ruff帮你检查
https://github.com/pdm-project/pdm/pull/3833
