Skip to content

Commit ef307d9

Browse files
committed
11.05.2026
1 parent e3b88fe commit ef307d9

1 file changed

Lines changed: 98 additions & 4 deletions

File tree

pages/threads.md

Lines changed: 98 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,101 @@ math: true
99

1010
Conversations, thoughts, half-ideas, things I am starting to explore.
1111

12-
## 11.05.2026
12+
## 11.05.2026 (afternoon)
13+
14+
(yes this entry contains filler, are you yet frustrated by it?)
15+
16+
recently discovered the RFC writing style for the internet. \
17+
[RFC 2119](https://datatracker.ietf.org/doc/html/rfc2119) defines a handful of keywords meant to remove ambiguity from specifications:
18+
19+
> 1. MUST This word, or the terms "REQUIRED" or "SHALL", mean that the
20+
> definition is an absolute requirement of the specification.
21+
>
22+
> 2. MUST NOT This phrase, or the phrase "SHALL NOT", mean that the
23+
> definition is an absolute prohibition of the specification.
24+
>
25+
> 3. SHOULD This word, or the adjective "RECOMMENDED", mean that there
26+
> may exist valid reasons in particular circumstances to ignore a
27+
> particular item, but the full implications must be understood and
28+
> carefully weighed before choosing a different course.
29+
> 4. ...
30+
31+
we SHOULD apply this to everyday language.
32+
33+
daily language is mostly filler. greetings burn tokens. \
34+
when both sides agree the goal is to exchange information, not feelings, email is high friction for no reason.
35+
36+
on a different note: \
37+
can we make it socially acceptable to write emails in a colder, denser way?
38+
39+
**BEFORE**
40+
>
41+
> Guten Abend zusammen!
42+
>
43+
> Wir haben eine Reservation für die Drachenhöhle am Freitag, 08.05.2026.
44+
> Ursprünglich hatten wir mit etwa 18 Personen geplant, aber es sieht nun so aus, dass wir am Ende etwa 8 Personen sein werden. Da fragen wir uns, ob ein Wechsel zur Hobbithöhle Sinn machen würde. Für eine kleinere Gruppe wäre das wahrscheinlich die gemütlichere Atmosphäre.
45+
>
46+
> Falls das noch möglich ist, würden wir uns sehr freuen. Ansonsten kommen wir natürlich auch gerne in die Drachenhöhle :)
47+
>
48+
> Vielen Dank und freundliche Grüsse
49+
>
50+
> Dani Bengl (it/its)
51+
52+
intention is buried. greeting, setup, filler, hedge, thanks. politeness at the cost of signal.
53+
54+
what i actually wanted to say:
55+
56+
**AFTER**
57+
>
58+
> Reservation Fr. 08.05.2026, Drachenhöhle. \
59+
> Teilnehmer: 18→8. \
60+
> Wechsel zu Hobbithöhle möglich?
61+
>
62+
> Dani Bengl (it/its)
63+
64+
the organizers will extract that core from my original anyway. \
65+
then they formulate their own core ("room available, will move", or "possible but maybe keep the bigger room"), pad it with filler, send. \
66+
i receive, scan, decode, repeat.
67+
68+
why can't human <-> human communication skip the encode/decode step?
69+
70+
maybe it can. open the channel with a header:
71+
72+
> the following message is optimized for density. no impoliteness implied.
73+
> <message>
74+
75+
and inside, reduce vocabulary for load-bearing words. MUST, MUST NOT, SHOULD, MAY. capitalized as in the RFC.
76+
77+
builds on top of [a-optimized-language](https://cb341.dev/blog/a-optimized-language/), section "Why I prefer talking to an LLM over humans".
78+
79+
i'll try it. either non-engineers read me as cold and heartless, or they appreciate the efficiency.
80+
81+
## 11.05.2026 (morning)
82+
83+
most modern languages signal sentence type at the end. \
84+
declarative, imperative, interrogative, exclamatory. \
85+
you only learn the tone after you've already read the words. \
86+
hard to read aloud. you have to guess, then correct.
87+
88+
why not put the marker first?
89+
90+
> Why do we even bother with languages?
91+
92+
vs.
93+
94+
> ? why do we even bother with languages
95+
96+
reads more structured. same shape as:
97+
98+
> Q: Why do we even bother with languages?
99+
100+
and while we're rewriting orthography. capitalization currently marks sentence starts. \
101+
the leading marker would already do that. \
102+
free up capitalization for *meaning* instead. emphasize words that MUST NOT be skimmed, like bold or italics but in plain text.
103+
104+
> if a leading `?` opens a question, does the trailing `?` still earn its keep? probably drop it. one marker per sentence...
105+
106+
## 11.05.2026 (midnight)
13107

14108
caught myself asking Claude to move a file for me today. \
15109
not debug something. not explain something. move a file.
@@ -40,7 +134,7 @@ Radiation brute-forces mutations. It increases the error rate in DNA copying. Mo
40134

41135
So theoretically: set an area on fire repeatedly while exposing it to controlled radiation and you might sculpt organisms that are extremely hardy to both. Like lab-directed evolution but on a landscape scale. Chernobyl’s Red Forest + later wildfires already did a messy version of this experiment.
42136

43-
It feels like the ultimate move fast and break things approach to biology. Flood the system with noise and variation, kill almost everything, and see what’s left standing. Evolution by catastrophe.
137+
It feels like the ultimate "move fast and break things" approach to biology. Flood the system with noise and variation, kill almost everything, and see what’s left standing. Evolution by catastrophe.
44138

45139
Reminds me of the AI conversation. We can now brute-force code into existence by describing it. No need for the slow, careful craft. Is that better? Or are we just trading understanding for speed and volume?
46140

@@ -49,10 +143,10 @@ Same question here: does flooding the genome with mutations and extreme selectio
49143
Nature already does this slowly with fire, volcanoes, solar radiation. We could do it faster. The question is whether we should, and what we lose in the process.
50144
Most mutations are bad. Most attempts fail. The “forward” leaps are rare and expensive.
51145

52-
Still... the black Chernobyl frogs are real. They happened in ~30 years.
146+
Still...\
147+
the black Chernobyl frogs are real. They happened in ~30 years.
53148

54149
Curious what other traits we could force if we tried.
55-
No conclusions. Just another void staring back.
56150

57151
## 04.05.2026
58152

0 commit comments

Comments
 (0)