Earlier quoted context omitted.
I think this gets complicated when you have larger open source projects where contributors change over time. By taking over stewardship of something that people depend on you should have some obligation to not intentionally fuck those people over even if you are not paid for it. This is also true to some extend when it's a project you started. I don't think you should e.g. be able to point to the typical liability di…
> By taking over stewardship of something that people depend on you should have some obligation No. If it's free and open source, all it says is what you can do with the code. There is no obligation towards the users whatsoever. If you choose to depend on something, it's your problem. The professional way to do it is either to contractually make sure that the project doesn't "fuck you over" (using your words), or to…
MinIO repository is no longer maintained
391–397 of 397 posts
Re: MinIO repository is no longer maintained
#392Earlier quoted context omitted.
I just disabled webgl on my firefox and it worked fine. Your problems could be caused by a whiny fan. Here is the source https://github.com/rustfs/rustfs
I like the way multiple people feel the need to defend a buggy website with their anecdotal n=1 evidence. It’s not difficult to make a website that works for everyone.
Re: MinIO repository is no longer maintained
#393Earlier quoted context omitted.
> By taking over stewardship of something that people depend on you should have some obligation No. If it's free and open source, all it says is what you can do with the code. There is no obligation towards the users whatsoever. If you choose to depend on something, it's your problem. The professional way to do it is either to contractually make sure that the project doesn't "fuck you over" (using your words), or to…
The problem is that open source projects are not just code but also communities and some authority over what ends up getting packaged in distros. The obligation is not to make people's experiences worse than what they would be had you not contributed and doing it for free doesn't absolve you of that.
No. Open source projects are open source projects. Open sourcing my code does not mean at all that I have to build a community.
> The obligation is
There is no obligation. Again I don't say that authors should be jerks (obviously they shouldn't), but what seems very unclear to too many people is that users are not entitled to anything at all.
Because you choose to depend on something that someone provided for free does not mean they now owe you anything. Just like if I donate 20 dollars to a charity, it doesn't mean that I must now volunteer for that charity.
Re: MinIO repository is no longer maintained
#394I ran a moderately large opensource service and my chronic back pain was cured the day I stopped maintaining the project. Working for free is not fun. Having a paid offering with a free community version is not fun. Ultimately, dealing with people who don't pay for your product is not fun. I learnt this the hard way and I guess the MinIO team learnt this as well.
Completely different situations. None of the MinIO team worked for free. MinIO is a COSS company (commercial open source software). They give a basic version of it away for free hoping that some people, usually at companies, will want to pay for the premium features. MinIO going closed source is a business decision and there is nothing wrong with that. I highly recommend SeaweedFS. I used it in production for a long…
Re: MinIO repository is no longer maintained
#395Earlier quoted context omitted.
Yes the software is under AGPL. Go forth and forkify. The choice of AGPL tells you that they wanted to be the only commercial source of the software from the beginning.
> the software is under AGPL. Go forth and forkify. No, what was minio is now aistor, a closed-source proprietary software. Tell me how to fork it and I will. > they wanted to be the only commercial source of the software The choice of AGPL tells me nothing more than what is stated in the license. And I definitely don't intend to close the source of any of my AGPL-licensed projects.
If a commercial company has "core" version under AGPL, it usually means their free version is an extended demo of the commercial product.
Re: MinIO repository is no longer maintained
#396Re: MinIO repository is no longer maintained
#397Earlier quoted context omitted.
Wrote a bit about differences between rustfs and garage here https://buttondown.com/justincormack/archive/ignore-previous... - since then rustfs fixed the issue I found. They are for very different use cases. Rustfs really is close to a minio rewrite.
there is one thing that worries me about rustfs: https://github.com/rustfs/rustfs/blob/main/rustfs/src/licens... I expect rugpull in the future