Published onMarch 1, 2026Bypassing noexec with memfd_create(2)linuxcsystems-programmingjavaUsing Linux's memfd_create(2) syscall to load shared libraries and execute binaries entirely from memory, bypassing noexec restrictions without ever touching disk.
Published onOctober 14, 2022Building a high-performance database buffer pool in Zig using io_uring's new fixed-buffer modedatabasezigio_uringperformancelinuxIn this post, we will explore how to build a high-performance database buffer pool in Zig using io_uring's new fixed-buffer mode.