# Hotdry Blog

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

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

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

## 本页文章
### [Linux 桌面 eBPF/netlink 驱动的 TCP/UDP 异常连接实时 GUI 监控与警报](/posts/2025/11/30/network-monitor-linux-gui-ebpf-netlink-anomaly-tcp-udp/)
- 日期: 2025-11-30T03:33:41+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于 eBPF 高效捕获内核网络事件，经 netlink 推送至用户空间 GUI，实现 Linux 桌面实时异常 TCP/UDP 连接可视化与警报。

### [Hachi 自托管图像检索引擎：基于嵌入相似度的个人图像搜索](/posts/2025/11/30/hachi-self-hosted-image-retrieval-engine/)
- 日期: 2025-11-30T03:03:38+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: Hachi 是一个完全自托管的图像搜索引擎，利用向量嵌入相似度实现高效索引与查询，支持自然语言和面部搜索，提供部署参数与优化清单。

### [基于 Memori 开源引擎构建日志结构化合并的多代理记忆层](/posts/2025/11/30/building-log-structured-merge-multi-agent-memory-with-memori/)
- 日期: 2025-11-30T02:47:52+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 用 Memori 实现 LLM 代理的持久上下文、多代理协作、高效检索与版本化，支持一行代码 SQL 存储。

### [浏览器端多 LLM/VLM 链式调用：实时预览与推理编排实践](/posts/2025/11/30/browser-multi-llm-vlm-chaining-real-time-previews-workflow-export/)
- 日期: 2025-11-30T02:33:38+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 浏览器 AI studio 实现多模型链式调用，提供实时预览、工作流导出及推理参数调优要点。

### [ADK-Go 代理工具包中的检查点恢复与工具追踪实现](/posts/2025/11/30/implementing-checkpoint-recovery-and-tool-tracing-in-adk-go-agent-toolkit/)
- 日期: 2025-11-30T02:19:18+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 在 ADK-Go code-first Go SDK 中，通过会话状态持久化和遥测集成，实现长运行 AI 代理的检查点恢复与工具追踪，支持复杂评估与部署管道。

### [PlayCanvas：WebGPU 与 glTF 运行时的浏览器端高性能 3D 栈实现](/posts/2025/11/30/playcanvas-webgpu-gltf-runtime/)
- 日期: 2025-11-30T02:08:09+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 基于 PlayCanvas 引擎，利用 WebGPU 和 glTF 构建高效 3D 运行时，包括资产管道优化、实时渲染参数与 WebXR 集成要点。

### [Verl 中 KL 正则化 PPO 的多 GPU 分片训练管道](/posts/2025/11/30/building-multi-gpu-kl-regularized-ppo-pipelines-in-verl/)
- 日期: 2025-11-30T02:03:39+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 面向 LLM 离线 RLHF，给出 Verl 中 KL 正则化 PPO 的多 GPU sharding 配置、阈值调优与监控要点。

### [Google 规模 C++ 标准库加固：模糊测试、消毒器与运行时检查](/posts/2025/11/30/c-plus-plus-stdlib-hardening-google-scale-fuzzing-sanitizers-runtime-checks/)
- 日期: 2025-11-30T01:48:04+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 介绍 Google 使用 OSS-Fuzz 模糊测试、sanitizers 和 hardened libc++ 运行时检查大规模加固 C++ 标准库的工程实践、参数配置与监控要点。

### [浏览器原生运行 R：webR 的 WASM 编译与客户端统计绘图实践](/posts/2025/11/30/browser-native-r-execution-webr-wasm-client-stats-plotting/)
- 日期: 2025-11-30T01:33:17+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 通过 webR 将 R 编译为 WebAssembly，实现浏览器内无服务器交互式统计分析与绘图，提供集成步骤、参数配置与监控要点。

### [构建审稿AI检测管道：LLM指纹提取与统计阈值实战](/posts/2025/11/30/building-ai-detection-pipelines-for-peer-reviews-llm-fingerprinting-and-statistical-thresholds/)
- 日期: 2025-11-30T01:18:56+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 针对会议peer review AI生成洪水，设计LLM指纹提取、统计异常阈值及人工复核队列，提供工程化参数与落地清单。

