# Hotdry Blog

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

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

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

## 本页文章
### [LinkSwift网盘直链提取工具逆向工程：多平台协议解析与下载器生态整合](/posts/2025/11/05/linkswift-netdisk-direct-link-reverse-engineering/)
- 日期: 2025-11-05T07:19:46+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 深度解析基于JavaScript的网盘直链提取工具LinkSwift的技术实现，从协议逆向工程到多下载器集成的完整技术栈，为企业提供高效的网盘直链解决方案。

### [BitTorrent网络边界工程：从协议设计到抗审查架构](/posts/2025/11/05/bittorrent-network-boundary-engineering/)
- 日期: 2025-11-05T07:02:49+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 深入分析BitTorrent协议如何通过分布式架构创造不可控网络边界，探讨其对现代分布式系统设计的工程启示。

### [Win11Debloat脚本深度解析：Windows系统优化的PowerShell工程实践](/posts/2025/11/05/win11debloat-powershell-system-optimization/)
- 日期: 2025-11-05T06:09:28+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 从技术架构角度深度分析Win11Debloat PowerShell脚本，探讨Windows系统优化的工程实现、企业级部署策略以及自动化运维的实践价值。

### [PostgreSQL与Apache Iceberg查询优化深度解析：数据局部性与计算下推的工程实践](/posts/2025/11/05/postgres-iceberg-optimization-deep-dive/)
- 日期: 2025-11-05T06:04:16+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于pg_lake架构的PostgreSQL-Iceberg集成，深度分析查询路径重构策略、元数据驱动的分区剪枝机制，以及计算下推架构的工程实现，提供数据湖查询性能10倍提升的完整技术路径。

### [Nano vLLM：KV缓存分页管理与连续批处理的高吞吐推理架构深度解析](/posts/2025/11/05/nano-vllm-kv-cache-continuous-batching/)
- 日期: 2025-11-05T05:32:48+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 深入分析Nano vLLM如何通过创新的分页KV缓存管理和连续批处理策略，在1200行Python代码中实现超越vLLM的推理性能，探讨其核心架构设计与工程实践。

### [Nest恒温器固件逆向工程：物联网安全的边界探索](/posts/2025/11/05/nest-thermostat-firmware-reversing/)
- 日期: 2025-11-05T04:32:30+08:00
- 分类: [ai-security](/categories/ai-security/)
- 摘要: 深入分析Nest恒温器的硬件架构与固件安全机制，通过逆向工程技术揭示物联网设备的安全边界与潜在风险。

### [OpenTUI：TypeScript化的终端UI框架，用React思想重新定义TUI开发范式](/posts/2025/11/05/opentui-typescript-terminal-ui-reconciler/)
- 日期: 2025-11-05T04:08:41+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 深入解析OpenTUI的reconciler架构设计，分析如何将React Virtual DOM思想引入TUI领域，探索跨框架兼容的终端UI开发新范式。

### [BettaFish多Agent舆情分析系统架构解析：从0实现的分布式协作引擎](/posts/2025/11/05/bettafish-multi-agent-sentiment-analysis-system/)
- 日期: 2025-11-05T04:02:14+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 深入解析BettaFish如何通过创新的Agent论坛协作机制、分布式架构设计和轻量化实现，构建出支持30+平台的7x24小时舆情监控分析系统。

### [nano-vLLM轻量化推理引擎：1200行代码实现高性能大模型推理](/posts/2025/11/05/nano-vllm-lightweight-inference-engine/)
- 日期: 2025-11-05T03:03:38+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 深度解析nano-vLLM如何用仅1200行Python代码实现接近vLLM的推理性能，探讨轻量化推理引擎的工程实现与优化策略。

### [Everywhere桌面AI助手：重新定义桌面智能协作的无缝边界](/posts/2025/11/05/oberheim-inspired-contextual-desktop-ai/)
- 日期: 2025-11-05T02:47:19+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 深入分析Everywhere如何通过桌面上下文感知技术打破传统AI助手的交互壁垒，探讨本地化智能协作的技术实现与设计哲学。

