Showing posts with label Inspiration. Show all posts
Showing posts with label Inspiration. Show all posts

Thursday, February 7, 2013

Acharya Devo Bhava


Kid 1: No!, give it to me its mine!!
Kid 2: Definitely not! It is mine.. Go away!
Kid 1: Can't you see its blue in colour..
Kid 2: Hey you! Its my blue colour pencil box! My mom got it for me.
Kid 1: No way! It is a double-back box, which only belongs to me...
Kid 2: Hey let's look at the label on the box. Haa do you see? It has my name written on it. See. See. See.
Kid 1: Huh??? Mummmyyyy! My box is missingg....

Interesting conversation right?? Immature kids squabble to find out who the rightful owner is. They start by comparing the properties of the box; the issue is resolved when they find a property (the label which has a name) being different. So, what it all ammounts to, is an invocation to overriden equals method of box class!

public class PencilBox {

    private Color boxColor;
    private boolean isDoubleBack;
    private String ownerName;
    @Override
    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null) {
            return false;
        }
        if (!(obj instanceof PencilBox)) {
            return false;
        }
        PencilBox other = (PencilBox) obj;
        if (boxColor == null) {
            if (other.boxColor != null) {
                return false;
            }
        } 
        else if (!boxColor.equals(other.boxColor)) {
            return false;
        }
        if (isDoubleBack != other.isDoubleBack) {
            return false;
        }
        if (ownerName == null) {
            if (other.ownerName != null) {
                return false;
            }
        } 
        else if (!ownerName.equals(other.ownerName)) {
            return false;
        }
        return true;
    }
}

The point that I am making is... Why cant professors include such anologies during the course of the lectures? These are simple tricks to make a class interesting. Sadly, there are very few who do that. Taking into account a student's difficulties in sitting in a class for an hour, why shouldn't a prof aim at keeping the class enthusiastic. I would deliver such a lecture if only I were a prof.

Say I would have to lecture on Comparable interface, the conversation I would provide is this:

Dad: Only 87?? Why??? Why didn't you score a 100?
Son: Dad, only 5 people have got above 80 and only 1 above 90! No 100s this time dad.
Dad: Don't you say that! Why were you not that person who scored 90.
Son: Dad!!
Dad: Are you aware of something? At your age, Einstein was a brilliant student!
Son: Dad, at your age, Nehru was the Prime Minister of India. Please don't compare me with others!

Hmm.. that's right... To all parents out there, don't ever compare your kids with their friends. Well, students do not implement Comparable interface; so you cant do that!

Here is a report on "The Teaching-With-Analogies Model" :

"An analogy is a similarity between concepts. Analogies can help students build conceptual bridges between what is familiar and what is new. Often, new concepts represent complex, hard-to-visualize systems with interacting parts. Analogies can serve as early “mental models” that students can use to form limited but meaningful understandings of complex concepts. Analogies can play an important role in helping students construct their own knowledge, a process that is encouraged in the Standards and consistent with a constructive view of learning. As students' develop cognitively and learn more science, they will evolve beyond these simple analogies, adopting more sophisticated and powerful mental models. The model has been validated in formal experiments and classroom settings in which the strategic use of analogies has been found to increase students’ learning and interest."

I wish to stress on the point that to be or not to be a good lecturer completely depends on the way a professor carries himself in the class. India has produced great gurus – Dronacharyar, Ramanujar, Adisankarar, Dr. Radhakrishnan, Dr. A.P.J. Abdul Kalam, the list is actually endless. Who would forget the famous story of Dr. Radhakrishnan's carriage being pulled by students with cries of 'Radhakrishnan ki jai', when he left the Calcutta university. Devotion towards to gurus is absolutely essential for a student to progress. We learn this from many - Vishwamitra - Rama, Krishna - Arjuna, Satakopar - Madurakavi, Ramanujar - Ananthazhwar etc. Acharya Devo Bhava!

Professors can bring about a significant change in students lives. Professors, inspire and carry them with you, for they will bring all laurels back to you!

ReferenceThe Teaching With Analogies Model, http://www.coe.uga.edu/twa/PDF/Glynn_2007_article.pdf


Friday, June 11, 2010

When The Sunrises…..



