Viewing a single comment thread. View all comments

keelanstuart t1_j9bgbct wrote

Many of my beliefs have formed due to my profession as a software engineer. "Random" numbers are not truly random... they are pseudo-random given a seed value to start with. I.e., pull n values from a random number generator that started with the same seed and you will get the same numbers out in the same order each time. I like to think of "god" as that generation function and of each universe having a unique seed value. Maybe all universes have the same rules, but for each "decision point" (whatever that is!), a different number was given and thus a different result.

The little computers between our ears can't extrapolate S(T + n) for more than a couple of variables and we also can't look at the state of other brains... so, we're left to be mostly reactive to whatever we observed in S(T - m). Responsibility is placed most easily with the observed. When a computer malfunctions, we deal with that instance... yeah.

Looking at parents or at DNA is really meta... the machine looks at itself... what does it see?

3