2025-03-06

Orion's Next Chapter: Linux Development Officially Launched
Better search results with no ads. Welcome to Kagi (pronounced kah-gee), a paid search engine that gives power back to the user.
Reducing latency with esoteric Linux process flags
How an elusive Linux kernel API flag nearly cost us a 6x latency improvement.
Hannah Montana Linux
Hannah Montana Linux is a Kubuntu-based Linux OS with a KDE 4.2 GUI and Hannah Montana themes, utilizing Debian apt for package management.
A Quick Journey Into the Linux Kernel
I recently took a deep dive into the Linux kernel to understand how it handles processes, scheduling, memory, and more. While I had some OS knowledge from school, it always felt too abstract - so I wanted to see how things actually work. This post covers what I learned, from system calls to interrupts, and how kernel development differs from userspace.
"Developers, Here’s Why You Need to Learn Linux (Even If You Use Windows)"
? Why should every coder learn Linux? Find out in just 3 minutes! If you're into programming, hacking, or DevOps, Linux is a game-changer. In this video, I'...
The case of the vanishing CPU: A Linux kernel debugging story
Read about how a Linux kernel memory bug led to instability in ClickHouse Cloud on GCP, and the challenges of diagnosing and resolving it.

2025-03-04

Comparing Fuchsia components and Linux containers [video]
Fuchsia is a new (non-Linux) operating system from Google, and one of the key pieces of Fuchsia's design is the component framework. Components on Fuchsia have many similarities with some of the container solutions on Linux (such as Docker): they both fetch content addressed blobs from the network, assemble those blobs into an isolated filesystem structure that holds all the dependencies necessary to run some piece of software, and launch namespaced processes with that created directory as its root.