MinIO Is Dead, Long Live MinIO
blog.vonng.com
MinIO Is Dead, Long Live MinIO
1–10 of 95 posts
Re: MinIO Is Dead, Long Live MinIO
#2He seems to believe AI will help lessen the burden. I hope he's able to find other maintainers.
Best luck!
Re: MinIO Is Dead, Long Live MinIO
#3Re: MinIO Is Dead, Long Live MinIO
#4Re: MinIO Is Dead, Long Live MinIO
#5That said I increasingly have a very strong distaste of these AI generated articles. They are long and tedious to read and it really makes me doubt that what is written there is actually true at all. I much prefer a worse written but to the point article.
Re: MinIO Is Dead, Long Live MinIO
#6I am wondering if Minio Inc has rewritten the software in a clean room. Otherwise wouldn't they need to publish the source anyways? Since it is AGPL anyone might potentially be interacting with the software. Do they do that?
- Code written by the Minio team, which they have full ownership of and can relicense as they wish
- Code written by third party contributors, where Minio required the contributors to provide Minio a BSD license to use the contributions but only published it to other people under AGPL.
So the AGPL doesn't bind Minio themselves because of their licensing policy. (Which is why while pure AGPL might be the open source maximalist license, AGPL + CLA is almost at the opposite end of the scale)
Re: MinIO Is Dead, Long Live MinIO
#7I am wondering if Minio Inc has rewritten the software in a clean room. Otherwise wouldn't they need to publish the source anyways? Since it is AGPL anyone might potentially be interacting with the software. Do they do that?
Re: MinIO Is Dead, Long Live MinIO
#8I am wondering if Minio Inc has rewritten the software in a clean room. Otherwise wouldn't they need to publish the source anyways? Since it is AGPL anyone might potentially be interacting with the software. Do they do that?
Re: MinIO Is Dead, Long Live MinIO
#9How could the company behind minio not seeing this coming?
Re: MinIO Is Dead, Long Live MinIO
#10I was searching for a fairly simple replacement for s3 for testing. I'd been using Minio for a while now, and simply ended up implementing my own on top of Postgres. Fun intersection given the post. (Note, I know it isn't optimal, but as I always have Postgres available it fits well, and I don't have high storage needs, just the api compatibility)