# Hotdry Blog

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

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

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

## 本页文章
### [使用HackRF构建SDR管线：飞行中WWVB的多普勒估计与PLL校正](/posts/2025/11/17/building-sdr-pipeline-with-hackrf-real-time-fft-doppler-estimation-and-pll-correction-for-wwvb-in-flight/)
- 日期: 2025-11-17T07:01:38+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 针对飞机运动中的WWVB时间信号，提供HackRF-based SDR管线构建指南，包括FFT-based Doppler检测和PLL频率跟踪参数。

### [bcrypt 实现漏洞：时序攻击与恒定时间修复](/posts/2025/11/17/bcrypt-implementation-vulnerabilities-timing-attacks/)
- 日期: 2025-11-17T06:46:30+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 分析 bcrypt 在分布式认证系统中的时序攻击风险，探讨 constant-time 实现缺陷，并提供安全哈希工程化参数与最佳实践。

### [将 Heretic 表示工程集成到 LLM 服务管道中，实现运行时动态去审查优化](/posts/2025/11/17/integrating-heretic-representation-engineering-for-runtime-uncensoring-in-llm-pipelines/)
- 日期: 2025-11-17T06:16:32+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 面向 LLM 服务管道，集成 Heretic 的表示工程技术，实现推理时动态审查移除，并优化低延迟参数与监控机制。

### [可扩展面试准备手册：模块化算法与系统设计模板](/posts/2025/11/17/scalable-interview-prep-handbook/)
- 日期: 2025-11-17T06:06:06+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 通过分类算法、系统设计模板和行为指南，构建高效的编码面试准备管道，提供工程化参数与清单。

### [工程化鲁棒 n8n 工作流：高级错误处理与重试机制](/posts/2025/11/17/engineering-robust-n8n-workflows-with-error-handling/)
- 日期: 2025-11-17T06:01:22+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 探讨 n8n 中构建稳健工作流的技术，包括错误重试、条件分支和 API 链式调用，提供工程化参数与监控策略。

### [小型开源 AI 项目依赖管理和资金管道工程化实践](/posts/2025/11/17/engineering-dependency-management-and-funding-pipelines-for-small-open-source-ai-projects/)
- 日期: 2025-11-17T05:46:44+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 针对小型开源 AI 项目，探讨工程化依赖管理和资金管道策略，以缓解维护者倦怠并保障生态稳定性，提供实用参数和监控清单。

### [PlayCanvas：基于 WebGL/WebGPU 的高性能 glTF 运行时与 WebXR 集成工程实践](/posts/2025/11/17/engineering-playcanvas-webgl-webgpu-gltf-runtime/)
- 日期: 2025-11-17T05:31:30+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 利用 PlayCanvas 引擎构建浏览器 3D 应用，聚焦渲染管道优化、glTF 加载与 WebXR 集成的高性能参数配置。

### [通过动态 Favicon 缓存实现持久用户跟踪：Service Worker 与 localStorage 集成](/posts/2025/11/17/persistent-user-tracking-via-favicons/)
- 日期: 2025-11-17T05:16:27+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 利用 Favicon 专用缓存进行跨站点用户跟踪，结合 Service Worker 再生 ID 和 localStorage fallback，实现无痕模式下的持久跟踪，提供工程化参数和监控要点。

### [并发系统中垃圾回收集成：Rust/Go 运行时的暂停时间与吞吐量基准测试](/posts/2025/11/17/integrating-gc-in-concurrent-systems-rust-go-benchmarks/)
- 日期: 2025-11-17T05:01:28+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 在高并发环境中，垃圾回收的集成对内存安全至关重要。本文基于 Rust 和 Go 运行时，提供暂停时间和吞吐量的基准分析与优化参数。

### [用 OCaml 构建 Linux DRM/KMS 绑定：安全函数式模式设置与缓冲管理](/posts/2025/11/17/ocaml-bindings-for-linux-drm-kms-mode-setting/)
- 日期: 2025-11-17T04:46:53+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 利用 OCaml 的函数式特性，为 Linux DRM/KMS 创建用户空间绑定，实现安全的模式设置和缓冲管理，提供工程实践参数。

