Update with latest poems

This commit is contained in:
2025-11-25 05:52:04 +05:30
committed by GitHub
parent 2a3323ea74
commit 0972e1cd37
3 changed files with 131 additions and 0 deletions
+8
View File
@@ -25,6 +25,14 @@
<main> <main>
<ul> <ul>
<li>
<a href="poems/questioning-of-silence.html">Questioning of silence</a>
<span class="date">[2025-11-18]</span>
</li>
<li>
<a href="poems/musical-play.html">Musical play</a>
<span class="date">[2025-10-12]</span>
</li>
<li> <li>
<a href="poems/you-not-be-me.html">You not be me</a> <a href="poems/you-not-be-me.html">You not be me</a>
<span class="date">[2025-01-30]</span> <span class="date">[2025-01-30]</span>
+52
View File
@@ -0,0 +1,52 @@
<!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 - Musical play</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<a href="/" class="header">
<div class="logo">
<img src="/img/garden.png" width="90px" />
</div>
<p><img src="/img/nirmal-banner.png" height="70px"></p>
</a>
<nav>
<a href="/blog.html">Blog</a>
<a href="/poems.html">Poems</a>
<a href="mailto:tildezero@gmail.com">Contact</a>
</nav>
<section class="content-wrapper">
<div class="title">Musical play <span class="date">[2025-10-12]</span></div>
<div class="content">
<p>
Body is like a musical instrument;<br />
It's there to play music while we can,<br />
in this world.
</p>
<p>
When we can't; silence is the music,<br />
God plays for us.<br />
</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>
+71
View File
@@ -0,0 +1,71 @@
<!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 - Questioning of silence</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<a href="/" class="header">
<div class="logo">
<img src="/img/garden.png" width="90px" />
</div>
<p><img src="/img/nirmal-banner.png" height="70px"></p>
</a>
<nav>
<a href="/blog.html">Blog</a>
<a href="/poems.html">Poems</a>
<a href="mailto:tildezero@gmail.com">Contact</a>
</nav>
<section class="content-wrapper">
<div class="title">Questioning of silence <span class="date">[2025-11-18]</span></div>
<div class="content">
<p>They say being in silence is the key to realization of oneself<br />
within; We say, we read and we are maybe!</p>
<p>But my confession is to sit and write this to free up my questioning self;<br />
What sort of silence is that;</p>
<p>My mind can acquire the questioning in two different ways whilst I write;<br />
And I let the God be questioning my questions with what I write here to lead me to the path of silence.</p>
<p>Although, the question comes to me as paradoxical;<br />
Im keeping my sanity intact;<br />
to not let myself to be succumbed to the crisis of my own questions.</p>
<p>Thus, that courage of mine, lead me to these two:<br />
Is it silencing the mind or is it the silence of the mind?</p>
<p>My unbearable nature of sensitivity does neither nor comprehend my own question;<br />
So I contemplate; What is that silence;</p>
<p>Silencing the mind is a pitiful question of mine; where I put that in-lieu of finding no better terms in order to explain this question as a way of doing the silence. That is doing the doing. Or to say in more spiritually nuanced format: Witnessing the thoughts.</p>
<p>When we come to silence of the mind; that implies the true nature of the mind.
Thus, what it takes for one to be in the true nature of the mind. There are two ways that I can do this; does it require a transition to go from anywhere to here; or is just here;</p>
<p>If it is from anywhere to here; there is causation and effect and that becomes the point of silencing the mind which is doing the doing to act as a co-existence to the silence of the mind.</p>
<p>And when we say; it is here, is it being here and now?, My question comes further down to what is that lead us to the path of being the here and now? Or can I question again to say that being requires a transition via causation and effect?</p>
<p>As always, the questions ponder over and go away, but to write these questions is to do justice to my own thinking, for it to not become a paradox of my life.</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>