# Hotdry Blog

> 代码、系统与工程实践的长期写作记录，适合按文章、分类和归档路径持续检索。

## 页面摘要
- 路径: /page/465/
- 当前页: 465 / 843
- 每页文章数: 20
- 文章总数: 16860
- 分类数: 267
- 归档年份数: 4
- 归档月份数: 17

## 快速导航
- [分类索引](/categories/)
- [归档索引](/archive/)
- [关于](/about/)
- [RSS](/rss.xml)

## 本页文章
### [工程化运行时护栏：评估管道与检查点恢复框架](/posts/2025/11/29/engineering-runtime-guardrails-evaluation-pipelines-checkpoint-recovery/)
- 日期: 2025-11-29T17:33:40+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 针对长运行AI代理，构建运行时护栏、评估管道及检查点恢复harnesses，实现超出基本恢复的规模化可靠性，提供阈值参数、监控清单。

### [Twilio 流式 STT/TTS 通话代理：对话状态管理与重连机制](/posts/2025/11/29/twilio-streaming-stt-tts-conversation-state-in-call-center-ai/)
- 日期: 2025-11-29T17:18:08+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于 Twilio Media Streams 构建实时 STT/TTS 语音代理，给出 WebSocket 对话状态持久化、重连循环及关键参数配置。

### [Neato扫地机器人EOL后禁用固件云认证实现本地控制](/posts/2025/11/29/neato-vacuum-iot-cloud-eol-firmware-disable/)
- 日期: 2025-11-29T17:04:17+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: Neato云服务关闭后，通过逆向固件云依赖、patch认证脚本与网络隔离参数，实现本地手动控制与防brick策略。

### [ADK-Go 代理评估管道：工具调用与结构化测试实现](/posts/2025/11/29/agent-evaluation-pipelines-adk-go/)
- 日期: 2025-11-29T16:49:45+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于 ADK-Go Go SDK，构建 AI 代理工具调用评估管道，提供轨迹验证、响应质量评分及可靠性指标配置参数。

### [基于 Metaschema 的动态 JSON Schema 验证器：运行时方言检测与 Vocab 组合](/posts/2025/11/29/build-runtime-json-schema-validator-with-metaschema-driven-dialect-detection/)
- 日期: 2025-11-29T16:19:29+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 实现无静态编译的运行时 JSON Schema 验证器，通过解析 $schema URI 检测 dialect、加载 metaschema，并动态组合 applicator/validation 等 vocab，实现自适应验证。给出核心实现参数、缓存策略与监控清单。

### [VERL 中多 GPU 分片 PPO：数据/模型并行、梯度同步与超越 DDPPO 的扩展性](/posts/2025/11/29/multi-gpu-sharding-kl-regularized-ppo-verl-rlhf/)
- 日期: 2025-11-29T16:07:25+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: VERL 框架下 KL 正则化 PPO 的多 GPU 分片策略，包括 FSDP/Megatron 并行、3D-HybridEngine resharding 和高效梯度同步，实现 offline RLHF 高扩展性。

### [Anthropic 长运行 Agent 有效 Harness：运行时检查点与故障恢复工程实践](/posts/2025/11/29/effective-harnesses-for-long-running-agents-checkpoint-recovery/)
- 日期: 2025-11-29T16:03:59+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 借鉴 Anthropic 实践，实现长运行 AI Agent 的检查点机制、故障恢复和监控框架。通过 Git、进度文件和功能清单，确保跨会话稳定进展。

### [WinApps容器化RDP：Linux桌面Windows GUI无缝集成与低延迟输入同步工程实践](/posts/2025/11/29/winapps-container-rdp-linux-windows-gui-seamless-integration-low-latency-input-sync/)
- 日期: 2025-11-29T15:48:17+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于FreeRDP RemoteApp的容器化代理，实现Windows应用在Linux原生桌面窗口管理、剪贴板同步与毫秒级输入事件工程化参数配置。

### [精选 4300+ 开源 n8n 工作流 JSON 模板：构建代理 AI 管道、API 链与数据 ETL](/posts/2025/11/29/curate-4300-open-source-n8n-workflows-json-templates-agentic-ai-pipelines-etl/)
- 日期: 2025-11-29T15:33:17+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于 Zie619/n8n-workflows 仓库，整理 4343 个生产就绪模板，支持 JSON 导入 n8n 快速组装代理 AI 管道、ETL 链路，内置错误重试、并行执行与 Docker 导出参数。

### [WinApps：通过 RDP 容器代理在 Linux 上无缝运行 Windows GUI 应用](/posts/2025/11/29/winapps-rdp-container-proxy-for-linux-native-windows-gui-apps/)
- 日期: 2025-11-29T15:18:47+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 利用 Podman rootless 容器运行轻量 Windows VM，通过 RDP proxy 转发单个 GUI 应用到 Linux 桌面，绕过 Wayland/X11 限制，提供详细工程化参数、监控清单与优化策略。

### [Tracy 无锁 MPSC 队列：多线程帧捕获与 JSON 序列化不阻塞热路径](/posts/2025/11/29/tracy-lock-free-mpsc-frame-serialization/)
- 日期: 2025-11-29T15:05:51+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: Tracy profiler 使用 per-thread 无锁 SPSC 队列实现多生产者单消费者帧数据捕获，后台序列化到 JSON 用于 UI 可视化，全程不阻塞主线程。给出队列参数、监控点与优化清单。

