# Hotdry Blog

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

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

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

## 本页文章
### [x86 解码器效率：热循环中 XOR 清零优于 MOV 0](/posts/2025/12/01/x86-decoder-efficiency-xor-zeroing-optimization/)
- 日期: 2025-12-01T21:18:54+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 剖析 x86 XOR reg,reg 清零技巧在热循环解码吞吐、I-cache 和 uops 上的优势，附历史背景与现代工程参数。

### [Trifold：零配置 Git 部署静态站点到全球 CDN](/posts/2025/12/01/trifold-zero-config-cdn-hosting/)
- 日期: 2025-12-01T21:03:00+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 通过 Trifold CLI 实现 Git push 一键部署静态站点，支持自动缓存清除、边缘缓存与零配置 HTTPS/DNS，打造廉价高性能托管方案。

### [LightRAG 低资源双图索引：查询融合与蒸馏优化实现](/posts/2025/12/01/lightrag-low-resource-query-fusion-distillation/)
- 日期: 2025-12-01T20:48:56+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: LightRAG 通过双层图索引结合查询融合和低资源蒸馏优化，实现高效 RAG 系统，优于 GraphRAG 等基线，提供工程参数与监控清单。

### [ChatGPT Mac App 工程剖析：Native Cocoa、多窗口流式与拖拽上下文实现](/posts/2025/12/01/chatgpt-mac-app-native-cocoa-multiwindow-streaming-drag-context/)
- 日期: 2025-12-01T20:33:11+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: ChatGPT Mac 原生应用工程实践：Cocoa 系统快捷键劫持、拖拽上下文、多窗口流式响应、剪贴板持久化参数与监控要点。

### [树莓派5低内存版：DRAM成本飙升下的BOM取舍与边缘部署优化](/posts/2025/12/01/raspberry-pi-5-low-ram-dram-cost-bom-edge-optimization/)
- 日期: 2025-12-01T20:19:16+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 剖析RPi5内存价格上涨对BOM的影响，低内存型号成本优势，以及边缘场景下的低RAM优化参数与技巧。

### [verl中KL正则化PPO与FSDP分片的工程化实践：多GPU RLHF生产调优](/posts/2025/12/01/kl-regularized-ppo-fsdp-sharding-in-verl/)
- 日期: 2025-12-01T20:13:10+08:00
- 分类: [ai-engineering](/categories/ai-engineering/)
- 摘要: 基于verl框架，详解KL正则化PPO算法在FSDP分片下的多GPU实现，包括通信重叠阈值、生产pipeline参数与监控清单。

### [DeepSeekMath-V2 自验证数学推理管道：验证器训练与生成器奖励工程化参数](/posts/2025/12/01/deepseekmath-v2-self-verifiable-reasoning-pipeline/)
- 日期: 2025-12-01T20:05:25+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: DeepSeekMath-V2 自验证框架下验证器冷启动、元验证过滤、生成器自省奖励权重及规模化标注清单，实现过程监督的 IMO 金牌证明生成。

### [DeepSeekMath-V2 自验证数学推理管道：验证器与生成器协同工程参数](/posts/2025/12/01/deepseek-math-v2-self-verifiable-reasoning-pipeline/)
- 日期: 2025-12-01T20:03:33+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 解析 DeepSeekMath-V2 自验证框架的核心工程参数，包括评分标准、奖励函数权重、迭代阈值与规模化验证清单，实现 IMO 金牌级数学证明生成。

### [五年 Matrix 自托管运维：联邦稳定性与 Dendrite 自定义扩展](/posts/2025/12/01/5-year-matrix-self-hosting-federation-stability-dendrite-scaling/)
- 日期: 2025-12-01T19:48:07+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于五年 Dendrite 自托管经验，分享联邦稳定配置、桥接集成及无托管 Synapse 的扩展 tweaks 与参数清单。

### [Plasma 6.8 Wayland-only 转型：合成器隔离强化与零拷贝渲染工程实践](/posts/2025/12/01/plasma-6-8-wayland-only-compositor-isolation-hardening-zero-copy-rendering/)
- 日期: 2025-12-01T19:36:32+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 剖析 Plasma 6.8 Wayland-only 下 compositor 隔离机制、nested sessions 范围控制及 Ozone-Wayland 零拷贝渲染的工程参数与监控要点。

