# Hotdry Blog

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

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

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

## 本页文章
### [基于Hot Chips 2025会话1的高性能CPU核心工程：优化分支预测、乱序执行流水线和缓存层次结构](/posts/2025/09/11/engineering-high-performance-cpu-cores-hot-chips-2025-session-1-optimizing-branch-prediction-ooo-pipelines-cache-hierarchies/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 从Hot Chips 2025会话1分析，探讨分支预测、乱序执行和缓存优化在AI工作负载和低延迟推理中的工程实践。

### [Engineering Low-Latency Real-Time Meeting Transcription API with AI Diarization and Vector Embeddings](/posts/2025/09/11/engineering-low-latency-real-time-meeting-transcription-api-with-ai-diarization-and-vector-embeddings/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 探讨构建低延迟实时会议转录API的工程实践，包括AI转录、多说话者分离及向量嵌入搜索的优化参数与集成清单。

### [使用 term.everything 在终端中精确运行 GUI 应用：离屏渲染与输入多路复用](/posts/2025/09/11/engineering-pixel-accurate-gui-execution-in-terminals-with-term-everything/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 通过 term.everything 项目，实现 GUI 应用在终端中的像素级精确执行，聚焦离屏帧缓冲渲染、输入事件多路复用及 Unicode 字形编码的工程参数与兼容性策略。

### [PyTorch 中工程化可移植 CUDA 绑定以实现 ARM/x86 一致性](/posts/2025/09/11/engineering-portable-cuda-bindings-in-pytorch-for-arm-and-x86-consistency/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [ai-engineering](/categories/ai-engineering/)
- 摘要: 针对跨平台 ML 管道中的 CUDA/CUDNN 绑定，提供 ARM/x86 一致性的工程化修复方案，包括编译错误解决和运行时匹配参数。

### [用 Scala Finagle 构建实时推荐服务：TwHIN 图嵌入与亚 100ms 延迟优化](/posts/2025/09/11/engineering-real-time-recommendation-serving-with-scala-finagle-twhin-embeddings-and-sub-100ms-latency/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于 Twitter 开源算法，工程化 Finagle RPC 与 TwHIN 嵌入，实现分布式推荐系统的低延迟候选生成与过滤。

### [Engineering Realtime Data Sync with Supabase Postgres Subscriptions, Edge Functions, and RLS](/posts/2025/09/11/engineering-realtime-data-sync-supabase-postgres-subscriptions-edge-rls/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 面向可扩展 web/mobile 应用，给出 Supabase Realtime Postgres 订阅的工程实现、RLS 安全集成和 Edge Functions 处理的实用参数与最佳实践。

### [工程化 LLM 推理的可重复性：输出缓存与种子随机](/posts/2025/09/11/engineering-reproducible-llm-inference-with-caching-and-seeded-randomness/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 在 LLM 推理管道中，通过输出缓存和种子随机性实现可重复结果，而不改变模型行为，提供工程参数与监控要点。

### [工程化跨平台PyTorch可重现构建：CMake工具链与vcpkg依赖隔离](/posts/2025/09/11/engineering-reproducible-pytorch-builds-cross-platform/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [ai-engineering](/categories/ai-engineering/)
- 摘要: 面向Windows/Linux/macOS/ARM/x86，提供使用自定义CMake工具链、vcpkg隔离和CUDA/ROCm变体处理的PyTorch构建指南，确保ML部署无缝。

### [Twitter 推荐算法工程实践：Scala-Finagle 下的实时候选生成、重排序与启发式过滤](/posts/2025/09/11/engineering-twitter-recommendation-real-time-candidate-generation-heavy-ranking-heuristic-filtering-scala-finagle/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于 Twitter 开源算法，剖析 Scala-Finagle 在实时候选生成、ML 重排序及启发式过滤中的工程实现，提供高吞吐参数优化与监控策略。

### [从Devin、Cursor和Replit Agent提取并适配系统提示：用于自定义AI编码助手的工具调用、上下文管理和幻觉缓解](/posts/2025/09/11/extract-and-adapt-system-prompts-from-devin-cursor-and-replit-agent-for-custom-ai-coding-assistants/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于开源仓库，分析Devin、Cursor和Replit Agent的系统提示，提取工具调用、上下文管理和防幻觉机制，提供自定义AI编码助手的实用适配指南。