Will there be life without the phenomenon of sunrise and sunset? No isn’t it? Wonder how God has arranged all that! With extra features such as refraction of light during Dawn and Dusk! What if there is no refraction of light? Very difficult for people getting up early in the morning!
The eye’s pupil has the role of expanding and contracting the muscles to control the amount of light entering the retina. What happens to us when we leave the cinema hall?? Pupils contract to minimum size to allow minimum amount of light. This is because we might have probably been in the dark for a very long time and when we are suddenly exposed to the powerful sunlight.
But nature has overcome this problem by the phenomenon of “refraction”. Even before the actual sunrise, we are able to see shades of certain colours due to “Rayleigh’s scattering”. What if we do not have this phenomenon? Supposing the sunrise is at 6.33 am, then till 6:22:59 am, it would only be dark, and at the strike of 6.33 am, we are suddenly exposed to all the sunlight. Thus, this before-sunrise-scattering benefits us a lot. And this is the reason why we are advised to get up early in the morning, before dawn!
Thus, Sunrise is the instant at which the upper edge of the Sun appears above the horizon in the east. Sunrise should not be confused with dawn, which is the point at which the sky begins to lighten, some time before the sun itself appears, ending twilight.
Gone are the days when sun was helping people to distinguish mornings and evenings. And gone are the days when sun was the source of most intense light on earth. It is now called “LASER”. However intense LASER may be, Sun is not replaceable by artificial ones. Also, it is obviously impossible to produce a source with lasing action, of diameter of that of the sun. Thus, God’s creations are always unmatchable.
There is an interesting and a small episode in Mahabharata in Aranya Parva (The book of the forest) where there is a discussion about sunrise. It is called the “Yaksha-Prasnam” (Questions of Yaksha). It is a dialogue between Yudhishthira and Yama, the lord of Death who disguises as a Yaksha. In this Yudhishthira gives amazing and enlightening answers to very difficult questions asked by Yama.
In the very first question (out of 124), Yaksha questions about sunrise. The question is “What is the cause for sunrise?”, and the reply is “Brahmam (God) is the cause for sunrise”. The meaning is that, God is the ultimate, sunrise and sunset are under his control and so is any other natural phenomenon. It is said that, Lord Rama wanted to kill Ravana just for the reason that Ravana had taken the control of sunrise and sunset and created nuisances to the worldly beings.
However, the above explanation is not given always. The correct explanation goes here. When Yaksha talks about sunrise, it is the not the actual sunrise that is being talked about, but it refers to the rise of knowledge within us. In the answer, as Brahmam is being referred to, it is not the actual Brahmam, but the Vedas that are being called as Brahmam. Thus, what makes the knowledge within us to rise? They are the Vedas that make the real knowledge in each person to rise.
It is up to each person to make the sun within him to rise. As Swamy Vivekananda said, “AWAKE, ARISE AND ACHIEVE”.
Cheers ;)
- ∫.∫rikrishnan

Saturday, December 26, 2009

Inspiring Indians




“Inspiring Indians” – this should have been the title of my first blog! Anyways, even now it is not late.
Being an Indian is something really great! Indians have reached great heights in almost all fields and it feels very nice to type that here. A democratic and a secular country, one of the fastest growing economies, and above all, the country with so many people to encourage and inspire the present generation!
Here, I would just like to mention about a few people who have inspired me in many ways. So, here we go….
1. Dr. A.P.J. Abdul Kalam
Simplicity, humble in thought and noble in action! I am very particular on listening to his speeches, especially to the student community. “Rameshwaram to Rashtrapathi Bhavan” – a must read biography! Who would forget his words – “Dream dream and dream and make your dreams come true!” Salutes!
2. Mahakavi Subramanya Bharathiyar
An Indian then a poet or a poet then an Indian? Ask this to him. Even he would not know the correct answer. (And this has become the topic for most of the Tamil debates…) “I know what I do is right, it is all for mother India”, his typical words. Even after 88 years of his death, he lives in everyone’s heart. Salutes!
3. Mr. Narendra Modi
Longest serving chief minister of Gujarat, Mr. Modi is also the best chief minister among all CMs of India. Indeed a role model for other politicians. His views on compulsory voting in elections, non-free electricity for farmers etc. are fantastic. I love the way he addresses his opponents. Salutes!
4. Dr. R.D.Sharma
Most of the engineering students forget his name after stepping into college. But for sure, they would have used his unmatched books on Mathematics in school life. I have not even seen his face on a photo, but I can tell you, this maths genius’ way of presenting different concepts on different topics is too good. I just loved the problems from his text book. It would be incomplete, if I do not mention his qualification for you to know – B.Sc. (Honors) (Gold Medalist), M.Sc. (Gold Medalist), Ph.D.!!!! Salutes!
5. Bagavath Ramanujar
A great philosopher, teacher, scholar, therapist and what not! For winning over the previous vedantha philosophies namely the Dwaita and the Adwaita to produce the third one with special qualities of both and removing the errors from them and composing the Bhashyam for “Visishta” Advaitham! The best role model for any man on this earth! Salutes!
P.S. :- Though the personalities have been listen from 1 to 5, I give equal respect and seek inspiration from everyone to the same extent !
Wishing all a very happy new year! Wishing to see India in great heights this year! Jai Hind!
- ∫.∫rikrishnan