### [KDE Plasma 6.8 彻底放弃 X11 会话：全面转向 Wayland 的工程化迁移](/posts/2025/12/01/kde-plasma-6-8-drops-x11-session-support-wayland-only-migration-guide/)
- 日期: 2025-12-01T19:19:29+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: Plasma 6.8 移除 X11 会话支持，聚焦 Wayland 原生合成与输入优化，提供迁移清单、XWayland 参数调优及常见坑位规避策略。

### [Xlibre：Xorg Xserver 的代码清理与现代化实践](/posts/2025/12/01/xlibre-xorg-code-cleanups/)
- 日期: 2025-12-01T19:02:49+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 剖析 Xlibre fork 对 Xorg Xserver 的代码清理策略，包括死代码移除、现代 C 重构和模块化提升，提供工程落地参数与监控清单。

### [Windows 子系统 Android 预构建：Magisk Root 与 Google Play 集成安装指南](/posts/2025/12/01/prebuilt-wsa-magisk-root-windows-subsystem-android/)
- 日期: 2025-12-01T18:51:12+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: WSABuilds 项目提供预构建 WSA，支持 Magisk root 和 Google Play，一键安装在 Windows 10/11 上运行 rooted Android 环境，附参数与监控要点。

### [Cursor AI 机器 ID 重置绕过试用限制：Python 脚本实战参数](/posts/2025/12/01/cursor-ai-machine-id-reset-trial-bypass/)
- 日期: 2025-12-01T18:33:32+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 剖析 Cursor AI machine ID 生成与存储机制，提供 Python 脚本重置路径、浏览器自动化阈值与无限 Pro 试用落地清单。

### [Trifold CLI：Git 零配置静态站点 CDN 部署](/posts/2025/12/01/trifold-cli-git-zero-config-cdn-static-sites/)
- 日期: 2025-12-01T18:19:20+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: Trifold CLI 通过 Git 一键将静态站点部署到全球 CDN，支持自动缓存清除、自定义域名与 HTTPS，实现廉价零配置托管。

### [ADK-Go：会话检查点持久化恢复与工具调用追踪实现](/posts/2025/12/01/adk-go-checkpoint-recovery-tracing/)
- 日期: 2025-12-01T18:08:26+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于Google ADK-Go工具包，剖析会话状态检查点持久化、恢复机制与工具调用追踪，支持长程AI代理可靠执行与调试实践。

### [LightRAG 双图索引与查询融合：低资源快速 RAG 工程参数](/posts/2025/12/01/lightrag-dual-graph-indexing-query-fusion-low-resource-rag/)
- 日期: 2025-12-01T17:48:07+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: LightRAG 通过实体-关系双图索引与 mix 模式查询融合，实现低资源高速 RAG，详解 chunk 分块、top_k 融合权重及小模型蒸馏参数调优，提升检索精度与速度。

### [Linux/Proton 下反作弊兼容性矩阵：检测矩阵与支持追踪](/posts/2025/12/01/linux-proton-anticheat-compatibility-matrices/)
- 日期: 2025-12-01T17:33:06+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 基于 Are We Anti-Cheat Yet 数据，构建反作弊驱动在 Linux/Wine/Proton 兼容检测矩阵，提供开发者启用参数与社区追踪清单。

### [部署DeepSeek-Math-V2：IMO金牌数学模型的量化加速、LoRA微调与长上下文优化](/posts/2025/12/01/deepseek-math-v2-imo-gold-deployment-quantization-finetuning-long-context/)
- 日期: 2025-12-01T17:18:08+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 提供DeepSeek-Math-V2的vLLM部署、4-bit量化、LoRA微调及长上下文优化参数，实现IMO级数学推理的高效工程化。

### [Bytesauna 思考模型基准：谜题轨迹分析真推理能力](/posts/2025/12/01/bytesauna-thinking-models-benchmark-puzzle-trace-analysis/)
- 日期: 2025-12-01T17:03:47+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 通过 Bytesauna 提出的谜题任务与轨迹分析，基准测试 o1 类思考 LLM 的真推理 vs 模式匹配，提供工程化评估参数与清单。

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