Avalanche Protocol for Blockchain

Avalanche is a protocol for Blockchain, and we may learn about L1 Design from Avalanche.

Differential Privacy

联邦学习领域中一种保护隐私的理论

Records While Testing on SWE-Bench

Just a simple diary on running swe-bench, a classic agentic task benchmark.

2025 ICPC AsiaEC Shanghai

D 我们直接枚举 3n3^n3n 个 mask (i.e., 0,1,?0,1,\texttt{?}0,1,?) 考虑 mask 的第 nnn 位,如果是 0,10,10,1,那么剩下的其实就是大小为 n−1n-1n−1 的一个子问题;比较麻烦的是...

Profiling CUDA Kernels in PyTorch

Learn (1) integrate CUDA kernels into PyTorch (2) profiling CUDA kernels in PyTorch

Divide and Conquer Reduction with CUDA

CUDA 编程中的分治规约算法.

CRTP: Static Polymorphism in C++

C++ 的 CRTP 模式可以实现静态多态.

Function Calling, Tools, MCP and Skills

简单讲解 Function Calling, Tools, MCP 和 Skills 的区别

Skill Loading in Claude Code

简单剖析一下 Agent 里 Skill 是如何加载的

Agent Memory

12314