# Hotdry Blog

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

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

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

## 本页文章
### [GitLab监控揭 NPM拼写欺骗后门攻击：针对CI/CD的防护参数与清单](/posts/2025/11/28/gitlab-detects-npm-typosquatting-postinstall-attacks-on-ci-cd/)
- 日期: 2025-11-28T07:48:55+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: GitLab安全团队通过监控发现NPM中广泛typosquatting恶意包，利用postinstall脚本针对CI/CD管道窃取凭证，提供检测阈值、锁定策略与回滚清单。

### [TigerBeetle：io_uring 与 kqueue 的程序员友好 I/O 抽象](/posts/2025/11/28/tigerbeetle-io-uring-kqueue-abstraction/)
- 日期: 2025-11-28T07:33:15+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 利用 io_uring 异步提交与 kqueue 事件循环，构建跨平台高效零拷贝 I/O 接口，简化多线程文件/网络读写。

### [OpenWrt 全屋 WireGuard VPN 与硬件 Kill Switch：GPIO 以太网控制防泄漏](/posts/2025/11/28/openwrt-whole-home-wireguard-vpn-hardware-killswitch/)
- 日期: 2025-11-28T07:18:43+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 构建全家 WireGuard VPN 路由器，集成 GPIO 继电器硬件 kill switch，确保 VPN 断连时物理切断 WAN 防止 IP 泄漏，提供完整配置清单、脚本与阈值参数。

### [Coq形式化宏汇编器IR：定义、展开算法与语义等价证明](/posts/2025/11/28/coq-macro-assembler-ir-formalization/)
- 日期: 2025-11-28T07:03:07+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 介绍Coq中宏汇编器IR的形式化定义、宏展开算法及语义等价性证明，支持复杂汇编宏的正确性验证。

### [检测 NPM 错别字劫持攻击：Scoped 包 postinstall 脚本注入与 CI/CD 零日响应](/posts/2025/11/28/detecting-npm-typosquatting-postinstall-attacks-ci-cd-zero-day-response/)
- 日期: 2025-11-28T06:49:32+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 基于 GitLab 发现的 Shai-Hulud v2，剖析 NPM typosquatting 注入恶意 postinstall 脚本的风险，提供 CI/CD 检测清单与零日响应参数。

### [KPN 滤波在猫图像生成管道中的滤波器预测与多尺度融合](/posts/2025/11/28/kpn-filtering-in-cat-image-generation-pipeline/)
- 日期: 2025-11-28T06:33:07+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 将 Kernel Prediction Network (KPN) 集成到猫图像生成管道，实现像素级滤波核预测与多尺度融合，提升生成效率与细节质量，提供落地参数。

### [VERL中KL正则化PPO的多GPU数据并行：离线RLHF偏好蒸馏与千卡扩展](/posts/2025/11/28/verl-multi-gpu-kl-ppo-offline-rlhf-parallelism/)
- 日期: 2025-11-28T06:18:18+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: VERL框架下KL正则化PPO的多GPU数据并行训练，支持离线RLHF偏好蒸馏，提供高效扩展到千卡规模的工程参数与监控要点。

### [V语言被低估的系统编程特性：热重载、内置ORM、无GC内存安全与简化并发](/posts/2025/11/28/underrated-v-language-systems-features/)
- 日期: 2025-11-28T06:09:26+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: V语言在系统编程中提供热代码重载、内置ORM/SQLite支持、无GC内存安全及Go式并发，助力高效、安全开发。

### [ZZ9000 Zorro 多功能扩展卡：Amiga 4000T 的 I/O 复用工程实践](/posts/2025/11/28/zz-9000-zorro-multifunction-card-for-amiga-4000-t/)
- 日期: 2025-11-28T06:03:59+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 针对 Amiga 4000T 塔式机，ZZ9000 通过 Zorro bus 复用提供 serial/parallel/IDE/floppy 端口，详述安装参数、兼容阈值与监控清单。

### [TPU ICI 万卡级低延迟全对全互联 vs GPU NVLink+InfiniBand 扩展瓶颈工程解析](/posts/2025/11/28/tpu-ici-low-latency-all-to-all-vs-gpu-nvlink-infiniBand-scaling/)
- 日期: 2025-11-28T05:50:05+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: TPU ICI 通过3D Torus+OCS实现万卡集群低延迟全对全通信，剖析与GPU NVLink+InfiniBand分层瓶颈对比，给出监控参数与优化清单。

