Skip to main content

To progress, knowledge requires action!

A photo I took from my phone recently when I visited Thulusdhoo, in the Capital District of the Malidves. Extra-ordinary natural beauty, which just gives me the calmness and inner piece. I had to wake up early and walk 45mins to reach this place in the Island so I can take a nice picture without getting anyone else in it.

When I look back, I felt I have left something behind. Something I am very passionate about. Writing and sharing my thoughts. I first started this blog as a way to learn how blogging works. Now that I have had many years to think about this fact, I have decided to start doing what I am passionate about.
Last night I was wondering about. I had no direction within me. Like any of us when we feel bored little bit, we start using our smart phones. I was no different. I opened Netflix and did not have any enthusiasm to go watch any episodes. Then my second option is always YouTube. I was drifting away and was suggested a video of Tony Robbins.
I must say whenever I listen to or watch a Tony Robbins Video, it has a very positive impact on me. So I thought, why waste any other day. Why waste more time in getting a domain, getting a better hosting provider, designing my own website, lets just do it. So here I am putting knowledge in to action. When i checked my blog articles from 2008, I have had passion to write just about anything technology. I called this blog, "My Whindhu" in my local language, it means my pulse. So back then my pulse was moving with technology. So it meant that technology is the heart of civilization and my pulse is connected with it. Now, so many years after that, my beliefs are a bit different. My ultimate goal in life has become to be a "better human being". That is to be a better human being in every aspect of life.
I have a full-time job and a part-time lecturing job at one of the best private institutions in my country and a beautiful wife and a superb daughter,  I have always felt that I am too busy to do anything else in life. But like everyone of us, I also get tough times. In tough times, I always try my best to find an answer, an answer to over  come the hardship of life. So one day I saw this great talk of Arnold Schwarzenegger, and it gave me so much insight into life's hardship. From that day on wards, I have tried to take some time for myself and just listen to people who talks about self improvement, motivation, and to do more with life. This new habit keeps me busy with mainly two extra-ordinary speakers. The first person is Less Brown and the second person as I have mentioned before is Tony Robbins.
As I am writing this article, I still have all my problems, drama of life keeps going on, financial hard ship is getting worse, I owe considerable amount of money and without a home mortgage I have bank loans, credit card bills and anymore tough issues that any one of us could go through, but just believing that I can over come all of that with appropriate decisions and acting upon knowledge that I acquire from the great speakers and the books i read, it gives me hope and that is progress. It gives me pulse to move on. So this article will be the fist step I take to transform knowledge into action. Because the most important lesson I learned from Tony Robbin's talks is that to feel alive and to feel the pulse we have to "progress". No mater what the financial situation is no matter how hard it gets, if you progress, you will feel alive.

Comments

Popular posts from this blog

The Role of Research in Progress and Innovation

  The history of human progress is a testament to the impact of research for the sake of research. Visionaries like Galileo, Isaac Newton, and Albert Einstein have expanded our understanding of the universe by fearlessly pursuing knowledge and sharing their discoveries through academic publications. The scientific method, which promotes the validation of any claim through verification, is a cornerstone of the research process and has driven transformative innovations. Consider the rise of smart cities, which integrate cutting-edge technologies to enhance urban life. Between 2018 and 2021, Singapore produced more than 1,500 research papers on smart cities, while Amsterdam published more than 950 such papers. These contributions demonstrate the critical role research plays in realizing the potential of smart city initiatives. Where ever, there was an attempt to redefine the norm, it was the 'research' that made that happen. Bitcoin, a revolutionary digital currency, emerged from ...

How the "push it" culture creates real "down fall".

In the world of organizational culture, the prevalence of a "push it" mentality often serves as a glaring indicator of more profound issues. It signifies more than just a commitment to excellence; it frequently represents the single most significant indication of an isolated, blame-oriented, and ultimately toxic culture.  In environments where the "push it" mantra prevails, collaboration becomes an afterthought, and leaders, whether consciously or inadvertently, exacerbate this toxicity by embracing this phrase. In this article, I will dive into the perils of the "push it" culture, and I will try to shed some light. If you have been hearing the phrase "you have to push it" or "I expect you to push it harder", that means you are already working in a counterproductive environment.  The Toxicity of "Push It" The "push it" culture, seemingly rooted in the pursuit of results, often conceals deeper organizational maladies....

Google dialogflow - How to train a chatbot to answer questions related to your office and how to make it better than just a Q&A bot?

  First lets look how to do it the basic way. To train a conversational AI chatbot for answering office-related queries using Dialogflow, you will need to follow these steps: Create a new agent in Dialogflow. Collect a dataset of office-related queries and their corresponding answers. This dataset can be obtained through various means, such as scraping websites, conducting surveys, or manually creating a dataset. Create intents in Dialogflow for the queries in your dataset. An intent represents a user's intention, such as asking for office hours or requesting a vacation day. Add training phrases to each intent, which are examples of how a user might ask the question. Provide responses for each intent, which will be the chatbot's answer to the user's query. Test the chatbot using the "Try it now" feature in Dialogflow. Once the chatbot is working well, you can deploy it to a platform of your choice, such as a website or mobile app. However, if you follow the basic ...