diff --git a/orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx b/orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx index 80e1ed0..3dfef16 100644 --- a/orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx +++ b/orbitmines.com/src/routes/papers/2024.AUniversalLanguage.tsx @@ -182,6 +182,12 @@ const AUniversalLanguage = () => { + And a simple move back: + + + + + ...
@@ -339,7 +345,7 @@ const AUniversalLanguage = () => { -
+
Version control, causal histories, theorem proving, ..., a (programming) language are all rather similar. Always we consider some sort of persisting, surviving, ..., crafted items whose rediscoverability is not entirely obvious. In the case of version control, or reversibility, the gnawing question becomes: "What if I didn't know about something?" @@ -359,6 +365,8 @@ const AUniversalLanguage = () => { + + Essentially, version control comes hand-in-hand with compression. It becomes a story of redundancy, ..., recoverability.