# Hotdry Blog

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

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

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

## 本页文章
### [LightRAG 双本地-全局图索引与查询融合蒸馏：在低内存边缘设备上实现亚秒级 RAG 延迟](/posts/2025/12/03/lightrag-dual-local-global-graph-indexing-query-fusion-distillation-subsecond-rag-latency-edge-devices/)
- 日期: 2025-12-03T19:46:29+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: LightRAG 通过双层图索引、查询融合蒸馏和模型量化，在内存不足 6GB 的边缘设备上实现亚秒级 RAG 延迟，提供参数配置与部署清单。

### [实践 C++26 Executors：Sender/Receiver 异步调度与自定义执行器](/posts/2025/12/03/practicing-c-plus-plus-26-executors-sender-receiver-async-scheduling/)
- 日期: 2025-12-03T19:29:15+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 通过 stdexec 实现 sender/receiver 自定义调度器，提供线程池集成参数、取消机制与性能监控要点。

### [Anthropic收购Bun后：Zig驱动的高吞吐JS Runtime赋能AI代理Serverless部署](/posts/2025/12/03/anthropic-bun-serverless-js-runtime-ai-agent-deployment/)
- 日期: 2025-12-03T19:04:02+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: Anthropic收购Bun后，利用Zig构建的高性能JS运行时优化AI代理的serverless部署与流式响应，提供具体参数配置与监控要点。

### [LightRAG 双图索引+查询融合蒸馏：高效RAG落地参数与监控](/posts/2025/12/03/lightrag-dual-graph-query-fusion-distillation-pipeline/)
- 日期: 2025-12-03T18:50:15+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 剖析 LightRAG dual-graph 构建、hybrid 查询融合与 KV 蒸馏机制，提供初始化参数、阈值清单与生产回滚策略。

### [secp256k1 核心曲线运算：点加/倍、Montgomery阶梯标量乘与 RFC6979 确定性 k 生成](/posts/2025/12/03/secp256k1-core-curve-ops-point-add-double-montgomery-ladder-rfc6979/)
- 日期: 2025-12-03T18:20:05+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: secp256k1 椭圆曲线点加/倍运算公式、Montgomery阶梯常数时间标量乘实现，以及 ECDSA 签名中 RFC6979 确定性 nonce 生成的工程参数与安全清单。

### [ADK-Go 代码优先并行工具分发：状态检查点机制与运行时控制参数](/posts/2025/12/03/adk-go-code-first-parallel-tool-dispatch/)
- 日期: 2025-12-03T18:16:29+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 利用 ADK-Go SDK 实现 AI 代理并行工具调度，详解状态持久化检查点配置和运行时评估阈值，提供完整工程清单。

### [Tracy lock-free MPSC 零拷贝队列在profiling中的多线程基准优化](/posts/2025/12/03/tracy-lock-free-mpsc-zero-copy-queue-benchmarks/)
- 日期: 2025-12-03T18:04:37+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于Tracy实现lock-free MPSC零拷贝串行化，详解多线程事件采集吞吐提升与overhead控制参数。

### [C++26 Executors sender/receiver模型异步调度工程实践：自定义调度器与then/compose链](/posts/2025/12/03/c%2B%2B26-executors-sender-receiver-async-scheduling-practice/)
- 日期: 2025-12-03T17:49:32+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于C++26 std::execution sender/receiver模型，详解自定义调度器集成、then/compose操作链构建、性能基准测试参数与错误处理策略，提供可落地工程清单。

### [PostgreSQL 19 BRIN索引结合JIT与parallel hash聚合：大数据查询worker协调与内存优化](/posts/2025/12/03/postgresql-19-brin-jit-parallel-hash-aggregations/)
- 日期: 2025-12-03T17:35:36+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: PostgreSQL 19 通过BRIN预过滤、JIT编译加速与parallel hash/sort聚合pipeline，实现TB级大数据聚合查询亚秒级响应，详解worker协调机制与内存调优参数。

### [PostgreSQL 19 BRIN索引+JIT并行哈希/排序聚合工程：阈值调优、内存预算分配与10x性能实现](/posts/2025/12/03/postgresql-19-brin-jit-parallel-aggregations-engineering/)
- 日期: 2025-12-03T17:26:56+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: PostgreSQL 19 通过 BRIN 索引结合 JIT 编译与并行聚合，实现大数据聚合 10x 加速，给出阈值调优、内存分配清单与监控要点。

