Skip to main content

Why do we ignore and pretend that everything is all right?

Com on people! Speak it up!

We are humans and we are not perfect. We all know that, don’t we? And it is our nature that we commit mistakes and that we do stupid things sometimes. As much as this is our nature, we should also try to contribute to make things work nicely instead of encouraging making mistakes. I think we all can agree on this. Isn’t it?

Even though we all agree, we step back when it comes to implementation. Even if we know something is not right, we are reluctant to take any action. Why is that? Even we feel if something is not right, we turn back and we never do anything, of course other than just speaking about it to ourselves or with our friends who can really do nothing about this. Why is that?

An example of this was seen and witnessed recently. Yes, I am talking about our class, the business computing class. When we all did know that the time given to complete the assessment was not enough and it was nearly impossible for many of us to complete it on time, still we did nothing. We were waiting to a miracle to happen? Isn’t it? Why is that? Why even if we see that something should be changed still we don’t do anything about it? We all know that we can send an email to the abroad tutor, but still we ignored the problem and pretended that everything was going fine. Why do we ignore? Why do we just think that there is always someone else to do these things for us? Why? When will we start taking our responsibilities? When will we stop ignoring?

We need to ponder on these things more seriously. And we need to come forward, we need to face it. Face it with our guts. No one else is there to do these things for us. We are all alone here, the world is so cruel, we need to fight for our share, our right and our part. Not for anyone else, but for our own good, to live, to be a part of this world and to belong to this universe. And that can only be achieved by stepping forward. We need to stop ignoring and we need to stop pretending, it is too obvious so we have to see it and take action! Com on people! Lets come forward!

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 ...