Live data from Hacker News

Ask HN: How do I find someone to fix an OSS application I can't?

news.ycombinator.com

1–9 of 9 posts

Ask HN: How do I find someone to fix an OSS application I can't?

#1
Hi HN, I have been looking to fix a fantastic piece of open source Java-based software that has been having more and more issues running on Mac, likely due to MacOS deprecating OpenGL support, which the app heavily relies on. The app can be found on Githubh here: https://github.com/constellation-app/constellation

I have managed to get it somewhat functional again on Mac but am still running into multiple issues of it crashing and/or freezing when using it on Mac. I'm not a full-time software dev and unfortunately don't have the skills to get this properly ironed out.

I wanted to ask here if there is a good online platform I could use to find someone who would be able to fix the issues for a reasonable fee?

Re: Ask HN: How do I find someone to fix an OSS application I can't?

#5
From a Quick Look the project seems active and you can contact them by raising an issue or directly (via gitter). The link is on their home page. Even if you find someone to do the work that pull request would still need to be accepted so you may as well go straight to the team.

Re: Ask HN: How do I find someone to fix an OSS application I can't?

#6

From a Quick Look the project seems active and you can contact them by raising an issue or directly (via gitter). The link is on their home page. Even if you find someone to do the work that pull request would still need to be accepted so you may as well go straight to the team.

I agree that going to the team is a great idea, but this

> Even if you find someone to do the work that pull request would still need to be accepted

is not technically necessary. People can certainly make changes and bespoke builds with those changes without ever offering them for inclusion in the main project.

Re: Ask HN: How do I find someone to fix an OSS application I can't?

#7

From a Quick Look the project seems active and you can contact them by raising an issue or directly (via gitter). The link is on their home page. Even if you find someone to do the work that pull request would still need to be accepted so you may as well go straight to the team.

Thanks, I think I'll try contact via Gitter. My last issue report has sat with no response for a while.

Re: Ask HN: How do I find someone to fix an OSS application I can't?

#9
post #6

From a Quick Look the project seems active and you can contact them by raising an issue or directly (via gitter). The link is on their home page. Even if you find someone to do the work that pull request would still need to be accepted so you may as well go straight to the team.

I agree that going to the team is a great idea, but this > Even if you find someone to do the work that pull request would still need to be accepted is not technically necessary. People can certainly make changes and bespoke builds with those changes without ever offering them for inclusion in the main project.

You’re technically correct but the OP isn’t technical enough and so I don’t think I’d recommend maintaining a fork as the project rumbles on. Better to get them to incorporate his changes.