Showing posts with label Questions?. Show all posts
Showing posts with label Questions?. Show all posts

09 October 2015

Notion of Role

I often hear from people about wanting an elevation in the role thinking that mere elevation would give us a career progression. The career progression is a sword and ultimately lead to suicide when there are no business need and an undue promotion (a different topic).

Let us dwell right into the "notion of role".

Unlike a drama or cinema, the role at work need not be restricted. The role is something what i believe that i would be doing (aspiration), what i should be doing (expectation), whether it pushes my abilities (performance) and whether i really like what i am doing (passion). 

Each one of us can aspire to become something. It doesn't mean that it is available right now. The second thing - the reality might be quite different from belief. I might believe that i am something and ready for something more. The reality could be different and there could be gaps. I might need to work on the gaps, be flexible to play better (efficient, try to solve the team's problem and create impact).

But to start with I feel it is very important to be flexible to contribute more. Flexibility (mindset or paradigm whatever you call it) could be a real game changer. The moment i become flexible, i really tune my antenna of learning and slowly expand my capacity which is very likely to give a career progression and role progression. There is a possibility of becoming a role MODEL.

07 October 2015

Right Back Here

It has been more than 10 months that i turned up to my blog. I tried to find reasons and many things came to my mind. The reasons are mere reasons. Anyways, here are some
  1. If I had 25 hours in a day, probably i would have written an useful post (like this?) everyday. 
  2. If there an extra day in a week, i would have written a weekly post for my readers and that would have given a weekly gyan to you.
  3. If there was an extra day in a month, i would have written it or at least i would have released a photo (like before and after photo of a slimming clinic)
  4. Work, family, commitments
  5. I did not write simply because i do not have that time. I always want to write masterpiece posts so it requires lot of thinking. If you do not yet understand what is masterpiece, read at least of my posts here. You will be enlightened.
The reality is - "i lack thinking", "i did not conceive any new ideas", "i did not try anything new", "i did not try to change much", "i was like a stone", "i stopped being intellectually curious", "i was in a silo - unripe fruit waiting to be become a ripe fruit".

But last 10 months aren't so dull. May be bright in different aspect. The last four months are so thrilling, calm and peaceful. Feeling more grounded because i try to be more grounded :-). May be it is starting point of a new beginning. I really need to unstuck now :-)

Let us see

But i promise - more is in store. If i do not change, i would be extinct

Start seeing you regularly

17 March 2013

Back on Track - Reading Books

It is a while (may be close 6 months) since i touched a book [not literally though, i touched them when we shifted to new home as i had to physically touch them for arranging]. I particularly liked this activity. It gave me a guilty feeling. It appeared to me as if the books were saying, "why are you neglecting me? Had i been bought somebody else, would have felt the human touch". So, i thought, i should read them one by one. So, all the books in my cupboard are going to be happy :-)


After careful thinking, i thought i should read "Asking The Right Questions, A Guide to Critical Thinking". I read couple of chapters of "The Elegant Universe" by Brian Greene (and i was unabated by my lack of understanding on superstring theory) before jumping into "Asking Right Questions". I thought the universe can wait till i correct my thinking flaws :-)

The book "Asking The Right Questions" promises to improve critical thinking for those of you who think critically and to make people like me to think critically (who are not thinking critically or who do not know how to think or forgot it due getting married). So, in next few weeks, i m going to be a superman with my critical thinking :-)

On a serious note, i am glad that i bought the book. After reading couple of chapters, i felt that this book is written exclusively for me (to fix flaws in my thinking). Once i read it completely and put some of the concepts in practice, i shall share my experience with you. You can also become superman.

30 January 2011

Java Threads - Why you can't start a thread twice?

Assume the following code
class Mythread extends Thread {
          }


          Mythead thread = new Mythread(); 
          thread.start(); thread.start();

Why you cannot start the thread (i.e calling thread.start()) twice? Why JVM panics when you do that?

07 November 2010

Testing is Fun and Brain Intensive - Why

Why testing is fun and Why testing has to be brain intensive

Before answering it, let us do this exercise.

Let us take one of the primitive types - "int" in Java and an arithmetic operation addition (imagine that you are testing Java compiler that will be used by developers/testers worldwide). What are things that you would do to verify the correctness of addition for "int". For now, let us focus only on integer addition alone. List down the things that you will learn (meaning that you should know) for completing the task. This exercise will help us to know "why testing is fun, why it has to be brain intensive and why it is equally rewarding".

To help you with some code, this is how addition looks like and you got to test + (which is in red font)

int a = 10, b = 255, c;
c = a + b;

How will you proceed?

05 November 2010

What is Time & Its Properties - A Question

This post doesn't have an answer. It is just a question :-)

Recently and quite by accident, i happen to watch one of the documentaries on theory of relativity. While i never completely understood the theory of relativity either at school or now, the concept of "speed" and its effects on "time" was slightly making sense. I would like to share a couple of interesting information i gathered in internet and finally my question.

There are many arguments that the time is a recent concept which exists only for past fifteen billion years - the time from which this universe is existing. The existence of universe and the existence of time is key. The time doesn't make sense when there is no universe because universe is made of particles and if there is no universe there won't be particles and hence there won't be "the time".

Here goes another concept. We are in milky galaxy. A galaxy consists of many stars and each star can possibly have many solar systems. In our galaxy itself there could be more solar systems. There are lot of galaxies. All the galaxies form this universe which we are in. There is a theory that says there could be more such universe closer to us that are separated by a different dimension. (not necessarily by unit of space, to put it simply and for the sake of understanding, a dimension can be distance. the universes can be separated by an inch. but it may be possibility that we don't yet invented that dimension).

We have to be clear that time is not years, months, days, hours, minutes or seconds. Time is not related to number of times earth or planet revolves around the sun. They are unit of time that we use to express time.

So, even if we assume that we reasonably understood the concept of time in this universe, how can we define or comprehend time in other universes if there exist any.

Probably, that is why Albert Einstein said - "Imagination is more important than knowledge".

Now, i feel that physics, astro-physics and cosmology together with mathematics is parent of other inventions. Quite intriguing. Finally i would like to end this article with a piece of quote by Albert Einstein.