Hacker News new | ask | show | jobs
by saagarjha 2090 days ago
I can understand Hindi well enough to skim the video, which I just did. The impression I got was that this person was an enthusiastic YouTuber with somewhat good intentions: “get free swag”, “learn how to open a pull request which you’ll need to know how to do”, “if your pull request is garbage it’ll get rejected and you won’t get credit”. The issue was that he picked some random repository and made a useless change for sake of demonstration-I assume to make it fit in the video, but this basically set the example for everyone watching it. So unintentionally he’s taught a bunch of people who are really motivated in getting this free shirt and also maybe learning how to get into open source (not necessarily the wrong audience, but maybe a bit wet behind the ears) to spam projects. And there is nobody to guide these people but this video. I think the outcome is obvious in retrospect, but I forgive this dude for making this video although I would very much like him to make a follow up where he shows how it’s really done.

There is a general problem (everywhere, but particularly in India where there are a lot of people but very little guidance) of eager people who are willing to participate in programs that get them interested in software development and open source and coding. And I think that’s really great. The issue is that providing people with free swag and walking away is really just pretending to help, rather than actually doing work to help.

3 comments

As far as I can tell his video only did damage: it taught people to spam open source projects, created a lot of bad blood, probably made open source maintainers more suspicious of new contributors, and gave a large number of potential contributors a bad experience.

It could have been so much better if he'd actually put in the effort to create a real, meaningful pull request. Show how to clone the project, run it, fix a bug, write a test for the fix, and then submit the pull request. That would have put a lot of people on the right path.

But it's much easier and quicker to just do a quick, meaningless change, and as a result give a really bad example.

Even worse, since he's speaking Hindi, his campaign rallied Indians into a massive cloud of bad behavior and made thousands of GitHub community members a little more prejudices against Indians in the future. Even if he meant well and didn't profit at all, he hurt the people he tried to help
I entirely understand why this change was picked and will maintain it was a bad choice. However, I don’t think I can fault them for doing that when the alternative would take significantly more time and effort and detract from the point they were trying to make, which is the steps necessary to make a pull request and not the expected content of one. Given the results, however, I would very much appreciate it if the author of the first video made another one which filled in the gaps of their first one.
I don’t think I can fault them for doing that when the alternative would take significantly more time and effort

Isn't that basically the definition of spam: "but making something useful would take significantly more time and effort"?

Well, I'm considering it in the context of a YouTube video, where there's a length limit and such. Usually you get around this by actually doing the work beforehand and swapping it out, or doing something simple and then saying that this isn't actually representative which is easier and doesn't require a cut but can lead to the issue we see here. Again, I can't fault them for choosing to do this, but I can still say it ended up being a poor choice.
He still could have prepared a legitimate pull request in advance. It was a terrible example, and the more I read about it, the more I think it was intentional and never had the intention to help Open Source projects in any way.
He could (and should) have, but I do not think that he intentionally tried to hurt open source projects.
Yep. Most spam PRs were on website repositories, which is exactly what he used as an example in the video.

I don't know Hindi, but since it's a "free swag" video I assume some people with limited or none technical knowledge also saw it. There's a big chance people are just following it without knowing the consequences of their actions.

I am curious, when you say there is very little guidance what do you mean? To me in some european states there is zero guidance in IT, or what exactly do you mean.
Well, I’m not saying that Indians are the only people without guidance in this area; it’s just that India in general has it relatively bad. This video was in Hindi-the amount of material actually telling you how to file a good pull request in that language (as opposed to English) is comparatively much lower. In the United States I mostly figured this out by looking at other pull requests, and schools are beginning to teach it as well, but for many in India this video is the best they know of.