# Hotdry Blog

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

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

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

## 本页文章
### [基于 WebAudio 的实时生成音乐交互编程环境：模块化模式与直播编码循环](/posts/2025/09/13/building-interactive-generative-music-environment-with-webaudio/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 介绍如何利用 WebAudio API 构建实时生成音乐的交互编程环境，涵盖合成模块设计、模式生成逻辑及直播编码实现要点。

### [使用 Azure SDK for Python 构建可扩展异步云集成应用](/posts/2025/09/13/building-scalable-python-apps-with-azure-sdk-async-integration/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [ai-engineering](/categories/ai-engineering/)
- 摘要: 利用 Azure SDK for Python 的异步客户端、AAD 认证和批量操作，集成存储、计算和 AI 服务，实现高效云原生开发，提供代码示例与最佳实践。

### [使用 Gleam 构建类型安全的并发 Web 服务：BEAM VM 运行时与 Erlang/Elixir 互操作](/posts/2025/09/13/building-type-safe-concurrent-web-services-in-gleam-beam-vm-runtime-and-erlang-elixir-interop/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 探索 Gleam 如何利用 BEAM VM 的并发模型和与 Erlang/Elixir 的无缝互操作，构建高可用分布式 Web 服务，提供模式匹配、进程管理和错误处理的最佳实践。

### [Curating Community MCP Servers for AI Agent Discovery and Integration](/posts/2025/09/13/curate-mcp-servers-ecosystem-discovery-integration/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: A curated guide to community MCP servers enabling standardized discovery, integration patterns, and modular orchestration for AI agents without custom builds.

### [n8n 社区工作流精选：模块化集成模式构建可扩展自动化管道](/posts/2025/09/13/curating-n8n-community-workflows-modular-integration-patterns-for-scalable-automation-pipelines/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 精选开源 n8n 工作流库，介绍动态集成模式与模块化节点链式，实现可扩展、错误恢复的自动化管道工程实践。

### [在 garak 中开发自定义漏洞探测器：针对 LLM 风险的模块化插件与 CI/CD 集成](/posts/2025/09/13/custom-vulnerability-detectors-llm-risk-probing/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 通过 garak 框架开发自定义探测器，聚焦提示注入和 PII 泄露风险，提供模块化插件设计、评估指标及 CI/CD 集成策略，确保 LLM 安全工程化落地。

### [在流式网络协议中设计 UTF-8 验证的有限状态机](/posts/2025/09/13/designing-finite-state-machines-for-utf-8-validation-in-streaming-protocols/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 针对流式网络协议，设计 UTF-8 验证的有限状态机，实现自同步和部分恢复机制，提供工程化参数与监控要点。

### [Developing Custom Detectors in Garak for LLM Risk Probing](/posts/2025/09/13/developing-custom-detectors-in-garak-for-llm-risk-probing/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 通过 garak 框架开发自定义探测器，针对提示注入和 PII 泄露等 LLM 风险，提供模块化插件设计、评估指标及 CI/CD 管道集成策略。

### [在 garak 中开发自定义漏洞检测器插件：针对新型 LLM 风险的模块化探测](/posts/2025/09/13/developing-custom-vulnerability-detectors-in-garak-for-llm-risks/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 探讨 garak 框架中自定义 detector 插件的开发，用于探测间接提示注入和数据提取攻击，提供实现参数与测试指南。

### [Ripple 中高效的虚拟 DOM 差异比较与协调](/posts/2025/09/13/efficient-virtual-dom-diffing-reconciliation-in-ripple/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 探讨 Ripple TypeScript UI 框架的虚拟 DOM diffing 和 reconciliation 机制，提供最小重渲染和平滑动画的工程实践参数。

### [Engineer Real-Time Glitch Effects with FFglitch: Procedural Video Distortions in Live Multimedia Pipelines](/posts/2025/09/13/engineer-real-time-glitch-effects-ffglitch-procedural-video-distortions/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 利用 FFglitch FFmpeg 分支，通过自定义滤镜工程化实时故障效果在直播多媒体管道中，实现过程化视频失真。

### [工程化 UTF-8 解码器：处理可变字节长度、自同步与 BOM 检测，用于网络应用容错文本解析](/posts/2025/09/13/engineering-a-fault-tolerant-utf8-decoder-for-networked-applications/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 在网络应用中构建鲁棒的 UTF-8 解码器，焦点在于可变字节长度处理、自同步机制和 BOM 检测，提供工程参数与最佳实践清单。

### [工程化 Rust 实现的 PHP 工具链：JIT 编译、零开销抽象与无缝互操作](/posts/2025/09/13/engineering-a-rust-based-php-toolchain-jit-zero-overhead-and-interop/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 探讨 Mago 等 Rust 构建的 PHP 工具链设计，通过 JIT 编译、零开销抽象和互操作机制，将遗留 PHP 应用加速至接近原生速度。

### [使用 Geohot 框架工程化自主 AI 代理实现全周期代码生成](/posts/2025/09/13/engineering-autonomous-ai-agents-with-geohot-framework/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于 Geohot 的开源工具，构建从自然语言需求到代码生成、测试与部署的自主 AI 代理，提供工程化参数与落地清单。

### [Engineering Community-Driven MCP Registry with Go: Dynamic Discovery and Health Monitoring](/posts/2025/09/13/engineering-community-driven-mcp-registry-with-go-dynamic-discovery-and-health-monitoring/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于 Go 的社区驱动 MCP 注册服务，实现动态发现、健康监控及多代理 AI 工作流的无缝集成。

### [使用 Expo 托管工作流工程化跨平台移动应用：OTA 更新与原生 API 集成](/posts/2025/09/13/engineering-cross-platform-mobile-apps-with-expo-managed-workflow-ota-updates-and-native-api-integration/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [general](/categories/general/)
- 摘要: 通过 Expo 托管工作流实现 React Native 跨平台开发，聚焦 OTA 更新机制与原生 API 集成，提供工程参数与落地清单。

### [基于 Go 的 SFU 工程化：用于可扩展 WebRTC 信令、选择性转发与自适应比特率在低延迟人机协作管道中](/posts/2025/09/13/engineering-go-based-sfu-for-scalable-webrtc-signaling-selective-forwarding-and-adaptive-bitrate-in-low-latency-human-ai-pipelines/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 面向低延迟人机协作，给出 Go-based SFU 在 WebRTC 信令、选择性转发和自适应比特率的工程化参数与最佳实践。

### [Claude 子代理中的分层任务编排工程化：动态委托与状态同步](/posts/2025/09/13/engineering-hierarchical-task-orchestration-in-claude-subagents/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 探讨Claude Code子代理的分层任务编排，聚焦动态任务委托、状态同步及错误恢复机制，提供工程化参数与监控要点。

### [Engineering Modular Deep Research Agent with MCP Protocol: Multi-Hop Retrieval and Adaptive Query](/posts/2025/09/13/engineering-modular-deep-research-agent-with-mcp-protocol-multi-hop-retrieval-and-adaptive-query/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于 MCP 协议构建模块化深度研究代理，实现多跳知识检索、工具编排与自适应查询精炼，提供工程参数与监控要点。

### [使用 QGIS 核心架构工程化模块化地理空间分析管道](/posts/2025/09/13/engineering-modular-geospatial-analysis-pipelines-with-qgis/)
- 日期: 2025-09-13T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于 QGIS 的 C++/Qt 架构，结合 Python 插件构建向量/栅格处理管道，并集成可扩展空间索引实现实时 GIS 应用，提供工程参数和优化策略。

## 热门分类
- [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)
