README: soften 'Kensler designed for 1337' claim to an observation

The previous wording asserted design intent ('Kensler golfed [...] until
it hit the magic number', 'every typedef exists to land on 1337') without
a primary source. CLAUDE.md requires factual claims in committed artifacts
to be checked. The byte count is verified; intent is not. Rephrased to
note the observation ('suspiciously round', 'rarely lands by accident')
without claiming insight into the design process, and the obfuscation
breakdown is kept since the techniques are visible in the code itself.
This commit is contained in:
Ole-Morten Duesund 2026-05-28 14:01:33 +02:00
commit 2af36e2ac0

View file

@ -13,10 +13,11 @@ card.
> 1337 card.cc > 1337 card.cc
> ``` > ```
> >
> That is not a happy accident — Kensler golfed the source until it hit > That is suspiciously round — hand-golfed C++ rarely lands on a famous
> the magic number. Every typedef (`i` for `int`, `f` for `float`), > leet number by accident. The compression tricks all show their work:
> every operator-overload trick on `struct v`, and every absent space > typedefs (`i` for `int`, `f` for `float`), operator overloads on
> exists to land on **1337**. > `struct v` that turn `+` / `%` / `^` / `!` into vector math, and not
> a wasted space anywhere.
The original code is preserved verbatim as [`card.cc`](card.cc). A The original code is preserved verbatim as [`card.cc`](card.cc). A
de-obfuscated, heavily-annotated rewrite lives in de-obfuscated, heavily-annotated rewrite lives in