Aug 9, 2025 · 4 min read · Kafka isn’t just “a message queue.” It’s a distributed, high-throughput commit log that moves ridiculous amounts of data with remarkable efficiency. When I started digging into its internals, I expected to find some clever Java code.What I found inst...
Join discussion
Jul 6, 2025 · 3 min read · You might have seen tools like Cursor, Claude Code, or even VSCode’s Copilot Chat, where the AI assistant feels super integrated. But have you ever wondered how the underlying Model Context Protocol (MCP) client talks to the server? Especially over g...
Join discussionMar 13, 2025 · 10 min read · The CKB blockchain is taking a significant leap forward with the introduction of the Spawn syscall in its upcoming Meepo hardfork. Think of Spawn as a bridge that enables different CKB Scripts to talk to each other securely and efficiently—much like ...
Join discussion
Nov 15, 2024 · 10 min read · This post was originally a talk delivered at Common Knowledge Conference (CKCON) 2024 in Chiang Mai, Thailand. Wanbiao Ye (Mohanson) is a blockchain engineer at Cryptape, specializing in low-level VM and compiler development. His work spans multiple ...
Join discussion
Jul 28, 2023 · 2 min read · In the intricate realm of Unix systems, processes and signals wield tremendous power, enabling efficient multitasking and communication between programs. Delve into the intricacies of these concepts to navigate your Unix environment with mastery. The...
Join discussion
May 24, 2023 · 4 min read · In the intricate tapestry of computer science, Unix shells and processes play a pivotal role. Let's embark on a journey to uncover the fascinating world behind the scenes of your computer. Pioneers and Foundations Unix Origins: The original Unix oper...
Join discussion