Einstein's Relativity in Four-Letter Words or Less

2025-04-14

This article uses a simple, story-driven approach to explain Einstein's theory of relativity. By using analogies and a conversational tone, it breaks down complex concepts like the relativity of simultaneity, the constancy of the speed of light, and the equivalence of gravity and spacetime curvature. Even without a physics background, readers can grasp the core ideas.

Read more
Tech

A Minimalist Linux Kernel Module: 7-Byte Executables

2025-04-10

The author crafts a custom, metadata-less binary file format for Linux using a kernel module. Initially aiming for tiny ELF executables (achieving a 45-byte minimum), the exploration delves into smaller aout formats, culminating in a 7-byte, and later a 2-byte, executable. The article details creating the kernel module, a custom loader supporting the new format, handling heap and command-line arguments, and improvements automating program exit. This journey showcases the power of kernel modules and the art of minimizing executables.

Read more