### [SQL GROUP BY ALL：隐式 DISTINCT 聚合的工程优化](/posts/2025/11/17/sql-group-by-all-implicit-distinct-aggregation-optimization/)
- 日期: 2025-11-17T04:31:21+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 在 PostgreSQL 中引入 GROUP BY ALL 以实现隐式 DISTINCT 聚合，减少子查询依赖，提升查询规划速度和代码简洁性。

### [在 Brimstone JS 引擎中用 Rust 实现 ES2025 模块解析、导入提升与循环依赖处理](/posts/2025/11/17/implementing-es2025-module-resolution-with-hoisting-and-cyclic-handling-in-brimstone/)
- 日期: 2025-11-17T04:16:42+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 面向 Brimstone JS 引擎，探讨 ES2025 模块系统的 Rust 实现，包括解析算法、导入提升和循环依赖处理，提供工程参数与监控要点。

### [使用 Twilio 集成 LLM 代理的 API 触发出站呼叫工程实践：实时 ASR/TTS 流式处理与状态持久化](/posts/2025/11/17/engineering-api-triggered-outbound-calls-llm-agents-twilio-integration/)
- 日期: 2025-11-17T04:06:25+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 探讨如何通过 Twilio 和 OpenAI Realtime API 实现 LLM 驱动的出站呼叫，支持实时语音流、会话持久化和 fallback 路由，确保鲁棒的语音交互。提供可落地参数和监控要点。

### [LightRAG 双图结构：实体关系提取与递归检索的轻量实现](/posts/2025/11/17/lightrag-dual-graph-structures-for-entity-extraction-and-recursive-retrieval/)
- 日期: 2025-11-17T04:01:52+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: LightRAG 通过简单双图结构实现实体关系提取与递归检索，支持本地 LLM 快速 RAG 部署，避免重型索引开销。

### [利用 Z3 Python API 快速原型化数独与 N 皇后约束求解器](/posts/2025/11/17/leveraging-z3-python-api-for-constraint-solving-in-sudoku-and-n-queens/)
- 日期: 2025-11-17T03:46:38+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 面向约束求解原型开发，给出 Z3 Python API 在 Sudoku 和 N-Queens 上的变量编码、约束构建与求解优化要点。

### [使用 Podman Quadlets 实现容器与 systemd 的声明式集成](/posts/2025/11/17/using-podman-quadlets-for-declarative-container-systemd-integration/)
- 日期: 2025-11-17T03:31:38+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 通过 Quadlets 将 Podman 容器定义为 systemd 单元，实现自动重启、资源限制和依赖管理，提升生产环境部署的鲁棒性。提供配置参数和最佳实践。

### [重新实现早期Transformer模型并基准测试：剖析pre-GPT时代的缩放行为](/posts/2025/11/17/reimplementing-early-transformers-benchmarking/)
- 日期: 2025-11-17T03:16:45+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 通过在现代GPU上重新实现和基准2017-2019年的早期Transformer-based LLMs，揭示缩放规律和架构演进，提供工程参数和监控要点。

### [LightRAG 可扩展图索引设计：分区、分片与负载均衡](/posts/2025/11/17/lightrag-scalable-graph-indexing/)
- 日期: 2025-11-17T03:15:55+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 探讨LightRAG中分区图索引的设计，实现百万级语料库的亚秒级查询，通过分片、联邦检索和负载均衡优化生产RAG系统。

### [用 Rust 实现 ES2025 JavaScript 引擎：Brimstone 的字节码 VM 与 GC 设计](/posts/2025/11/17/implementing-es-2025-in-rust-js-engine/)
- 日期: 2025-11-17T01:58:54+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 基于 Rust 构建的 Brimstone JS 引擎，聚焦 ES2025 特性支持，提供字节码虚拟机和压缩垃圾回收的工程参数与优化要点。

### [基于FPGA的IBM PC-XT克隆：周期精确8088 CPU仿真与ISA总线时序](/posts/2025/11/17/fpga-based-ibm-pc-xt-clone-cycle-accurate-8088-emulation-and-isa-bus-timing/)
- 日期: 2025-11-17T01:16:29+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 利用FPGA实现IBM PC-XT的周期精确仿真，聚焦8088 CPU总线周期控制与ISA时序集成，提供硬件设计参数、状态机实现要点及外围兼容策略。

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