Live data from Hacker News

MinIO Is Dead, Long Live MinIO

blog.vonng.com

1–10 of 95 posts

Re: MinIO Is Dead, Long Live MinIO

#2
I very much appreciate the sentiment, and wish him well. However, one guy maintaining a fork as a side project from his core work is not very promising.

He 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

#5
It's nice that people are taking this up, and one of the main benefits of open source in the first place. I have my doubts that this will succeed if it's just one guy, but maybe it takes on new life this way and I would never discourage people from trying to add value to this world.

That 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

#6

I 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?

The copyright for Minio consists of:

- 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

#7

I 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?

Only if they'd taken contributions without authors signing over their rights.

Re: MinIO Is Dead, Long Live MinIO

#8

I 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?

Surely MinIO dual-licenses its software so paying customers get commercial license?

Re: MinIO Is Dead, Long Live MinIO

#10
Seems like a very balanced take on forking Minio. I don't have high hopes for the future Minio, but as mentioned it is more or less feature complete, good enough for most use-cases.

I 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)

Post reply on HN