dwise1 writes:
I was able to download it again and it's working for now. A Google search had uncovered many complaints of Google Earth either no longer working or disappearing altogether (as in my case; it wasn't even in the apps settings list of installed applications), so it is definitely a thing and not just me.
Back in the day the computers of science fiction were frequently non-deterministic, unlike real-world computers of the time that given the same inputs always delivered the same outputs. Even programs with random number generators would provide the same outputs if initialized with the same seed. I saw this determinism as at the core of why computers could never truly be intelligent.
But maybe twenty years ago I began detecting what I saw as examples of non-determinism in some computer programs. I reasoned that these programs being multi-process beasts where the behavior of each run of the program with identical data could result in different answers depending upon how these processes interacted, which was in turn a function of their relative rate of progress which was in turn a function of many factors, most importantly their interactions with the outside world, which caused them to fetch data in different orders and thereby make decisions using different input values.
How close this casual spare-moment analysis was to the truth isn't important. What is important is that computer programs had crossed a line of demarcation from deterministic to non-deterministic. Where I usually experience non-determinism today is at websites like Travelocity and AirB&B where sometimes you do the same search you just did and get different results. Probably this is often the result of changing underlying data, but other times it definitely feels like the program has been routed down a meaningfully different decision path.
Today I not infrequently encounter computers doing inexplicable things, whether they're phones or laptops or desktops or tablets. They're the kind of things that I think your average non-computer person chalks up to their own mistakes or lack of knowledge or doesn't even notice because having to ask your phone to do the same thing several times before it actually does it is something they're so accustomed to they don't even notice.
In other words, I never thought it was just you.
--Percy