this post was submitted on 23 May 2024
94 points (98.0% liked)
Programming
17398 readers
140 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't think it's a dumb question.
Unfortunately I'm not sure there's any guaranteed method to establish trustworthiness. It's especially difficult because if there was, it would probably be easy for the scams to utilise and thus it would stop being a good method.
Anyways, I would say try to look at the people behind the software - do they have personal websites or do they work on other stuff that also seems reliable? What about the users, do they seem legitimate? Are the issues actual issues, not fake ones? Does the code seem maintained on a regular basis with non-trivial commits? Can you find online third party mentions that seem trustworthy?
That's just what I could think of. But essentially, there is no silver bullet and you'll just need to make a thorough assessment and decide if you trust it enough.