### [构建鲁棒手写识别管道：连笔分段、倾斜归一化与语言模型融合](/posts/2025/12/03/robust-htr-pipeline-cursive-segmentation-slant-lm-fusion/)
- 日期: 2025-12-03T17:13:03+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 针对多样脚本的手写文本识别（HTR），给出连笔笔画分段、仿射变换倾斜校正及上下文语言模型融合的工程参数与监控要点，实现>95%准确率。

### [PostgreSQL 19 BRIN 索引 + JIT + 并行哈希/排序聚合：宽表分析 100x 加速实践](/posts/2025/12/03/pg19-brin-jit-parallel-hash-sort-aggregations/)
- 日期: 2025-12-03T17:05:21+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 针对宽分析表聚合查询慢的问题，PostgreSQL 19 结合 BRIN 索引、JIT 编译与并行哈希/排序聚合，实现 100x 以上加速，给出配置参数、执行计划优化与监控要点。

### [为 Zig 类项目自建 Forgejo/Gitea：避开 GitHub Copilot 代码刮取，确保许可隔离与隐私](/posts/2025/12/03/self-host-forgejo-gitea-avoid-github-copilot-scraping-zig-projects/)
- 日期: 2025-12-03T16:34:40+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 借鉴 Zig 项目迁移经验，自建 Forgejo/Gitea 实现代码隐私、许可合规与 fork 新鲜度控制的关键参数与部署清单。

### [DirectX 12 多源文档聚合：离线全文搜索索引与 API 版本追踪](/posts/2025/12/03/directx12-multi-source-docs-aggregation-offline-search/)
- 日期: 2025-12-03T16:19:10+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 聚合 DirectX12 官方与社区文档源，构建离线全文搜索索引，支持 API 版本 diff 追踪与示例代码交互导航，提供爬取、索引配置与监控参数。

### [IBM CEO 质疑 AI 数据中心 ROI：1GW 需 800 亿美元的投资低效与基准优化框架](/posts/2025/12/03/quantifying-ai-data-center-cost-inefficiencies-ibm-roi-skepticism/)
- 日期: 2025-12-03T16:19:06+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: IBM CEO 通过 1GW 数据中心 800 亿美元成本估算，揭示 AI 基础设施 ROI 困境，提供 TCO 基准、利用率阈值与折旧管理清单。

### [工程化SQLite WAL Writer：动态批次阈值与检查点时机调优实现高TPS](/posts/2025/12/03/sqlite-wal-writer-lock-mitigation-batch-thresholds/)
- 日期: 2025-12-03T16:18:16+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 针对亿级行数据100k TPS场景，详解动态batch thresholds缓解writer contention，以及checkpoint timing优化避免reader lock starvation的具体参数与监控策略。

### [Traefik 云原生代理：动态多协议路由与 K8s 服务发现零停机负载均衡](/posts/2025/12/03/traefik-dynamic-multi-protocol-k8s-proxy/)
- 日期: 2025-12-03T15:45:32+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: Traefik 在 Kubernetes 中通过 CRD 实现 HTTP/TCP/UDP/gRPC 动态多协议路由，支持服务发现与零停机负载均衡的关键工程参数。

### [Quad9 DoH HTTP/1.1 退休迁移指南：转向 HTTP/2/3 与 QUIC 的工程实践](/posts/2025/12/03/quad9-doh-http11-retirement-migration-to-http2-3-quic/)
- 日期: 2025-12-03T15:19:57+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: Quad9将于2025/12/15退休DoH HTTP/1.1，提供迁移至HTTP/2/3或QUIC的配置参数、监控阈值与回滚策略，提升DNS并发、低延迟与隐私。

### [PostgreSQL 19 中 BRIN+JIT+并行聚合：10亿行亚秒级 SUM/AVG 工程优化](/posts/2025/12/03/postgresql-19-superfast-aggregations-brin-jit/)
- 日期: 2025-12-03T14:48:35+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: PostgreSQL 19 通过 BRIN 索引、JIT 编译与并行聚合扫描组合，实现 10 亿行表上 SUM/AVG 等聚合查询亚秒级响应，给出配置参数、阈值监控与回滚策略。

### [构建安全的 DMARC 报告聚合器：backscatter DoS 防护实战](/posts/2025/12/03/secure-dmarc-report-aggregators-backscatter-mitigation/)
- 日期: 2025-12-03T14:38:43+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 面向 DMARC 聚合报告接收，设计安全的聚合器系统，包括未经认证输入清理、速率限制、重复抑制，以及 null-sender 验证防范 backscatter DoS 攻击。

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