# Hotdry Blog

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

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

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

## 本页文章
### [nvmath-python：cuBLAS与cuSOLVER的Python绑定加速ML线性代数](/posts/2025/09/19/nvmath-python-cublas-cusolver-bindings-for-ml-linear-algebra/)
- 日期: 2025-09-19T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 利用nvmath-python绑定cuBLAS和cuSOLVER，实现GPU加速的线性代数操作，支持ML管道中的张量分解和稀疏求解，提升训练可扩展性。

### [无超级用户权限的 PostgreSQL 维护：利用 pg_cron 进行真空清理、索引重建与统计收集](/posts/2025/09/19/postgresql-maintenance-without-superuser-pg-cron-vacuum-index-stats/)
- 日期: 2025-09-19T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 在多租户 PostgreSQL 环境中，通过 pg_cron 扩展实现无超级用户权限的数据库维护任务，提升 DBaaS 安全性和自动化水平。

### [SQLBot 中查询分解与错误反馈：优化动态 Schema 下的 Text-to-SQL](/posts/2025/09/19/query-decomposition-and-error-feedback-in-sqlbot-optimizing-text-to-sql-for-dynamic-schemas/)
- 日期: 2025-09-19T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 集成查询分解与错误反馈机制，提升 SQLBot 在复杂动态数据库中的 Text-to-SQL 准确率。

### [RAG增强的Text-to-SQL管道：动态模式检索、多步查询分解与LLM错误反馈](/posts/2025/09/19/rag-enhanced-text-to-sql-query-decomposition/)
- 日期: 2025-09-19T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 工程化RAG增强Text-to-SQL系统，聚焦动态schema检索、多步分解及错误反馈循环。

### [RubyGems 供应链安全：漏洞利用与缓解策略](/posts/2025/09/19/ruby-gems-supply-chain-security-vulnerability-mitigation/)
- 日期: 2025-09-19T20:46:50+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 分析 RubyGems 的供应链风险，聚焦漏洞利用方式、缓解措施以及通过 gem 签名提升依赖管理的安全性。

### [使用Wolfram规则模拟λ演算：基于规则系统的图灵完备计算](/posts/2025/09/19/simulating-lambda-calculus-with-wolfram-rules-a-rule-based-approach-to-turing-complete-computation/)
- 日期: 2025-09-19T20:46:50+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 探讨如何利用Wolfram规则引擎通过元胞自动机模拟λ演算归约，实现规则基系统的图灵完备计算，提供工程参数与实现清单。

### [使用 {fmt} 库实现 C++ 类型安全的字符串格式化：编译时检查与零分配路径](/posts/2025/09/19/type-safe-high-performance-string-formatting-cpp-fmt-library/)
- 日期: 2025-09-19T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 面向 C++ 开发者，给出 {fmt} 库的类型安全格式化、高性能路径及自定义类型集成的工程实践。

### [tinycolor NPM 包入侵分析：实施 Sigstore 签名、NPM Audit 自动化与依赖来源检查](/posts/2025/09/18/analyzing-tinycolor-npm-compromise-implementing-sigstore-npm-audit-and-provenance-checks/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 针对 tinycolor 维护者账户接管事件，分析供应链攻击 postmortem，并提供 Sigstore 签名、NPM Audit 自动化及依赖来源检查的工程化实现。

### [构建AI代理自动化竞争编程：问题解析、C++代码生成与提交](/posts/2025/09/18/building-ai-agents-for-competitive-programming-automation/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 介绍AI代理在竞争编程中的应用管道，包括解析问题、生成优化C++代码、符号执行测试和自动化提交。

### [构建AI代理自动化ICPC竞赛：问题解析、C++代码生成与提交](/posts/2025/09/18/building-ai-agents-for-icpc-automation-problem-parsing-c-plus-plus-code-gen-and-submissions/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 介绍AI代理在竞争编程中的应用管道，包括解析问题、生成优化C++代码、符号执行测试和自动化提交。

### [使用 Rust 构建 x86 虚拟机监视器：VMX、EPT 和中断处理](/posts/2025/09/18/building-an-x86-hypervisor-in-rust-vmx-ept-and-interrupt-handling/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 面向 x86 硬件虚拟化，在 Rust 中实现虚拟机创建、内存分页和异常拦截的工程实践与参数配置。

### [构建开源 Perplexity AI 替代品：本地 LLM 集成与隐私搜索](/posts/2025/09/18/building-open-source-perplexity-ai-alternative-with-local-llm-integration/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于 Perplexica 项目，探讨本地 LLM 集成实现隐私优先的 AI 搜索，支持 RAG 和多模态查询，提供部署参数与优化策略。

### [使用 Gluon 构建跨厂商 GPU 内核：利用 Triton 编译栈实现自动融合与优化](/posts/2025/09/18/building-portable-gpu-kernels-in-gluon-leveraging-tritons-compiler-stack-for-cross-vendor-fusion-and-optimization/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 面向 NVIDIA/AMD 硬件，给出 Gluon 中利用 Triton 进行可移植内核融合的工程化参数与优化策略。

### [使用 RAG 增强的 Text-to-SQL 系统：基于 LLM 的模式检索、查询生成与迭代纠错](/posts/2025/09/18/building-rag-enhanced-text-to-sql-llm-for-schema-retrieval-query-generation-and-iterative-error-correction/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 构建 RAG 增强的 Text-to-SQL 系统，利用 LLM 进行模式检索、查询生成及迭代纠错，处理复杂数据库查询，减少幻觉。

### [基于 Canvas 的文本渲染与 JavaScript 截图检测：实现动态内容擦除的安全文档分享](/posts/2025/09/18/canvas-based-screenshot-protection-with-javascript-detection/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 使用 Canvas 渲染敏感内容，通过像素轮询检测截图，并在检测到时擦除内容，提供安全文档分享的实现参数。

### [配置 pnpm 的严格对等依赖解析以防范工作区中的恶意依赖注入](/posts/2025/09/18/configure-pnpm-strict-peer-dependency-resolution-workspaces/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 在 npm 工作区中，通过 pnpm 的严格对等依赖模式强制精确版本，防止恶意传递依赖注入，提供配置参数和监控要点。

### [C# 14 空条件赋值：简化异步管道中的空安全链式操作](/posts/2025/09/18/csharp-14-null-conditional-assignments-async-pipelines/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [compiler-design](/categories/compiler-design/)
- 摘要: 利用 C# 14 的空条件赋值，在 Web API 的异步管道中实现简洁的空安全链式操作，减少样板代码并增强类型安全。

### [终端部署轻量级 OpenAI Codex CLI：利用 Rust 集成实现低延迟代码合成与调试](/posts/2025/09/18/deploy-lightweight-openai-codex-cli-terminal-real-time-code-synthesis-debugging-autocompletion-local-llm-rust/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 在终端中部署 OpenAI Codex CLI，通过 Rust 核心和本地沙箱，支持实时代码合成、调试与自动补全，实现低延迟边缘计算。

### [边缘设备上部署轻量级PaddleOCR：后训练量化与ONNX Runtime优化](/posts/2025/09/18/deploy-lightweight-paddleocr-edge-via-ptq-onnx-optimizations/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 在资源受限的边缘设备上部署PaddleOCR模型，通过后训练量化生成INT8 ONNX模型，利用ONNX Runtime实现高效多语言文本提取的工程参数与优化策略。

### [AI辅助编码管道中设计工作单元边界：上下文管理和多文件编辑](/posts/2025/09/18/design-unit-of-work-boundaries-in-ai-assisted-coding-pipelines/)
- 日期: 2025-09-18T20:46:50+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 在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)