### [使用 Call-Center-AI SDK 一键触发 AI 电话代理：实时对话管理与断线重连工程实践](/posts/2025/11/30/api-driven-phone-bot-integration/)
- 日期: 2025-11-30T00:49:18+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于 Microsoft call-center-ai，通过 API 一键发起 AI 电话代理，支持实时流式对话、断线重连、多轮 claim 收集与 Azure 号码直拨部署参数。

### [CRDT 类型词典：变体、代数操作与合并策略指南](/posts/2025/11/30/crdt-types-field-guide-algebraic-ops-merge-strategies/)
- 日期: 2025-11-30T00:17:59+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: CRDT变体详解：从G-Counter到OR-Set的代数结构、合并策略及冲突自由复制的选择标准与工程参数。

### [DNS LOC 记录：地理坐标编码与区文件实现](/posts/2025/11/30/dns-loc-geo-coordinate-record-encoding/)
- 日期: 2025-11-30T00:08:18+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于 RFC 1876，实现 DNS LOC RR 的十进制度 lat/long/alt 编码、size/HP/radius 参数配置，支持区文件精确 geo-resolution，无需 geo-IP。

### [Milvus 云原生亿级向量 ANN 搜索：HNSW/IVF/DiskANN 索引与动态分片实践](/posts/2025/11/30/milvus-scalable-vector-ann-search/)
- 日期: 2025-11-30T00:02:56+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: Milvus 通过 HNSW/IVF/DiskANN 索引、动态分片和混合搜索，支持亿级向量的高吞吐低延迟 ANN 检索，给出参数调优与监控要点。

### [逆向 Chainalysis Monero 去匿名化启发式：环签名聚类与防御参数](/posts/2025/11/29/chainalysis-monero-deanonymization-heuristics-ring-analysis/)
- 日期: 2025-11-29T23:48:59+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 基于环签名分析、金额时间模式，逆向 Chainalysis Monero 交易聚类技术，提供 mix-in 随机化等工程防御清单。

### [多人同步工程化 CRDT：LWW 文本寄存器、PN 投票计数器、OR 集合墓碑与 GC](/posts/2025/11/29/engineering-crdts-for-multiplayer-sync-lww-pn-or-grow-prune/)
- 日期: 2025-11-29T23:33:25+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 针对多人实时协作应用，工程化 CRDT 选择 LWW 寄存器处理文本、PN 计数器统计投票、OR 集合支持墓碑删除与 GC；对比 grow-only 与 pruning 权衡，提供参数阈值与监控清单。

### [利用浏览器原生 URLPattern API 构建高效路由器](/posts/2025/11/29/build-your-own-browser-router-with-urlpattern-api/)
- 日期: 2025-11-29T23:02:51+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 基于浏览器 URLPattern API，实现零依赖路由匹配、动态参数捕获与查询解析，支持复杂路径模式的高效客户端路由方案。

### [Hachi：自托管图像检索引擎的嵌入索引与相似检索](/posts/2025/11/29/hachi-image-retrieval-engine-self-hosted/)
- 日期: 2025-11-29T22:48:34+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 详解 Hachi 自托管图像搜索引擎的 CLIP 嵌入分片存储、余弦相似阈值与元数据融合参数，提供一键部署清单与性能调优策略。

### [Hachi 自托管图像搜索引擎：嵌入相似检索、自定义索引与 web 查询接口](/posts/2025/11/29/hachi-self-hosted-image-search/)
- 日期: 2025-11-29T22:34:17+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 剖析 Hachi 自托管图像搜索的核心：CLIP 嵌入向量分片索引、RetinaFace 面部聚类、Nim 元索引，附 Docker 部署、阈值调优与性能监控清单。

### [Magiclip浏览器端多模型AI工作室：视频剪辑、语音合成与流式UI管道集成](/posts/2025/11/29/magiclip-browser-multi-model-ai-studio/)
- 日期: 2025-11-29T22:19:15+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 浏览器端集成多AI模型管道，实现视频剪辑生成、语音叠加与模型链式调用，提供流式UI参数优化与工程落地清单。

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