I'm sure it's more complex than I grasp as a layperson, but I'm utterly amazed at how simple this _appears_. I get the feeling that this is something I have a better chance of understanding than the average SaaS Terms and Conditions.

I expected to have to scroll through pages upon pages of indecipherable text. Instead it's no bigger than a large paragraph of text, and I can easily fit it on my screen.

> "Instead it's no bigger than a large paragraph of text, and I can easily fit it on my screen."

When I saw it, I thought that it could almost fit in a tweet, so I just did it:

https://twitter.com/weinzierl/status/1376807707957719041?s=2...

The sequence takes 16 tweets, 15 if you don't split at line endings and remove spaces (4175 nucleobases / 280 nucleobases/tweet ~ 14.9 tweets).

Or you can use base2048 [1] to compress it down to 3 tweets (4175 nucleobases * 2 bits per nucleobase / 3080 bits per base2048 tweet = 2.7 tweets).

[1] https://github.com/qntm/base2048/