### [AI内存危机：服务器DRAM价格暴涨50%的供应链工程分析](/posts/2025/11/05/ai-memory-crisis-dram-price-surge/)
- 日期: 2025-11-05T02:32:08+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 深入分析AI驱动的内存供应链危机，探讨服务器DRAM价格暴涨50%的技术根源、成本影响及工程应对策略。

### [GPULog：通过hash-indexed sorted array实现Datalog的GPU并行化优化](/posts/2025/11/05/optimizing-datalog-for-gpu/)
- 日期: 2025-11-05T02:18:04+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 深入解析ASPLOS'25论文GPULog的核心创新：如何通过三层结构的hash-indexed sorted array数据结构，结合半朴素评估算法，在GPU上实现Datalog逻辑编程的高性能并行执行。

### [LocalAI去中心化推理架构：从API兼容到分布式AI](/posts/2025/11/05/decentralized-ai-inference-with-localai/)
- 日期: 2025-11-05T02:07:27+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 分析LocalAI如何通过OpenAI兼容API、多后端抽象和P2P架构实现去中心化AI推理，探讨其在消费级硬件上的工程实践。

### [Plexe：从自然语言到生产级ML模型的工程化管道构建](/posts/2025/11/05/plexe-production-ml-model-pipeline/)
- 日期: 2025-11-05T02:03:32+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 深入解析Y Combinator孵化项目Plexe如何通过多智能体系统实现自然语言驱动的端到端ML模型构建与部署，为AI工程自动化提供新范式。

### [Plexe：用自然语言驱动生产级ML模型的工程化管道](/posts/2025/11/05/plexe-natural-language-ml-model-engineering/)
- 日期: 2025-11-05T02:02:48+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 解析Y Combinator孵化项目Plexe如何通过多智能体系统实现自然语言到机器学习模型的端到端自动化，构建生产级AI工程管道。

### [OpenTUI: TypeScript TUI库的Reconciler架构创新](/posts/2025/11/05/typescript-tui-reconciler-innovation/)
- 日期: 2025-11-05T01:47:37+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 探索OpenTUI如何通过reconciler模式统一多框架TUI渲染，实现声明式终端界面开发的突破性进展。

### [pg_duckdb与Apache Iceberg集成：PostgreSQL湖仓一体化的技术实现与最佳实践](/posts/2025/11/05/postgres-iceberg-data-lake-integration/)
- 日期: 2025-11-05T01:33:09+08:00
- 分类: [ai-systems](/categories/ai-systems/)
- 摘要: 基于pg_duckdb扩展，深入解析PostgreSQL与Apache Iceberg数据湖的集成架构、事务支持机制、性能优化策略及实际部署方案，为企业构建统一的湖仓一体化数据平台提供技术指导。

### [X平台WebView强制打开机制技术分析与用户控制策略](/posts/2025/11/05/x-platform-webview-navigation-control/)
- 日期: 2025-11-05T01:19:52+08:00
- 分类: [application-security](/categories/application-security/)
- 摘要: 深入分析X平台新的WebView链接处理机制，探讨shouldOverrideUrlLoading拦截技术的工程实践，以及在用户体验与用户控制权之间寻找平衡的技术方案。

### [Postgres + Iceberg 混合架构：湖仓一体的查询优化与数据管理](/posts/2025/11/05/postgres-iceberg-lakehouse-architecture/)
- 日期: 2025-11-05T01:03:48+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 基于开源项目pg_lake分析Postgres与Iceberg深度集成的技术架构，探讨混合存储引擎的统一元数据管理、查询优化策略与性能工程实践。

### [逆向工程Phomemo热敏打印机CUPS驱动开发实战](/posts/2025/11/05/phomemo-cups-driver-reversing/)
- 日期: 2025-11-05T00:49:48+08:00
- 分类: [systems-engineering](/categories/systems-engineering/)
- 摘要: 深度解析Phomemo热敏打印机的USB通信协议，基于ESC/POS指令集实现开源CUPS驱动，为Linux嵌入式系统提供打印解决方案。

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