nirm.al

My Website
Log | Files | Refs | README | LICENSE

creativity.html (4112B)


      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 - Creativity</title>
      8     <link rel="stylesheet" href="/style.css" />
      9   </head>
     10   <body>
     11     <a rel="me" href="https://ieji.de/@mysticmode" style="display:none;">Mastodon</a>
     12     <a href="/" class="header">
     13       <div class="logo">
     14         <img src="/img/garden.png" width="70px" />
     15       </div>
     16       <p><img src="/img/nirmal-banner.png" height="50px"></p>
     17     </a>
     18     <nav>
     19       <a href="/">Home</a>
     20       <a href="/blog.html">Blog</a>
     21       <a href="/poems.html">Poems</a>
     22       <a href="mailto:hi@nirm.al">Contact</a>
     23     </nav>
     24     <section class="content-wrapper">
     25       <div class="title">Creativity <span class="date">[2023-04-20]</span></div>
     26       <div class="content">
     27         <p>
     28           My mother told me this word "declutter" yesterday, pointing out that I
     29           need to de-clutter my room sooner. It has become a mess recently with
     30           lots of junk that I don’t need.
     31         </p>
     32         <p>
     33           It was quite a surprise for me that she knows this term. Probably
     34           she'd have gotten it from watching YouTube videos which she watches
     35           often whilst doing her work.
     36         </p>
     37         <p>
     38           Suddenly a thought came to my mind now, I mean right now. It is not
     39           only about decluttering, but it very much proves a pertinent recipient
     40           for creativity. The points that I’m going to mention below regarding
     41           creativity will also contain more attributes apart from declutter.
     42         </p>
     43         <p>
     44           Creativity links to our emotional intelligence, even for a
     45           mathematician who solves with logic does have one or other forms of
     46           emotional intelligence nevertheless of the disagreement if there is
     47           anybody who disagrees with this. This much is certain for me.
     48         </p>
     49         <p>
     50           Now coming to one of the nuggets of creativity, that is decluttering
     51           your mind. By doing that, we put out the standing thousand elephants
     52           on our head and lit the fire that brings us onto more new
     53           thought-processes.
     54         </p>
     55         <p>
     56           This also means forgetting, by which I mean - forgetting the
     57           happenings that trouble you because this often keeps you in a state of
     58           turmoil with fear and worriedness. In order to do this, you need to
     59           enter into a space where the things that trouble you is not within the
     60           reach of your subconscious mind. The subconscious mind will act as an
     61           agent for you to get into this space where creative freedom evolves.
     62         </p>
     63         <p>
     64           This could mean eccentricity to some, like the usual talk goes. Who
     65           cares about that anyway if you want to have some kick in life that you
     66           could share with your grandchild later, I mean if you could live up to
     67           that stage. Alright, let’s come back to the point – this way of
     68           tricking your habits and bringing it into force where you play
     69           yourself with your subconscious mind, we de-clutter the unwanted
     70           happenings at the subconscious level. And that will lead you to the
     71           phase of creative freedom.
     72         </p>
     73         <p>
     74           Note that this phase of creative freedom has a threshold from person
     75           to person. It can stay for a longer period of time or at a short term.
     76           But rest assured – when you can lit that fire in you, you will not be
     77           yourself to worry about this.
     78         </p>
     79       </div>
     80     </section>
     81     <footer>
     82       <hr />
     83       © Nirmal Kumar R. All original text, is licensed under a
     84       <a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
     85       Source code of this website can be found
     86       <a href="https://github.com/mysticmode/mysticmode.github.io">here</a>.
     87     </footer>
     88   </body>
     89 </html>