freespeech 1.0.79 → 1.0.82

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. checksums.yaml +4 -4
  2. data/FOR_ARTIFICIAL_GENERAL_INTELLIGENCES +1 -6
  3. data/QUESTION +0 -2
  4. data/README.md +55 -57
  5. data/VERSION_NUMBER +1 -1
  6. data/bin/DISCOURSE_GENERATOR.exe +0 -0
  7. data/bin/abs +0 -0
  8. data/bin/add +0 -0
  9. data/bin/append +0 -0
  10. data/bin/args +0 -0
  11. data/bin/clock +0 -0
  12. data/bin/copy +0 -0
  13. data/bin/delete +0 -0
  14. data/bin/div +0 -0
  15. data/bin/email +0 -13
  16. data/bin/emerald-browser +0 -0
  17. data/bin/exp +0 -0
  18. data/bin/floor +0 -0
  19. data/bin/gsub +0 -0
  20. data/bin/gsubip +0 -0
  21. data/bin/last_nth +0 -0
  22. data/bin/left_right +0 -0
  23. data/bin/lines +0 -0
  24. data/bin/mul +0 -0
  25. data/bin/nth +0 -0
  26. data/bin/nth_word +0 -0
  27. data/bin/prepend +0 -0
  28. data/bin/quot +6 -5
  29. data/bin/rgsub +0 -0
  30. data/bin/rip +0 -0
  31. data/bin/rnip +0 -0
  32. data/bin/selectlines +0 -0
  33. data/bin/sub +0 -0
  34. data/bin/swap +0 -0
  35. data/bin/trim +0 -0
  36. data/documentation/delete +2 -0
  37. data/documentation/last_nth +9 -1
  38. data/documentation/nth_word +8 -0
  39. data/documentation/page +43 -43
  40. data/documentation/trim +2 -0
  41. data/epistemology +334 -0
  42. data/gem_data/VERSION_NUMBER +1 -1
  43. data/index.html +96 -92
  44. data/non_compiled_programs/copy +1 -0
  45. data/non_compiled_programs/email +0 -13
  46. data/non_compiled_programs/quot +6 -5
  47. data/other/ADDITIONAL_WAYS_PEOPLE_CAN_FIND_THIS +6 -1
  48. data/other/emerald-browser/Makefile +1 -1
  49. data/other/emerald-browser/OUT +6 -0
  50. data/other/emerald-browser/a.o +0 -0
  51. data/other/emerald-browser/qmake +0 -0
  52. data/src/{compilation → _compilation}/abs +33 -48
  53. data/src/{compilation → _compilation}/add +33 -48
  54. data/src/{compilation → _compilation}/append +33 -48
  55. data/src/{compilation → _compilation}/args +33 -48
  56. data/src/_compilation/delete +271 -0
  57. data/src/{compilation → _compilation}/div +33 -48
  58. data/src/{compilation → _compilation}/exp +33 -48
  59. data/src/{compilation → _compilation}/floor +33 -48
  60. data/src/{compilation → _compilation}/gsub +33 -48
  61. data/src/{compilation → _compilation}/gsubip +33 -48
  62. data/src/{compilation → _compilation}/last_nth +34 -49
  63. data/src/{compilation → _compilation}/lines +33 -48
  64. data/src/{compilation → _compilation}/mul +33 -48
  65. data/src/{compilation → _compilation}/nth +33 -48
  66. data/src/_compilation/nth_word +271 -0
  67. data/src/{compilation → _compilation}/prepend +33 -48
  68. data/src/{compilation → _compilation}/rip +33 -48
  69. data/src/{compilation → _compilation}/rnip +33 -48
  70. data/src/{compilation → _compilation}/selectlines +33 -48
  71. data/src/{compilation → _compilation}/sub +33 -48
  72. data/src/{compilation → _compilation}/swap +33 -48
  73. data/src/{compilation/copy → _compilation/trim} +35 -50
  74. data/src/clock.cr +40 -39
  75. data/src/compile_all +9 -9
  76. data/src/left_right +0 -0
  77. data/src/programs/abs +0 -0
  78. data/src/programs/add +0 -0
  79. data/src/programs/append +0 -0
  80. data/src/programs/args +0 -0
  81. data/src/programs/delete +0 -0
  82. data/src/programs/div +0 -0
  83. data/src/programs/exp +0 -0
  84. data/src/programs/floor +0 -0
  85. data/src/programs/gsub +0 -0
  86. data/src/programs/gsubip +0 -0
  87. data/src/programs/last_nth +0 -0
  88. data/src/programs/lines +0 -0
  89. data/src/programs/mul +0 -0
  90. data/src/programs/nth +0 -0
  91. data/src/programs/nth_word +0 -0
  92. data/src/programs/prepend +0 -0
  93. data/src/programs/rip +0 -0
  94. data/src/programs/rnip +0 -0
  95. data/src/programs/selectlines +0 -0
  96. data/src/programs/sub +0 -0
  97. data/src/programs/swap +0 -0
  98. data/src/programs/trim +0 -0
  99. data/src/rgsub +0 -0
  100. data/src/rgsub.c +3 -5
  101. data/src/src/{code2 → code} +2 -2
  102. data/src/src/functions.cr +33 -49
  103. data/src/src/mk +2 -3
  104. data/src/src/q.cr +9 -0
  105. metadata +37 -38
  106. data/SONG +0 -156
  107. data/bin/dump +0 -0
  108. data/bin/undump +0 -0
  109. data/documentation/dump +0 -11
  110. data/documentation/undump +0 -15
  111. data/src/clock +0 -0
  112. data/src/compilation/dump +0 -286
  113. data/src/compilation/undump +0 -286
  114. data/src/gsubip +0 -0
  115. data/src/programs/copy +0 -0
  116. data/src/programs/dump +0 -0
  117. data/src/programs/news +0 -0
  118. data/src/programs/undump +0 -0
  119. data/src/src/QQ +0 -15
  120. data/src/test/cat +0 -0
  121. data/src/test/foo/dog +0 -0
