in-praise-of-silent-voice.html (3321B)
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 - In praise of silent voice</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">In praise of silent voice <span class="date">[2022-10-20]</span></div> 27 28 <div class="content"> 29 <p> 30 Our societal norms is not only filled with people pertaining to the 31 attributes of materialistic life, it also contains this false 32 appreciation of superiority to the ones who makes the noise more than 33 others. 34 </p> 35 <p> 36 I would characterize this as materialist voice. A materialist voice 37 fame oneself onto the glory of power by falsehood perception that 38 everything belongs and pertain to the ones who put forth the voice. 39 </p> 40 <p> 41 Whereas, the silent voice doesn’t crave this mania, since it doesn’t 42 wave about the perspective or motive towards the falsehood of oneself 43 or the others. The silent voice belongs to the self which doesn’t know 44 to part ways towards one or the other. There is no separation in 45 itself. 46 </p> 47 <p> 48 The perseverance of silence is silence. The words of no words is 49 silence. Silence touches beyond the realm of words. It determines the 50 aspective towards clarity in life. Silence cannot be suppressed, it 51 can only be witnessed. 52 </p> 53 <p> 54 In the world we live in where the masters of the materialist voice 55 perceives that there is no accordance to the nature of oneself is 56 within oneself. They think the actions that they take regards to the 57 wellness of others or for themselves are based on external happenings. 58 The silent voice exemplifies that the worrisome of these external 59 happenings is the source of not being one in harmony within oneself. 60 </p> 61 <p> 62 The proximity of silence can get others’ awareness directing to their 63 cause and transform themselves onto the path of seeking for oneness 64 and harmony. 65 </p> 66 <p> 67 Henceforth, in praise of silence, I try to say that in the connotation 68 within the realm of words -- it prevails. 69 </p> 70 </div> 71 </section> 72 73 <footer> 74 <hr /> 75 © Nirmal Kumar R. All original text, is licensed under a 76 <a href="http://creativecommons.org/licenses/by/4.0/" 77 >Creative Commons Attribution 4.0 International License</a 78 >. Source code of this website can be found 79 <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>. 80 </footer> 81 </body> 82 </html>