02 Feb 26
08 Jan 26
08 Nov 25
23 Aug 25
17 Jul 25
18 Jun 25
Take a look at your process tree, it’s likely that you might notice a new service: rtkit-daemon, the RealtimeKit Daemon. It seems nobody on the internet is talking about it, so let’s explain what it’s about in this article.
12 Apr 25
An article that explains how the kernel executes scripts files that contain a shebang (#!)
An article that explains how the kernel executes scripts files that contain a shebang (#!)
04 Jan 24
03 Oct 23
Enthusiast kernel optimized for low latency
25 Sep 23
“Notwithstanding any other terms in this License, this License is not available to You if You and/or your employer develop, produce, sell, and/or resell a product which contains substantially similar capabil- ities of the BitKeeper Software, or, in the reason- able opinion of BitMover, competes with the BitKeeper Software.” 🤦🏻♀️
So glad the BitKeeper days are over
02 Aug 23
14 May 22
28 Apr 21
Basic overview of fast userspace mutex (aka futex), how they work and how they’re used to implement the more familiar synchronization primitives in higher-level APIs and languages.
08 Jun 20
This 3-part article series, explain how to use io_uring — a new high performance interface for high performance I/O for Linux — to get the most common programming tasks done under Linux.