Ming(✸,✸)
1.2K posts










Finally! 这就是 Codex 部署在 Mac mini 上的价值,环境统一了。

A new feature sneaked in the Codex app’s latest update. You can now do /side (or use the ... menu) to spawn a side chat! Useful when you're deep in a thread and want to have a side question in the current context!



We spent 6 months on one problem: agents losing context in long sessions. Ended up building and open-sourcing an agent memory system. A few things we learned: 🪄compressing stale context mid-session cut token usage by 61% 🪄giving agents a structured task map (mermaid-based) made them way less likely to lose track in 30+ step workflows 🪄persona coherence jumped from 48% to 76% once we added dedicated persona memory repo 👉 github.com/Tencent/Tencen… Agent memory is genuinely hard and we don't have all the answers. Happy to dig into architecture, benchmarks, tradeoffs, whatever. AMA👇 @TencentDBAbxo2 team is here to talk about it.






手里邮箱一多,在 Gmail、Outlook、企业邮箱之间来回切换就成了日常折磨。 我最近发现了 Cypht:一款开源邮件客户端,把所有账号集中到一个界面里统一管理。它把多邮箱体验做成了“新闻阅读器”式的收件箱视图,既能按文件夹整理,也能直接发邮件,切换成本几乎为零。 GitHub:github.com/cypht-org/cypht 架构上走模块化路线,除了常见的 IMAP/SMTP,还支持 JMAP、EWS 等更现代的邮件协议,兼容性很稳。 更关键的是隐私:邮件数据本地存储,完全由自己掌控,不把数据交出去。 部署也省心:支持 Docker,一条命令就能跑;或用 Composer 安装。多账号党、隐私敏感用户都很适合。










