←back to thread

128 points darthShadow | 2 comments | | HN request time: 0.001s | source
Show context
concerndc1tizen ◴[] No.42812414[source]
If you don't like it, then why don't you use a different provider?

If you want free stuff, is your strategy to smear them into giving you more free stuff?

Storage, compute, and traffic, isn't free. You've been the beneficiary of charity for years.

Yes, the open source community has relied on this implicit charity as a parasite, by exploiting whatever free services they could. And now we're paying the price, as you say, by having DockerHub as the default provider.

My suggestion is therefore that we need independent solutions, that are fully funded as a charity, and stop relying on freemium services from corporations that fundamentally don't care about the public good.

replies(13): >>42812438 #>>42812465 #>>42812483 #>>42812503 #>>42812530 #>>42812541 #>>42812566 #>>42812595 #>>42812600 #>>42812673 #>>42812938 #>>42814023 #>>42816357 #
robertlagrant ◴[] No.42812541[source]
> My suggestion is therefore that we need independent solutions, that are fully funded as a charity, and stop relying on freemium services from corporations that fundamentally don't care about the public good.

We had that already, but none of them invented Docker.

> If you want free stuff, is your strategy to smear them into giving you more free stuff?

They seem happy to pay; they were complaining (validly) about the process of renewing DSOS.

replies(1): >>42812610 #
8organicbits ◴[] No.42812610[source]
> none of them invented Docker

I think that depends on what you mean by docker. Lots of similar things existed before, just less formalized and less centralized.

replies(2): >>42812771 #>>42812793 #
1. robertlagrant ◴[] No.42812793[source]
But there's a reason why Docker was so successful - a single file that could define a deployment and tooling to build it into a runnable artefact was incredibly useful. From the future tech useful.

If you can name these other similar solutions created by charities I can probably me more specific.

replies(1): >>42822096 #
2. 8organicbits ◴[] No.42822096[source]
I think of Docker as a well executed and well-timed formalization of existing tools. It put a name to a collection of engineering concepts. This is why people can build Docker in N lines of shell script. Jails existed in the late 90s. IaC had multiple options before Docker.