All Posts
RSS-
Understanding Big-Endian vs. Little-Endian: From Principles to Java Practice
Explores the differences and use cases of big-endian and little-endian, discusses the byte-order selection logic in network protocols and CPU architectures, and analyzes Java's default handling and considerations for low-level development.
#operating system -
Deep Dive into the Raft Consensus Algorithm: Core Mechanisms and Engineering Optimizations
A systematic breakdown of Raft's data structures, leader election, and log replication mechanisms, with an in-depth exploration of safety guarantees, snapshot compression, pre-vote engineering practices, and a summary of the algorithm's limitations.
#Distributed -
Hello World: My First Post
The first post on my new blog, built with Astro.
#small talk