Ask HN: Do you contribute to open source projects?
1–10 of 84 posts
Re: Ask HN: Do you contribute to open source projects?
#2I try to use entirely free and open source software on my personal laptop (and I'm fortunate enough that my work environment is fairly similar too).
When I encounter some kind of annoying issue, I'll take a look at the code that caused the problem (and sometimes the components that it interacts with), and if there's a way to improve the situation then I'll consider putting together at least an issue report.
In practice the time and thought required to write a code-level description of the problem can sometimes be 90% of the work to develop a fix, so frequently the issue report is followed swiftly by a patch / pull request / merge request.
Review, merge and release can all take time - at various points I've had over twenty changes pending to more than ten separate projects.
It's extremely satisfying and encouraging to wake up or check your email and be reminded about some kind of nagging bug/problem that you encountered months or even years ago and to hear that it's now solved for you and anyone else who would have run into the same issue in future.
A suggestion, although everyone can learn in their own way: consider treating open source contributions the same way that you might do for small tickets or tasks at work.
Re: Ask HN: Do you contribute to open source projects?
#3Re: Ask HN: Do you contribute to open source projects?
#4Re: Ask HN: Do you contribute to open source projects?
#5Supplying a patch, giving feedback for issues, is the least I can do to give back to the people who took the time to write that code.
Because some projects I contribute to are also relevant in my day job I get a deeper insight into that part. Money/financial aspects do not play into that decision but I'd be twisting the truth if I didn't admit the positive impact FOSS had to my career.
Having contributed to FOSS projects in a public way also says something about the person I'm interviewing. If most of my stack is built on FOSS and an applicant comes along with a cool CV but has not one contribution to a single project it's immediately a hard pass from me. I never put applicants through silly technical screening sessions unless they are fresh outta university. But no public commits are a red-flag for senior engineers.
Re: Ask HN: Do you contribute to open source projects?
#6Valid reasons for me are: particular interest in a project, desire to learn a language/technique/framework, genuine and intrinsic interest in a community and the open source movement.