Earlier quoted context omitted.
That's just one way to do it. Even if you let them send you PRs or whatever, you can still act on them or not depending on how they behave, your available resources, health, mood or just whim. You don't owe anyone anything and "creating a community around a project" is not a goal you have to be striving for regardless of whether you take contributions or provide some user support or not.
> depending on how they behave So, reviewing them. Which takes time/focus.
Write some software, give it away for free
181–190 of 285 posts
Re: Write some software, give it away for free
#182Earlier quoted context omitted.
I'm sympathetic to FOSS developers but struggle to understand this, maybe because it hasn't happened to me. But, why is this a mental drain? Is there not a simple solution? Reply with the license, "comes with no warranty," "you're free to fork," close issue and move on? I suppose in aggregate it could be draining.
The assholes outnumber the good ones, and it feels like all of humanity is transactional and extractive. At first all engagement is exciting and validating. You work nights and weekends to please people you’ve never met, sure that one good turn deserves another. Then you get your first jerk, then your second, then your third, while your father is in the hospital. You feel pressure to ship a feature you never wanted.…
Re: Write some software, give it away for free
#183A free software can have good things like there could be a lot of users which is good learning experience on how to deal with it. If you are already experienced, then it would not be as much valuable.
There is also argument that paid software is better. I can't say that it wrong. With less people using it, and the developer has fund to run the service on good machine does make a difference.
I don't think there a right answer to free or paid. Just do it the way that align with your goal.
Re: Write some software, give it away for free
#184Re: Write some software, give it away for free
#185Re: Write some software, give it away for free
#186Re: Write some software, give it away for free
#187This kind of mentality is easy to have when you make 6 figures and don't have to worry about where your next meal is coming from. For the majority of the world, which makes a median of $10 USD per day, monetization is the only way they can do things they enjoy. There's no "hobbies" for most of humanity if its detached from survival.
Re: Write some software, give it away for free
#188i have never understood this idea applying to all sofware. sure general research level software should be free and open source. business logic or specific use cases should not. The law is free and open source. Lawyers will not draft you a contract for free. Medicine is free and open source. A doctor will not set your arm for free. FOSS is kind of the worst of both worlds. Unfunded or corporately funded amateurs give…
Re: Write some software, give it away for free
#189[1] https://sdocs.dev, discussed on HN: https://news.ycombinator.com/item?id=47777633
Re: Write some software, give it away for free
#190Or don't. I've done both, published OSS projects and sold some software. The level of entitlement in some comments I received on the OSS side was pretty crazy at times. While with the paid software, all of the interactions I had were so much more constructive. YMMV, but willingness to pay is a great filter.
As someone who once had a popular open-source project. Opensource is just harder because you've to write code for . When I am working with a small team, I do not care if my commits are ugly or repetitive. Despite what people here say, all these things have very little to do with the reliability of actual code. Same software i offer for free will take 2-5x more time if i did it opensource way.
Your team cares though. Probably including yourself later. Maintaining proper commit history is always worth it.