Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- Did you get any traction from your existing efforts? Maybe someone using your work can promote it to their users, or you do something in their project to increase your visibility to them, that kind of thing.by benoau
- I got the most traction from the subreddit I posted it on. FYI I am measuring traction based on how many GitHub stars that repo got (which is a bad way to measure I know). But good idea, cheers!by Hussain04
- One of mine was mentioned on HN. The repo went from 0 stars to about 60 in a couple of days. https://news.ycombinator.com/item?id=45369768by t0mpr1c3
- More platforms probably isn't the lever here. Getting onto the awesome-robotics and awesome-ml lists on GitHub puts you where people actually search when they hit the problem your tool solves.by PaiDxng
- > legitmately helpful
Here are several things to ponder on
0. Why is popularity the goal? Can you be happy if it is useful to a small number of people
1. How do you know it is helpful? Open source tends to be organic and if users find it helpful, they will use it and tell others. If it is not getting traction, you might revisit this perception. It could be that it is hard to use and needs better documentation, or it could generally not be useful at solving the problem others have.
2. Do you have a place for a community? Word of mouth is better than trying to market it yourself
3. It takes time for most projects. Those rocket ship projects (and startups) are the exception
by verdverm - 0. Personal milestone really. Just want to see how much help I can be to others I guess. Hard to say.
1. One of my projects does almost the same stuff a proprietary software does so I am providing a free alternative. My other project is helpful in the sense that it does something no single-application does. Like there exists a site that can view ML models then there exists softwares that can edit and customize layers in a model. My tool does both in one. But yes you are right, maybe I am not selling my product in the right manner. Good idea to think about.
2. No :(. How can I go about creating one?
3. Fair enough
Thank you for these!
by Hussain04