Hacker News new | ask | show | jobs
by FeepingCreature 3486 days ago
It's noise in brainspace, which is already structured.
2 comments

I have lucid dreams almost every night now. I'm talking about entire story arcs with plot twists.

Last nights had Donald Trump, my wife and Jennifer Love Hewitt. There were riots going on and people reading newspapers with moving video ink. There was an old book called "The Fall" that was filled with fascinating ink drawings of ritualistic acts (eg: a man sat cross legged on broken fragments of his own arms). Etc. That kind of stuff. Had a full story.

Noise on the line in Brain-space could still be the case, but if so we can learn something from that noise regarding the way brain structures work.

What I'm saying is if it is just noise, then the noise must be feeding into an entire projective area of creativity that amplifies that noise, not just locally but over time, and in ways that maintain consistency.

Really fascinates me

I'm seconding the story/plot elements.

I've had some dreams like short sci-fi stories. Some with time travel/causality loop tangles as plot. Some with twists. Complex character and places.

I don't think that explanation has much content.

Mangled data with structure are not noise -- at worse they contain some noise (like a dirty dataset).

Consider a c struct describing a circle, with fields for position, radius, and color. Imagine you have a buffer full of random noise, and you cast it to an array of said structure. You then render the array to a screen, you'll get a bunch of randomly placed colorful circles, rather than a bunch of visual noise.
In this model a series of consecutive bytes has a predefined meaning existing outside of them (namely in the source code that defines the struct), so when they are read they are cast as a struct-circle object.

This also only works well for scalar fields, not associations (pointers in the C program's case) and more finely grained items.

Also, where would that (the definition of the "struct") happen with the brain? Is there any literature showing anything similar, that we have memory fields that pre-correspond to specific objects through some mechanism?

Besides, dreams can have very clear structure and narrative, which takes them outside the realm of what can be achieved with noise, unless the "struct" has fields that correspond to things like emotions, faces, narrative changes, etc.

You can also take other analogies. Complex systems usually have several layers of planning or decision making and if you randomize on the top layers, it will still appear to be structured, because the top layers have different degrees of freedom.

To take another example, a self-driving car might make a decision to switch the lane. If you randomize on that level, it will randomly switch, but the movement will still be smooth, because this is done one or more layers below.

That is exactly why we study sleep.

We examine the circles not to learn about the data from which those circles are derived, but rather to learn about which structs and other properties are defined in the system. We might find circle struts, square structs, triangle structs, but never spheres, boxes, or pyramids. Or maybe some people (schizophrenics) have the metaphorical three dimensional structs and others do not.