Hacker News new | ask | show | jobs
Ask HN: How do I find someone to fix an OSS application I can't?
4 points by 0bsolete 857 days ago
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?

4 comments

https://console.algora.io/ for small projects. But I'd try to contact the existing contributors first, e.g. open a Github Issue. Add that you're willing to pay for a solution.
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.
Thanks, I think I'll try contact via Gitter. My last issue report has sat with no response for a while.
There is likely some sort of public forum devoted to the application in question. You could ask there. Just make sure that the post is clear that what you're asking is essentially to hire someone for a small contract job.
Do you have an open GitHub issue where you're describing your problem?
Yes I did post an issue a while back, unfortunately it went with no response. I will try their Gitter and go from there.