Skip to main content

Are you Happy?

Generally, when people meet someone they ask how is career, married, or do they bought a car or property or something like this.

 But they never ask “Are you happy?

I reached out to this idea from a tweet where the guy tweets a famous quote by legendary Heath Ledger. I loved this idea and was fascinated. 

But when I think about it for more seconds I also sort of ask myself, is it practical? 

Imagine, meeting someone and asking if are you happy, it does sounds good but not a question to ask everyone when we meet. 

So what is the best way to ask about someone that implies the idea of asking are you happy? 

It may or can go like, what are you doing these days? And then continue asking about what is the progress or what is the idea behind that particular task or project. Also, there may not be always the case they reply with something. Sometimes people may be in the phase where they do not do anything. 

In such case, here we can ask is everything all right? If I can help you? 

Life is hard tbh there are a lot of parameters to take care of, and when we care about some particular parameter the other one calls for us. And it goes on and on like this. And it is obvious that we cannot follow all those parameters at once. So always go one or small portion at a time. 

Also, we do not get those particular things we are in need of for some time. And there is no other option to wait for time to get that particular thing. All we can do is what is in our hands to try to achieve by doing our responsibility. Till then just try to be happy with what we have. 

It is easier to try to be happy for one but it is difficult to maintain the same feeling for others to feel too (like family). In those cases, do not feel too bad for not getting to help them. Think about yourself too, you tried to do it for them but it was not possible. Now how can you do something which is out of your control? Just accept the present and live it. Try to adapt and make others adapt to the condition. And believe that time will make it heal. Bad times make the person's good time more persistent and respect the good time.

Comments

Popular posts from this blog

Prerequisite for Data Science Developers in Python

Data Science is a very important job in today's age of data being the aspect that plays a vital role in most of the field whether it may be the medical field, business, agriculture, engineering, sports and the list go on and on. Python is one of the programming language, which is used for data science and machine learning. It consists of many libraries and a very good community built within the past couple of decades. And it also has the upper hand among other languages as this same language can be used to build the system. While I talk about libraries in Python for Data Science(DS), the first library that come into thought is "NumPy", NumPy (abbreviation for Numerical Python) is the library built with the purpose of scientific calculation in numerical data. It is best for storing the numerical values in an array as a NumPy array that may be single or multi-dimensional (also called Tensors). "Okay, then why not List?"  T...

Why Social Media is good for you?

"Social Media is ruining our generation" you must have heard this sentence hundred time if not more. Infinity scroll feed in our fingertips have changed our life. But is this change only effecting us in bad way? While social media can make us hung in our phone for long long hours with dopamine hit, it also has some good deeds to us which we often fail to look on. The number of new business model and ideas that social media has brought today cannot be ignored. But today I am going to talk the different part that social media has helped humans on. One of the most important thing, it helped us is, today information is accessible to all the people. Every person on earth with smartphone and internet connection have access to news and updates from all over the world. In previous time, for one to learn new things they need first accumulate the motivation to gain knowledge then find the resource (which were not easily accessible) like books, magazines, videos, etc. But today, if the...

Understanding Web In General

When we open a browser and type "www.example.com" it establishes the connection as you being in the browser as client and example.com's computer stored somewhere on the internet. When we say the internet connects everything, this is one example. Here, you as a client want to take service from the server example.com. How is the connection established? The connection is established with the help of HTTP protocol. Now let's dig inside HTTP. HTTP is a protocol for transferring Hypertext data from one computer to another on the World Wide Web basically the internet. Let's understand it more with the above example. When you go to example.com. First, the connection is established between a server and you as a client to communicate a socket is established for request and response. Your request to view the homepage is then taken as a request after connection establishment. And the server is designed in such a way that, what should we do when a particular request comes. He...