Skip to main content

Untouchability in the name of "eligibility"

Summary: Why Indian government's eligibility criteria sucks...

How do you want our policemen look?
1. Like an actor?
2. Tall and chesty?
3. Ability to match dots and dots to solve puzzle?

If that's your preference, then our government's criteria rocks, otherwise it sucks. Look at the eligibility chart published by Tamil Nadu police. It may look sane for those who're already swallowed by the crazy system. Otherwise, it's extremely crazy. I don't know, if Veerappan had necessary chest; but he really rocked every chesty policemen! In the world of pistols, are these things really matters--especially the height??

And, the "age". Why can't they fix the retirement age to 35 then? In other words, why the "criteria" is only for the "entry"?

Someone told me that they ask puzzles and "joining dots" type of questions in IPS examinations. Are they going to solve puzzle or crimes?

Comments

Popular posts from this blog

Converting PSD with PHP/ImageMagick

After seeing feature rich options in Imagick PECL extension at Mikko Koppanen 's (the author) website and also impressed with ImageMagick 's features, I have decided to use it for the PSD to XHTML conversion website that I'm architecting and managing. Since, the team wants programming help for converting PSD images, I have tried it (documentation is sparse on PSD handling) Converting PSD to PNG/JPEG/etc Note that, flattenImages() is needed for layered/multi-page PSD file. <?php $im = new Imagick('test.psd'); $im->flattenImages(); $im->setImageFormat('png'); $im->writeImage('test.png'); ?> Extracting PSD layers One by one <?php $im = new Imagick('test.psd'); $im->setImageFormat('png'); for ($i = 0, $num_layers = $im->getNumberImages(); $i $im->setImageIndex($i); $im->writeImage('layer' . $i . '.png'); } ?> Note that, there is a better version below In a single call with writeIm...

Top Indian web startups

Disclaimer: This list contains some of our team's projects Sites that are useful and usable erail.in - created by a single person and serves useful to quickly find availability in Indian trains ClearTrip - seems to be inspired by many other sites like Vayama , but able to get better UI RediffMail - speed is the big boost Myntra - good idea, but poor UI redBus - good idea, but poor UI and execution Sites from The Times Group are also of good idea, but poorly executed/architected. They clearly try and target the web startup "gap" Sites that are innovative (world's first/never seen before kind) SocialAV - World's first and only antivirus building community (by our team) CSSilize - World's first and only project management tool for slicing works (by our team) jobreapr - World's first and only fixed price job search engine (by our team)