Live data from Hacker News

In India, engineering students outsource their academic projects

expressindia.com

61–70 of 85 posts

Re: In India, engineering students outsource their academic projects

#61
post #18

Earlier quoted context omitted.

So in the name of smart work, technical career has no growth path That doesn't quite make sense. Wouldn't technical work be the "smart" work?

>>Wouldn't technical work be the "smart" work? Its not very financially rewarding. And when you see the guy next to you making big bucks by just asking for status updates, forwarding mails and changing cells on excel sheets. You begin to wonder if its worth it.

>> Its not very financially rewarding. And when you see the guy next to you making big bucks by just asking for status updates, forwarding mails and changing cells on excel sheets. You begin to wonder if its worth it.

I had this same question and asked one of the more experienced guy in our team on why he didn't took the managerial path when he had the chance and experience - his answer was "This is what I like". I could see that there are more financially motivated people in the team than there are people who love technology. If tomorrow the whole IT industry in the country goes extinct most of the guys who fill in excel sheets will be happy counting boxes in a factory as long as they pay enough.

Re: In India, engineering students outsource their academic projects

#62

There are some structural problems that contribute to (but don't cause) this phenomenon. By most university rules an engineering student needs to do an 'external project' with a company or research lab to complete his degree. Technically you can do a project of your own but most professors of engineering in India are clueless about real world engineering projects and don't do any research or have projects of their ow…

Ironically, I was thrilled to read this article! If the complaint that the state of the art of tech teaching in Indian colleges is stagnant is true to any extent, then at least some people (read the "project" folks) are improving by leaps and bounds in both technology as well as, hopefully, pedagogy.

For the good of Indian tech education, I hope that one day these people will get to design curricula and setup colleges of their own!! I hope I'm not dreaming in vain.

Re: In India, engineering students outsource their academic projects

#63

There are some structural problems that contribute to (but don't cause) this phenomenon. By most university rules an engineering student needs to do an 'external project' with a company or research lab to complete his degree. Technically you can do a project of your own but most professors of engineering in India are clueless about real world engineering projects and don't do any research or have projects of their ow…

Graduated a couple of years back, from a local school in Bangalore, and I have a bittersweet experience regarding this. I happened to speak to my prof recently and when asked how things were going, she shrugged and replied, "Its the usual. Most of them are waiting for TCS/Infosys to conduct college placements and they're just trying to get through their final sem". Unfortunately, "Get through" is usually just an euphemism for what was reported in the article.

>> Most classes (and exams) I completely ignored.

I can relate to this. I was in a CS degree and I was busy making basic websites, doing an internship at a local startup, playing for the college football team and trying out dramatics. I realized I wasn't going to get much out of class anyway and I'd be better off having fun while trying out a bunch of things. But all this changed when it came down to the final sem when I was actually required to do something on my own.

I pulled a friend along with me and we hacked together a basic AI search engine for the same startup, using Ruby, Rails and Princeton's WordNet database. The code by itself wasn't the most palatable, but it worked.

But, here's the real kicker. While, the overwhelming majority of my peers, cherrypicked a project from a catalogue and bought it from an "institute", some of them even managed to score more than me. I personally don't attach much emphasis to grades, but the worrying part is, not only does our system tolerate the plague, going by the grades, it vindicates it.

So, how do we remedy this system? I certainly don't have a blueprint but I do feel, there is a desperate paucity of examples. We need more startups, entrpreneurs, hackers, scientists and we need them to do really well nationally/internationally. Currently, whatever little we have of the above mentioned, a lot of them, in my experience happened in spite of our education system.

PS: I mentioned to my prof about CS project opportunities at the startup I work. I hope a few students do turn up.

Re: In India, engineering students outsource their academic projects

#64
post #8

Earlier quoted context omitted.

This is exactly why there is a "shortage" of STEMs in the USA. There is no real shortage of talent, interest, or desire. There is a shortage of good career tracks. It is the'interchangeble parts' problem.

The discussions on HN about the STEM shortage are laughable. When I see the average HN-er complain in the thread on the recent (Latimes?) article which complained about how Liberal Arts degrees are letting people down, I feel that your nation has decided to strap lead weights and jump into the deep end. STEM fetishization is Bad. its stupid, counter productive and creates a vastly toxic situation where now everyone h…

>If I asked someone here to defend free speech beyond the obvious first few feints and lunges, they'd fall.

Don't want to sound dismissing, but where outside scholarly work is it necessary to defend free speech beyond the obvious first few feints and lunges ? Public debate and policy making rarely go beyond those first feints and lunges, plus some vote gathering.

So, if it has no practical purpose, you can argue it's worth doing for itself, but then you'd just position itself near that modern madhouse, contemporary poetry.

Re: In India, engineering students outsource their academic projects

#65

There are some structural problems that contribute to (but don't cause) this phenomenon. By most university rules an engineering student needs to do an 'external project' with a company or research lab to complete his degree. Technically you can do a project of your own but most professors of engineering in India are clueless about real world engineering projects and don't do any research or have projects of their ow…

Same as you, when I told my professors about me attending Pycon India Conference(this happened a week before); they were clueless. I had to explain everyone one of them what is python. And when they got to know that I won't be getting any certification from this conference, they even suggested me to leave it and do some course in Java or .Net from local training institute.

Sadly, I can relate. I'm in my final year in a (not so great) College in Delhi, and all everyone talks about is Infosys/TCS. Summer internships were a joke. I'm pretty sure that me and a friend were the only ones who tried to get a genuine internship (and were interviews). For the rest of the class, it was Java/.NET certification courses galore. I've been lucky that I found a startup with a bunch of really smart guys who knew I wanted to learn more than anything else and understood the situation I was stuck in. Needless to say, these past 4 months have been the best ever since I started getting into programming. :)

Re: In India, engineering students outsource their academic projects

#67
I despised this trend when I was in college and did not know the value of  internships either. Most people I knew were outsourcing or buying projects or internship certificates to have more time for what they wanted to do after college - MBA, MS etc.

Me and my friend knew 8051 assembly language before project frenzy started. We wanted to stay away from outsourcing project sellers and build something on our own. There was a senior who'd built a Robotic arm to show it was possible. Our major was in Electronics and communications engineering. We built a GPS vehicle locator by making two GSM phones talk to each other using SMS. It even had a maps front-end in VB.

Nothing I had learnt in College prepared us for what we did in those 3 months. We took printouts of 8051 microcontroller, GPS module, Nokia, Siemens modem datasheets. We spent lot of time researching GPS modules which we could get in Bangalore and after numerous visits to circuit shops, setup a lab at home for soldering and burning microcontroller ROM. We burned code in 8051 ROM like 200+ times and spent the whole time learning soldering, writing modular code in Embedded C, talking to Siemens AT modems. When we finally got SMS response of GPS coordinates, we had 600 lines of Embedded C code. We started writing the client side in VB which was a breeze except for soldering a Nokia phone to COM port. We got the same grades as those who bought their projects, but we had the satisfaction of building something.

College in India is pretty much useless unless you have great peers. I was fortunate to have a liberal education in school where the focus was on learning and not rote memorization. I learnt assembly, gwbasic, C, VB while in school. My friend got a job in Embedded systems industry. I applied for GPS and fleet mgmt software companies but ended up working for a big IT company. I got out of that soon and joined a place where developers are not treated like commodities.

Re: In India, engineering students outsource their academic projects

#68
post #64

Earlier quoted context omitted.

The discussions on HN about the STEM shortage are laughable. When I see the average HN-er complain in the thread on the recent (Latimes?) article which complained about how Liberal Arts degrees are letting people down, I feel that your nation has decided to strap lead weights and jump into the deep end. STEM fetishization is Bad. its stupid, counter productive and creates a vastly toxic situation where now everyone h…

>If I asked someone here to defend free speech beyond the obvious first few feints and lunges, they'd fall. Don't want to sound dismissing, but where outside scholarly work is it necessary to defend free speech beyond the obvious first few feints and lunges ? Public debate and policy making rarely go beyond those first feints and lunges, plus some vote gathering. So, if it has no practical purpose, you can argue it's…

In India? Its importance is pretty huge.

This is the case with an obvious argument like free speech.

Have a debate on something like civil liberties and rights, or the Aadhar scheme and you will draw blanks.

Or comprehensive and confident arguments against something as basic as superstition.

I'm sure after a series of disasters and a home grown enlightenment movement which grows out of religious adventurism we could learn the same lessons as the west. The question is do we have to?

Re: In India, engineering students outsource their academic projects

#69
Wikipedia did a project where students at Indian universities were assigned to expand and write Wikipedia articles in lieu of their normal coursework. Two universities were selected - College of Engineering, Pune and Symbiosis School of Economics. It was a complete disaster - students plagiarized so much material that Wikipedia blocked one of the universities and then shut down the project prematurely. For the engineering school, just 13% of the content students submitted survived cleanup efforts. For the economics school it was a bit better, but just 29% survived.

Students simply did not have the experience of someone looking at their work carefully and checking that they were following the rules. The students also didn't have the skills to understand how to work with sources and how to paraphrase. Some students were willing and able to change their behavior in order to contribute good content, but that was only 24% for the economics school and 2% for the engineering school. Many students just did not have the English language skills to complete the assignment.

You can read an independent report here: http://en.wikipedia.org/wiki/Wikipedia:India_Education_Progr...

Re: In India, engineering students outsource their academic projects

#70

Earlier quoted context omitted.

Same as you, when I told my professors about me attending Pycon India Conference(this happened a week before); they were clueless. I had to explain everyone one of them what is python. And when they got to know that I won't be getting any certification from this conference, they even suggested me to leave it and do some course in Java or .Net from local training institute.

Sadly, I can relate. I'm in my final year in a (not so great) College in Delhi, and all everyone talks about is Infosys/TCS. Summer internships were a joke. I'm pretty sure that me and a friend were the only ones who tried to get a genuine internship (and were interviews). For the rest of the class, it was Java/.NET certification courses galore. I've been lucky that I found a startup with a bunch of really smart guys…

Want a real kick ass technical summer internship go for smaller companies.
Post reply on HN