Live data from Hacker News

MinIO is now in maintenance-mode

github.com

251–260 of 338 posts

Re: MinIO is now in maintenance-mode

#251
post #244

Earlier quoted context omitted.

I think that's exactly how that license works. Basically, the license is the only thing that grants you rights to redistribute the licensed work. Copyright law otherwise forbids it. And the license itself only grants you the right to redistribute the work as long as you comply with its terms. If you violate them, the license no longer applies, and you no longer have any legal right to distribute the work or any deriv…

MinIO the corporation is not the sole licencor of MinIO the source code. They could sue and probably enforce compliance, but they can't just revoke the license like it is an overly restrictive commercial EULA.

They absolutely can revoke the license on all their own code, or any code signed over to them with a CLA. But really, they don’t have to revoke anything. The license does that automatically: you’re only allowed to redistribute GPL/AGPL licensed software as long as you comply with the terms. If you stop complying, the license ceases granting you permission automatically.

Re: MinIO is now in maintenance-mode

#252

Big thanks to MinIO, RustFS, and Garage for their contributions. That said, MinIO closing the door on open source so abruptly definitely spooked the community. But honestly, fair play to them—open source projects eventually need a path to monetization. I’ve evaluated both RustFS and Garage, and here’s the breakdown: Release Cadence: Garage feels a bit slower, while RustFS is shipping updates almost weekly. Licensing:…

"open source projects eventually need a path to monetization"

Why?

Re: MinIO is now in maintenance-mode

#253
Anyone know if MinIO AIStor is legal? AFAICT MinIO didn't have a CLA and there are 559 non-@minio.io commit authors in the git history, which could be an AGPL violation if they didn't get contributor approval for the license change. Or is AIStor a fresh codebase written from scratch?

Edit: some discussion of this here: https://news.ycombinator.com/item?id=46136871

Re: MinIO is now in maintenance-mode

#255
post #243

Big thanks to MinIO, RustFS, and Garage for their contributions. That said, MinIO closing the door on open source so abruptly definitely spooked the community. But honestly, fair play to them—open source projects eventually need a path to monetization. I’ve evaluated both RustFS and Garage, and here’s the breakdown: Release Cadence: Garage feels a bit slower, while RustFS is shipping updates almost weekly. Licensing:…

> open source projects eventually need a path to monetization I guess I'm curious if I'm understanding what you mean here, because it seems like there's a huge number of counterexamples. GNU coreutils. The linux kernel. FreeBSD. NFS and iSCSI drivers for either of those kernels. Cgroups in the Linux kernel. If anything, it seems strange to expect to be able to monetize free-as-in-freedom software. GNU freedom number…

I don't think there's still someone actively working on the Linux kernel without receiving a salary, and this for the last two decades more or less.

Re: MinIO is now in maintenance-mode

#256

Big thanks to MinIO, RustFS, and Garage for their contributions. That said, MinIO closing the door on open source so abruptly definitely spooked the community. But honestly, fair play to them—open source projects eventually need a path to monetization. I’ve evaluated both RustFS and Garage, and here’s the breakdown: Release Cadence: Garage feels a bit slower, while RustFS is shipping updates almost weekly. Licensing:…

"open source projects eventually need a path to monetization" Why?

Human beings have this strange desire to be fed, have shelter and other such mundane stuff, all of those clearly less important than software in the big scheme of things, of course.

Re: MinIO is now in maintenance-mode

#257

Earlier quoted context omitted.

How do you sustain yourselves while developing this project? What if the sponsorships run out?

What if a company change license, drop the project or goes bankrupt? You shouldn't expect guarantee of any kind.

> What if a company change license, drop the project or goes bankrupt?

You can always fork the project, then the questions of sponsorships still remains.

Recently Ghostty is a non profit, which means that it is guaranteed not to turn into a for profit and rugpull like what MinIO has done.

Re: MinIO is now in maintenance-mode

#258

Big thanks to MinIO, RustFS, and Garage for their contributions. That said, MinIO closing the door on open source so abruptly definitely spooked the community. But honestly, fair play to them—open source projects eventually need a path to monetization. I’ve evaluated both RustFS and Garage, and here’s the breakdown: Release Cadence: Garage feels a bit slower, while RustFS is shipping updates almost weekly. Licensing:…

"open source projects eventually need a path to monetization" Why?

I believe that, at the end of the day, open source enthusiasts still need to make a living.

Re: MinIO is now in maintenance-mode

#259
MinIO is a great open-source project. I’m familiar with it because I previously worked with Longhorn. But for any project to sustain long-term development, it needs a viable business model to support ongoing investment and growth.

Re: MinIO is now in maintenance-mode

#260
post #254

Stallman was right. When will the developer community learn not to contribute to these projects with awful CLAs. The rug has been pulled.

MinIO doesn't seem to have had a CLA though?

MinIO had a de facto CLA. MinIO required contributors to license their code to the project maintainers (only) under Apache 2. Not as bad as copyright assignment, but still asymmetric (they can relicense for commercial use, but you only get AGPL). https://github.com/minio/minio/blob/master/.github/PULL_REQU...
Post reply on HN