探索多模型在OpenCode中协同工作
2026-02-22
A hands-on exploration of orchestrating multiple LLM Agents (Opus, Codex, Gemini) in OpenCode. 基于 OpenCode 的多模型协同编程,记录通过角色拆分、任务编排与 Hooks 做一个自动化的 Multi-Agent 工作流。
4896 字
|
24 分钟
关于前端数据与业务上解耦的思考
2026-02-19
Decoupling DTOs from UI: Layered Architecture Practices in Frontend Development. 探讨前端如何通过分层架构实现后端契约与 UI 状态的深度解耦。
4286 字
|
21 分钟
在Claude Code CLI中使用Codex模型
2026-02-15
Unsatisfied with Codex CLI? Use Codex in your Claude Code CLI instead. Codex的CLI不好用?在你的Claude Code CLI中使用Codex模型。
1347 字
|
7 分钟
Golang生产向脚手架搭建(基于DDD、SQLC、Connect-Go)
2026-02-04
Build a production-ready Go backend scaffold in 2026. 构建 2026 现代化 Go 脚手架:整合 Wire 依赖注入、SQLC (类型安全SQL)、OpenTelemetry 日志采集与 Asynq 异步队列。 涵盖 DDD 目录规范、Chi 路由、Connect-Go (gRPC/HTTP)、OpenFGA+JWT 鉴权、RFC 7807 错误处理、Taskfile 构建、Devbox 开发环境及 Distroless 镜像等实践。
11274 字
|
56 分钟
记一次引入OTel + Elastic APM Server后的Empty span issue排查
2026-01-27
Troubleshooting an empty span issue where introducing OTel + Elastic APM Server, Detecting how OTel competes with APM agent for acquiring context. 围观OTel与APM agent的双栈争夺上下文之战。
2893 字
|
14 分钟
Google Search Console的网域验证深坑
2026-01-26
Troubleshooting an issue with Google Search Console while verifying your domain. 验证域名时发现的 Google Search Console 网域验证深坑。
510 字
|
3 分钟
构建一个安全且带有Trace的MyBatis-Plus通用查询模块
2026-01-26
A design pattern for a secure, strictly-typed, and observable generic query module in MyBatis-Plus. 实现一个具备字段白名单、类型自动转换及链路追踪的通用查询组件。
7149 字
|
36 分钟
Project Zomboid Dedicated Server Docker 一键端搭建指南
2026-01-12
Build a fully automated Project Zomboid server on Docker with ddns-go, filebrowser, Supervisord, SteamCMD, and a custom Web Configuration Service. 基于 Docker (Ubuntu),整合 DDNS-GO、filebrowser、Supervisord、SteamCMD 及自研 Web 配置面板,搭建一个支持网页管理、自动热重启与 HTTPS 的僵尸毁灭工程独立服务器。
9038 字
|
45 分钟