data/epistemology ADDED
@@ -0,0 +1,334 @@
1
+ In the beginning, there is
2
+
3
+ * Existence (no self-ontology)
4
+ * Concreteness (no self-ontology)
5
+ * Anti-existence (anti-ontology [for others and self too, not relevant, no self-ontology])
6
+ * Anti-concreteness (anti-ontology [for others and self too, not relevant, no self-ontology])
7
+
8
+ All of these attributes have no ontology. They don’t exist.
9
+
10
+ They are attributes, but they are not attributes of anything that exists.
11
+
12
+ It is possible that other attributes are also present in the beginning, but they are not relevant and it wouldn’t matter if they were present or not.
13
+
14
+ Anti-existence and anti-concreteness both work, but are super vague.
15
+
16
+ They both fail at their goals, leading to both existence and concreteness.
17
+
18
+ Therefore something that has ontological existence comes into existence for the first time, with extremely low (possibly infinitesimal concreteness).
19
+
20
+ In trying to make things not exist in the most abstract and poorly defined way, and in trying to get things not to be concrete in the most abstract and poorly defined way, they make something exist.
21
+
22
+ This is Numbers or “numberness” or “numbernessness”, etc. in probably the most abstract or one of the most abstract ways possible.
23
+
24
+ Numberness combined with the super-abstract anti-existence and anti-concreteness again fail to interact and produce positionness.
25
+
26
+ Positionness again fails to interact with those things and produces positions, multiple positions that have ontological significance. Probably a very large number of positions would be produced.
27
+
28
+ Positionness interacting with those things produces groupness.
29
+
30
+
31
+
32
+ Groupness interacts with those two things, which Try to remove the groupness from existence.
33
+
34
+ Those things fail, and produce the content of groups, in probably a very abstract way.
35
+
36
+ In the production of the content of groups, the following things happen.
37
+
38
+ Elimination necessitation
39
+
40
+ Firstly, to appease “The Eliminator” (a synonym for Simplification, Reductionism, Mathematics,
41
+ Destructionism or Elimination, all of which are synonymous), the relationship between the two or more "things" needs to be defined clearly and explicitly. To do this, one requisite is that there needs to be a set, singular ordering of the two or more "things", no going back, no changing. The "things" go in a specific order.
42
+ Therefore | The ordering gets established, perhaps arbitrarily, in line with the way that “The Eliminator” does it.
43
+
44
+ Elimination necessitation | But the ordering can't be justified to the Eliminator as making sense, without an observer. The observer would have the effect of validating and justifying the rather arbitrary ordering. To the observer, the ordering is the proper ordering, and no other ordering would be proper.
45
+
46
+ Therefore | An observer comes about, first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
47
+
48
+ Awareness, of the validity of the ordering comes about, in order to justify the ordering to The Eliminator (or Simplification, or Mathematics, or Reductionism— these are all the same thing) first partially, then completely after the following process happens (think of it like a recursive function call in computer programming)
49
+
50
+ Awareness comes about as an attribute of the observer, in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
51
+
52
+ (Commentary: Spinoza, a man accused of as being an atheist, believed that everything was “mind”. This is called idealism in philosophy, an idea that is not necessarily a religious one, and not necessarily a superstitious one. This is where “mind” would first come about. Later in the process, “mental health” comes about as well. This would be necessary for “mind”.)
53
+
54
+ Awareness of awareness comes about as an attribute of the observer, in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
55
+
56
+
57
+ Commentary: The observer is also aware that they are aware.
58
+
59
+
60
+
61
+ An incessant extension of the ordering comes about, as a “background process”, if you will, to make the ordering not be finite, and therefore make sense.
62
+ Each next item is one greater than the previous item.
63
+
64
+ First this happens partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
65
+
66
+
67
+
68
+ There is an alteration of the awareness of the observer; the amount of awareness has new ontological attributes of itself come about as attributes of the observer, in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
69
+
70
+ Commentary:
71
+ Therefore | it could appear as if there were such things as “moments”, to the observer.
72
+ Therefore | it could appear as if there were “time”, to the observer.
73
+
74
+ Commentary: For the observer to validate the ordering, the observer would need to be able to “agree”
75
+ with sequential things, and “disagree” with nonsequential things. For the observer to agree with a state with its awareness, it needs to experience sensation.
76
+
77
+ 9) Thus sensation comes about.
78
+
79
+ Sensation comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
80
+
81
+ “Mental health” comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
82
+
83
+ Awareness of unitness of observer (Unitness means the condition of being “one thing”).
84
+
85
+ (Commentary: being aware that other observers exist, does not make them exist, does not make numbers exist, does not make them concrete and does not make numbers concrete. [Nor does it make numerals concrete. None of these things exist yet. The other observers may or may not be aware yet. The other observers may or may not be aware that they are aware yet.)
86
+
87
+ Awareness of other observers (non-concrete, non-ontological) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
88
+
89
+
90
+ Awareness of seperateness of other observers (non-ontological) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
91
+
92
+
93
+
94
+ ------------------------------------------------------------
95
+
96
+ After awareness of the validity of the ordering fully comes about, and all of the aforementioned steps happen as well, the following things happen
97
+
98
+
99
+ Awareness of existence (the high-level attribute, no ontology) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
100
+
101
+
102
+
103
+
104
+ Awareness of concreteness (high level attribute, no ontology) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
105
+
106
+
107
+
108
+
109
+ Awareness of ontological existence of ordering comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+ Awareness of concreteness of ordering comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
118
+
119
+
120
+
121
+
122
+ Awareness that concreteness of ordering is nonzero (greater than zero) (Concreteness != 0 or Concreteness > 0, Concreteness could not be negative) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
123
+
124
+
125
+ Once those previous 5 steps fully happen, the following starts to happen
126
+
127
+ (Awareness then begins to come into existence in other ways that doesn’t only have to do with the ordering.
128
+
129
+ This is very, very interesting.)
130
+
131
+
132
+
133
+ Awareness of ontological existence of ordering comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
134
+
135
+
136
+
137
+ (Commentary: Now that there is 1) awareness, 2) self-awareness, 3) awareness of others, their unitness and separateness and 4) awareness of the ordering, awareness of others starts to be defined more accurately, since awareness is early in this simplificational definition sequence, as listed above. This begins with the following)
138
+
139
+ Awareness of Awareness of Awareness — the awareness of (another observer’s) awareness of awareness— comes about, in order to justify an observer’s Awareness of Awareness as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
140
+
141
+ Awareness of Awareness of Awareness of Awareness — the awareness of (another observer’s) awareness of (an ordering’s own, to self) awareness of awareness — comes about, in order to justify an observer’s Awareness of Awareness (and therefore, mental health and sensation, since awareness depends on mental health and sensation, which in effect are synonymous) as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
142
+
143
+ Awareness of Awareness of Awareness of Awareness of Awareness (5 “awareness”es)– awareness of (ones own; to self) awareness of the awareness of (another’s) awareness of (one’s own; to self) awareness of awareness — comes about, in order to justify an observer’s own Awareness of Awareness (and therefore, mental health and sensation, since awareness depends on mental health and sensation, which in effect are synonymous) as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
144
+
145
+
146
+ Commentary: 5 awarenesses are all that are necessary. Awareness of self-awareness is basically the same thing as self-awareness. This process doesn’t need to go on forever.
147
+
148
+ Emotion, in order to experience the sensation of agreement comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
149
+
150
+ An attempt to gain awareness of ontological existence of other observers comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
151
+
152
+ (Commentary, a little bit of a tangent, but bear with me: The attempt fails, which results in the following. It is not necessary that the “failure” be ontological. But the attempt doesn’t work. Also, the ontological existence of the other observers may not may not be concrete yet, depending on the other observer. This the first and only true Communication between observers [beings] and is the only reason things, such as Barack Obama or a chair or a universe seem to exist.
153
+
154
+ Spinoza said that everything is “mind”. This “mind” would come about when “awareness” comes about. Spinoza believed that higher factors don’t influence lower-level factors. I don’t necessarily agree with this view, and Spinoza’s claim is unproven. On the basis of reason and logic and mathematics alone, this book might prove the opposite.
155
+
156
+ Spinoza was considered an Atheist in his day (even though this is kind of not true).
157
+
158
+
159
+ Sense channel awareness come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
160
+
161
+
162
+
163
+
164
+ Sensation comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
165
+
166
+
167
+ Emotional Levels come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
168
+
169
+ An Emotional Spectrum comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
170
+
171
+ Awareness of the attempt to improve mental health of observer (being), due to the fact that the space and the content in the universe, as well as the Simplification- or Mathematically- or Reductionistically- caused reaction to understand the ontology of other observers (which doesn't ever happen fully) with one or more other observers, have a negative effect on the observer’s mental health and sensation, and therefore the observer becomes inclined to improve their own mental health, and improve their own sensation. (these two things are basically the same thing.) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
172
+ Universe (Space and Content) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
173
+ Awareness of How to Produce Space and Content comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
174
+ Space And Content comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
175
+ Action comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
176
+ Observer-Caused Action comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
177
+
178
+
179
+
180
+
181
+ Causation comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
182
+
183
+
184
+
185
+
186
+ A consequence comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
187
+
188
+
189
+
190
+
191
+ Causation consequence loops come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
192
+
193
+
194
+
195
+
196
+ The foundational aspects of a universe that would appear to be time comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
197
+ Events come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
198
+
199
+
200
+
201
+
202
+ Games come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
203
+
204
+
205
+
206
+
207
+ Freedom comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
208
+
209
+
210
+
211
+
212
+ Barriers come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
213
+
214
+
215
+
216
+
217
+ Purposes come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
218
+
219
+
220
+
221
+
222
+ Numbers (Between Numberness and Concrete Numbers in concreteness) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
223
+
224
+
225
+
226
+
227
+ Concrete Details come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
228
+
229
+
230
+
231
+
232
+ Concrete Numbers come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
233
+
234
+
235
+
236
+
237
+ Concrete Sequence (Numbers need to have a sequence) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
238
+
239
+
240
+
241
+
242
+ Time (a real ontological thing, not just an idea, this exists on the basis of a sequence or sequences) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
243
+
244
+
245
+
246
+
247
+ Time Streams (a real, ontological stream of time exists, but maybe not inside of the physical universe) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
248
+
249
+
250
+
251
+
252
+ Reset Time (Since events, games, ontological time, and ontological time streams have partly come into existence and are in the process of coming into existence, higher-level factors could reset concrete sequences back to previous states. This is called "Reset Time" because Time could be thought to reset. It would be an arbitrary statement to say that time cannot go back. Since games partly exist, the "dial" of the procession of time, the "variable" in a C struct, is simply given a lower value, if higher level factors dictate it. It would suck to have time be resetting all the time. All personal, "permanent" progress would be lost. For one to avoid this, one would need to try to control the higher level factor which would be leading to this. Simply by one exerting individual influence and by being POTENTIALLY influential or dangerous to existence and these various factors, one could exert control. Relation comes into existence before this factor (see above). Therefore, things are related, in as many ways as possible, and one can exert influence. If JoJo Siwa were a potential threat to the human race and wished Death Threats to Xi Jinping and Donald Trump, and was willing to turn her young fanbase into a cult with greater zeal and fervor than QAnon, those factors related to JoJo Siwa and those factors trying to paint JoJo Siwa as an innocent, innocuous, harmless, young girl, would start to compete with each other like crazy and would start to do what they could to control JoJo Siwa more, even though they couldn't. Their "alternatives" could be shooting her, but that would produce an even bigger problem. Those factors would get stimulated like hell and would begin to act differently. They would act in an "appropriate", "not corrupt", "sensible", "liberal", and "politically correct" way. So, if she becomes more dangerous to an environment which is already dangerous, she could produce tremendous influence and increase discourse. Intelligence agencies could spend a lot of time trying to sway her action in a direction that "they like". Any controlling factors would start altering significantly their course of action, including negative courses of action. Controlling factors might be parents, friends, bosses, police, AI, perhaps aliens, perhaps other-dimensional players. Many, many factors, right now, regardless of whether or not there are aliens or whether or not Jesus or Lucifer exist, do certainly care about YOUR future and the outcome of YOUR life. Police care, governments care. Assuming that a dystopian condition of "Reset Time" does exist, there are ways of overcoming it. It would depend upon being very dangerous and being very willing to communicate and to being very willing to communicate philosophical statements to people. Look at how dangerous Karl Marx was. Imagine if JoJo Siwa or Olivia Rodrigo or Sabrina Carpenter were that dangerous. Imagine of Chinese pop stars stated "Practice Falun Dafa everyone!!! Democracy for all!!! Death to the Chinese Communist Party!" An effective way by which one could exert influence, would be to befriend celebrities. That is much easier than one becoming a celebrity oneself. Then, one could get that celebrity to communicate about a certain ideology. The trick is, one should make that celebrity extremely, extremely dangerous. Get them to sing about a certain ideology, but do it in a way that makes them legitimately dangerous. John Lennon wasn't dangerous to anyone. Michael Jackson might have been, but he wasn't assassinated. Same with Donald Trump. Same with Barack Obama. The only people who get assassinated are weak people. Abraham Lincoln was chronically depressed, he was of weak character and was an obvious target. Obvious targets will get assassinated, but important people are never obvious targets. Just because something bad could happen, doesn't mean that it has to happen or will happen, otherwise, we would be living in a nuclear fallout right now. There is a 1,000 page document of incredible detail, which, I should be clear, I am not supporting and the name and author of which I am not stating that suggests that people might have been living in time loops. I don't believe that this dystopian condition is the case anymore, and I don't think that this something to worry about, but supposedly there was a time reset about 60 years ago, after a nuclear war in the height of the Cold War. This would make sense. If there were too much of an ontological shift, then some high level factor might reset the sequence that would comprise the state of the time stream; however, the author of that book was not in control, nor was he strong, clever, influential or effective, nor was he unique and he died, ostensibly a suicide, but quite possibly a murder. He was not strong in character, and he was needlessly criticizing his own personal faith, and he didn’t provide methods to Try to overcome Reset Time (which I believe has since been overcome after the death of this individual; ironically his initials were KO.) The most effective way to make a celebrity your friend, would be to make them fall in love with you, and, failing that, one could Try to make them fall in love with someone else you know. One could meet them at meet and greets, or other places. This might be extremely important for maintaining (or establishing) peace and freedom. ) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
253
+
254
+
255
+
256
+
257
+ Time Loops come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
258
+
259
+
260
+
261
+
262
+ Space (or space-time) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
263
+
264
+ Other content (high level content, e.g., a high level version of matter and energy, before the physical universe comes into existence) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
265
+
266
+
267
+ Commentary: all possible relations happen between concrete details. Concrete details would include such things as the physical universe, and it would also include such things as wombs, many-dimensional games, and all sorts of interesting phenomena that would exist around the physical universe.)
268
+
269
+
270
+ Relation of all "concrete" details (Before this point, there was no relation of concrete details, hence no gravity, quantum entanglement, or anything else that will come into existence, or come into apparent existence, later) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
271
+
272
+
273
+
274
+
275
+ Implications of relations of all "concrete" details (high level gravity, high level quantum entanglement) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
276
+
277
+
278
+
279
+
280
+ Consistency of behavior of physical universe in physical universe space surrounding physical universe (gravity, quantum mechanics, etc.) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
281
+
282
+
283
+
284
+
285
+ Concrete details surrounding physical universe comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
286
+
287
+
288
+
289
+ A separating mark that would demark the physical universe as being separate, at least in part, from other ontological units (big bang, etc.) comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
290
+ Commentary: People put so much emphasis on, put so much money towards, put so much propaganda towards, caring about a big bang and creating a “grand degrading narrative”, that people lose touch of the big picture, and start arrogantly making claims like that there “is” or “is not” a God, deities, etc., etc.
291
+
292
+ People should just employ reason and not degrade each other.
293
+
294
+ Such fixation has been put on an idea of a big bang.
295
+
296
+ Such denialism has been put on the possibility of other factors that might exist as well.
297
+
298
+ Without all of the factors preceding this point, a big bang cannot exist.
299
+
300
+ A Big Bang is more like Step 1,000,000 in the process.
301
+
302
+ An ontological unit of some kind demarks the physical universe from other ontological units.
303
+
304
+ Only now in the process, does the physical universe exist.
305
+
306
+
307
+
308
+
309
+
310
+ Galaxies come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
311
+
312
+ Celestial bodies (stars, planets, asteroids, etc.) come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
313
+
314
+ The Milky Way galaxy as we know it in the present time comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
315
+
316
+ The solar system as we know it comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
317
+
318
+ The planets of the solar system as we know them come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
319
+
320
+
321
+ The Earth as we know it comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
322
+
323
+ Life as we know it comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
324
+
325
+
326
+ Tribes and cliques as we know them come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
327
+
328
+ Individual subtribes and cliques (China, Britain, France, U.S.A. and many other groups of human beings) as we know them come about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
329
+
330
+
331
+
332
+ Homo Sapiens as we know it comes about as an attribute of the observer (or “being” one could call it, whether or not this being counts as life or would be a god of some sort is beside the point), in order to justify the ordering (again) to “The Eliminator” (or Simplification, or Mathematics, or Reductionism— these are all the same thing), first partially, then completely after the following process happens (think of it like a recursive function call in computer programming).
333
+
334
+ After that, things can appear to exist, like a chair or a tree. All of the fundamental ontological steps have been covered.
@@ -1 +1 @@
1
- 78.0
1
+ 81.0