# Hotdry Blog

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

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

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

## 本页文章
### [Dynamo中异构GPU集群的容错副本选举与自动扩展策略](/posts/2025/09/27/fault-tolerant-replica-election-and-auto-scaling-in-dynamo-for-heterogeneous-gpu-clusters/)
- 日期: 2025-09-27T20:31:41+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 面向异构GPU集群，给出Dynamo框架中容错副本选举机制与自动扩展策略的工程化参数与监控要点。

### [Implementing Idempotent Payment Resumption over HTTP/2 Streams in x402](/posts/2025/09/27/implementing-idempotent-payment-resumption-over-http2-streams-in-x402/)
- 日期: 2025-09-27T20:16:50+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 探讨 x402 协议如何利用 HTTP/2 流实现无状态会话下的原子 web 交易支付恢复，提供工程参数和最佳实践。

### [使用 Foyer 构建 Rust 混合缓存：优化 S3 延迟实现亚 10ms 冷数据读取](/posts/2025/09/27/rust-hybrid-cache-foyer-s3-latency-optimization/)
- 日期: 2025-09-27T20:06:41+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于 Foyer 库，结合内存 LRU 和 S3 分层，实现写穿驱逐和异步预取，针对对象存储的冷数据读取提供低延迟解决方案。

### [Helium 浏览器中的隐私导向渲染管道实现](/posts/2025/09/27/implementing-privacy-focused-rendering-pipeline-in-helium-browser/)
- 日期: 2025-09-27T20:02:06+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 探讨 Helium 浏览器使用 Python 构建的隐私渲染系统，包括零遥测、高效 DOM 处理和跨平台广告阻塞的工程实践。

### [supervision-composable-pipelines-for-object-detection-annotation-tracking-and-evaluation](/posts/2025/09/27/supervision-composable-pipelines-for-object-detection-annotation-tracking-and-evaluation/)
- 日期: 2025-09-27T19:47:06+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 探索 Supervision 库如何构建 YOLO 工作流中的模块化管道，包括检测标注、对象跟踪和性能评估，提供实用参数和最佳实践。

### [Dynamo 框架下容错分片、动态负载均衡与异构 GPU 编排工程实践](/posts/2025/09/27/engineering-fault-tolerant-sharding-dynamic-load-balancing-heterogeneous-gpu-orchestration-in-dynamo/)
- 日期: 2025-09-27T19:32:03+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 针对多节点 LLM 推理服务，分析 Dynamo 的容错分片、动态负载均衡及异构 GPU 编排，提供工程参数与监控策略。

### [工程化一键AI高清短视频生成管道：MoneyPrinterTurbo的LLM脚本自动化与扩散模型合成](/posts/2025/09/27/one-click-ai-hd-short-video-pipelines-with-moneyprinterturbo/)
- 日期: 2025-09-27T19:16:33+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于MoneyPrinterTurbo，详解一键生成高清短视频的工程管道：从LLM驱动脚本到扩散模型合成，再到模块化后处理的可落地参数。

### [Rust 混合缓存 Foyer：融合本地 SSD 与 S3 实现亚 10ms 读延迟](/posts/2025/09/27/rust-hybrid-cache-foyer-s3-sub-10ms-latency/)
- 日期: 2025-09-27T19:01:54+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 在数据密集型管道中，使用 Foyer 实现本地 SSD 与 S3 的混合缓存，通过 LRU 驱逐和异步预取达到 sub-10ms 读延迟，提供工程化参数和监控要点。

### [Rust 中构建高吞吐量语言数据库：自定义 Trie 索引与 SIMD 加速的亚纳秒查找](/posts/2025/09/27/building-high-throughput-linguistic-database-in-rust-custom-trie-indexing-and-simd-accelerated-sub-nanosecond-lookups/)
- 日期: 2025-09-27T18:46:38+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 面向 NLP 管道，探讨 lingo 项目中自定义 Trie 索引和 SIMD 模式匹配的工程化实现与性能优化参数。

### [SQLite-Vec 中使用 SIMD 内在函数优化余弦与欧氏距离计算](/posts/2025/09/27/sqlite-vec-simd-distance-metrics/)
- 日期: 2025-09-27T18:19:09+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 在 SQLite-Vec 向量扩展中集成 SIMD 内在函数，实现余弦和欧氏距离的高效计算，支持 ARM/x86 嵌入式系统上的亚毫秒级 ANN 查询，无需完整矩阵库。

