this post was submitted on 05 Dec 2020
56 points (98.3% liked)

Open Source

30845 readers
104 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nan@lemmy.blahaj.zone 19 points 1 year ago* (last edited 1 year ago) (2 children)

I’m not so sure. I think he has a point that if someone forks, he can still merge those changes back in and still work on things for his paying customers too. I think the number of people who are willing to write patches is a lot smaller than the number who are going to complain. He seems to welcome forks anyway (I’m sure his attitude would be, “let them provide the free support!”). This post is two years old, it might be interesting to see how his project is doing and how many forks there are.

There are a lot of users of open source projects who do act as if they are owed a resolution to every issue they encounter. While I don’t agree with the nuclear option I can’t really blame him.

[–] brayd@discuss.tchncs.de 4 points 1 year ago (1 children)

Well it looks like nowadays they have public issues in their repo which seems like the authors decision and opinion changed. I think both ways are valid ways.

[–] nan@lemmy.blahaj.zone 4 points 1 year ago

He actually complains about that too in another follow up post last year: https://raccoon.onyxbits.de/blog/case-against-public-bug-tracker-for-open-source-projects/

I suspect it is mostly ignored.

[–] csolisr@communities.azkware.net 3 points 1 year ago (2 children)

To be fair, it looks like he'd be much happier writing proprietary software in the first place. His goal is evidently to get a source of sustenance first, and to help the community with code second if at all. And in proprietary software it's already customary to expect no support whatsoever (sometimes not even patches to existing, already paid software) unless you pay for the privilege.

[–] nan@lemmy.blahaj.zone 10 points 1 year ago

I don’t know that wanting to be paid for work necessarily means proprietary would be better. The FSF has always been very clear that making money is encouraged. He could easily still have a strong opinion that users should be able to review and modify things.

[–] SuperFola@programming.dev 5 points 1 year ago

I don't know, I'm an open source dev too, but my time is valuable and I can't (and won't) just work for free on dozens of bug reports from a user that don't want to investigate first by themselves.

Yeah open source is great, but if you want support you have look at the code and read the damn documentation first ; I lost a lot of time just directing users to docs because they can't read.