Skip to main content

We are messed up!

Still it’s not too late to start organizing!

Forming a company is no child’s play. It is hard work. Things won’t work unless we make them work. Now we are facing a real challenge, the challenge of organizing the challenge of working together. We need to find ways that we can contribute. It doesn’t have to be always the hard way. There are various ways in which we can contribute, our company needs our help. We are really messed up. But still it’s not too late to start organizing.

Ever wonder why we are lagging behind? Why we can’t organize? Why we are confused? Sure there are many reasons. But one thing is lack of commitment and guidance. There are people who can work but they are waiting for some guidelines. They need someone to tell them what to do, otherwise they can’t work. It is true, not everyone can think of their own and start working when leadership positions are being filled. So why we are falling back? So why we are messing the whole thing?

One reason is we don’t have enough time. The second reason is we are not been told what to do because we don’t have a plan. It is very surprising when these days someone comes to the class and attempt drawing Gantt charts with white board and a maker. Isn’t it? We have all the software tools that can be used in order to do that. Why can’t we do it at our own peace and email it to others? Aren’t we the IT guys? Aren’t we the final year computing students?
We have been given everything in advance and all we have to do is work out that in advance before coming to the class, so that we can tell the other members what to be done. We have no time for voting, and we have no time to play democracy here. Unless we make things in advance we will not be able to catch with this company thing!

We have all got email adds, so we all can communicate using email. Everyone can be informed before coming to the class what is required of them, because we all know it in advance, we have been given the CDs, etc, etc.

Come on people! Let’s do it because we can really do it! We have the quality and the guts, all we need is little bit of planning in advance! We are the IT guys; we should be smarter than this! Don’t mess it up! Let’s work together as a team giving as much as we can, surely we have no time!

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