Pattern recognition by the brain

patterns

The brain is designed to find patterns and then correlate it with the understanding of the world. This comparison is important since comparing fruit like images, sounds or feels with previous fruits eaten as food means survival. Quickly deducing that the long string hanging from the tree is actually a snake will also make for survival.

However, in today’s world it has strange consequences.

SLEEP: A leaking faucet that drips water at regular intervals will not let you sleep because your brain keeps waking up to find the pattern. However, a fan or a noise machine will enable you to sleep well since the brain gives up trying to find the pattern and drowns out all the other patterned noise.

FIREPLACE: When you look at a fire in the fireplace, it is very soothing. A warm fire warming your body obviously feels good on a cold winter day but maybe also because the brain gets tired of seeing the complicated design – cannot find the pattern – and then gives up and enjoys itself.

Just like this illustration shows that our brain tries to find patterns from what we know. So what does this mean for new science? How can we benefit from this in today’s world? Do complex decorations confuse the brain or tire the brain ? All good questions.

https://www.scientificamerican.com/article/patternicity-finding-meaningful-patterns/

Similar Posts

  • Time technology

    Currently the line of thinking is that technology is complex and we need to complex instrumentation and thoughtful experiments over a long period of time before a new technology is created. However, consider time. We take for granted that the clock divides the day into 60 minutes, with 60 seconds per minute and 24 hours…

  • Measurement technology

    One of the oldest measuring technology is the sextant. A small device that measures the angle of the sun at noon, can predict the latitude of the earth. It is also possible to figure out the longitude and from there the exact location. In the past, using the stars enabled figuring out the location with…

  • Vibe coding ultimate.

    Alex Kozyr has been using vibe coding to create web apps. His website is : https://kozyrai.com/. He presented his methods at Venture cafe and also showed off his work and his link: https://kozyrai.com/#/work/kozyr-timeline. That was a good demonstration of timeline. This simple webabb puts together a timeline for whichever events that you selected. In tis…

  • Docker

    Docker allows developers to deploy their applications in a sandbox to run on a host system with all the dependencies with a very low overhead. Typically that used to be done by virtual machines, but docker makes it more secure and faster without the virtual machine overload. Like any other complex system, there are many…