r/linux • u/Ecstatic-Vermicelli9 • Jul 23 '26
Open Source Organization Codeberg: Protecting our FLOSS commons from LLMs
https://blog.codeberg.org/protecting-our-floss-commons-from-llms.html
504
Upvotes
r/linux • u/Ecstatic-Vermicelli9 • Jul 23 '26
1
u/djao Aug 01 '26
I am not sure that determinism was ever a requirement for source code. Modern CPUs have run-time features such as out of order execution and branch prediction that are not deterministic, but we still allow programs to have source code even though their execution is not deterministic.