nirm.al

my website
git clone git://git.nirm.al/nirm.al.git
Log | Files | Refs | README | LICENSE

a-bite-of-unconscious-way.html (3780B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3   <head>
      4     <meta charset="UTF-8" />
      5     <meta name="viewport" content="width=device-width, initial-scale=1" />
      6     <link rel="icon" type="image/png" href="/img/favicon.png" />
      7     <title>Nirmal Kumar R - A bite of unconscious way</title>
      8     <link rel="stylesheet" href="/style.css" />
      9   </head>
     10   <body>
     11     <a href="/" class="header">
     12       <div class="logo">
     13         <img src="/img/nklogo.png" width="90px" />
     14       </div>
     15       <p><img src="/img/nirmal-banner.png" height="70px"></p>
     16     </a>
     17 
     18     <nav>
     19       <a href="/blog.html">Blog</a>
     20       <a href="/poems.html">Poems</a>
     21       <a href="/devlog.html">Devlog</a>
     22       <a href="mailto:nirmal@posteo.net">Contact</a>
     23     </nav>
     24 
     25     <section class="content-wrapper">
     26       <div class="title">A bite of unconscious way <span class="date">[2024-08-10]</span></div>
     27 
     28       <div class="content">
     29         <p>
     30           Human brains are tentatively complex for many to write articles, do
     31           research and ideally use it. So, pertinently I’m tentative to think
     32           that I know of a small bit of it which I’d like to take a small bite.
     33         </p>
     34         <p>
     35           Often, we see and hear of where creatives come up with something new
     36           to the fruition for which they don’t tend to acclaim that this is done
     37           by them. This is because of the play of unconscious mind in their
     38           doings. The mind that collects and stores inadvertently. In other
     39           words, without knowing that we are observing that.
     40         </p>
     41         <p>
     42           This part of processing thoughts from unconscious level thinking has
     43           helped many artists bring fruition to their work that leads to
     44           different interpreted projections from people who perceive that.
     45         </p>
     46         <p>
     47           And this elevated thinking takes courage. We see, like Bob Dylan
     48           mentioned, that one can process at the unconscious level. But how long
     49           we can survive in that state until those drains are a matter of
     50           another topic (possibly researched at the scientific level, that I’m
     51           not sure of).
     52         </p>
     53         <p>
     54           Society and the system do not pertain to this way of thinking because
     55           it is structured way of thinking, hence people has to go out of the
     56           way to see themselves in a creative state where they can access things
     57           that cannot be done at a conscious level. And this system conceives
     58           that manner as a freaky state of mind. In short, the person is a
     59           freak.
     60         </p>
     61         <p>
     62           The awareness and the happenings at the presence at the unconscious
     63           level is more abrasive, where you notice things that’s happening at
     64           that moment in a state that doesn’t often show to others that you are
     65           observing that. But for you, you will do that, and you notice that you
     66           are doing it in a state of mind where you are totally out of it. There
     67           is no "Me" in there.
     68         </p>
     69         <p>
     70           The unconscious mind is like the tip of a double-edged sword to you
     71           and to others’ with you. You play there, you live there as long as you
     72           are able to keep up with that state of mind. And you better feel
     73           lucky, if you can come out of it when you desperately want to.
     74         </p>
     75       </div>
     76     </section>
     77 
     78     <footer>
     79       <hr />
     80       © Nirmal Kumar R. All original text, is licensed under a
     81       <a href="http://creativecommons.org/licenses/by/4.0/"
     82         >Creative Commons Attribution 4.0 International License</a
     83       >. Source code of this website can be found
     84       <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
     85     </footer>
     86   </body>
     87 </html>