When will UoM Cafetarias be of Proper Hygienic Level?

We’ve heard it all. A coackroach was found recently in one lecturer’s sandwitch in the UoM main cafeteria (common). Now a rat has been photographed in the cafetaria in Ex-Common which is our favorite hanging out spot

Rat in UoM Ex-Common

Nothing seem to be done about it. For some time there is some noise. Then it stops. In the meanwhile everyone continues to consume food in the cafeterias. The situation is a bit like the serial “Kyun ki saas…” a.k.a “Tulsi”. A situation arises. Lots of dramas are made then it fades away.

Students at the University of Mauritius are fed up with the system. They think nothing can be done about it. The university administration doesn’t seem to care. Do we have a ministry of health or they are like the medias too like a teeth-less lion. Do they assure hygiene in this country?

While I kinda like the caterers in ex-common, some sanctions won’t be bad. It’s meant for reforms. If the situation still doesn’t improve, then I’m sorry but we’ll be obliged to dislike you and seek greater sanctions against you. Hygiene is a priority which cannot be traded for money!

Mauritius Telecom/Orange Takes 16 Days to Repair Their Crap.

Mauritius Telecom ColumnThe connection box of Mauritius Telecom on the column doesn’t has a cover. My Internet connection was very choppy. I registered a complaint on 3rd this month. After 2 days, i lose my phone dial tone completely. A technician came and diagnosed the column. They found the wires to be of very bad state. They said another team should come and replace the whole connection box. But the team never came. I kept calling the customer care and they said there was some underground fault which will take time to fix.

On the 17th, i called them as per my routine and they told me the complaint was marked as solved on 15th by Mauritius Telecom techinician themselves. They did NOT even contact me to confirm whether the problem was really solved :@

They put another complaint for me. Then another technician came, saw the lines were not placed correctly in the column. Fixed it.

Can’t believe it took them so much time to fix this. And guess what? The box on the column stayed as it is. I don’t think they will replace it soon.

Anyways, we’re stuck with Orange for Internet. Emtel is not interested in targeting the mass. They are more interested in providing for corporate users. Meanwhile, Bharat Telecom proved to be liars with their Rs 280 for 10mbps promise. Mauritius Telecom is taking the maximum juice out of people as much as it can.

F*** YOU Orange/MT!!!

 

Now, i’ve yet to negociate how much they are going to compensate me for unavailability of this crappy service. :-/

Writing my First KRunner Plugin ft. MySQL Connection

Finally managed to make a KRunner plugin linking my Web Tech 2 project’s database. It allows the user to search the database from anywhere.

Quick Recipe KRunnerIt is really easy to do it. I followed this guide from KDE website: http://techbase.kde.org/Development/Tutorials/Plasma/PythonRunner

To make it access the database, you need to import the Python/MySQL connector

import mysql.connector

We write the codes to query the database and send the results to KRunner. q contains the text the user input.

Writing KRunner plugin with MySQL query
When its done, we compile it and install it:

plasmapkg –type runner –install ./

It’s done 🙂

Here’s the source code: qr_runner