### [Mu微型覆盖网络：UDP原语实现P2P发现、自定义路由与可靠消息](/posts/2025/11/29/mu-udp-overlay-networking-peer-discovery-routing-reliable-messaging/)
- 日期: 2025-11-29T14:49:30+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于Mu项目的UDP原语工程化参数：微型覆盖网络中P2P发现、自定义路由与可靠消息传递的实践要点。

### [Fabric 项目 Rust Actor 运行时监督树：工程化参数与容错策略](/posts/2025/11/29/rust-actor-runtime-supervision-trees-in-fabric-project/)
- 日期: 2025-11-29T14:34:09+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于 Fabric 项目监督树实现，详解 Rust Actor 运行时中重启策略、超时阈值、热重载监控要点与分布式可靠性参数。

### [Memori：多代理 LLM 系统中的日志结构化合并树持久化记忆层](/posts/2025/11/29/memori-log-structured-merge-multi-agent-memory-layers/)
- 日期: 2025-11-29T14:18:32+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 借鉴 LSM 树思想，Memori 实现多代理 LLM 的可扩展持久化分层记忆，提供 compaction 参数、检索阈值与多代理协作清单。

### [LightRAG 双图索引下的无 LLM 查询融合与蒸馏实践](/posts/2025/11/29/lightrag-query-fusion-distillation-dual-graph/)
- 日期: 2025-11-29T14:07:39+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: LightRAG 通过双层图索引实现 LLM-free 查询融合与知识蒸馏，提供低资源高效 RAG，详解参数配置、落地清单与监控要点。

### [基于UDP构建可靠Micro Overlay：NAT穿透阈值与Lossy Streaming调优](/posts/2025/11/29/reliable-udp-overlay-nat-traversal/)
- 日期: 2025-11-29T14:03:49+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: Mu项目利用UDP构建可靠micro overlay网络，给出peer discovery、NAT punchthrough阈值、自定义routing与lossy-tolerant streaming的工程化参数与监控要点。

### [Rust 并发 Actor 运行时：监督树实现容错服务与热重载](/posts/2025/11/29/rust-concurrent-actor-runtime-supervision-trees-hot-reloading/)
- 日期: 2025-11-29T13:48:14+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: Rust Actor 模型运行时通过监督树实现故障隔离与自动恢复，支持热重载的工程参数、监控清单与回滚策略。

### [容器化 Windows VM 与 RDP 代理：Linux 桌面无缝嵌入 Windows 应用的工程参数](/posts/2025/11/29/containerized-windows-vm-rdp-proxy-for-seamless-windows-apps-on-linux/)
- 日期: 2025-11-29T13:33:12+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于 Docker/Podman 的 Windows VM 与 FreeRDP RDP proxy，实现 Office/Adobe 等 Windows apps 在 GNOME/KDE 桌面原生运行的配置清单与优化要点。

### [Tracy无锁MPSC序列队列：多线程帧捕获到JSON序列化参数优化](/posts/2025/11/29/tracy-lock-free-mpsc-serial-queue-for-multi-thread-frame-capture-to-json/)
- 日期: 2025-11-29T13:18:17+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 剖析Tracy profiler中lock-free MPMC队列设计，用于多线程性能事件捕获与JSON序列化，支持实时UI更新，给出缓冲阈值、监控清单与工程参数。

### [Mu 微网络中的 UDP 原语：点对点发现、自定义路由与可靠消息传递](/posts/2025/11/29/udp-primitives-for-peer-discovery-custom-routing-and-reliable-messaging-in-mu-micro-networks/)
- 日期: 2025-11-29T13:04:14+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于 UDP 的低层微网络原语，实现 peer discovery、自定义路由和可靠消息传递，提供工程参数、阈值与监控要点。

## 热门分类
- [ai-systems](/categories/ai-systems/): 5960 篇
- [systems-engineering](/categories/systems-engineering/): 4056 篇
- [systems](/categories/systems/): 1860 篇
- [ai-security](/categories/ai-security/): 868 篇
- [application-security](/categories/application-security/): 842 篇
- [compiler-design](/categories/compiler-design/): 699 篇
- [security](/categories/security/): 526 篇
- [ai-engineering](/categories/ai-engineering/): 329 篇
- [compilers](/categories/compilers/): 322 篇
- [web](/categories/web/): 205 篇
- [general](/categories/general/): 198 篇
- [mlops](/categories/mlops/): 81 篇

## 最近归档
### [2026 年](/archive/2026/)
- 年度文章数: 6466
- 月份概览: [2026-04](/archive/2026/04/) (494)、[2026-03](/archive/2026/03/) (905)、[2026-02](/archive/2026/02/) (2318)、[2026-01](/archive/2026/01/) (2749)

### [2025 年](/archive/2025/)
- 年度文章数: 10386
- 月份概览: [2025-12](/archive/2025/12/) (2684)、[2025-11](/archive/2025/11/) (2842)、[2025-10](/archive/2025/10/) (2885)、[2025-09](/archive/2025/09/) (1967)、[2025-08](/archive/2025/08/) (1)、[2025-07](/archive/2025/07/) (1)

### [2024 年](/archive/2024/)
- 年度文章数: 5
- 月份概览: [2024-10](/archive/2024/10/) (2)、[2024-09](/archive/2024/09/) (2)、[2024-07](/archive/2024/07/) (1)

### [2023 年](/archive/2023/)
- 年度文章数: 3
- 月份概览: [2023-10](/archive/2023/10/) (2)、[2023-03](/archive/2023/03/) (1)