### [基于 Go 的 MCP 服务器健康验证与 Prometheus 集成：实现零停机服务发现和自动缩放](/posts/2025/09/11/go-based-health-validation-for-mcp-servers-with-prometheus-zero-downtime-discovery-and-auto-scaling/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 在 MCP Registry 中，使用 Go 实现动态健康检查和 Prometheus 监控，支持自动缩放与负载均衡，确保服务发现零停机。

### [使用固定种子和KV缓存版本控制实现确定性令牌采样：批量LLM推理的可重复性](/posts/2025/09/11/implement-deterministic-token-sampling-with-fixed-seeds-and-kv-cache-versioning-for-reproducible-batched-llm-inference/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 针对批量LLM推理，提供固定种子与KV缓存版本化的工程实现，确保可重复输出而不改模型权重。

### [用 Rust 和 Jinja2 实现幂等的 dotfile 部署：dry-run 验证与分层配置覆盖](/posts/2025/09/11/implement-idempotent-dotfile-deployment-rust-jinja2/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于 Rust 的 dotter 工具通过 Jinja2 模板和分层 TOML 配置，实现跨操作系统的一致 dotfile 管理与可重现环境设置。

### [在高速度单体仓库中实现合并队列以序列化 PR 合并](/posts/2025/09/11/implement-merge-queues-for-safe-pr-merges-in-monorepos/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [ai-engineering](/categories/ai-engineering/)
- 摘要: 通过合并队列序列化 PR 合并，实现安全并行测试和零宕机部署，并在冲突时使用 rebase 解决。

### [在 OpenMower 固件中使用 A* 算法实现 RTK GPS 精密路径规划](/posts/2025/09/11/implement-rtk-gps-path-planning-in-openmower-firmware-using-a-star-algorithm/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 面向 OpenMower 的 RTK GPS 路径规划，给出 A* 算法的集成、动态重规划参数与监控要点。

### [在自定义 Android ROM 中实现 GrapheneOS 的取证提取抵抗：verified boot、文件加密与作用域存储](/posts/2025/09/11/implementing-forensic-extraction-resistance-in-custom-android-roms-with-grapheneos/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 基于 GrapheneOS 特性，探讨如何集成 verified boot、文件级加密和作用域存储，阻挡冷启动与芯片脱焊取证攻击，提供工程参数与落地清单。

### [Implementing HeroUI for Modern React UI: Customizable Components with Tailwind CSS and TypeScript](/posts/2025/09/11/implementing-heroui-for-modern-react-ui/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 利用 HeroUI 结合 Tailwind CSS 和 TypeScript 构建高效、可定制的 React 界面组件。

### [Picat 中的规则-based 表化和约束求解实现：高效规划与优化](/posts/2025/09/11/implementing-rule-based-tabling-and-constraint-solving-in-picat-for-efficient-planning-and-optimization/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 探讨 Picat 语言中规则-based 表化和约束求解的实现机制，针对规划与优化问题提供高效解决方案，桥接 Prolog 逻辑范式与函数式编程。

### [在LLM推理管道中实现种子随机性和中间状态缓存以确保可重现输出](/posts/2025/09/11/implementing-seeded-randomness-and-state-caching-for-reproducible-llm-inference/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 针对生产AI系统，介绍种子随机性和中间状态缓存在LLM推理中的工程实现，确保输出可重现性而不牺牲性能。

### [嵌入式系统中 tz 数据库的 binary zoneinfo 格式实现：规则继承、POSIX 解析与转换表优化](/posts/2025/09/11/implementing-tz-database-binary-zoneinfo-embedded-rule-inheritance-posix-parsing-transition-optimization/)
- 日期: 2025-09-11T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 针对低内存嵌入式系统，解析 tz 数据库的 binary zoneinfo 格式，实现规则继承和 POSIX 字符串解析，并优化转换表以减少内存占用。

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