Skip to main content

Eternal Question

After losing the passion for ensuring that there are footprints left on every step of the way I walked, I started walking into a night in the making. Hoping there would be no other sunrise. If I looked back, I would definitely have things I would cherish. But I choose not to. Not because they would fade away with the arrival of night. But because I wanted to contemplate on the very existence itself.

The sun is setting behind my back. I looked down. I could see my shadow. I thought, Is the shadow real?. How would it be real, if it exists only in the presence of light?. And it cannot be unreal, because I'm looking at it at the moment. Is it the case that, there is really no way of telling if something is absolutely real or unreal if it is not permanent?. But then neither my body nor mind is permanent, they could perish anytime.

I thought, What if the world is devoid of the idea of reflection, then there is no way I could see myself entirely. Then the only way I can see myself entirely is to look at my own shadow. But that is not me. And, What if the nature of reality is in such a way that, One is ignorant of his own true self, lost in the experiences of body and mind, And being unable to realize that he is not the body and mind, as easy as realizing that one is not his shadow.

Then there manifests the eternal question. Who am I?. Who was born when the sun rose? Whose shadow was cast as body and mind in the presence of life?  Who is dying when the sun is setting? 

Comments

Popular posts from this blog

Tutorial: Setting Up a FastAPI Server with Nginx Reverse Proxy and HTTPS

In this tutorial, I will guide you through setting up a FastAPI server on a remote machine, configuring Nginx as a reverse proxy, and enabling HTTPS using Certbot. Step 1: Setting Up a Non-sudo User on the Remote Machine Create a Non-sudo User: sudo adduser karthik Switch to the New User: su karthik Create SSH Directory and Authorized Keys: cd ~/ mkdir .ssh touch .ssh/authorized_keys Append your local machine's SSH public key to ~/.ssh/authorized_keys on the remote machine. Step 2: Installing Nginx Install Nginx: sudo apt- get update sudo apt- get install nginx Verify Nginx Installation: Open a web browser and enter your remote machine's IP address. You should see the Nginx welcome page. Step 3: Configuring Nginx as a Reverse Proxy Edit Nginx Configuration: sudo nano /etc/ nginx /sites-available/ fastapi Add the following configuration (use a simple webserver for testing this): server { listen 80 ; server_name your_domain; loc...

Sin

I wonder... If one performs good deeds, are their actions rewarded?. And is it a sin to just have good intentions but never be able to act upon them ?. Are evil deeds punished?. If yes, who is the one? who is going to punish or reward?. Or it's just going to be a subtle soup of one's own disappointment or satisfaction about their actions after one's death?. Floating around and waiting to either be reborn of disappointment or escape the cycle of birth and death just by mere satisfaction of their actions?. Well someone may tell me that it may depend on whether they feel regretful or content. Otherwise, how could one either be disappointed or satisfied. Well, I don't know for sure. Thinking about all this, I find the sin a tad bit fascinating. If one does sin and if it does not affect any other being or environment, even at a subtle level, then I find it hard to call it a sin anymore. Well if someone may feel regret, even if it's objectively a good thing to do, then is...

Hence You Are Curious - Intro

  నిజమో కాదో తెలియని ప్రలోభనాలను వద్దనవే ! In the beginning, there was an infinite cosmic ocean engulfed by darkness. And then, there was the seed. What was that seed ?. It could be the desire, the desire to manifest. It could be the word, the vibration leading to the emergence of consciousness. It is what seers experienced when they dwelled deep within their hearts. And hence, the one before anything projected itself into all this. This is a state of neither real nor unreal. There is the truth in and beyond all this, Something only the realized ones seem to comprehend. The power of intention of the one before anything has led to the possibility of creation. And the power to act ignited the process of creation. Embedded power of knowledge holding everything. That one seed spiraled into never-ending ripples making the universe, holding the power within itself to sustain, make, and unmake itself.  Various seers have experienced different realizations upon meditating. For one, it...