RSS Parrot

BETA

🦜 Series | Internals for Interns

@internals-for-interns.com.series@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Browse all article series covering in-depth explorations of programming language internals, database systems, and more.

Your feed and you don't want it here? Just e-mail the birb.

Site URL: internals-for-interns.com/series

Feed URL: internals-for-interns.com/index.xml

Posts: 3

Followers: 1

NUMA

Published: September 21, 2026 07:00

In the previous article we followed a packet all the way in from the wire and all the way back out. At every step something was reading or writing memory — the page the driver handed the card, the skb wrapped around it, the buffer the bytes were finally…

Model Management

Published: September 15, 2026 07:00

The previous article went through the Kronk SDK: a batching engine, a conversation cache, and a pile of workarounds behind a very small public API. All of it rested on three assumptions: that the model file was already on disk, that somebody had chosen a…

Understanding Testcontainers: The Ryuk Reaper

Published: September 7, 2026 07:00

If you’ve used Testcontainers in any language (Go, Java, .NET, Python, Node, Rust), you’ve probably noticed an extra container hanging around in your docker ps output while your tests run. Its image is testcontainers/ryuk, and its name follows a pattern…