What Does It Take to Transfer 1 Byte Over Wi-Fi Without an OS?
A long-form post shape that can carry deep systems work, experiments, and the breadcrumbs needed to make the story discoverable later.
The long-form lane should feel like a workshop notebook that was edited into something durable. This sample post exists to prove the shape of the scaffold, not the finished visual design.
Scope the problem before the implementation
When you strip away the operating system, the first problem is not how to transmit the byte. The problem is how much machinery normally disappears behind the OS boundary without you noticing.
Keep code readable without shipping runtime bloat
struct frame_header {
uint16_t control;
uint16_t duration;
uint8_t destination[6];
uint8_t source[6];
};
Demos should hydrate only when they earn it
Visibility-triggered applet
A lightweight placeholder for an interactive article demo. It hydrates only when the reader reaches this section.
This demo remains fully client-side and only hydrates when the page asks for it.