➡️
继续阅读
-
Hugo 实现页面加密
本文介绍如何在Hugo静态博客中实现页面加密。通过构建脚本将标记为加密的页面HTML与静态资源打包,使用PBKDF2派生密钥和AES-256-GCM加密为...
-
多流执行上下文中的CUDA Graph
CUDA Graph在多流执行中效果有限,仅能消除CPU开销导致的GPU气泡,无法解决其他流中阻塞内核引起的气泡。若GPU利用率已高,启用CUDA Gra...
-
Harper Argues Against the Multi-System Stack and Releases 5.2
The database platform Harper advocates for a single-runtime architecture that...
-
个人小项目vibecoding方案推荐:opencode spark 1.2 和 zcode
zcode是作者最爱的vibecoding工具,但opencode新出的muse-spark-1.2-contributor模型更划算,允许数据训练换低价...
-
The Open-Sourcing of DeepSeek Harness Opens the Door to Modular, Unbundled AI Agent Infrastructure
DeepSeek has released a developer preview of DeepSeek Harness (dsh), an open-...
-
Rustprofile:面向 Linux 的持续 CPU、off-CPU 与采样堆分析器
rustprofile 是面向 Linux 的 CPU、off-CPU 与堆分析器,支持 native 进程、Docker 和 Kubernetes。它输...