Well there’s your problem.
The AI advertising is just a symptom of the underlying issue; VC funding.
The more I learn about AI the more I feel like it’s another dot-com bubble.
LLMs and generative AI are such multifaceted systems that saying “this is for AI” is like saying “this is for the WWW”
Databases, interfaces, storage, networking. All are used in AI but if you just say you make a database and not and “AI database” you’ll lose out on investors.
It’s a bit like the gold rush in that everyone is so fixated on the gold that they don’t see the real economic boom is selling the shovels and building the trains.
People have been using AI tech for decades. It’s just marketing terms come and go.
Well there’s your other problem.
…
…
Next, you’re going tell me a billionaire’s involved somehow!
Looks like it’s Michael Dell and Masayoshi Son.
Investors include Intel (Pat Gelsinger, net worth ~82m), Dell (Michael Dell, ~112b), and SoftBank (Masayoshi Son, ~29b). Probably others, but I’m on my phone so getting this info is awkward.
VC?
Venture capital
I’ve completely switched away from using Minio (and just the S3 protocol in general) in all of my projects.
I’ve found that the WebDAV protocol is better for object storage in almost every case. It’s also way simpler to use and understand.
Now it’s time for me to shill:
I wrote my own WebDAV server called Nephele. It’s free and open source, and you can run it on Docker. Probably doesn’t help if you’re using something that requires S3, but if you’re building something, I implore you to migrate away from S3.
Why is WebDAV better?
It’s simpler, there is a client for everything even mobile phones, it has a move command, it has props that can be edited without a copy command, pagination is however you set it up to be rather than a one size fits all approach, it can be just as scalable as S3 if you build it to be, it has much simpler locks that make them easier to use so you might actually use them, keys can be longer than 1024 characters, actual directories exist.
That’s just the protocol level. The biggest benefit for me isn’t really at the protocol level, but part of the design of my own WebDAV server: deduplication. I can throw the same file into my server with 50 different keys, and it will only take up the space of one copy on disk. This basically moved the logic of deduplication from my application to the blob store. Mountains easier from an application design perspective.
There are use cases where S3 is better, but they are few and far between. And, WebDAV is extensible. You can build whatever functionality you need into it, rather than using some proprietary protocol.
Thanks!
MacOS hates webdav (And I do hate my Mac too !) And their implementation is outdated… Maybe I didn’t find the right configuration to make is work properly like samba shares (after some special/specific mac configuration on the samba server side it works like a charm !!) but whenever a file got updates in an automated way, it somehow goes poof and vanished from my server… Scary shit !
New fork incoming in 3…2…
Monetary needs and all that. If it’s a startup with VC then there is either not enough people paying or not enough private users supporting by other means like bug fixing, support, etc. Or greed by VC. But in general, what do we expect where the time comes from people spend on coding for us? See openssl that is essential and was about to loose its main dev. Pay or donate or contribute. Preferably to a non VC project.
They not only force their user to buy their crap, they also intentionally and maliciously frame the AGPL in a certain way.
Luckily I wasn’t even using the UI in the first place, still, not a good sign and probably something to look into for replacement.
Fucking cunts.