### [Quorum系统中强一致性 vs 最终一致性的业务选择与调优实践](/posts/2025/11/28/strong-consistency-quorum-rationale/)
- 日期: 2025-11-28T05:34:51+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 解析Quorum机制下强一致性与最终一致性的权衡框架，结合脑裂风险给出业务场景选择及可用性调优参数清单。

### [TPU ICI 互连 vs NVLink：AI 集群扩展瓶颈与生态锁定工程考量](/posts/2025/11/28/tpu-ici-vs-nvlink-scaling-lockin-ai-clusters/)
- 日期: 2025-11-28T05:20:31+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 对比 TPU 3D Torus ICI 与 NVLink CLOS 在 AI 集群 scaling 的瓶颈与生态锁定，剖析工程选型参数及 Google 长期竞赛优势。

### [LightRAG 查询融合与知识蒸馏：低资源高效RAG工程实践](/posts/2025/11/28/lightrag-query-fusion-and-distillation-for-efficient-low-resource-rag/)
- 日期: 2025-11-28T05:04:07+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: LightRAG 通过双图索引与查询融合机制，实现实体检索与关系聚合的动态融合；结合知识蒸馏优化小模型KG提取，提供低成本、高效RAG pipeline参数与部署清单。

### [verl中KL正则化PPO的多GPU数据并行离线RLHF偏好对齐蒸馏实现](/posts/2025/11/28/kl-regularized-ppo-offline-rlhf-multigpu-in-verl/)
- 日期: 2025-11-28T04:48:17+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 详解verl框架下KL-regularized PPO的多GPU数据并行配置，用于离线RLHF偏好对齐蒸馏，提供工程参数清单、监控要点与稳定性优化策略。

### [DeepSeekMath-V2：通过多阶段验证生成实现自验证数学推理](/posts/2025/11/28/deepseek-math-v2-self-verifiable-math-reasoning/)
- 日期: 2025-11-28T04:33:18+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于DeepSeek-V3.2-Exp-Base的多模型MoE架构，工程化verifier-generator闭环与meta-verification，提升IMO金牌级定理证明，提供落地参数与监控要点。

### [Traefik 热配置重载与中间件栈工程实践](/posts/2025/11/28/traefik-hot-config-reload-middleware/)
- 日期: 2025-11-28T04:20:04+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: Traefik 云原生代理热配置重载机制详解，包括 File Provider 监控、中间件链式堆叠、多协议转发参数及 K8s 服务发现落地清单。

### [API驱动的AI电话机器人：外呼与呼入集成实现](/posts/2025/11/28/api-driven-phone-bot-call-center-ai/)
- 日期: 2025-11-28T04:07:32+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 通过API触发AI代理外呼或处理呼入电话，提供电话机器人工程化参数与部署清单。

### [Linux 输入栈端到端架构：HID 到 evdev、libinput 与 X11/Wayland 模块解耦实践](/posts/2025/11/28/linux-input-stack-end-to-end-architecture/)
- 日期: 2025-11-28T04:04:17+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 剖析 Linux 输入栈从 HID 硬件到 evdev 标准化，再经 libinput 处理至 X11/Wayland 的完整流程，聚焦模块解耦、多设备支持与工程参数配置。

### [Memori：AI代理的分层记忆引擎](/posts/2025/11/28/memori-hierarchical-memory-engine-for-ai-agents/)
- 日期: 2025-11-28T03:48:21+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: Memori通过SQL-native分层记忆架构，为LLM/AI代理提供短/长期记忆层，支持embedding-like检索、多代理共享及高效更新查询操作。

### [TPU 自定义互连与生态锁定 vs GPU 扩展瓶颈：Google 长期 AI 集群策略关键参数](/posts/2025/11/28/tpu-custom-interconnect-ecosystem-lockin-vs-gpu-scaling-bottlenecks/)
- 日期: 2025-11-28T03:33:44+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 工程剖析 TPU ICI/OCS 3D torus 高效 scaling 与 GPU NVLink/InfiniBand 瓶颈，揭示生态锁定下 Google 集群 TCO 优化与长期 AI 竞赛定位参数。

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