Live data from Hacker News

Ask HN: What open source projects need help?

news.ycombinator.com

51–60 of 130 posts

Re: Ask HN: What open source projects need help?

#51

I'm skeptical that this does anything. I'd wager that just about nobody is sitting around with all this energy waiting to contribute to a project they've never used and just heard about in an HN thread. I'm sure you get some commitments of people who say they will help. Just like people say they'll pay for your product once you build it and people who say they'll go to an event 6 months from now. It's hard enough to…

Not 100% agree but would almost say the same thing.

As someone who made small contributions to several projects and left comments under many GitHub issues, things that I see:

* Heavy users are more likely to report bugs and end up contributing to the project * If many people run into the same issue, more likely someone will create among them will write a fix, or at least suggest a workaround * A "healthy" project -- one that addresses GitHub issues and pull requests quickly, that responds to people's questions instead of ignoring them, that encourages technical discussions, is more likely to attract even more contributions. * Some projects have issues and pull requests that are open for a long time without any response from maintainers (despite active development). I myself wouldn't even bother reporting a bug because it's not worth it

Meanwhile, even under this thread, you can find people that expect certain amount of experience with a particular language. That just says to me they don't want contribution. Why? I am no expert in that certain language, but I am experienced enough in software engineering that I can jump into many codebases and create a high quality patch with some ChatGPT. I've done this many times before. If they are so obnoxious I'd rather put my energy elsewhere.

Re: Ask HN: What open source projects need help?

#52

OneBusAway A suite of real-time public transit projects that are used by millions of people every day. OneBusAway helps people find out when and where their bus will arrive, and provides them with a trip planner, too. OBA is used by transit riders everywhere from Seattle to New York City; Adelaide, Australia to Buenos Aires, Argentina. In addition to developers, we would also benefit greatly from product management a…

What sort of product management help do you need? Like managing the work of the developers or more wireframing and design?

Re: Ask HN: What open source projects need help?

#54

I'm skeptical that this does anything. I'd wager that just about nobody is sitting around with all this energy waiting to contribute to a project they've never used and just heard about in an HN thread. I'm sure you get some commitments of people who say they will help. Just like people say they'll pay for your product once you build it and people who say they'll go to an event 6 months from now. It's hard enough to…

I disagree. I’ve been on sabbatical and wanting to not get rusty, so I like the idea of contributing to OSS in a way that feels rewarding and desired

Re: Ask HN: What open source projects need help?

#55
post #6

There is a help-wanted tag on github for this: https://github.com/topics/help-wanted (I know that GH is not the whole world, but it stores an overwhelming majority of the OSS ecosystem)

Funny that all Microsoft projects appear on top. They seem to struggle very hard.

To be honest, I think it is true. They declared "issue bankruptcy" in one of they repo:

https://github.com/microsoft/TypeScript-Website/issues/2804

Contrary to many people's perception, Microsoft is one of the biggest contributors to open source, whether for projects they "own" like TypeScript or VSCode, or other common projects like Linux. The amount of users and bugs/feature requests etc don't match headcounts available at Microsoft.

Re: Ask HN: What open source projects need help?

#56

I'm skeptical that this does anything. I'd wager that just about nobody is sitting around with all this energy waiting to contribute to a project they've never used and just heard about in an HN thread. I'm sure you get some commitments of people who say they will help. Just like people say they'll pay for your product once you build it and people who say they'll go to an event 6 months from now. It's hard enough to…

What a real contribution to this thread. You'd wager that nobody finds this useful? I wager that nobody finds your comment useful.

Re: Ask HN: What open source projects need help?

#57
post #33

Plain Old Recipe: takes online recipes and removes the cruft. https://www.plainoldrecipe.com https://github.com/poundifdef/plainoldrecipe Things I want to do: 1. Improved print-friendly format 2. Ability to format to arbitrary sizes (for example, format for index cards) 3. Smarter layouts. For example, if a recipe says "add the chicken stock" in a step it would be great if it could identify how much ("1 cup") like so…

Thanks for plainoldrecipe! Such a handy tool.

Re: Ask HN: What open source projects need help?

#58

OneBusAway A suite of real-time public transit projects that are used by millions of people every day. OneBusAway helps people find out when and where their bus will arrive, and provides them with a trip planner, too. OBA is used by transit riders everywhere from Seattle to New York City; Adelaide, Australia to Buenos Aires, Argentina. In addition to developers, we would also benefit greatly from product management a…

What sort of product management help do you need? Like managing the work of the developers or more wireframing and design?

All of the above: product roadmap, coordinating developers’ work, specs and designs, and anything else you can think of.

Re: Ask HN: What open source projects need help?

#59
societyserver/open-Team

an object-storage, backend as a service platform. enables you to build complex websites/applications including chat, messaging, email, without needing any custom backend coding among other things.

https://gitlab.com/societyserver/

https://github.com/societyserver/

backend: Pike/MySQL (without Roxen)

frontends: XSLT or REST (for custom javascript frontends), java desktop clients, a PHP library.

this project is forked from the original developers who stopped publicly maintaining it more than a decade ago. http://web.archive.org/web/20120502154511/http://www.open-st...

the website was lost during covid due to an administrative error while i was busy with family problems: http://web.archive.org/web/20211017092823/http://societyserv...

tasks that need to be done:

1: rebuild the website by scraping content from archive.org/ (skills needed: HTML/CSS/JS/UX)

2: rebuild the TLS stack and the auth API. (skills needed: pike, auth)

3: build more frontend examples for different frameworks (currently we have angularjs and aurelia. would love to see react, svelte, etc...) (UX/JS/TS/HTML/CSS)

4: add a GraphQL API. (pike)

5: document the developer tools. (most of that is on gitlab/github)

further on my wishlist are:

integrate shared editing like etherpad.

support SQLite as an alternative to MySQL/PostgreSQL.

better developer tools, like integration with git. (content is stored in the server with a history. the history can be exported to and imported from git), remote editing of content from VIM and other editors.

matrix integration (we already have IRC, XMPP, IMAP, SMTP, POP3, NNTP, FTP, WEBDAV, TELNET, LDAP...)

a gmail style mail frontend.

other integrations

this project has a long history and a lot of potential. i am actively using it for my own websites, but i have been neglecting the project itself since i was busy finding more work. if i could only get the first two steps done, we'd be back in business.

Re: Ask HN: What open source projects need help?

#60
I maintain Neverball, a 3D rolling ball game. It's a spare time project for me. Written in C, ported to the web via WASM and handwritten HTML/CSS/JS (https://play.neverball.org). Been polishing the web app for a while, but looking for critiques that might help me pinpoint where the web app falls short of expectation. Contacts: https://github.com/Neverball/neverball/discussions or HN.
Post reply on HN