蓝图
算法与架构
The Transformer: Attention Is All You Need
A 2017 paper from Google replaced recurrence with self-attention — and created the architecture behind GPT, BERT, and the modern AI revolution.
Diffie-Hellman:让 RSA 成为可能的密钥交换
在 Rivest、Shamir、Adleman 造出那把锁之前,Whitfield Diffie 和 Martin Hellman 已经证明了这把锁可以存在。他们 1976 年的论文才是公钥密码学真正的起点。
数字签名:把公钥加密反着用
你用私钥签,任何人都能用公钥验。这一点不对称,支撑着软件更新、TLS 证书、git 提交,以及每一个必须在不信任信道的情况下信任代码的系统。
@ 符号:电子邮件是怎么被偷偷带进 ARPANET 的
Ray Tomlinson 把两个已经存在的程序粘到一起,作为一个未经授权的副业;挑了一个没人会出现在名字里的标点,意外造出了这个网络的第一个杀手级应用。
分组交换:网络如何承载任何内容
电路交换把带宽浪费在沉默上。分组交换把消息切成独立的小块,让网络忘掉这段对话。正是这一个转变,才有了互联网。
RSA 的数学,一行一行
欧拉定理、模逆,以及为什么 `(m^e)^d ≡ m (mod n)` 真的成立——把 RSA 那篇文章里一个代码块带过的数学,完整走一遍。
TCP 拥塞控制:从 Nagle 到 BBR
四十年一直在回答同一个问题——当你看不见自己要经过的那张网络时,你该以多快的速度把包发出去?
三次握手,一包一包拆开看
为什么 TCP 开连接恰好需要三个包,SYN 和 ACK 位到底在做什么,以及初始序号一旦可被预测,为什么就演变成了一场安全灾难。
为什么 TCP 被拆成了 TCP 和 IP
最早的 TCP 是一个同时负责路由、可靠性、寻址的协议。1978 年 Jon Postel 主张把它拆成两个,才解锁了 UDP、实时视频、沙漏架构,以及之后的几乎一切。
Blockchain: Trust Without Trustees
Satoshi Nakamoto's Bitcoin whitepaper introduced a mechanism for consensus without central authority — and sparked a revolution in decentralized systems.
MapReduce: Thinking in Parallel
Google's programming model for processing massive datasets across thousands of machines changed how we think about distributed computation.
REST: Architecture for the Scalable Web
Roy Fielding's dissertation formalized the architectural style that would become the standard for web APIs.
PageRank: The Algorithm That Organized the Web
Two Stanford grad students asked a simple question — what if a link is a vote? — and built the algorithm that made the web's infinite library searchable.
The URL: Addressing Everything
Berners-Lee's third invention gave every resource on earth a single, stable name — and turned the web from a collection of documents into a navigable space.
RSA 加密:光天化日之下的秘密
Rivest、Shamir、Adleman 解决了一个看似不可能的问题——让陌生人在不事先共享秘密的情况下进行安全通信。
TCP/IP:连通一切的协议
两位工程师在酒店大堂,一个不可能的问题:让任何网络能与任何其他网络通话。Cerf 与 Kahn 1974 年的论文,如何成为互联网的地基。
HTTP: The Protocol That Delivered the Web
Tim Berners-Lee's simple request-response protocol turned the internet into a global hypertext system.