### [工程化可扩展 YOLOv8 管道：多尺度特征金字塔网络与优化 NMS](/posts/2025/09/27/engineering-scalable-yolov8-pipelines-multi-scale-fpn-optimized-nms/)
- 日期: 2025-09-27T18:06:29+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 面向实时目标检测，探讨 YOLOv8 中多尺度特征融合与 NMS 优化的工程实践与参数配置。

### [Typst 中的增量编译工程化：细粒度依赖跟踪与部分求值实现亚秒级更新](/posts/2025/09/27/engineering-incremental-compilation-in-typst-fine-grained-dependency-tracking-partial-evaluation-sub-second-updates/)
- 日期: 2025-09-27T18:01:52+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 探讨Typst增量编译管道的工程实践，包括依赖跟踪机制、部分求值策略，以及针对大型文档的优化参数与监控要点。

### [Onyx 中用于流式多 LLM 响应的可扩展工具插件工程化](/posts/2025/09/27/extensible-tool-plugins-streaming-multi-llm-onyx/)
- 日期: 2025-09-27T17:31:55+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 在 Onyx 平台中，通过 MCP 协议实现可扩展工具插件，支持流式多 LLM 响应集成，实现自定义函数与实时聊天的无缝融合，适用于混合本地-远程 AI 工作流。

### [OCaml 5 运行时属性基测试：验证 GC 不变式与并发原语](/posts/2025/09/27/ocaml-5-runtime-property-based-testing-for-gc-invariants/)
- 日期: 2025-09-27T17:16:45+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 在 OCaml 5 多核环境中，应用属性基测试验证垃圾回收不变式和并发原语的正确性，提供工程化参数和测试清单。

### [LiteX 最小化语法入门](/posts/2025/09/27/minimalist-syntax-onboarding-for-litex/)
- 日期: 2025-09-27T16:47:44+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 介绍 LiteX 形式语言的简洁语法规则与交互式教程模块，加速验证工作流从小时到分钟的采用。

### [在 Go 管道中集成 maphash 实现可重现快速哈希：避免加密开销并确保跨运行稳定性](/posts/2025/09/27/integrating-maphash-for-reproducible-fast-hashing-in-go-pipelines/)
- 日期: 2025-09-27T16:31:36+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 面向 Go 数据处理和缓存场景，介绍 maphash 包的集成方法，提供种子管理、管道优化参数及监控要点，确保高效稳定哈希计算。

### [Litex 中最小语法设计：实现快速形式验证学习](/posts/2025/09/27/minimal-grammar-design-in-litex-for-rapid-formal-verification-onboarding/)
- 日期: 2025-09-27T16:16:43+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: Litex 通过工程化最小语法规则和核心原语，支持开发者在1-2小时内进行形式验证定理证明，避免陡峭的语法学习曲线。

### [SpaceX 多用户空间港工程：自动化混凝土浇筑与模块化发射塔集成](/posts/2025/09/27/spacex-multi-user-spaceport-engineering-automated-concrete-modular-towers/)
- 日期: 2025-09-27T16:06:59+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 探讨 SpaceX Starship 发射台的自动化混凝土浇筑技术和模块化塔集成方案，提供工程参数、建设清单与高频发射支持策略，确保快速重用与多用户运营。

### [用 Rust 构建现代排版引擎：Typst 替代 LaTeX 工作流](/posts/2025/09/27/building-a-modern-typesetting-engine-with-rust-typst-as-latex-replacement/)
- 日期: 2025-09-27T16:01:55+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: Typst 以 Rust 开发，提供更快编译和脚本化语法，取代 LaTeX 的排版工作流。给出工程参数、模板配置和迁移要点。

### [Meshtastic 64：Commodore 64上的LoRa网格网络](/posts/2025/09/27/meshtastic-64-lora-mesh-on-commodore/)
- 日期: 2025-09-27T15:46:38+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 通过自定义适配器将Meshtastic LoRa固件移植到Commodore 64，实现复古离网通信硬件。提供硬件集成、软件实现与工程参数指南。

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