A bite of unconscious way

This commit is contained in:
2024-08-11 00:11:03 +05:30
parent 696903f289
commit 69be8c2e7c
2 changed files with 68 additions and 0 deletions
+3
View File
@@ -25,6 +25,9 @@
<main> <main>
<ul> <ul>
<li>
<a href="blog/a-bite-of-unconscious-way.html">A bite of unconscious way</a> <span class="date">[2024-08-10]</span>
</li>
<li> <li>
<a href="blog/nothing-can-beat-this.html">Nothing can beat this</a> <span class="date">[2024-03-11]</span> <a href="blog/nothing-can-beat-this.html">Nothing can beat this</a> <span class="date">[2024-03-11]</span>
<li> <li>
+65
View File
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="icon"
type="image/png"
href="/img/favicon.png"
/>
<title>Nirmal Kumar R - A bite of unconscious way</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<a href="/" class="header">
<div class="logo">
<img src="/img/nklogo.png" width="75px" />
</div>
<p>NIRMAL KUMAR R</p>
</a>
<nav>
<a href="/blog.html">[ Blog ]</a>
<a href="/poems.html">[ Poems ]</a>
<a href="mailto:nirmal@posteo.net">[ Contact ]</a>
</nav>
<section class="content-wrapper">
<h3>A bite of unconscious way <span class="date">[2024-08-10]</span></h3>
<div class="content">
<p>
Human brains are tentatively complex for many to write articles, do research and ideally use it. So, pertinently Im tentative to think that I know of a small bit of it which Id like to take a small bite.
</p>
<p>
Often, we see and hear of where creatives come up with something new to the fruition for which they dont tend to acclaim that this is done by them. This is because of the play of unconscious mind in their doings. The mind that collects and stores inadvertently. In other words, without knowing that we are observing that.
</p>
<p>
This part of processing thoughts from unconscious level thinking has helped many artists bring fruition to their work that leads to different interpreted projections from people who perceive that.
</p>
<p>
And this elevated thinking takes courage. We see, like Bob Dylan mentioned, that one can process at the unconscious level. But how long we can survive in that state until those drains are a matter of another topic (possibly researched at the scientific level, that Im not sure of).
</p>
<p>
Society and the system do not pertain to this way of thinking because it is structured way of thinking, hence people has to go out of the way to see themselves in a creative state where they can access things that cannot be done at a conscious level. And this system conceives that manner as a freaky state of mind. In short, the person is a freak.
</p>
<p>
The awareness and the happenings at the presence at the unconscious level is more abrasive, where you notice things thats happening at that moment in a state that doesnt often show to others that you are observing that. But for you, you will do that, and you notice that you are doing it in a state of mind where you are totally out of it. There is no "Me" in there.
</p>
<p>
The unconscious mind is like the tip of a double-edged sword to you and to others with you. You play there, you live there as long as you are able to keep up with that state of mind. And you better feel lucky, if you can come out of it when you desperately want to.
</p>
</div>
</section>
<footer>
<hr />
© Nirmal Kumar R. All original text, is licensed under a
<a href="http://creativecommons.org/licenses/by/4.0/"
>Creative Commons Attribution 4.0 International License</a
>. Source code of this website can be found
<a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
</footer>
</body>
</html>