Live data from Hacker News

Ask HN: Which open source projects have kind, supportive, talented teams?

news.ycombinator.com

291–293 of 293 posts

Re: Ask HN: Which open source projects have kind, supportive, talented teams?

#291

Earlier quoted context omitted.

This, so much this. Working on Open Source absolutely requires individual contributors to be self-starting. New contributors who lack drive require constant direction and/or hand-holding, undermining the time/effort commitment of existing contributors. Most Open Source projects invest a lot of time/effort coaching new contributors. If a new contributor receives the coaching but doesn't produce anything useful; it's a…

I have somewhat different perspectives on "ideas". People discuss ideas first because if they do the implementation first, there is a large risk of wasted effort because it "may not follow the intent of the project". Discussion is in part effort to divine the intent of the project. As a concrete example, I implemented break and continue for OCaml compiler because having for loop without break/continue seems to me obv…

An idea followed by an implementation is awesome and exactly what OSS projects need from contributors.

"I learned my lesson..."

I read the mailing list and don't see how that was a negative experience. Only one of the contributors had an unfavorable response.

Even if they don't implement your code as-is, it looks like you had a good idea including a good implementation that led to a lot of productive discussion.

Only one of the contributors had a strong objection and despite that, the conversation continued.

Don't take it personal if your code isn't directly incorporated into a project. Despite that, your contribution led to further discussion and helped better focus the intent of the project.

Working on an OSS project is very much about collaboration. Code contributions may not always be incorporated into the codebase, especially on projects like ocaml that have a specific focus and changes have far-reaching impacts on the userbase.

That's not a bad thing. You did well.

Re: Ask HN: Which open source projects have kind, supportive, talented teams?

#292
post #100

Earlier quoted context omitted.

I appreciate you saying that. Thank you.

How do you do this?

I try to be helpful whenever I have a chance. When I first adopted React, my coworkers were frustrated that whenever they Googled for errors they didn't find anything, so I committed myself to writing answers to all the reactjs questions on Stack Overflow for a few months. I do my best to be helpful when responding to issues too -- though I've had less time to spend on maintaining our GitHub repo lately and consequently been less helpful.

Re: Ask HN: Which open source projects have kind, supportive, talented teams?

#293

Earlier quoted context omitted.

I have somewhat different perspectives on "ideas". People discuss ideas first because if they do the implementation first, there is a large risk of wasted effort because it "may not follow the intent of the project". Discussion is in part effort to divine the intent of the project. As a concrete example, I implemented break and continue for OCaml compiler because having for loop without break/continue seems to me obv…

An idea followed by an implementation is awesome and exactly what OSS projects need from contributors. "I learned my lesson..." I read the mailing list and don't see how that was a negative experience. Only one of the contributors had an unfavorable response. Even if they don't implement your code as-is, it looks like you had a good idea including a good implementation that led to a lot of productive discussion. Only…

:cringe: Apparently I, need to expand the comment text field and re-read my comments before posting. Hopefully, you could infer my meaning from the word vomit.
Post reply on HN