New Poem + Update contact info
This commit is contained in:
@@ -1,45 +1,46 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
||||||
<title>Nirmal Kumar R</title>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<title>Nirmal Kumar R</title>
|
||||||
</div>
|
<link rel="stylesheet" href="style.css" />
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
</head>
|
||||||
</a>
|
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="content-title">
|
<a href="/" class="header">
|
||||||
<div class="title">404 Not Found</div>
|
<div class="logo">
|
||||||
</div>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<div class="content">
|
</div>
|
||||||
<p>Rumi said - "What you seek is seeking you"</p>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
<p>
|
</a>
|
||||||
This page has no content, but don't worry - All was good, All is well
|
|
||||||
and All's gonna be fine.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Just go to the index url -
|
|
||||||
<a href="https://nirm.al">https://nirm.al</a> and you'll find
|
|
||||||
something for yourself.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="content-title">
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
<div class="title">404 Not Found</div>
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
</div>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<div class="content">
|
||||||
>. Source code of this website can be found
|
<p>Rumi said - "What you seek is seeking you"</p>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
<p>
|
||||||
</footer>
|
This page has no content, but don't worry - All was good, All is well
|
||||||
</body>
|
and All's gonna be fine.
|
||||||
</html>
|
</p>
|
||||||
|
<p>
|
||||||
|
Just go to the index url -
|
||||||
|
<a href="https://nirm.al">https://nirm.al</a> and you'll find
|
||||||
|
something for yourself.
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,107 +1,95 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - blog</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - blog</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<main>
|
<nav>
|
||||||
<ul>
|
<a href="/blog.html">Blog</a>
|
||||||
<li>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="blog/when-my-mental-health-goes-down.html">What I do when my mental health goes down</a>
|
<a href="/devlog.html">Devlog</a>
|
||||||
<span class="date">[2024-10-22]</span>
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</li>
|
</nav>
|
||||||
<li>
|
|
||||||
<a href="blog/a-bite-of-unconscious-way.html"
|
|
||||||
>A bite of unconscious way</a
|
|
||||||
>
|
|
||||||
<span class="date">[2024-08-10]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="blog/nothing-can-beat-this.html">Nothing can beat this</a>
|
|
||||||
<span class="date">[2024-03-11]</span>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
<main>
|
||||||
<a href="blog/50-years.html">50 Years</a>
|
<ul>
|
||||||
<span class="date">[2023-07-20]</span>
|
<li>
|
||||||
</li>
|
<a href="blog/when-my-mental-health-goes-down.html">What I do when my mental health goes down</a>
|
||||||
<li>
|
<span class="date">[2024-10-22]</span>
|
||||||
<a href="blog/creativity.html">Creativity</a>
|
</li>
|
||||||
<span class="date">[2023-04-20]</span>
|
<li>
|
||||||
</li>
|
<a href="blog/a-bite-of-unconscious-way.html">A bite of unconscious way</a>
|
||||||
<li>
|
<span class="date">[2024-08-10]</span>
|
||||||
<a href="blog/mid-of-the-crisis.html">Mid of the crisis</a>
|
</li>
|
||||||
<span class="date">[2023-02-07]</span>
|
<li>
|
||||||
</li>
|
<a href="blog/nothing-can-beat-this.html">Nothing can beat this</a>
|
||||||
<li>
|
<span class="date">[2024-03-11]</span>
|
||||||
<a href="blog/my-admiration-and-respect-for-bruce-lee.html"
|
</li>
|
||||||
>My admiration and respect for Bruce Lee</a
|
|
||||||
>
|
|
||||||
<span class="date">[2022-12-17]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="blog/in-praise-of-silent-voice.html"
|
|
||||||
>In praise of silent voice</a
|
|
||||||
>
|
|
||||||
<span class="date">[2022-10-20]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="blog/time-goes-by-and-does-life-grow-in-you.html"
|
|
||||||
>Time goes by and does life grow in you?</a
|
|
||||||
>
|
|
||||||
<span class="date">[2022-07-09]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="blog/occurrence-and-non-occurrence.html"
|
|
||||||
>Occurrence and non-occurrence</a
|
|
||||||
>
|
|
||||||
<span class="date">[2022-05-04]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="blog/is-it-really-smart-work.html"
|
|
||||||
>Is it really smart work?</a
|
|
||||||
>
|
|
||||||
<span class="date">[2022-05-02]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="blog/hello-from-mysticmode.html">Hello from mysticmode</a>
|
|
||||||
<span class="date">[2021-11-28]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="blog/interview-with-annamalai-swami-by-jim-lemkin.html"
|
|
||||||
>Interview with Annamalai Swami by Jim Lemkin</a
|
|
||||||
>
|
|
||||||
<span class="date">[2020-11-10]</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer>
|
<li>
|
||||||
<hr />
|
<a href="blog/50-years.html">50 Years</a>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
<span class="date">[2023-07-20]</span>
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
</li>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<li>
|
||||||
>. Source code of this website can be found
|
<a href="blog/creativity.html">Creativity</a>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
<span class="date">[2023-04-20]</span>
|
||||||
</footer>
|
</li>
|
||||||
</body>
|
<li>
|
||||||
</html>
|
<a href="blog/mid-of-the-crisis.html">Mid of the crisis</a>
|
||||||
|
<span class="date">[2023-02-07]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="blog/my-admiration-and-respect-for-bruce-lee.html">My admiration and respect for Bruce Lee</a>
|
||||||
|
<span class="date">[2022-12-17]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="blog/in-praise-of-silent-voice.html">In praise of silent voice</a>
|
||||||
|
<span class="date">[2022-10-20]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="blog/time-goes-by-and-does-life-grow-in-you.html">Time goes by and does life grow in you?</a>
|
||||||
|
<span class="date">[2022-07-09]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="blog/occurrence-and-non-occurrence.html">Occurrence and non-occurrence</a>
|
||||||
|
<span class="date">[2022-05-04]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="blog/is-it-really-smart-work.html">Is it really smart work?</a>
|
||||||
|
<span class="date">[2022-05-02]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="blog/hello-from-mysticmode.html">Hello from mysticmode</a>
|
||||||
|
<span class="date">[2021-11-28]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="blog/interview-with-annamalai-swami-by-jim-lemkin.html">Interview with Annamalai Swami by Jim
|
||||||
|
Lemkin</a>
|
||||||
|
<span class="date">[2020-11-10]</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
+54
-55
@@ -1,61 +1,60 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - 50 Years</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - 50 Years</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">50 Years <span class="date">[2023-07-20]</span></div>
|
<a href="/" class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
Today 20th, July 2023 marks 50 years since Bruce Lee's passing on
|
<a href="/poems.html">Poems</a>
|
||||||
1973. My father had told me about Bruce Lee, his speed, his efficacy
|
<a href="/devlog.html">Devlog</a>
|
||||||
and his life when I was a kid.
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</p>
|
</nav>
|
||||||
<p>
|
|
||||||
Only at the very recent I started digging through his style and his
|
|
||||||
teachings by reading about him and watching his videos.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
If there is one thing I learned from this spectacular teacher, that
|
|
||||||
should be - There is no limit in what you do, in what you pursue.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
There is a blog post I wrote about him last year -
|
|
||||||
<a
|
|
||||||
href="/blog/my-admiration-and-respect-for-bruce-lee.html"
|
|
||||||
>My admiration and respect for Bruce Lee</a
|
|
||||||
>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">50 Years <span class="date">[2023-07-20]</span></div>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<div class="content">
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<p>
|
||||||
>. Source code of this website can be found
|
Today 20th, July 2023 marks 50 years since Bruce Lee's passing on
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
1973. My father had told me about Bruce Lee, his speed, his efficacy
|
||||||
</footer>
|
and his life when I was a kid.
|
||||||
</body>
|
</p>
|
||||||
</html>
|
<p>
|
||||||
|
Only at the very recent I started digging through his style and his
|
||||||
|
teachings by reading about him and watching his videos.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
If there is one thing I learned from this spectacular teacher, that
|
||||||
|
should be - There is no limit in what you do, in what you pursue.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
There is a blog post I wrote about him last year -
|
||||||
|
<a href="/blog/my-admiration-and-respect-for-bruce-lee.html">My admiration and respect for Bruce Lee</a>
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,87 +1,89 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - A bite of unconscious way</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - A bite of unconscious way</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">A bite of unconscious way <span class="date">[2024-08-10]</span></div>
|
<a href="/" class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
Human brains are tentatively complex for many to write articles, do
|
<a href="/poems.html">Poems</a>
|
||||||
research and ideally use it. So, pertinently I’m tentative to think
|
<a href="/devlog.html">Devlog</a>
|
||||||
that I know of a small bit of it which I’d like to take a small bite.
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</p>
|
</nav>
|
||||||
<p>
|
|
||||||
Often, we see and hear of where creatives come up with something new
|
|
||||||
to the fruition for which they don’t tend to acclaim that this is done
|
|
||||||
by them. This is because of the play of unconscious mind in their
|
|
||||||
doings. The mind that collects and stores inadvertently. In other
|
|
||||||
words, without knowing that we are observing that.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
This part of processing thoughts from unconscious level thinking has
|
|
||||||
helped many artists bring fruition to their work that leads to
|
|
||||||
different interpreted projections from people who perceive that.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
And this elevated thinking takes courage. We see, like Bob Dylan
|
|
||||||
mentioned, that one can process at the unconscious level. But how long
|
|
||||||
we can survive in that state until those drains are a matter of
|
|
||||||
another topic (possibly researched at the scientific level, that I’m
|
|
||||||
not sure of).
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Society and the system do not pertain to this way of thinking because
|
|
||||||
it is structured way of thinking, hence people has to go out of the
|
|
||||||
way to see themselves in a creative state where they can access things
|
|
||||||
that cannot be done at a conscious level. And this system conceives
|
|
||||||
that manner as a freaky state of mind. In short, the person is a
|
|
||||||
freak.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The awareness and the happenings at the presence at the unconscious
|
|
||||||
level is more abrasive, where you notice things that’s happening at
|
|
||||||
that moment in a state that doesn’t often show to others that you are
|
|
||||||
observing that. But for you, you will do that, and you notice that you
|
|
||||||
are doing it in a state of mind where you are totally out of it. There
|
|
||||||
is no "Me" in there.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The unconscious mind is like the tip of a double-edged sword to you
|
|
||||||
and to others’ with you. You play there, you live there as long as you
|
|
||||||
are able to keep up with that state of mind. And you better feel
|
|
||||||
lucky, if you can come out of it when you desperately want to.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">A bite of unconscious way <span class="date">[2024-08-10]</span></div>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<div class="content">
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<p>
|
||||||
>. Source code of this website can be found
|
Human brains are tentatively complex for many to write articles, do
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
research and ideally use it. So, pertinently I’m tentative to think
|
||||||
</footer>
|
that I know of a small bit of it which I’d like to take a small bite.
|
||||||
</body>
|
</p>
|
||||||
</html>
|
<p>
|
||||||
|
Often, we see and hear of where creatives come up with something new
|
||||||
|
to the fruition for which they don’t tend to acclaim that this is done
|
||||||
|
by them. This is because of the play of unconscious mind in their
|
||||||
|
doings. The mind that collects and stores inadvertently. In other
|
||||||
|
words, without knowing that we are observing that.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
This part of processing thoughts from unconscious level thinking has
|
||||||
|
helped many artists bring fruition to their work that leads to
|
||||||
|
different interpreted projections from people who perceive that.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
And this elevated thinking takes courage. We see, like Bob Dylan
|
||||||
|
mentioned, that one can process at the unconscious level. But how long
|
||||||
|
we can survive in that state until those drains are a matter of
|
||||||
|
another topic (possibly researched at the scientific level, that I’m
|
||||||
|
not sure of).
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Society and the system do not pertain to this way of thinking because
|
||||||
|
it is structured way of thinking, hence people has to go out of the
|
||||||
|
way to see themselves in a creative state where they can access things
|
||||||
|
that cannot be done at a conscious level. And this system conceives
|
||||||
|
that manner as a freaky state of mind. In short, the person is a
|
||||||
|
freak.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The awareness and the happenings at the presence at the unconscious
|
||||||
|
level is more abrasive, where you notice things that’s happening at
|
||||||
|
that moment in a state that doesn’t often show to others that you are
|
||||||
|
observing that. But for you, you will do that, and you notice that you
|
||||||
|
are doing it in a state of mind where you are totally out of it. There
|
||||||
|
is no "Me" in there.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The unconscious mind is like the tip of a double-edged sword to you
|
||||||
|
and to others’ with you. You play there, you live there as long as you
|
||||||
|
are able to keep up with that state of mind. And you better feel
|
||||||
|
lucky, if you can come out of it when you desperately want to.
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
+89
-87
@@ -1,93 +1,95 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Creativity</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - Creativity</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">Creativity <span class="date">[2023-04-20]</span></div>
|
<a href="/" class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
My mother told me this word "declutter" yesterday, pointing out that I
|
<a href="/poems.html">Poems</a>
|
||||||
need to de-clutter my room sooner. It has become a mess recently with
|
<a href="/devlog.html">Devlog</a>
|
||||||
lots of junk that I don’t need.
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</p>
|
</nav>
|
||||||
<p>
|
|
||||||
It was quite a surprise for me that she knows this term. Probably
|
|
||||||
she'd have gotten it from watching YouTube videos which she watches
|
|
||||||
often whilst doing her work.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Suddenly a thought came to my mind now, I mean right now. It is not
|
|
||||||
only about decluttering, but it very much proves a pertinent recipient
|
|
||||||
for creativity. The points that I’m going to mention below regarding
|
|
||||||
creativity will also contain more attributes apart from declutter.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Creativity links to our emotional intelligence, even for a
|
|
||||||
mathematician who solves with logic does have one or other forms of
|
|
||||||
emotional intelligence nevertheless of the disagreement if there is
|
|
||||||
anybody who disagrees with this. This much is certain for me.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Now coming to one of the nuggets of creativity, that is decluttering
|
|
||||||
your mind. By doing that, we put out the standing thousand elephants
|
|
||||||
on our head and lit the fire that brings us onto more new
|
|
||||||
thought-processes.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
This also means forgetting, by which I mean - forgetting the
|
|
||||||
happenings that trouble you because this often keeps you in a state of
|
|
||||||
turmoil with fear and worriedness. In order to do this, you need to
|
|
||||||
enter into a space where the things that trouble you is not within the
|
|
||||||
reach of your subconscious mind. The subconscious mind will act as an
|
|
||||||
agent for you to get into this space where creative freedom evolves.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
This could mean eccentricity to some, like the usual talk goes. Who
|
|
||||||
cares about that anyway if you want to have some kick in life that you
|
|
||||||
could share with your grandchild later, I mean if you could live up to
|
|
||||||
that stage. Alright, let’s come back to the point – this way of
|
|
||||||
tricking your habits and bringing it into force where you play
|
|
||||||
yourself with your subconscious mind, we de-clutter the unwanted
|
|
||||||
happenings at the subconscious level. And that will lead you to the
|
|
||||||
phase of creative freedom.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Note that this phase of creative freedom has a threshold from person
|
|
||||||
to person. It can stay for a longer period of time or at a short term.
|
|
||||||
But rest assured – when you can lit that fire in you, you will not be
|
|
||||||
yourself to worry about this.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">Creativity <span class="date">[2023-04-20]</span></div>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<div class="content">
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<p>
|
||||||
>. Source code of this website can be found
|
My mother told me this word "declutter" yesterday, pointing out that I
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
need to de-clutter my room sooner. It has become a mess recently with
|
||||||
</footer>
|
lots of junk that I don’t need.
|
||||||
</body>
|
</p>
|
||||||
</html>
|
<p>
|
||||||
|
It was quite a surprise for me that she knows this term. Probably
|
||||||
|
she'd have gotten it from watching YouTube videos which she watches
|
||||||
|
often whilst doing her work.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Suddenly a thought came to my mind now, I mean right now. It is not
|
||||||
|
only about decluttering, but it very much proves a pertinent recipient
|
||||||
|
for creativity. The points that I’m going to mention below regarding
|
||||||
|
creativity will also contain more attributes apart from declutter.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Creativity links to our emotional intelligence, even for a
|
||||||
|
mathematician who solves with logic does have one or other forms of
|
||||||
|
emotional intelligence nevertheless of the disagreement if there is
|
||||||
|
anybody who disagrees with this. This much is certain for me.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Now coming to one of the nuggets of creativity, that is decluttering
|
||||||
|
your mind. By doing that, we put out the standing thousand elephants
|
||||||
|
on our head and lit the fire that brings us onto more new
|
||||||
|
thought-processes.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
This also means forgetting, by which I mean - forgetting the
|
||||||
|
happenings that trouble you because this often keeps you in a state of
|
||||||
|
turmoil with fear and worriedness. In order to do this, you need to
|
||||||
|
enter into a space where the things that trouble you is not within the
|
||||||
|
reach of your subconscious mind. The subconscious mind will act as an
|
||||||
|
agent for you to get into this space where creative freedom evolves.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
This could mean eccentricity to some, like the usual talk goes. Who
|
||||||
|
cares about that anyway if you want to have some kick in life that you
|
||||||
|
could share with your grandchild later, I mean if you could live up to
|
||||||
|
that stage. Alright, let’s come back to the point – this way of
|
||||||
|
tricking your habits and bringing it into force where you play
|
||||||
|
yourself with your subconscious mind, we de-clutter the unwanted
|
||||||
|
happenings at the subconscious level. And that will lead you to the
|
||||||
|
phase of creative freedom.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Note that this phase of creative freedom has a threshold from person
|
||||||
|
to person. It can stay for a longer period of time or at a short term.
|
||||||
|
But rest assured – when you can lit that fire in you, you will not be
|
||||||
|
yourself to worry about this.
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,60 +1,62 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Hello from mysticmode</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - Hello from mysticmode</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">Hello from mysticmode <span class="date">[2021-11-28]</span></div>
|
<a href="/" class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
While I'm writing this, I have a new found feeling that I'm going to
|
<a href="/poems.html">Poems</a>
|
||||||
share some experience and make a thoughtful impact for the readers.
|
<a href="/devlog.html">Devlog</a>
|
||||||
And as well, leave something worthwhile behind which might not vanish
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
across time. I hope, this thought from me and this resource persists.
|
</nav>
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Here, I'm going to write whatever thoughts, feelings and information
|
|
||||||
that I could be able to put it into words. This just doesn't stick
|
|
||||||
around that, I mean the spiritual aspects of me. But also, I'll be
|
|
||||||
sharing some technical articles and tutorials that I learn. After all,
|
|
||||||
my profession is writing softwares.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
So, stay in touch by subscribing via
|
|
||||||
<a href="../rss.xml">RSS feed</a>. Also, feel free to contact me via
|
|
||||||
email -- <em>tildezero at gmail dot com</em>
|
|
||||||
</p>
|
|
||||||
<p>Much love to you -- Nirmal</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">Hello from mysticmode <span class="date">[2021-11-28]</span></div>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<div class="content">
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<p>
|
||||||
>. Source code of this website can be found
|
While I'm writing this, I have a new found feeling that I'm going to
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
share some experience and make a thoughtful impact for the readers.
|
||||||
</footer>
|
And as well, leave something worthwhile behind which might not vanish
|
||||||
</body>
|
across time. I hope, this thought from me and this resource persists.
|
||||||
</html>
|
</p>
|
||||||
|
<p>
|
||||||
|
Here, I'm going to write whatever thoughts, feelings and information
|
||||||
|
that I could be able to put it into words. This just doesn't stick
|
||||||
|
around that, I mean the spiritual aspects of me. But also, I'll be
|
||||||
|
sharing some technical articles and tutorials that I learn. After all,
|
||||||
|
my profession is writing softwares.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
So, stay in touch by subscribing via
|
||||||
|
<a href="../rss.xml">RSS feed</a>. Also, feel free to contact me via
|
||||||
|
email -- <em>tildezero at gmail dot com</em>
|
||||||
|
</p>
|
||||||
|
<p>Much love to you -- Nirmal</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,82 +1,84 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - In praise of silent voice</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - In praise of silent voice</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">In praise of silent voice <span class="date">[2022-10-20]</span></div>
|
<a href="/" class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
Our societal norms is not only filled with people pertaining to the
|
<a href="/poems.html">Poems</a>
|
||||||
attributes of materialistic life, it also contains this false
|
<a href="/devlog.html">Devlog</a>
|
||||||
appreciation of superiority to the ones who makes the noise more than
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
others.
|
</nav>
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
I would characterize this as materialist voice. A materialist voice
|
|
||||||
fame oneself onto the glory of power by falsehood perception that
|
|
||||||
everything belongs and pertain to the ones who put forth the voice.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Whereas, the silent voice doesn’t crave this mania, since it doesn’t
|
|
||||||
wave about the perspective or motive towards the falsehood of oneself
|
|
||||||
or the others. The silent voice belongs to the self which doesn’t know
|
|
||||||
to part ways towards one or the other. There is no separation in
|
|
||||||
itself.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The perseverance of silence is silence. The words of no words is
|
|
||||||
silence. Silence touches beyond the realm of words. It determines the
|
|
||||||
aspective towards clarity in life. Silence cannot be suppressed, it
|
|
||||||
can only be witnessed.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
In the world we live in where the masters of the materialist voice
|
|
||||||
perceives that there is no accordance to the nature of oneself is
|
|
||||||
within oneself. They think the actions that they take regards to the
|
|
||||||
wellness of others or for themselves are based on external happenings.
|
|
||||||
The silent voice exemplifies that the worrisome of these external
|
|
||||||
happenings is the source of not being one in harmony within oneself.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The proximity of silence can get others’ awareness directing to their
|
|
||||||
cause and transform themselves onto the path of seeking for oneness
|
|
||||||
and harmony.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Henceforth, in praise of silence, I try to say that in the connotation
|
|
||||||
within the realm of words -- it prevails.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">In praise of silent voice <span class="date">[2022-10-20]</span></div>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<div class="content">
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<p>
|
||||||
>. Source code of this website can be found
|
Our societal norms is not only filled with people pertaining to the
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
attributes of materialistic life, it also contains this false
|
||||||
</footer>
|
appreciation of superiority to the ones who makes the noise more than
|
||||||
</body>
|
others.
|
||||||
</html>
|
</p>
|
||||||
|
<p>
|
||||||
|
I would characterize this as materialist voice. A materialist voice
|
||||||
|
fame oneself onto the glory of power by falsehood perception that
|
||||||
|
everything belongs and pertain to the ones who put forth the voice.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Whereas, the silent voice doesn’t crave this mania, since it doesn’t
|
||||||
|
wave about the perspective or motive towards the falsehood of oneself
|
||||||
|
or the others. The silent voice belongs to the self which doesn’t know
|
||||||
|
to part ways towards one or the other. There is no separation in
|
||||||
|
itself.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The perseverance of silence is silence. The words of no words is
|
||||||
|
silence. Silence touches beyond the realm of words. It determines the
|
||||||
|
aspective towards clarity in life. Silence cannot be suppressed, it
|
||||||
|
can only be witnessed.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
In the world we live in where the masters of the materialist voice
|
||||||
|
perceives that there is no accordance to the nature of oneself is
|
||||||
|
within oneself. They think the actions that they take regards to the
|
||||||
|
wellness of others or for themselves are based on external happenings.
|
||||||
|
The silent voice exemplifies that the worrisome of these external
|
||||||
|
happenings is the source of not being one in harmony within oneself.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The proximity of silence can get others’ awareness directing to their
|
||||||
|
cause and transform themselves onto the path of seeking for oneness
|
||||||
|
and harmony.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Henceforth, in praise of silence, I try to say that in the connotation
|
||||||
|
within the realm of words -- it prevails.
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,103 +1,103 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Interview with Annamalai Swami by Jim Lemkin</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - Interview with Annamalai Swami by Jim Lemkin</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">
|
<a href="/" class="header">
|
||||||
Interview with Annamalai Swami by Jim Lemkin
|
<div class="logo">
|
||||||
<span class="date">[2020-11-10]</span>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
</div>
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="https://www.youtube.com/watch?v=Dbd85YItR-E" target="_blank"
|
<a href="/poems.html">Poems</a>
|
||||||
>YouTube link</a
|
<a href="/devlog.html">Devlog</a>
|
||||||
>
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</p>
|
</nav>
|
||||||
<p>
|
|
||||||
One of my friends whose name is Hari Krishnan had shared me this video
|
|
||||||
today morning. Like me, he was interested in searching for the truth,
|
|
||||||
or maybe we could say as a spiritual wellness. I told him that I had
|
|
||||||
his final talks edited by David Godman as a book. He had come to
|
|
||||||
notice this video interview on YouTube and he shared it with me. No
|
|
||||||
doubts, I was delighted and thanked him.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
So, I just watched the whole video. What Annamalai Swami talks in this
|
|
||||||
video is very simple. But maybe I could say, my mother tongue being
|
|
||||||
Tamil could be a reason for this.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
What the interviewer and the interpreter could try to ask makes much
|
|
||||||
more sense to me, they were trying to see and perceive what made a
|
|
||||||
Jnani like Annamalai Swami could delve into the self and how did they
|
|
||||||
continue to stay there in that state their whole life.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Interviewer seems to be an American trying to perceive that how could
|
|
||||||
we live such a life say for example living in New York or Los Angeles.
|
|
||||||
Where people constantly looking for the other way which is an
|
|
||||||
illusion. By which I mean, the materialistic life in this samsara.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
I was taught in an English medium school. And I came to be in touch
|
|
||||||
with many people from western countries for the last 10 years by being
|
|
||||||
in ashrams and traveling around. I particularly or firmly established
|
|
||||||
myself in their way of thinking to achieve something which was - I
|
|
||||||
need recognition from this world. That said, I don't want to say this
|
|
||||||
is the fault of the westerners. This is of myself. Maybe I could say I
|
|
||||||
was thinking I'm the mind and I'm the body as Annamalai Swami puts
|
|
||||||
constantly in this video.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Annamalai Swami asks, when you are in a deep sleep, do you know who
|
|
||||||
you are? Then the conversation goes like this, we don’t - So, we are
|
|
||||||
not the mind and we are not the body. Who else then? The Self which is
|
|
||||||
known as Atman is a revered word in this philosophy. I cannot say it
|
|
||||||
clearly because the irony is that – I'm like that interviewer who
|
|
||||||
sometimes can feel that but it fades away because of this society that
|
|
||||||
we are living in.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
One more important question regarding the point I’ve mentioned above
|
|
||||||
which is fading away, Swami says that constant inquiry is Jnana which
|
|
||||||
resonates with me deeply.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
It seems like reading, watching and understanding is all few
|
|
||||||
percentages but the thing is we need to stay there and inquire
|
|
||||||
ourselves the question that Swami says.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
Interview with Annamalai Swami by Jim Lemkin
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<span class="date">[2020-11-10]</span>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</div>
|
||||||
>. Source code of this website can be found
|
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
<div class="content">
|
||||||
</footer>
|
<p>
|
||||||
</body>
|
<a href="https://www.youtube.com/watch?v=Dbd85YItR-E" target="_blank">YouTube link</a>
|
||||||
</html>
|
</p>
|
||||||
|
<p>
|
||||||
|
One of my friends whose name is Hari Krishnan had shared me this video
|
||||||
|
today morning. Like me, he was interested in searching for the truth,
|
||||||
|
or maybe we could say as a spiritual wellness. I told him that I had
|
||||||
|
his final talks edited by David Godman as a book. He had come to
|
||||||
|
notice this video interview on YouTube and he shared it with me. No
|
||||||
|
doubts, I was delighted and thanked him.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
So, I just watched the whole video. What Annamalai Swami talks in this
|
||||||
|
video is very simple. But maybe I could say, my mother tongue being
|
||||||
|
Tamil could be a reason for this.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
What the interviewer and the interpreter could try to ask makes much
|
||||||
|
more sense to me, they were trying to see and perceive what made a
|
||||||
|
Jnani like Annamalai Swami could delve into the self and how did they
|
||||||
|
continue to stay there in that state their whole life.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Interviewer seems to be an American trying to perceive that how could
|
||||||
|
we live such a life say for example living in New York or Los Angeles.
|
||||||
|
Where people constantly looking for the other way which is an
|
||||||
|
illusion. By which I mean, the materialistic life in this samsara.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
I was taught in an English medium school. And I came to be in touch
|
||||||
|
with many people from western countries for the last 10 years by being
|
||||||
|
in ashrams and traveling around. I particularly or firmly established
|
||||||
|
myself in their way of thinking to achieve something which was - I
|
||||||
|
need recognition from this world. That said, I don't want to say this
|
||||||
|
is the fault of the westerners. This is of myself. Maybe I could say I
|
||||||
|
was thinking I'm the mind and I'm the body as Annamalai Swami puts
|
||||||
|
constantly in this video.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Annamalai Swami asks, when you are in a deep sleep, do you know who
|
||||||
|
you are? Then the conversation goes like this, we don’t - So, we are
|
||||||
|
not the mind and we are not the body. Who else then? The Self which is
|
||||||
|
known as Atman is a revered word in this philosophy. I cannot say it
|
||||||
|
clearly because the irony is that – I'm like that interviewer who
|
||||||
|
sometimes can feel that but it fades away because of this society that
|
||||||
|
we are living in.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
One more important question regarding the point I’ve mentioned above
|
||||||
|
which is fading away, Swami says that constant inquiry is Jnana which
|
||||||
|
resonates with me deeply.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
It seems like reading, watching and understanding is all few
|
||||||
|
percentages but the thing is we need to stay there and inquire
|
||||||
|
ourselves the question that Swami says.
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,58 +1,60 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Is it really smart work?</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - Is it really smart work?</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">Is it really smart work? <span class="date">[2022-05-02]</span></div>
|
<a href="/" class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
Just went to a tea shop, the FM Radio played about doing smart work
|
<a href="/poems.html">Poems</a>
|
||||||
instead of hard work.
|
<a href="/devlog.html">Devlog</a>
|
||||||
</p>
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
<p>
|
</nav>
|
||||||
And I heard this statement multiple times. I think that is not a valid
|
|
||||||
statement to me unless I'm missing something.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Every smartness that comes in you is the hours and days you put your
|
|
||||||
effort in to mastery
|
|
||||||
</p>
|
|
||||||
<p>IOW, smart work is the asset of hard work.</p>
|
|
||||||
<p>
|
|
||||||
To put in another way, It is through the hardship, the time gives you
|
|
||||||
the gift of experience which is the foundation for smart work.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">Is it really smart work? <span class="date">[2022-05-02]</span></div>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<div class="content">
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<p>
|
||||||
>. Source code of this website can be found
|
Just went to a tea shop, the FM Radio played about doing smart work
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
instead of hard work.
|
||||||
</footer>
|
</p>
|
||||||
</body>
|
<p>
|
||||||
</html>
|
And I heard this statement multiple times. I think that is not a valid
|
||||||
|
statement to me unless I'm missing something.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Every smartness that comes in you is the hours and days you put your
|
||||||
|
effort in to mastery
|
||||||
|
</p>
|
||||||
|
<p>IOW, smart work is the asset of hard work.</p>
|
||||||
|
<p>
|
||||||
|
To put in another way, It is through the hardship, the time gives you
|
||||||
|
the gift of experience which is the foundation for smart work.
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
+49
-50
@@ -1,56 +1,55 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Mid of the crisis</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - Mid of the crisis</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">Mid of the crisis <span class="date">[2023-02-07]</span></div>
|
<a href="/" class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
Whilst reading this article today -
|
<a href="/poems.html">Poems</a>
|
||||||
<a
|
<a href="/devlog.html">Devlog</a>
|
||||||
href="https://blogs.bl.uk/european/2023/02/mikalojus-konstantinas-%C4%8Diurlionis-a-genius-cursed-by-fate.html"
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
target="_blank"
|
</nav>
|
||||||
>Mikalojus Konstantinas Čiurlionis: a genius cursed by fate?</a
|
|
||||||
>.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
A pertinent thought arisen me due to the recent events of death and
|
|
||||||
war is that how much could we lose? There could be many like this guy
|
|
||||||
in the article who absents away this world without seeing others’
|
|
||||||
lives happier through their art or by any means and remain unknown
|
|
||||||
forever for us poor remains.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">Mid of the crisis <span class="date">[2023-02-07]</span></div>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<div class="content">
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<p>
|
||||||
>. Source code of this website can be found
|
Whilst reading this article today -
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
<a href="https://blogs.bl.uk/european/2023/02/mikalojus-konstantinas-%C4%8Diurlionis-a-genius-cursed-by-fate.html"
|
||||||
</footer>
|
target="_blank">Mikalojus Konstantinas Čiurlionis: a genius cursed by fate?</a>.
|
||||||
</body>
|
</p>
|
||||||
</html>
|
<p>
|
||||||
|
A pertinent thought arisen me due to the recent events of death and
|
||||||
|
war is that how much could we lose? There could be many like this guy
|
||||||
|
in the article who absents away this world without seeing others’
|
||||||
|
lives happier through their art or by any means and remain unknown
|
||||||
|
forever for us poor remains.
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,101 +1,101 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - My admiration and respect for Bruce Lee</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - My admiration and respect for Bruce Lee</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">
|
<a href="/" class="header">
|
||||||
My admiration and respect for Bruce Lee
|
<div class="logo">
|
||||||
<span class="date">[2022-12-17]</span>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
</div>
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
Many generations come and go and as an individual you most likely have
|
<a href="/poems.html">Poems</a>
|
||||||
few people in the past to admire and learn from them and try to
|
<a href="/devlog.html">Devlog</a>
|
||||||
incorporate the working some of those characteristics for you.
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</p>
|
</nav>
|
||||||
<p>
|
|
||||||
And for me, Bruce Lee is one such person. I'll try to explain how and
|
|
||||||
why his life had impacted me on my professional carrier and more so
|
|
||||||
with my personal life. More importantly, I'm going to convey this in
|
|
||||||
my own style without formally reading his books or books written by
|
|
||||||
others about him.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
We all know that Bruce Lee is not just an extraordinary martial artist
|
|
||||||
but also a deep thinker. So, that much I know from watching videos
|
|
||||||
about him and some resources and his quotations that I learned from
|
|
||||||
the Internet. Hence, I'm going to give a brief of what my perspectives
|
|
||||||
about him are.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a href="https://www.youtube.com/watch?v=uk1lzkH-e4U" target="_blank"
|
|
||||||
>Bruce Lee Interview by Pierre Berton</a
|
|
||||||
>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Bruce Lee's simple philosophy of living is his explanation of "Be
|
|
||||||
Water" portrayed in his The "Lost" Interview in Pierre Berton show.
|
|
||||||
There is a catch in that which is very important where he says "be
|
|
||||||
formless and shapeless". It means that if you are too rigid on
|
|
||||||
yourself; you cannot grow and mature in your life. It can be seen in
|
|
||||||
his fighting style that were changed and adopted during different
|
|
||||||
phases of his life and coming up with his own martial artform called
|
|
||||||
Jeet Kune Do.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
It doesn't end there; he also puts one more important point in that
|
|
||||||
interview which is the yin-yang philosophy. He portrays that as - "You
|
|
||||||
cannot be too natural or too unnatural, the ideal solution is natural
|
|
||||||
unnaturalness or unnatural naturalness".
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
This is what they say in Buddhism, walking the middle path or to put
|
|
||||||
in other terms, the way of life is to change what you can, but never
|
|
||||||
lose to go with the flow as well.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
One of those many thoughts of Bruce Lee that was said by his close
|
|
||||||
knits and his students is he wants you to live by your own goals with
|
|
||||||
your own principles and not just being a mere follower of somebody or
|
|
||||||
himself, but expressing yourself honestly to others and to the world.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
There are many players in this world, who inspire by talk. But the man
|
|
||||||
in the arena guy for me is Bruce Lee. Because his very living in this
|
|
||||||
world is an example that one can succeed with hard work, determination
|
|
||||||
and deep focus.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
My admiration and respect for Bruce Lee
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<span class="date">[2022-12-17]</span>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</div>
|
||||||
>. Source code of this website can be found
|
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
<div class="content">
|
||||||
</footer>
|
<p>
|
||||||
</body>
|
Many generations come and go and as an individual you most likely have
|
||||||
</html>
|
few people in the past to admire and learn from them and try to
|
||||||
|
incorporate the working some of those characteristics for you.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
And for me, Bruce Lee is one such person. I'll try to explain how and
|
||||||
|
why his life had impacted me on my professional carrier and more so
|
||||||
|
with my personal life. More importantly, I'm going to convey this in
|
||||||
|
my own style without formally reading his books or books written by
|
||||||
|
others about him.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
We all know that Bruce Lee is not just an extraordinary martial artist
|
||||||
|
but also a deep thinker. So, that much I know from watching videos
|
||||||
|
about him and some resources and his quotations that I learned from
|
||||||
|
the Internet. Hence, I'm going to give a brief of what my perspectives
|
||||||
|
about him are.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="https://www.youtube.com/watch?v=uk1lzkH-e4U" target="_blank">Bruce Lee Interview by Pierre Berton</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Bruce Lee's simple philosophy of living is his explanation of "Be
|
||||||
|
Water" portrayed in his The "Lost" Interview in Pierre Berton show.
|
||||||
|
There is a catch in that which is very important where he says "be
|
||||||
|
formless and shapeless". It means that if you are too rigid on
|
||||||
|
yourself; you cannot grow and mature in your life. It can be seen in
|
||||||
|
his fighting style that were changed and adopted during different
|
||||||
|
phases of his life and coming up with his own martial artform called
|
||||||
|
Jeet Kune Do.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
It doesn't end there; he also puts one more important point in that
|
||||||
|
interview which is the yin-yang philosophy. He portrays that as - "You
|
||||||
|
cannot be too natural or too unnatural, the ideal solution is natural
|
||||||
|
unnaturalness or unnatural naturalness".
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
This is what they say in Buddhism, walking the middle path or to put
|
||||||
|
in other terms, the way of life is to change what you can, but never
|
||||||
|
lose to go with the flow as well.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
One of those many thoughts of Bruce Lee that was said by his close
|
||||||
|
knits and his students is he wants you to live by your own goals with
|
||||||
|
your own principles and not just being a mere follower of somebody or
|
||||||
|
himself, but expressing yourself honestly to others and to the world.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
There are many players in this world, who inspire by talk. But the man
|
||||||
|
in the arena guy for me is Bruce Lee. Because his very living in this
|
||||||
|
world is an example that one can succeed with hard work, determination
|
||||||
|
and deep focus.
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,42 +1,49 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Nothing can beat this</title>
|
|
||||||
<link rel="stylesheet" href="/style.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.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="/devlog.html">Devlog</a>
|
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
|
||||||
</nav>
|
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<head>
|
||||||
<div class="title">Nothing can beat this <span class="date">[2024-03-11]</span></div>
|
<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 - Nothing can beat this</title>
|
||||||
|
<link rel="stylesheet" href="/style.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
<div class="content">
|
<body>
|
||||||
|
<a href="/" class="header">
|
||||||
<p>Nothing can beat this - there could be lot of books, videos, documentaries on life and well-being, spiritually and philosophically and even others' lives if you consider to follow but Learning from one's own experience is the most powerful one of all.</p>
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<p>If you find that way, you will find the way.</p>
|
<nav>
|
||||||
</p>
|
<a href="/blog.html">Blog</a>
|
||||||
</div>
|
<a href="/poems.html">Poems</a>
|
||||||
</section>
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr>
|
<div class="title">Nothing can beat this <span class="date">[2024-03-11]</span></div>
|
||||||
© 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://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
|
||||||
</footer>
|
<div class="content">
|
||||||
</body>
|
|
||||||
</html>
|
<p>Nothing can beat this - there could be lot of books, videos, documentaries on life and well-being, spiritually
|
||||||
|
and philosophically and even others' lives if you consider to follow but Learning from one's own experience is
|
||||||
|
the most powerful one of all.</p>
|
||||||
|
|
||||||
|
<p>If you find that way, you will find the way.</p>
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,50 +1,52 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Occurrence and non-occurrence</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - Occurrence and non-occurrence</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">
|
<a href="/" class="header">
|
||||||
Occurrence and non-occurrence <span class="date">[2022-05-04]</span>
|
<div class="logo">
|
||||||
</div>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
There is occurrence and non-occurrence. In-between we say there is
|
<a href="/poems.html">Poems</a>
|
||||||
life. This happens in the samsara, the world. Beyond that there is
|
<a href="/devlog.html">Devlog</a>
|
||||||
something omnipotent, let it be God or Nature. My point is that that
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
is what I breath, we all breath and every living creatures breath as
|
</nav>
|
||||||
well.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
Occurrence and non-occurrence <span class="date">[2022-05-04]</span>
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
</div>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
|
||||||
>. Source code of this website can be found
|
<div class="content">
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
<p>
|
||||||
</footer>
|
There is occurrence and non-occurrence. In-between we say there is
|
||||||
</body>
|
life. This happens in the samsara, the world. Beyond that there is
|
||||||
</html>
|
something omnipotent, let it be God or Nature. My point is that that
|
||||||
|
is what I breath, we all breath and every living creatures breath as
|
||||||
|
well.
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,49 +1,51 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Time goes by and does life grow in you?</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - Time goes by and does life grow in you?</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">
|
<a href="/" class="header">
|
||||||
Time goes by and does life grow in you?
|
<div class="logo">
|
||||||
<span class="date">[2022-07-09]</span>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
</div>
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
Life seems to be good if I try to do and experience things that are
|
<a href="/poems.html">Poems</a>
|
||||||
versatile. I’m not a specialist in anything and my head wanders around
|
<a href="/devlog.html">Devlog</a>
|
||||||
several interests that I’d like to do at the time and I do that.
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</p>
|
</nav>
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
Time goes by and does life grow in you?
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<span class="date">[2022-07-09]</span>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</div>
|
||||||
>. Source code of this website can be found
|
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
<div class="content">
|
||||||
</footer>
|
<p>
|
||||||
</body>
|
Life seems to be good if I try to do and experience things that are
|
||||||
</html>
|
versatile. I’m not a specialist in anything and my head wanders around
|
||||||
|
several interests that I’d like to do at the time and I do that.
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,80 +1,118 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - What I do when my mental health goes down</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - What I do when my mental health goes down</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">What I do when my mental health goes down <span class="date">[2024-10-22]</span></div>
|
<a href="/" class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
I was diagnosed with Bipolar Type 2 and Social Anxiety disorder when I was 17 years old. I remember when I was doing High school, the 2 years I did, my disorder became intense, and I succumbed to psychosis heavily. I remember that I could not wake up from my bed and particularly could not go outside of home. It is very hard to think about those happenings again now. I felt that everybody was acting against me and at one point I thought my mother was poisoning me with my food.
|
<a href="/poems.html">Poems</a>
|
||||||
</p>
|
<a href="/devlog.html">Devlog</a>
|
||||||
<p>
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
I’m very lucky, I got a treatment from a psychiatrist at the end of my 2nd year of high school. My mother noticed and took me for the treatment.
|
</nav>
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
We can name many disorders in a patient by doctors and till now to be honest I do not know whether I’m diagnosed correctly including the meds I’m taking continuously for the last 9 years. It does help to some extent where my mood swings are not very worse. The anxiety I have when I go outside is a bit tricky to handle though.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Again, being on medications does help and ease certain things. And as always there are side-effects to this. My nerves seem to be getting weirder, and I’m noticing that my fingers start twitching now and then.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
But I worry less about this, and the reason is why below content.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
This is one part of me living with Mental health disorder and I know that this is certain that I cannot get a cure but that doesn’t mean that I cannot live. I will now come to the other part, which is a portion of mine, I see as a good thing, which is handling when I know when I get into it. Because I know when you are living with this sort of disorder for a longer period, you can predict and feel when you are down and depressed. In my case, I can do that, and I often be conscious about that. I never hesitate to share what I want to share with others, because there is nothing there to hide and nothing there that is non-universal. Everything has its own purpose.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
So, in those words I feel that life is not alone. Because I feel we are not alone here and after and more so, I can go ahead and say - the universe is not alone. Everything is an embodiment not one of either but both. There is both good and bad, there is both negativity and positivity, there is both silence and sound. Thus, there is both presence and absence. The presence when you are in the comfort of a person can also be felt in their absence if you seek it.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
I feel this understanding and it is there to move further and keep breathing, that I am not alone here and after. This is not just a thought that I keep motivating myself. I do not want to motivate and get motivated; I just want to live and walk the walk. If I do this, life will take care of it by itself. It is very simple, keep breathing. How worser can it get, I do not know – I just need to keep on breathing and that’s all.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
My master “Fr. Korko Moses” who is a Christian Priest but teaches from all the religious texts and embrace the self-experience of oneself. He is more of a seeker than a religious person I would say. He told me this quotation quite strongly when I was with him. He did not put God in it although the original quotation has it; maybe because he might have thought that we didn’t come to that point and likely our interactions were lasting only for few years till he became ill with Parkison and moved to a place farther away where I could not travel to see him up until this point neither speak with him on Phone because his voice had become weak and he is feeble. And the quotation is:
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
“Grant me the serenity to accept the things I cannot change, courage to change the things I can and the wisdom to know the difference”. It is <a href="https://en.wikipedia.org/wiki/Serenity_Prayer" target="_blank">here in detail</a>.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
This is a beautiful one and the trickier thing is the wisdom to see and understand the difference, particularly for a person with bipolar disorder, I would say.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
All those 3 things come through practice and practicing is what life is about. I take one step at a time: Acceptance is what when you realize that in life certain things are the way as it is. Courage is when I see that I can help make the difference in others’ lives and do it by helping; by sharing. Wisdom? I let it come by itself.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The last thing I need to share here is “Training your mind”. There is a Tibetan traditional teaching called “Lojong”. It basically means, “Mind Training”. And I saw a speech online from one of the people who does this teaching. And that person is “Jetsunma Tenzin Palmo”, if I recall now – on all her sayings in the talk, she calls it and portrays the Mind training, a Jewel. And I say here and now that this is the Jewel I am seeking for by practicing and I hope you too!
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<section class="content-wrapper">
|
||||||
<hr />
|
<div class="title">What I do when my mental health goes down <span class="date">[2024-10-22]</span></div>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<div class="content">
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<p>
|
||||||
>. Source code of this website can be found
|
I was diagnosed with Bipolar Type 2 and Social Anxiety disorder when I was 17 years old. I remember when I was
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
doing High school, the 2 years I did, my disorder became intense, and I succumbed to psychosis heavily. I
|
||||||
</footer>
|
remember that I could not wake up from my bed and particularly could not go outside of home. It is very hard to
|
||||||
</body>
|
think about those happenings again now. I felt that everybody was acting against me and at one point I thought
|
||||||
</html>
|
my mother was poisoning me with my food.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
I’m very lucky, I got a treatment from a psychiatrist at the end of my 2nd year of high school. My mother
|
||||||
|
noticed and took me for the treatment.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
We can name many disorders in a patient by doctors and till now to be honest I do not know whether I’m diagnosed
|
||||||
|
correctly including the meds I’m taking continuously for the last 9 years. It does help to some extent where my
|
||||||
|
mood swings are not very worse. The anxiety I have when I go outside is a bit tricky to handle though.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Again, being on medications does help and ease certain things. And as always there are side-effects to this. My
|
||||||
|
nerves seem to be getting weirder, and I’m noticing that my fingers start twitching now and then.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
But I worry less about this, and the reason is why below content.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
This is one part of me living with Mental health disorder and I know that this is certain that I cannot get a
|
||||||
|
cure but that doesn’t mean that I cannot live. I will now come to the other part, which is a portion of mine, I
|
||||||
|
see as a good thing, which is handling when I know when I get into it. Because I know when you are living with
|
||||||
|
this sort of disorder for a longer period, you can predict and feel when you are down and depressed. In my case,
|
||||||
|
I can do that, and I often be conscious about that. I never hesitate to share what I want to share with others,
|
||||||
|
because there is nothing there to hide and nothing there that is non-universal. Everything has its own purpose.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
So, in those words I feel that life is not alone. Because I feel we are not alone here and after and more so, I
|
||||||
|
can go ahead and say - the universe is not alone. Everything is an embodiment not one of either but both. There
|
||||||
|
is both good and bad, there is both negativity and positivity, there is both silence and sound. Thus, there is
|
||||||
|
both presence and absence. The presence when you are in the comfort of a person can also be felt in their
|
||||||
|
absence if you seek it.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
I feel this understanding and it is there to move further and keep breathing, that I am not alone here and
|
||||||
|
after. This is not just a thought that I keep motivating myself. I do not want to motivate and get motivated; I
|
||||||
|
just want to live and walk the walk. If I do this, life will take care of it by itself. It is very simple, keep
|
||||||
|
breathing. How worser can it get, I do not know – I just need to keep on breathing and that’s all.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
My master “Fr. Korko Moses” who is a Christian Priest but teaches from all the religious texts and embrace the
|
||||||
|
self-experience of oneself. He is more of a seeker than a religious person I would say. He told me this
|
||||||
|
quotation quite strongly when I was with him. He did not put God in it although the original quotation has it;
|
||||||
|
maybe because he might have thought that we didn’t come to that point and likely our interactions were lasting
|
||||||
|
only for few years till he became ill with Parkison and moved to a place farther away where I could not travel
|
||||||
|
to see him up until this point neither speak with him on Phone because his voice had become weak and he is
|
||||||
|
feeble. And the quotation is:
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
“Grant me the serenity to accept the things I cannot change, courage to change the things I can and the wisdom
|
||||||
|
to know the difference”. It is <a href="https://en.wikipedia.org/wiki/Serenity_Prayer" target="_blank">here in
|
||||||
|
detail</a>.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
This is a beautiful one and the trickier thing is the wisdom to see and understand the difference, particularly
|
||||||
|
for a person with bipolar disorder, I would say.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
All those 3 things come through practice and practicing is what life is about. I take one step at a time:
|
||||||
|
Acceptance is what when you realize that in life certain things are the way as it is. Courage is when I see that
|
||||||
|
I can help make the difference in others’ lives and do it by helping; by sharing. Wisdom? I let it come by
|
||||||
|
itself.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The last thing I need to share here is “Training your mind”. There is a Tibetan traditional teaching called
|
||||||
|
“Lojong”. It basically means, “Mind Training”. And I saw a speech online from one of the people who does this
|
||||||
|
teaching. And that person is “Jetsunma Tenzin Palmo”, if I recall now – on all her sayings in the talk, she
|
||||||
|
calls it and portrays the Mind training, a Jewel. And I say here and now that this is the Jewel I am seeking for
|
||||||
|
by practicing and I hope you too!
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
+39
-38
@@ -1,44 +1,45 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - devlog</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - devlog</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<main>
|
<nav>
|
||||||
<ul>
|
<a href="/blog.html">Blog</a>
|
||||||
<li>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="devlog/how-to-install-arch-linux.html">How to install Arch Linux</a>
|
<a href="/devlog.html">Devlog</a>
|
||||||
<span class="date">[2024-10-13]</span>
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</li>
|
</nav>
|
||||||
</ul>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer>
|
<main>
|
||||||
<hr />
|
<ul>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
<li>
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<a href="devlog/how-to-install-arch-linux.html">How to install Arch Linux</a>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<span class="date">[2024-10-13]</span>
|
||||||
>. Source code of this website can be found
|
</li>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
</ul>
|
||||||
</footer>
|
</main>
|
||||||
</body>
|
|
||||||
</html>
|
<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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,92 +1,94 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - How to install Arch Linux</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<a href="/" class="header">
|
|
||||||
<div class="logo">
|
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
|
||||||
</div>
|
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav>
|
<head>
|
||||||
<a href="/blog.html">Blog</a>
|
<meta charset="UTF-8" />
|
||||||
<a href="/poems.html">Poems</a>
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<a href="/devlog.html">Devlog</a>
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<title>Nirmal Kumar R - How to install Arch Linux</title>
|
||||||
</nav>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<body>
|
||||||
<div class="title">How to install Arch Linux <span class="date">[2024-10-13]</span></div>
|
<a href="/" class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
|
</div>
|
||||||
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div class="content">
|
<nav>
|
||||||
<p>
|
<a href="/blog.html">Blog</a>
|
||||||
This post emphises my way of installing Arch Linux. If you think, I
|
<a href="/poems.html">Poems</a>
|
||||||
could improve upon something on this post, you can start shouting at
|
<a href="/devlog.html">Devlog</a>
|
||||||
me via my email address which you can find in this website.
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</p>
|
</nav>
|
||||||
<p>
|
|
||||||
The Arch Linux is my favorite flavor of Linux to use as my daily
|
<section class="content-wrapper">
|
||||||
driver. It's simplicity combined with a vast and detailed documentation
|
<div class="title">How to install Arch Linux <span class="date">[2024-10-13]</span></div>
|
||||||
is splendid. The installation of Arch Linux on the official page is
|
|
||||||
minimal and intentionally kept this way to install only the packages
|
<div class="content">
|
||||||
we require.
|
<p>
|
||||||
</p>
|
This post emphises my way of installing Arch Linux. If you think, I
|
||||||
<p>
|
could improve upon something on this post, you can start shouting at
|
||||||
You can find the ISO image download on the
|
me via my email address which you can find in this website.
|
||||||
<a href="https://archlinux.org/download/">Arch Linux website</a>. I'll
|
</p>
|
||||||
keep the creating of a bootable disk to the exercise for the readers.
|
<p>
|
||||||
</p>
|
The Arch Linux is my favorite flavor of Linux to use as my daily
|
||||||
<p>
|
driver. It's simplicity combined with a vast and detailed documentation
|
||||||
These are the steps, I'm going to focus on writing here.
|
is splendid. The installation of Arch Linux on the official page is
|
||||||
<ul>
|
minimal and intentionally kept this way to install only the packages
|
||||||
<li>
|
we require.
|
||||||
<a href="#connectToInternet">Connecting to the internet</a>
|
</p>
|
||||||
</li>
|
<p>
|
||||||
</ul>
|
You can find the ISO image download on the
|
||||||
</p>
|
<a href="https://archlinux.org/download/">Arch Linux website</a>. I'll
|
||||||
<p>
|
keep the creating of a bootable disk to the exercise for the readers.
|
||||||
<h4 id="connectToInternet"><a href="#connectToInternet">#</a> Connecting to the internet</h4>
|
</p>
|
||||||
Enter the command <span class="pre">ip link</span> on your terminal.
|
<p>
|
||||||
You will see the list of Ethernet or Wireless network interfaces.
|
These are the steps, I'm going to focus on writing here.
|
||||||
Make sure, the network interface appears on the list.
|
<ul>
|
||||||
</p>
|
<li>
|
||||||
<p>
|
<a href="#connectToInternet">Connecting to the internet</a>
|
||||||
We are going to use and config <span class="pre">wpa_supplicant</span>.
|
</li>
|
||||||
First step is to open this file:
|
</ul>
|
||||||
<pre>
|
</p>
|
||||||
|
<p>
|
||||||
|
<h4 id="connectToInternet"><a href="#connectToInternet">#</a> Connecting to the internet</h4>
|
||||||
|
Enter the command <span class="pre">ip link</span> on your terminal.
|
||||||
|
You will see the list of Ethernet or Wireless network interfaces.
|
||||||
|
Make sure, the network interface appears on the list.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
We are going to use and config <span class="pre">wpa_supplicant</span>.
|
||||||
|
First step is to open this file:
|
||||||
|
<pre>
|
||||||
vim /etc/wpa_supplicant/wpa_supplicant.conf
|
vim /etc/wpa_supplicant/wpa_supplicant.conf
|
||||||
</pre>
|
</pre>
|
||||||
and enter the network credentials (in my case, it is my mobile personal
|
and enter the network credentials (in my case, it is my mobile personal
|
||||||
hotspot):
|
hotspot):
|
||||||
<pre>
|
<pre>
|
||||||
network={<br/>
|
network={<br/>
|
||||||
ssid="<your-hotspot-name>"<br/>
|
ssid="<your-hotspot-name>"<br/>
|
||||||
psk="<your-hostspot-password>"<br/>
|
psk="<your-hostspot-password>"<br/>
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
Save and close the editor. Now type in the below command with your
|
Save and close the editor. Now type in the below command with your
|
||||||
network interface name and enter:
|
network interface name and enter:
|
||||||
<pre>
|
<pre>
|
||||||
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
|
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
|
||||||
</pre>
|
</pre>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr />
|
<hr />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© Nirmal Kumar R. All original text, is licensed under a
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<a href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
License</a>. Source code of this website can be found
|
||||||
>. Source code of this website can be found
|
<a href="https://github.com/mysticmode/nirm.al">here</a>.
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
</footer>
|
||||||
</footer>
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
+4
-4
@@ -23,7 +23,7 @@
|
|||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="/devlog.html">Devlog</a>
|
<a href="/devlog.html">Devlog</a>
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
<p class="contact">
|
<p class="contact">
|
||||||
You can connect with me on
|
You can connect with me on
|
||||||
<a rel="me" href="https://mastodon.social/@tildezero">Mastodon</a> or
|
<a rel="me" href="https://mastodon.social/@tildezero">Mastodon</a> or
|
||||||
via <a href="mailto:nirmal@posteo.net">email</a>.
|
via <a href="mailto:tildezero@gmail.com">email</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -51,8 +51,8 @@
|
|||||||
© Nirmal Kumar R. All original text, is licensed under a
|
© 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>.
|
<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
|
Source code of this website can be found
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
<a href="https://github.com/mysticmode/nirm.al">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
+82
-81
@@ -1,87 +1,88 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - blog</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - blog</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<main>
|
<nav>
|
||||||
<ul>
|
<a href="/blog.html">Blog</a>
|
||||||
<li>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="poems/shades-of-status-quo.html">Shades of status quo</a>
|
<a href="/devlog.html">Devlog</a>
|
||||||
<span class="date">[2024-12-20]</span>
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
<li>
|
</nav>
|
||||||
<a href="poems/polar-bliss.html">Polar bliss</a>
|
|
||||||
<span class="date">[2023-04-09]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="poems/free-yourself.html">Free yourself</a>
|
|
||||||
<span class="date">[2023-01-26]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="poems/love-for-a-stranger.html">Love for a stranger</a>
|
|
||||||
<span class="date">[2022-12-10]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="poems/a-place-in-my-heart.html">A place in my heart</a>
|
|
||||||
<span class="date">[2022-11-26]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="poems/seeker.html">Seeker</a>
|
|
||||||
<span class="date">[2022-10-14]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="poems/path-and-love.html">Path and Love</a>
|
|
||||||
<span class="date">[2022-09-29]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="poems/my-life-is-not-shrinking.html"
|
|
||||||
>My life is not shrinking</a
|
|
||||||
>
|
|
||||||
<span class="date">[2022-05-22]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="poems/dont-just-get-going.html">Don't just get going</a>
|
|
||||||
<span class="date">[2022-01-05]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="poems/life-is-preciously-short.html"
|
|
||||||
>Life is preciously short</a
|
|
||||||
>
|
|
||||||
<span class="date">[2021-08-12]</span>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="poems/solitude.html">Solitude</a>
|
|
||||||
<span class="date">[2014-09-09]</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer>
|
<main>
|
||||||
<hr />
|
<ul>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
<li>
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
<a href="poems/shades-of-status-quo.html">You not be me</a>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
<span class="date">[2025-01-30]</span>
|
||||||
>. Source code of this website can be found
|
<li>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
<li>
|
||||||
</footer>
|
<a href="poems/shades-of-status-quo.html">Shades of status quo</a>
|
||||||
</body>
|
<span class="date">[2024-12-20]</span>
|
||||||
</html>
|
<li>
|
||||||
|
<a href="poems/polar-bliss.html">Polar bliss</a>
|
||||||
|
<span class="date">[2023-04-09]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/free-yourself.html">Free yourself</a>
|
||||||
|
<span class="date">[2023-01-26]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/love-for-a-stranger.html">Love for a stranger</a>
|
||||||
|
<span class="date">[2022-12-10]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/a-place-in-my-heart.html">A place in my heart</a>
|
||||||
|
<span class="date">[2022-11-26]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/seeker.html">Seeker</a>
|
||||||
|
<span class="date">[2022-10-14]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/path-and-love.html">Path and Love</a>
|
||||||
|
<span class="date">[2022-09-29]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/my-life-is-not-shrinking.html">My life is not shrinking</a>
|
||||||
|
<span class="date">[2022-05-22]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/dont-just-get-going.html">Don't just get going</a>
|
||||||
|
<span class="date">[2022-01-05]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/life-is-preciously-short.html">Life is preciously short</a>
|
||||||
|
<span class="date">[2021-08-12]</span>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="poems/solitude.html">Solitude</a>
|
||||||
|
<span class="date">[2014-09-09]</span>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,72 +1,73 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - A place in my heart</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - A place in my heart</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<nav>
|
||||||
<div class="title">A place in my heart <span class="date">[2022-11-26]</span></div>
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/poems.html">Poems</a>
|
||||||
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<section class="content-wrapper">
|
||||||
<p>
|
<div class="title">A place in my heart <span class="date">[2022-11-26]</span></div>
|
||||||
There is a place in my heart<br />
|
|
||||||
for those who suffered the inevitable and stun life;
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<div class="content">
|
||||||
There is a place in my heart<br />
|
<p>
|
||||||
for those embrace life however uncertain it could be;
|
There is a place in my heart<br />
|
||||||
</p>
|
for those who suffered the inevitable and stun life;
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There is a place in my heart<br />
|
There is a place in my heart<br />
|
||||||
for those who put heart and soul for the helpless;
|
for those embrace life however uncertain it could be;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There is a place in my heart<br />
|
There is a place in my heart<br />
|
||||||
for those whose sword of life is conscience;
|
for those who put heart and soul for the helpless;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There is a place in my heart<br />
|
There is a place in my heart<br />
|
||||||
for those who share life and not preach;
|
for those whose sword of life is conscience;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
There is always a place in my heart<br />
|
There is a place in my heart<br />
|
||||||
for you to come abide of nothing and seek for that,<br />
|
for those who share life and not preach;
|
||||||
which is truth.
|
</p>
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<p>
|
||||||
<hr />
|
There is always a place in my heart<br />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
for you to come abide of nothing and seek for that,<br />
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
which is truth.
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</p>
|
||||||
>. Source code of this website can be found
|
</div>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
</section>
|
||||||
</footer>
|
|
||||||
</body>
|
<footer>
|
||||||
</html>
|
<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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,57 +1,58 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Don't just get going</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - Don't just get going</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<nav>
|
||||||
<div class="title">Don't just get going <span class="date">[2022-01-05]</span></div>
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/poems.html">Poems</a>
|
||||||
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<section class="content-wrapper">
|
||||||
<p>
|
<div class="title">Don't just get going <span class="date">[2022-01-05]</span></div>
|
||||||
Don’t just get going for the ones<br />
|
|
||||||
that are only trivial for survival;
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<div class="content">
|
||||||
Persist with patience and get<br />
|
<p>
|
||||||
what you are truly seeking for;
|
Don’t just get going for the ones<br />
|
||||||
</p>
|
that are only trivial for survival;
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Because by all means,<br />
|
Persist with patience and get<br />
|
||||||
the universe will work upon you<br />
|
what you are truly seeking for;
|
||||||
to achieve what you want by heart.
|
</p>
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<p>
|
||||||
<hr />
|
Because by all means,<br />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
the universe will work upon you<br />
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
to achieve what you want by heart.
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</p>
|
||||||
>. Source code of this website can be found
|
</div>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
</section>
|
||||||
</footer>
|
|
||||||
</body>
|
<footer>
|
||||||
</html>
|
<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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
+54
-53
@@ -1,63 +1,64 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Free yourself</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - Free yourself</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<nav>
|
||||||
<div class="title">Free yourself <span class="date">[2023-01-26]</span></div>
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/poems.html">Poems</a>
|
||||||
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<section class="content-wrapper">
|
||||||
<p>
|
<div class="title">Free yourself <span class="date">[2023-01-26]</span></div>
|
||||||
If you free your thinking mind,<br />
|
|
||||||
your thoughts eventually will go away;
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<div class="content">
|
||||||
If you practice patience,<br />
|
<p>
|
||||||
you eventually will see time,<br />
|
If you free your thinking mind,<br />
|
||||||
as a great teacher in your life;
|
your thoughts eventually will go away;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you practice patience,<br />
|
If you practice patience,<br />
|
||||||
you eventually will see time,<br />
|
you eventually will see time,<br />
|
||||||
as a great teacher in your life;
|
as a great teacher in your life;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you free yourself, my friend;<br />
|
If you practice patience,<br />
|
||||||
you see life as life itself.
|
you eventually will see time,<br />
|
||||||
</p>
|
as a great teacher in your life;
|
||||||
</div>
|
</p>
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<p>
|
||||||
<hr />
|
If you free yourself, my friend;<br />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
you see life as life itself.
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
</p>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</div>
|
||||||
>. Source code of this website can be found
|
</section>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
|
||||||
</footer>
|
<footer>
|
||||||
</body>
|
<hr />
|
||||||
</html>
|
© 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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -21,36 +21,36 @@
|
|||||||
<a href="/blog.html">Blog</a>
|
<a href="/blog.html">Blog</a>
|
||||||
<a href="/poems.html">Poems</a>
|
<a href="/poems.html">Poems</a>
|
||||||
<a href="/devlog.html">Devlog</a>
|
<a href="/devlog.html">Devlog</a>
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<section class="content-wrapper">
|
||||||
<div class="title">Life is preciously short <span class="date">[2021-08-12]</span></div>
|
<div class="title">Life is preciously short <span class="date">[2021-08-12]</span></div>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>Life is preciously short<br>
|
<p>Life is preciously short<br>
|
||||||
With the dreams that you hope for;</p>
|
With the dreams that you hope for;</p>
|
||||||
|
|
||||||
<p>Life is preciously short<br>
|
<p>Life is preciously short<br>
|
||||||
The things you would conjure for;</p>
|
The things you would conjure for;</p>
|
||||||
|
|
||||||
<p>Life is preciously short<br>
|
<p>Life is preciously short<br>
|
||||||
The feeling of the absence of your knit to heal;</p>
|
The feeling of the absence of your knit to heal;</p>
|
||||||
|
|
||||||
<p>Life is preciously short<br>
|
<p>Life is preciously short<br>
|
||||||
For you to immaculate everything;</p>
|
For you to immaculate everything;</p>
|
||||||
|
|
||||||
<p>Life is preciously short<br>
|
<p>Life is preciously short<br>
|
||||||
Hence and henceforth, feel the frail of time and embrace the present.</p>
|
Hence and henceforth, feel the frail of time and embrace the present.</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a <a
|
© 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>.
|
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://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
Source code of this website can be found <a href="https://github.com/mysticmode/nirm.al">here</a>.
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,70 +1,71 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Love for a stranger</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - Love for a stranger</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<nav>
|
||||||
<div class="title">Love for a stranger <span class="date">[2022-12-10]</span></div>
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/poems.html">Poems</a>
|
||||||
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<section class="content-wrapper">
|
||||||
<p>
|
<div class="title">Love for a stranger <span class="date">[2022-12-10]</span></div>
|
||||||
My dear strange love<br />
|
|
||||||
I wanted to go wherever you go now;
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<div class="content">
|
||||||
Sounds a bit haphazard ask, right?<br />
|
<p>
|
||||||
Yeah!, but you know, those unmade paths<br />
|
My dear strange love<br />
|
||||||
that you are gonna take me are gonna be<br />
|
I wanted to go wherever you go now;
|
||||||
the whistling moments that gets me<br />
|
</p>
|
||||||
out of this sluggish reality;
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Is that the life that puts me on thorn foots or I'm on<br />
|
Sounds a bit haphazard ask, right?<br />
|
||||||
a phase where me going nowhere, I'm no sure of either;
|
Yeah!, but you know, those unmade paths<br />
|
||||||
</p>
|
that you are gonna take me are gonna be<br />
|
||||||
|
the whistling moments that gets me<br />
|
||||||
|
out of this sluggish reality;
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
All I can feel now is the beats that gets me on you,<br />
|
Is that the life that puts me on thorn foots or I'm on<br />
|
||||||
is right on with you as well;
|
a phase where me going nowhere, I'm no sure of either;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
My dear strange love,<br />
|
All I can feel now is the beats that gets me on you,<br />
|
||||||
don't you get it? I'm meant to this strange moment<br />
|
is right on with you as well;
|
||||||
that you are the one who's gonna take me and take me away.
|
</p>
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<p>
|
||||||
<hr />
|
My dear strange love,<br />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
don't you get it? I'm meant to this strange moment<br />
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
that you are the one who's gonna take me and take me away.
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</p>
|
||||||
>. Source code of this website can be found
|
</div>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
</section>
|
||||||
</footer>
|
|
||||||
</body>
|
<footer>
|
||||||
</html>
|
<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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,53 +1,54 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - My life is not shrinking</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - My life is not shrinking</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<nav>
|
||||||
<div class="title">My life is not shrinking <span class="date">[2022-05-22]</span></div>
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/poems.html">Poems</a>
|
||||||
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<section class="content-wrapper">
|
||||||
<p>My life is not shrinking;</p>
|
<div class="title">My life is not shrinking <span class="date">[2022-05-22]</span></div>
|
||||||
|
|
||||||
<p>
|
<div class="content">
|
||||||
My life is expanding in the way<br />
|
<p>My life is not shrinking;</p>
|
||||||
of smallest way possible;
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
It teaches how it can be done<br />
|
My life is expanding in the way<br />
|
||||||
with the tiniest amount of tools and resources.
|
of smallest way possible;
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<p>
|
||||||
<hr />
|
It teaches how it can be done<br />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
with the tiniest amount of tools and resources.
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
</p>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</div>
|
||||||
>. Source code of this website can be found
|
</section>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
|
||||||
</footer>
|
<footer>
|
||||||
</body>
|
<hr />
|
||||||
</html>
|
© 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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
+40
-39
@@ -1,46 +1,47 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Path and Love</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - Path and Love</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<nav>
|
||||||
<div class="title">Path and Love <span class="date">[2022-09-29]</span></div>
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/poems.html">Poems</a>
|
||||||
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<section class="content-wrapper">
|
||||||
<p>
|
<div class="title">Path and Love <span class="date">[2022-09-29]</span></div>
|
||||||
How can I lose my path;<br />
|
|
||||||
when there is love in my heart.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<div class="content">
|
||||||
<hr />
|
<p>
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
How can I lose my path;<br />
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
when there is love in my heart.
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</p>
|
||||||
>. Source code of this website can be found
|
</div>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
</section>
|
||||||
</footer>
|
|
||||||
</body>
|
<footer>
|
||||||
</html>
|
<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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
+54
-53
@@ -1,62 +1,63 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Polar bliss</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - Polar bliss</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<nav>
|
||||||
<div class="title">Polar bliss <span class="date">[2023-04-09]</span></div>
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/poems.html">Poems</a>
|
||||||
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<section class="content-wrapper">
|
||||||
<p>
|
<div class="title">Polar bliss <span class="date">[2023-04-09]</span></div>
|
||||||
With the polar fire on;<br />
|
|
||||||
I can catch me onto the muse of bliss.<br />
|
|
||||||
And threads of words get slips;<br />
|
|
||||||
with no intention of showing my whiz;<br />
|
|
||||||
just to enjoy the moments’ chills.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<div class="content">
|
||||||
When it spirals downwards the stairways;<br />
|
<p>
|
||||||
Mother kinds me with lulls.<br />
|
With the polar fire on;<br />
|
||||||
Is it necessary that I need to do this fuss?<br />
|
I can catch me onto the muse of bliss.<br />
|
||||||
Ain’t I became the normies lulz?!
|
And threads of words get slips;<br />
|
||||||
</p>
|
with no intention of showing my whiz;<br />
|
||||||
|
just to enjoy the moments’ chills.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
I just lit my wills, my mind thinks;<br />
|
When it spirals downwards the stairways;<br />
|
||||||
Juices flowing on the paper has no more stirs.<br />
|
Mother kinds me with lulls.<br />
|
||||||
But I’ve seen this to care less, cuz I know it eventually hits.
|
Is it necessary that I need to do this fuss?<br />
|
||||||
</p>
|
Ain’t I became the normies lulz?!
|
||||||
</div>
|
</p>
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<p>
|
||||||
<hr />
|
I just lit my wills, my mind thinks;<br />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
Juices flowing on the paper has no more stirs.<br />
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
But I’ve seen this to care less, cuz I know it eventually hits.
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</p>
|
||||||
>. Source code of this website can be found
|
</div>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
</section>
|
||||||
</footer>
|
|
||||||
</body>
|
<footer>
|
||||||
</html>
|
<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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
+58
-57
@@ -1,67 +1,68 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Seeker</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - Seeker</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<nav>
|
||||||
<div class="title">Seeker <span class="date">[2022-10-14]</span></div>
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/poems.html">Poems</a>
|
||||||
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<section class="content-wrapper">
|
||||||
<p>
|
<div class="title">Seeker <span class="date">[2022-10-14]</span></div>
|
||||||
We are a seeking creature<br />
|
|
||||||
soulfully in and out;<br />
|
|
||||||
The seeker arrives only when you<br />
|
|
||||||
break yourself apart from this outwardly<br />
|
|
||||||
structure of our society.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<div class="content">
|
||||||
The soul doesn’t see the mirage, it is your<br />
|
<p>
|
||||||
illusionary mind for which the truth is only<br />
|
We are a seeking creature<br />
|
||||||
the means of survival.
|
soulfully in and out;<br />
|
||||||
</p>
|
The seeker arrives only when you<br />
|
||||||
|
break yourself apart from this outwardly<br />
|
||||||
|
structure of our society.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
We are the angels in this earthly<br />
|
The soul doesn’t see the mirage, it is your<br />
|
||||||
kingdom, not alone but belonging together with our<br />
|
illusionary mind for which the truth is only<br />
|
||||||
celestial tribes in harmony. By realizing this<br />
|
the means of survival.
|
||||||
we go to the deep roots of our cosmic nature.
|
</p>
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
So, do not hesitate to go beyond the boundaries,<br />
|
We are the angels in this earthly<br />
|
||||||
for which your seeking soul wakes up.
|
kingdom, not alone but belonging together with our<br />
|
||||||
</p>
|
celestial tribes in harmony. By realizing this<br />
|
||||||
</div>
|
we go to the deep roots of our cosmic nature.
|
||||||
</section>
|
</p>
|
||||||
|
|
||||||
<footer>
|
<p>
|
||||||
<hr />
|
So, do not hesitate to go beyond the boundaries,<br />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
for which your seeking soul wakes up.
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
</p>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</div>
|
||||||
>. Source code of this website can be found
|
</section>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
|
||||||
</footer>
|
<footer>
|
||||||
</body>
|
<hr />
|
||||||
</html>
|
© 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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -1,71 +1,72 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Shades of status quo</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - Shades of status quo</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<nav>
|
||||||
<div class="title">Shades of status quo <span class="date">[2024-12-20]</span></div>
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/poems.html">Poems</a>
|
||||||
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<section class="content-wrapper">
|
||||||
<p>
|
<div class="title">Shades of status quo <span class="date">[2024-12-20]</span></div>
|
||||||
Status quo is a reminder;<br />
|
|
||||||
A good remainder that is.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<div class="content">
|
||||||
That they are boundaries;<br />
|
<p>
|
||||||
which are meant to be broken apart.
|
Status quo is a reminder;<br />
|
||||||
</p>
|
A good remainder that is.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Apart them to show you;<br />
|
That they are boundaries;<br />
|
||||||
it is one of the revealing features<br />
|
which are meant to be broken apart.
|
||||||
of the universe.
|
</p>
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
No stop there;<br />
|
Apart them to show you;<br />
|
||||||
This kind is particularly special.<br />
|
it is one of the revealing features<br />
|
||||||
When you are to reach apart,<br />
|
of the universe.
|
||||||
the special reveals nothing than;<br />
|
</p>
|
||||||
Those are set by our ancestors for the human kind,<br />
|
|
||||||
To prove that we can go beyond whence they did.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
And forth goes the goodness;<br />
|
No stop there;<br />
|
||||||
to make them ancestors proud in the heavens.
|
This kind is particularly special.<br />
|
||||||
</p>
|
When you are to reach apart,<br />
|
||||||
</div>
|
the special reveals nothing than;<br />
|
||||||
</section>
|
Those are set by our ancestors for the human kind,<br />
|
||||||
|
To prove that we can go beyond whence they did.
|
||||||
|
</p>
|
||||||
|
|
||||||
<footer>
|
<p>
|
||||||
<hr />
|
And forth goes the goodness;<br />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
to make them ancestors proud in the heavens.
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
</p>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</div>
|
||||||
>. Source code of this website can be found
|
</section>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
|
||||||
</footer>
|
<footer>
|
||||||
</body>
|
<hr />
|
||||||
</html>
|
© 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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
+53
-52
@@ -1,62 +1,63 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<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 - Solitude</title>
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
<head>
|
||||||
<a href="/" class="header">
|
<meta charset="UTF-8" />
|
||||||
<div class="logo">
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<img src="/img/nklogo.png" width="90px" />
|
<link rel="icon" type="image/png" href="/img/favicon.png" />
|
||||||
</div>
|
<title>Nirmal Kumar R - Solitude</title>
|
||||||
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
<link rel="stylesheet" href="/style.css" />
|
||||||
</a>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<body>
|
||||||
<a href="/blog.html">Blog</a>
|
<a href="/" class="header">
|
||||||
<a href="/poems.html">Poems</a>
|
<div class="logo">
|
||||||
<a href="/devlog.html">Devlog</a>
|
<img src="/img/nklogo.png" width="90px" />
|
||||||
<a href="mailto:nirmal@posteo.net">Contact</a>
|
</div>
|
||||||
</nav>
|
<p><img src="/img/nirmal-banner.png" height="70px"></p>
|
||||||
|
</a>
|
||||||
|
|
||||||
<section class="content-wrapper">
|
<nav>
|
||||||
<div class="title">Solitude <span class="date">[2014-09-09]</span></div>
|
<a href="/blog.html">Blog</a>
|
||||||
|
<a href="/poems.html">Poems</a>
|
||||||
|
<a href="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<section class="content-wrapper">
|
||||||
<p>
|
<div class="title">Solitude <span class="date">[2014-09-09]</span></div>
|
||||||
It is the essence of serenity;<br />
|
|
||||||
Where the stone ain’t need to be polished<br />
|
|
||||||
for the feigned beauty;
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<div class="content">
|
||||||
When the tree doesn’t need to proclaim<br />
|
<p>
|
||||||
it’s aboriginal right;
|
It is the essence of serenity;<br />
|
||||||
</p>
|
Where the stone ain’t need to be polished<br />
|
||||||
|
for the feigned beauty;
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
And the wind comes in and swirls around<br />
|
When the tree doesn’t need to proclaim<br />
|
||||||
without expecting for a barricade;
|
it’s aboriginal right;
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The loneliness spirited with enlightenment<br />
|
And the wind comes in and swirls around<br />
|
||||||
And the tranquility stands the truth.
|
without expecting for a barricade;
|
||||||
</p>
|
</p>
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<footer>
|
<p>
|
||||||
<hr />
|
The loneliness spirited with enlightenment<br />
|
||||||
© Nirmal Kumar R. All original text, is licensed under a
|
And the tranquility stands the truth.
|
||||||
<a href="http://creativecommons.org/licenses/by/4.0/"
|
</p>
|
||||||
>Creative Commons Attribution 4.0 International License</a
|
</div>
|
||||||
>. Source code of this website can be found
|
</section>
|
||||||
<a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>.
|
|
||||||
</footer>
|
<footer>
|
||||||
</body>
|
<hr />
|
||||||
</html>
|
© 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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
<!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 - Seeker</title>
|
||||||
|
<link rel="stylesheet" href="/style.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<a href="/" class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<img src="/img/nklogo.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="/devlog.html">Devlog</a>
|
||||||
|
<a href="mailto:tildezero@gmail.com">Contact</a>
|
||||||
|
</nav>
|
||||||
|
|
||||||
|
<section class="content-wrapper">
|
||||||
|
<div class="title">You not be me <span class="date">[2025-01-30]</span></div>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<p>
|
||||||
|
The path seeking I went is not<br />
|
||||||
|
what I want you to seek.<br />
|
||||||
|
You not be me;
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The walk of the walk truly<br />
|
||||||
|
belongs to the person whose walk<br />
|
||||||
|
is what the heart craves for.<br />
|
||||||
|
You not be me;
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
For the senses and the experiences<br />
|
||||||
|
I taught you is just a mere mirror of<br />
|
||||||
|
mine bestowed upon you as a jewel for<br />
|
||||||
|
myself to find what is mine and not yours.<br />
|
||||||
|
You not be me;
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Find your path, walk the walk with<br />
|
||||||
|
love in your heart, that holy light will lit<br />
|
||||||
|
your journey of life for which is what we are here for.<br />
|
||||||
|
You better not be me;
|
||||||
|
</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/nirm.al">here</a>.
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user