2024

    Transport Layer Protocol: The Big Picture

    Life is really simple, but men insist on making it complicated. -Confucius

    How to Do Research: Relearning How to Learn

    Research is simply a continuation of something we already naturally do: learning. Learning happens when you understand something that someone else already understands. Research happens when you understand something that nobody else understands yet. Kanjun Qiu

    2023

    Pointer from Memory Allocation Perspective

    Memory Basic Memory Computer memory is a linear sequence of bytes. Each byte in memory has a unique address. The address can be represented in decimal or hexadecimal values. Basic data types like character, integer, float, and double use different amounts of memory.