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