But pi is also "constructed", in the sense that you can write down a constructive definition for it, for example \sqrt{6 \times \sum_{k=1}^\infty \frac{1}{k^2}}.
So I suppose maybe OP meant we haven't proven any number to be normal (or not) that is not designed to be normal (or not) ?
Please define what "predicting the next token" means. The next token according to what probability distribution? Couldn't every process that produces text (including humans writing) be modeled as predicting the next token according to some distribution?
You are absolutely 100% wrong about this. It is entirely possible in the US to enter into contracts that limit your rights, including freedom of speech. People do this routinely, and it is enforceable.
The reason you can't give away your kidney in an employment contract is because there is a specific law banning that: the National Organ Transplant Act of 1984, which bans transferring a human organ in exchange for valuable consideration.
That is nonsense. "Freedoms" and "rights" are inherently social constructs. What does it even mean to say you "innately have" freedom of speech? That is a borderline religious claim, like saying you innately have a soul.
Of course. For example, the law guarantees that I don't have to perform labor for someone else if I don't want to. An employment contract obligates me to.
Similarly, it's entirely possible to enter into a contract limiting your freedom of speech.
The entire point of a contract is to promise to do, or not to do, something that you could have freely chosen to do or not to do under the law without any contract.
No. It’s not illegal to express that opinion (or any opinion) in public in the US in any normal scenario. I’m not sure to what extent the law is different on planes, but you can go outside on the street and yell “free Palestine, F Zionists” to your heart’s content and you will not have broken any laws.
It's colloquially used like that in the blackjack community. "Being trespassed" by a casino means the casino informs you that you must leave and that if you return, you will be guilty of trespassing.
An array of arrays is an extremely inefficient and error-prone way to represent multidimensional arrays.
If I want a 1000x1000 array, representing it physically as a single 1000000-element array requires one allocation, and processing it element-by-element (assuming it's stored in the same order we're iterating over it) is sequential in memory and therefore very efficient.
Representing it as 1000 separate 1000-element arrays requires 1000 allocations, and pointer-chasing every time we move from one row to the next.
So I suppose maybe OP meant we haven't proven any number to be normal (or not) that is not designed to be normal (or not) ?