It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
Next time you look at a card face down or throw a coin, consider that the result is indeterminate until you turn the card over or look at the dropped coin. Don't take the view of Schrödinger that the result has already been determined .
originally posted by: pthena
a reply to: crowdedskies
Next time you look at a card face down or throw a coin, consider that the result is indeterminate until you turn the card over or look at the dropped coin. Don't take the view of Schrödinger that the result has already been determined .
So I was writing a QBasic program to do coin tosses for the I Ching back in 1997. As long as the random generator was stand alone it did a good job of turning out random results.
But once I added the sub routine which used the random result to determine one of the 64 hexagrams it was no longer random. Three out of five results would come up with Creativity. Isolate again: random. Connect to hexagrams: not random.
Either the program was aware that I was creating it, or I was aware that I was creating the program.
I didn't read Philip Pullman's His Dark Matters books until 2008. In The Subtle Knife there is the explanation that I Ching functions like the alethiometer(golden compass).
originally posted by: crowdedskies
it is clear that all this inspiration and pioneering has been snuffed out by those who dare not venture into the unknown.
For many who are not from a scientific background, the first exposure to QM was most likely though Youtube clips, such as "What The Bleep Do We Know ", which had quite an impact and created food for thought. Yet, Not long after its release, the clip was poo-pooed by some scientists while others resented the fact that "their" science was being thrown to the swines.
In my view, the paradox inherent in QM theory is the very cause of the lack of interest in the subject. As we all know, scientist like objective proof . Yet , the greatest benefit to be derived from QM is to stop looking at the atomic and sub-atomic levels and use the initial theory as a platform for some intuitive , philosophical, creative extrapolation. Let me explain what I mean. If you start at the "Copenhagen Interpretation" (or What the bleeb full version) and ignore subsequent attempts to disprove it you can build on the theory and see the Quantum Mechanics that operates in your every day life. You see how your mind integrates with the environment and enormously affects it. Opportunities, chance and probabilities take on new meaning.
Why does QM matter to me ? It is because it pleases me whenever Science meets Magic or, to put it in another way, where the integration of the mind with the environment is scientifically acknowledged and the power of the mind (of the observer) to change outcomes is recognised.
originally posted by: Thecakeisalie
a reply to: crowdedskies
Understanding quantum mechanics is like trying to unlock your car door with a pumpkin.
I'm glad you mentioned the Copenhagen interpretation, many pseudo philologists use the term without knowing it was schroedinger highlighting the absurdity of the Copenhagen interpretation.
originally posted by: moebius
originally posted by: crowdedskies
it is clear that all this inspiration and pioneering has been snuffed out by those who dare not venture into the unknown.
Nonsense. QM is doing fine. The progress we are making in material science and computing is incredible.
originally posted by: pthena
a reply to: crowdedskies
Next time you look at a card face down or throw a coin, consider that the result is indeterminate until you turn the card over or look at the dropped coin. Don't take the view of Schrödinger that the result has already been determined .
So I was writing a QBasic program to do coin tosses for the I Ching back in 1997. As long as the random generator was stand alone it did a good job of turning out random results.
But once I added the sub routine which used the random result to determine one of the 64 hexagrams it was no longer random. Three out of five results would come up with Creativity. Isolate again: random. Connect to hexagrams: not random.
Either the program was aware that I was creating it, or I was aware that I was creating the program.
I didn't read Philip Pullman's His Dark Matters books until 2008. In The Subtle Knife there is the explanation that I Ching functions like the alethiometer(golden compass).
originally posted by: Thecakeisalie
a reply to: crowdedskies
Understanding quantum mechanics is like trying to unlock your car door with a pumpkin.
I'm glad you mentioned the Copenhagen interpretation, many pseudo philologists use the term without knowing it was schroedinger highlighting the absurdity of the Copenhagen interpretation.
Did you set the random seed generator by the timer? It is the only way to generate a relatively true random number. Otherwise, each time you called the random function, it would spit out the same results.
Try it coding in hex on a c64... we scratched our heads for months...