SkyRaun / Studies

Studies.

Raun means experiment and proof, and this is where the proof gets published. Each study takes one question, runs the experiment, and shows the evidence — including the runs that did not go the way I expected. Free, permanently, no signup wall.

evidence, not opinion no email gate every claim reproducible

Latest

http 14 July 2026 · 9 min read

Your HTTP client timed out. Did the request actually fail?

A client gives up at two seconds. The server committed at 1.87. Both behaved exactly as designed, and now two systems disagree about whether a payment happened. This is the cheapest distributed-systems lesson available, and almost nobody learns it before it costs them money.

Read the study →
from the experiment
1.870s  server  committed
2.000s  client  read timeout
2.001s  client  reported: failed
2.410s  server  200 OK → nobody

19 June 2026

The framing bug that passes code review

The same decoder, the same process, the same buffer size — correct on one connection and wrong on the next. Only the write timing changed. A short study in why "it worked" is not evidence.

networking

7 min

Why these are free

Don't paywall the proof. Paywall the structured journey.

A study shows you that something is true. A lab makes you prove it yourself, break it on purpose, repair it, and defend the repair against conditions you did not choose. Those are different products, and only one of them costs money.

Studies are the evidence

One question, one experiment, the actual output — including the runs that contradicted my prediction. If a claim here is wrong, it is wrong in public.

Labs are the practice

The same material as a system on your machine with a broken decoder, a failing test, and no answer key. Reading about a framing bug and repairing one are not the same skill.

Challenges are the exam

Symptoms only, misleading signals left in, nobody telling you which layer lied. This is the part that shows up in interviews and on call.

Reading is the cheap part.

Every study here has a lab behind it where you cause the failure yourself and prove the repair.