Settings

Theme

Ask HN: What is the hottest OSS software I should contribute to

17 points by neo2006 6 years ago · 16 comments · 1 min read


I mostly program in Go, Java and C++ (been a while since i used C++). I have a lot of spare time with the lockdown situation and would like to use the time to contribute more to open source. I already contributed some small fixes/features to projects like terraform or gogen-avro but would like to do more. I would like a friendly project where I can learn fast or where the community is able to get you to speed.

Any suggestions?

morceauxdebois 6 years ago

Matrix, there's a very real chance that a FOSS, E2E, federated messaging service can topple all the proprietary market giants. It's fully featured and just needs some polish to fully enter mass adoption.

kxh6 6 years ago

Could we create like a hiring thread for floss contribution? I already asked about this yesterday but since my account is new it got marked as dead.

Dahoon 6 years ago

Wouldn't it be better to contribute to something totally uncool instead since those projects are more in need of developers? Something like libraries maybe. If you are new(ish) there's a helpful site here:

https://www.firsttimersonly.com/

diehunde 6 years ago

Question for people who contribute: how do you familiarize yourself with the project at the beginning? I'm talking about the actual source code. Do you have any strategy to start? Maybe debugging API calls, or study single files? Thanks.

  • throwaway158497 6 years ago

    If it is a random project, then you are pretty much lost. So, Do not contribute to them. Think of a project you use and where you would like to see a few features. Pick it up, subscribe to the issues for a few days and get some familiarity. After that, compile it and put a few debug points.

    Also, write to the developer(s) of the project that you are looking for something to work on. If they suggest something, work on it.

    That said, I think Apache Foundation projects are pretty well documented. Try them.

    This is all advice from a person who never contributed to OSS.

notRobot 6 years ago

The Tor project. Millions of users who care about their privacy or live in oppressed regimes rely on it for unrestricted access to the internet.

https://www.torproject.org/

neo2006OP 6 years ago

I found out this github repo that label first timer issues. https://github.com/MunGell/awesome-for-beginners

fullito 6 years ago

I thought about looking for projects which are open source and used very very often but are totally boring like image libraries, encryption etc.

Then doing performance analysis and optimization.

itm 6 years ago

I guess your best bet to keep motivation on the long term is to contribute to projects your are using daily.

verdverm 6 years ago

I'll post our project here, we have some good open issues they are pretty easy and help to know the code base.

It's a code generation framework written in Go and uses https://cuelang.org which we believe is an up and comer.

https://github.com/hofstadter-io/hof

  • neo2006OP 6 years ago

    Thank you, I will try to grab one of the issues and see if I can help. I used some go code generation while working with gogen-avro

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection