Dumitru Cușnir n=1
all entries
All tags

Content tagged with "systems" (5)

All content across blogs, linklog, and books with this tag.

Links

  • December 25, 2025 · devblogs.microsoft.com
    An amusing story about a practical use of the null garbage collector
    If the process is about to exit, the correct garbage collection strategy is to do nothing, because the OS will reclaim everything faster than you ever could.
  • August 27, 2025 · cstack.github.io
    How Does a Database Work?
    Build a SQLite clone from scratch in C, and after that you'll never write a SELECT statement without knowing exactly what the machine is doing underneath.
  • June 12, 2025 · eli.thegreenplace.net
    How debuggers work: Part 1 - Basics
    When you set a breakpoint, the debugger literally overwrites your instruction with a trap, and the rest of the trick is just ptrace and knowing when to put the original byte back.
  • April 24, 2025 · browser.engineering
    Web Browser Engineering
    A free book that has you build a working browser in Python, from raw socket to render tree, until no part of the pipeline stays a black box.
  • January 24, 2025 · blog.railway.com
    So You Want to Build Your Own Data Center
    A field report on leaving the cloud for your own racks, where the job resembles construction far more than writing a Terraform file.
© 2026 • Dumitru CuČ™nir
Press Esc or click anywhere to close