Most active commenters
  • naikrovek(4)

←back to thread

672 points LexSiga | 19 comments | | HN request time: 0.001s | source | bottom
Show context
mattbee ◴[] No.45667259[source]
They abandoned documentation (edit: for the open source codebase) a couple of weeks ago - that seems more significant.

From their Slack on Oct 10:

"The documentation sites at docs.min.io/community have been pulled of this morning and will redirect to the equivalent AIStor documentation where possible". [emphasis mine]

The minio/docs repository hasn't been updated in 2 weeks now, and the implication is that isn't going to be.

Even when I set up a minio cluster this February, it was both impressively easy and hard in a few small aspects. The most crucial installation tips - around 100Gb networking, Linux kernel tunables and fault-finding - were hung off comments on their github, talking about files that were deleted from the repository years ago.

I've built a cluster for a client that's being expanded to ≈100PB this year. The price of support comes in at at slightly less than the equivalent amount of S3 storage (not including the actual hosting costs!). The value of it just isn't that high to my client - so I guess we're just coasting on what we can get now, and will have to see what real community might form around the source.

I'm not a free software die-hard so I'm grateful for the work minio have put into the world, and the business it's enabling. But it seems super-clear they're stopping those contributions, and I'd bet the final open source release will happen in the next year.

If anyone else is hosting with minio & can't afford the support either :) please drop me a line and maybe we can get something going.

replies(6): >>45668446 #>>45668529 #>>45668617 #>>45670374 #>>45670759 #>>45672247 #
1. Kevinmetaba ◴[] No.45670374[source]
During an upgrade, I discovered that the console had been removed without any prior notice. MinIO really pissed me off. Over a month ago, I started looking for a MinIO alternative and found RustFS. I've been testing RustFS for over a month now, and the product continues to improve, with the community fixing bugs very quickly. I hope YC will invest in this company.
replies(3): >>45670553 #>>45671024 #>>45671140 #
2. nunez ◴[] No.45670553[source]
At the same time, I'm concerned that a YC investment means more of the same, eventually: open-source until it's no longer fiscally prudent.
replies(2): >>45670583 #>>45671210 #
3. Kevinmetaba ◴[] No.45670583[source]
Is open source and making money in conflict? If they do a good job, I am willing to pay.
replies(2): >>45670672 #>>45671256 #
4. throwway120385 ◴[] No.45670672{3}[source]
Not necessarily, but if there's a cost to providing free support to the community like official container images, then it will get cut. People comment that it's "free" to provide these things through Github, but it actually has a cost to the maintainers in time, and it's frankly an easy business decision to stop doing that at times in favor of roadmap work that produces business value.

What I'm learning from this is to provide basically zero support from the outset and let it grow organically if I ever build a business on an open source product. As soon as you stop supporting anything for free someone feels entitled to it.

replies(1): >>45671379 #
5. williamstein ◴[] No.45671024[source]
There is a nice table here

https://github.com/rustfs/rustfs?tab=readme-ov-file#rustfs-v...

comparing RustFS to MinIO, including a claim about the MinIo support price.

replies(2): >>45671619 #>>45672924 #
6. Nux ◴[] No.45671140[source]
Nothing like VC or IPO to ruin a perfectly good product...
replies(1): >>45671365 #
7. baq ◴[] No.45671210[source]
free software until mainstream acceptance. naive MBAs call it leaving money on the table, Microsoft calls it a monopoly-preserving strategy. no VC has the balls to go for the jugular anymore.
8. ◴[] No.45671256{3}[source]
9. naikrovek ◴[] No.45671365[source]
it used to be that people started businesses so that they could help others by providing a product or a service to them.

late stage capitalism arrives when people create businesses solely to get rich, and when other companies are created solely to get rich by helping those people create their companies so that they can get rich. that's what ycombinator is.

most of capitalism used to be symbiotic. engaging in transactions with businesses benefited both the business and the consumer.

now we live in a world where most or all of the benefit goes to the business and none or almost none to the consumer.

