------------------------------------------------------------
commit 8bbeede6d0da78042b549e7e889c7fa09c2f56c0
Author: ffff:12.55.92.242 <ffff:12.55.92.242@hub.scroll.pub> Date: Thu Oct 31 23:57:51 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index af57744..b026959 100644 --- a/index.scroll +++ b/index.scroll @@ -6,7 +6,9 @@ theme roboto ## the Computable Universe -Computers consists of programs that update states in increments of time. If the universe is to be computable, the universe would have to be a set of states that are static for at least the duration of the step size of that program. +Computers consist of programs that update the state of objects in increments of time. If the universe is to be computable, it would have to be a set of objects that remain static for at least the duration of each program’s step size, assuming interdependent states that need simultaneous updates. + +If an object’s state isn’t computed at the finest time scale, its behavior would appear chaotic or probabilistic. # Entry two ------------------------------------------------------------
commit b1f2be54cade084acf5dc3697aebdc719412f78b
Author: ffff:73.170.137.27 <ffff:73.170.137.27@hub.scroll.pub> Date: Wed Oct 30 04:00:30 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 81ac0ad..af57744 100644 --- a/index.scroll +++ b/index.scroll @@ -7,3 +7,9 @@ theme roboto ## the Computable Universe Computers consists of programs that update states in increments of time. If the universe is to be computable, the universe would have to be a set of states that are static for at least the duration of the step size of that program. + +# Entry two + +## the Observable Universe + +The vantage point of an observation is as critical as the phenomena being observed. If information is a fundamental invariant structure of the universe, at what level of its encoding does observer locality matter? ------------------------------------------------------------
commit d43f325a22dd64b449c3db9e451734921d37407f
Author: ffff:73.170.137.27 <ffff:73.170.137.27@hub.scroll.pub> Date: Fri Oct 25 02:33:26 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 46db13c..81ac0ad 100644 --- a/index.scroll +++ b/index.scroll @@ -1,12 +1,9 @@ -title the Computable Universe - buildHtml theme roboto # Entry one - -printTitle +## the Computable Universe Computers consists of programs that update states in increments of time. If the universe is to be computable, the universe would have to be a set of states that are static for at least the duration of the step size of that program. ------------------------------------------------------------
commit f66a24d192ba4982cc1386f54604af470fd312f5
Author: ffff:73.170.137.27 <ffff:73.170.137.27@hub.scroll.pub> Date: Fri Oct 25 02:30:23 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..46db13c 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,12 @@ +title the Computable Universe + buildHtml + theme roboto -Hello World my name is \ No newline at end of file +# Entry one + + +printTitle + +Computers consists of programs that update states in increments of time. If the universe is to be computable, the universe would have to be a set of states that are static for at least the duration of the step size of that program. ------------------------------------------------------------
commit b1d31ae849552ecaf98ec301785197dc954f7bd8
Author: root <root@hub.scroll.pub> Date: Fri Oct 25 02:28:48 2024 +0000 Deleted entryone.scroll diff --git a/entryone.scroll b/entryone.scroll deleted file mode 100644 index e69de29..0000000 ------------------------------------------------------------
commit 0d04d160a636582d11c59ed8c72dbee785b7d97c
Author: ffff:172.88.66.219 <ffff:172.88.66.219@hub.scroll.pub> Date: Sat Oct 19 21:39:44 2024 +0000 Updated entryone.scroll diff --git a/entryone.scroll b/entryone.scroll new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit 801f3f332a039c9e5d640f1645ce681488fa0285
Author: root <root@hub.scroll.pub> Date: Fri Oct 18 21:57:19 2024 +0000 initial ${dir} template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa0ab78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.html +*.txt +*.xml +*.css +*.js \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..4442ed6 --- /dev/null +++ b/index.scroll @@ -0,0 +1,4 @@ +buildHtml +theme roboto + +Hello World my name is \ No newline at end of file