Why everyone should learn to code
2024-10-29
ARTICLE

非常棒的一篇文章,我很喜欢里面的一些点,比如什么是coding,coding中关于抽象的应用和类比,LLMs不会让写垃圾的人变得更好,两种学习语言的方式等等,非常值得一读

Why GitHub Actually Won
2024-09-29
ARTICLE

一点关于如何创业的后发思考:
"...Big hosts didn’t care and smaller players weren’t serious...So, to sum up, we won because we started at the right time and we had taste...".

Creating a Git commit: The Hard Way
2024-09-19
ARTICLE

关于Git commits背后的东西,轻松有趣的阅读

How SSH Secures Your Connection
2024-09-08
ARTICLE

更好的理解SSH(TLS)如何运作的,不过我觉得如果能多一些图例就很赞了 :)

Kafka: a Distributed Messaging System for Log Processing
2024-08-29
PAPER

Kafka的原始设计理念

In Search of an Understandable Consensus Algorithm
2024-08-21
PAPER

RAFT是学习分布式算法很好的入门

Teach Yourself Computer Science
2024-08-19
RESOURCE

学习CS非常棒的资源,如果每个分类下推荐的都能读一下,保证会有很大的收获,基础会夯实很多

Visualizing algorithms for rate limiting
2024-08-12
ARTICLE

可视化永远是教学里最直观的方式