replies(3): >>45671756 #>>45672300 #>>45675484 #
10. tankenmate ◴[] No.45671379{4}[source]
"but if there's a cost to providing free support to the community like official container images, then it will get cut.", but here's the kicker, supporting creating docker images when you're on github is close to negligible as to be paper thin.
11. CamouflagedKiwi ◴[] No.45671619[source]
The benchmark against MinIO is nice, but I don't care much for the table vs. "Other object storage" which seems to try to aggregate all the worst points of all the others with no citation (e.g. why should I believe RustFS has no intellectual property risk but others do? What's different about them to back that up?).
12. hunterpayne ◴[] No.45671756{3}[source]
If they were giving it away for free and paying a non-zero cost to do it, that's not sustainable. And that clearly isn't taking all the benefit for themselves. This is a take so bad, it isn't a take anymore...its a personality flaw.
replies(2): >>45674724 #>>45675282 #
13. bee_rider ◴[] No.45672300{3}[source]
I think very few businesses were created just to help people. Maybe some nonprofits.

Lots of good businesses were created to just make their owners a reasonable income, I mean, most people will take “be rich” if that’s an option but have reasonable expectations.

The problem with heavily invested in companies is occurs when they skip the stage of being a small profitable business with an actual business model.

replies(1): >>45675274 #
14. smartbit ◴[] No.45672924[source]
Here an S3 compatibility table https://garagehq.deuxfleurs.fr/documentation/reference-manua... comparing

  - GarageFS 
  - OpenStack Swift
  - CEPH Object Gateway Rados
  - Riak CS
  - OpenIO
15. crote ◴[] No.45674724{4}[source]
Literally nobody is making that claim. Nobody expects businesses to be charities.

The thing being argued against is businesses solely being viewed as a "get rich quick" gambling scheme, where the only thing that matters is a rapid rise in shareholder value. VCs don't want a company providing a steady retirement fund, they want you to go for a 1000x return or die trying. The logical end result is that you screw over your customers and employees whenever possible, and burn the entire thing to the ground for the last few bucks. Just look at what Broadcom is doing to VMware: they might've delivered some great shareholder value, but they did huge damage to society in the process!

We shouldn't allow businesses to operate like a cancer which grows forever until it eventually kills its host, leeching off as much in the process as possible. If you want sustainability, you should be clamoring for businesses which are happy to just operate: employ some people, provide a valuable service to society, and make some profit - no need to take over the world in a crazy frenzy chasing unlimited growth.

replies(1): >>45675150 #
16. naikrovek ◴[] No.45675150{5}[source]
Thank you.
17. naikrovek ◴[] No.45675274{4}[source]
I think even 50 years ago, that most people started businesses because they had a skill and could use it to help others meet their needs.

HP started (more than 50 years ago) with two friends who wanted to make better electronic test equipment. Profit was not forefront in their mind like it is to an MBA graduate today. Hewlett and Packard wanted to provide quality test equipment to people, because a lot of the test equipment of the day was subpar to them.

By the time the 80s rolled around, they paid 100% of an employee's college education (no matter how high they wanted to go with that) and paid them 75% of their salary while they were away at school. College was cheaper then, but zero employers today would even briefly consider paying people any amount at all to not be at work while also paying for the thing keeping them away from work.

corner stores in crowded neighborhoods are not started to maximize profit potential for shareholders. corner stores are started because someone saw the need for a corner store and wanted to make a living running it; they wanted that to be their job.

Until the invention of the MBA I don't think most people who started businesses did so purely for money. There are many easier ways to make money. Today people can start shitting mobile games with pay to win mechanics and they will be rich when the first one takes off. No one creates mobile games with pay to win mechanics because they want people to experience the joy of microtransactions.

Every business today (certainly every tech business) is designed to find out what people want via market research, pick the thing that looks the most profitable, then through a very well developed process, turn that business into a source of retirement money for the founder(s) and a source of return for the investors. It is literally a photocopy model of business creation. "Follow the process and you will succeed."

No one is opening shops today to help their neighbor. No one is opening new bakeries because their town needs one. No one is doing anything that one used to see people doing everywhere they went. Profit-driven motivation ruins everything it touches. Everything.

Everything is profit driven, now. Everything. The MBA is the most disasterous degree ever devised. It makes people think that starting a business purely to make money is a perfectly normal and healthy thing to do, and it simply isn't.

18. naikrovek ◴[] No.45675282{4}[source]
Your understanding of what I said is the bad take, here.
19. heavyset_go ◴[] No.45675484{3}[source]
That's a bit naive. Look at the early industrial revolution, when most goods were still made at home, locally or on a small scale by craftsmen.

People went from having the land and resources to craft, for example, their own shoes, then a few decades later they were in a position where they had to buy shitty factory made shoes that fell apart instead because they were kicked off their land to work in factories.