Skip to main content

How I met Sadhguru? Part - 2


If you have missed Part - 1 Please click here

I have become more curious about Sadhguru. One thing I have forgotten to tell you in my previous post is that Isha Foundation released its first copy of "Kattupoo", a spiritual, social, life,... covering tamil magazine on that day. I have got my copy and it was so nice. When I searched about him online, I came to know about the book "Atthanaikkum Aasaipadu..". Title itself intrigued me that he confuses already established minds. Because all the time, We were told from our childhood "Spirituality means 'Love is the reason for all suffering' so those who are in spiritual are highly detached from family and surroundings and will goto mountain caves/forest or to some ashram in a remote place".

I read the book "Atthanikkum Aasaipadu" in one shot (Yes!). "How many doors you can open man, that too in a single book?" felt after reading every Q&A in that book. This book led me to read another book on him "Unakkaagavay oru Ragasiyam". Yes! It was meant for me. Similar Q&A style essays made me to ascertain so many things about life. And his partial biography which ran throughout the book parallely to Q&As are so interesting and made me to think, "Yes! Yes! Yes! This is possible but seems magical".

After reading that book became little more curious about Sadhguru. Then I visited www.ishafoundation.org website. So many thing I had come to know in and around about Isha. The two prime things are Dhyanalingam and a Theerthkund. I came to know that Dhynalingam is a lingam which has fully energized seven chakras and it is live guru without physical body.  Theerthakund is a preparatory tool to enable a person to be receptive to Dhyanalinam. I could not believe all these stuffs. I didn't know all these chakra stuffs and consecrations during that time. Still had the curiosity to see what it is.

So I planned to visit Isha Yoga Centre and went there one fine day.

In next part, will reveal what happened there.....





Comments

Popular posts from this blog

How to access PC's internet from Android Emulator?

PC's Internet and Android emulator If PC's Internet connection is configured with manual proxy settings, Follow the below steps. 1) You can launch your Emulator from command line with DNS server detail.  Syntax : "emulator -dns-server <DNS Server IP address> "  Example: emulator -dns-server 8.8.8.8 (8.8.8.8 is Google's Public DNS Server)    (or)   Goto Eclipse->Window->Preferences->Android->Launch and give "-dns-server " and then launch your emulator. 2) In emulator goto " Settings->Wireless & Networks->Mobile Networks-> "       2.1) Ensure that " Data roaming " is checked.       2.2) Select Access Point Names       2.3) Select an APN. (eg. Telkila )       2.4) Manually set the Proxy Server and Port details. If PC's Internet connection is configured with Automatic proxy settings, Follow above steps except step 2.4  and ensure that No proxy...

Tabs at the bottom of TabActivity

Tabs at the bottom of TabActivity By default tabs in Android are displayed at the top. It is a general guideline for android developers to keep the tabs at top of the Tabs based application since lot of Android mobiles are having their home, back,search buttons or touch interface at the bottom But its purely our decision :) There are two ways to achieve this. Using RelativeLayout Using "android:layout_weight" attibute  1) Using RelativeLayout: .xml will look like the following. <?xml version="1.0" encoding="utf-8"?> <TabHost xmlns:android="http://schemas.android.com/apk/res/android"     android:id="@android:id/tabhost"     android:layout_width="fill_parent"     android:layout_height="fill_parent">     <RelativeLayout         android:layout_width="fill_parent"         android:layout_height="fill_parent">    ...

Why I have Quit my job?

Why I have Quit my job? A plain answer would be "I don't like to report when leadership fails". Five major reasons are there. Reason 1: "College Dream" It is always my dream to run a technology based firm. Reason 2: During my school days I have attempted to write code using OpenGL with no knowledge or limited knowledge on game programming. I love playing games and developing games. Reason 3: I would like to build an organic firm where leadership with vision will be the essence, people matters more and process matters less. Reason 4: I thought it would be the right the time to pitch in and build the world I have dreamt. Reason 5: Technology is a powerhouse and it should be used wherever improvement and inclusiveness is needed. So, to build businesses powered by technology that enhances wellbeing of people directly/indirectly. More updates on the way ... Follow @logickumar