TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Getting into Open Source?

7 点作者 whitepirate20超过 2 年前
I’m looking to do more open-source for the first time. The main goal is community and to improve my skills in low level development, of which I have none.<p>Any recommendations? I’ve been watching Andreas Kling build serenity OS and it’s very inspiring to me.<p>I’m a sr. backend dev doing mostly go and typescript, but want to do more low level c, c++ and systems stuff

2 条评论

gus_massa超过 2 年前
Do you want to be a maintainer or a contributor?<p>I recommend to pick a project you are already using and you like. Send bug reports and look how&#x2F;where they fix them. If you know how to fix it, try to send a pull request.<p>If you have a feature you like, try sending a pull requests. Start with small improvements, like 1 or 2 days of work. You never know if your change is in the vision of the maintainer, or it breaks something or the maintainer is just a moron. Be prepare to fix your PR because each project has it&#x27;s own secret weird rules. Spaces or tabs? Did you add tests for the fix&#x2F;feature?
distcs超过 2 年前
If you are making tools for yourself to make your development life easier or automate some boring stuff, you can share them publicly on GitHub or some other place. I think it is a good and easy way to get into open source because you are working on tools that you use yourself. So you will be able to keep up the momentum of working on your project.