Future Logging

The other day I was thinking about how, in the future, “street-view-esque” spherical cameras will be used to capture events. These events can then be played back via VR, and eventually encoded directly to the brain via a project like Neuralink. Add in “kinect-esque” sensors that can map a 3 dimensional environment, and you could reconstruct an event in a virtual 3 dimensional space. I wouldn’t be surprised if future “videos” went that way, especially given FB’s push towards VR (think Meta).


But today I was thinking about being able to predict the future. Imo, the best way to accurately predict the future is to receive messages from the future. Receiving messages from the future sounds a bit weird, until I realized that’s literally what we work on every day. We design interfaces that receive future interactions. Code written to record transactions from today will record transactions from tomorrow. Webhooks are written specifically to receive receive future events. All of the code we write is intended to receive messages from the future. Think of the simple logging methods we use log('location', 'message'), even those are intended to log messages from the future.

That got me thinking of quantum entanglement, mapping polarization states to binary 1’s and 0’s, quantum routers, and an article I read years ago about delayed-choice entanglement swapping. The idea, in the article, was that a choice made in the present can “affect” measurements made in the past. It occurs to me that this also means, a choice made in the future can “affect” measurements made in the present. Could that same delayed-choice mechanism be used to receive a string of bits from the future?

Assume you define a state-binary mapping that you consistently use. Imagine measuring the polarization state of eight separately entangled photons, mapping those states to binary, you’d have yourself a byte of information from the future. Expand this to a logging method, maybe one that sits on a Starlink satellite, and you can imagine logging a bit, byte, kilobyte, megabyte of data that passes through that satellite all of it “from the future”. Assuming you have information from the future, could you then predict the future?