Earlier quoted context omitted.
This breakdown hits hard because it’s not just about business models — it’s about trust. Open source succeeded because it created shared public infrastructure. But hyperscalers turned it into extraction infrastructure: mine the code, skip the stewardship. The result? We’ve confused “open” with “free-for-the-powerful.” It’s time to stop pretending licenses are enough. This is about incentives, governance, and resilien…
Testing my LLM-detection abilities. Did you write this yourself? Or is this LLM produced? The phrasings stick out to me as super GPT-like.
Redis is open source again
811–815 of 815 posts
Re: Redis is open source again
#812Earlier quoted context omitted.
You’re living in theoretical fantasy land. Yeah, it’d be great if everything was open source and everyone was happy. But that’s not really what happens. Redis and Elastic are popular exactly because there’s entire companies behind it constantly maintaining it, securing it, and adding features. If you want use open source software at your job that’s a hard requirement. No, you can’t use “MySillyKeyValueCache” that Tim…
> Companies cost money to run. Google and AWS exploit open source work for profit, and don’t contribute back enough to ensure its support. I don’t understand this take, if Google/AWS/Microsoft decide to host your service and some vulnerabilities are discovered then you got free Security Research done, your product would either have remained vulnerable or someone else would have filed the same bug. You own the code so…
Re: Redis is open source again
#813Earlier quoted context omitted.
Do it. I'm thinking of making one for node.
Already started. python3 branch. Claude removed all my nice idiomatic conditional expressions, but the (few) tests I have for the server already pass, and the aioserver is coming next :)
Re: Redis is open source again
#814This is disappointing. The AGPL is a nonfree (and nonsensical) license. The fact that the FSF wants a EULA but can’t have a EULA without violating Freedom 0 doesn’t make the AGPL suddenly logically sound. marcan has written about it in more detail than I care to: https://news.ycombinator.com/item?id=30044019 Stop using the AGPL. It violates the basic principles of free software. The ability to run a SaaS company with…
The GNU Affero General Public License (GNU AGPL) is a free, copyleft license published by the Free Software Foundation.
https://en.m.wikipedia.org/wiki/GNU_Affero_General_Public_Li...
Re: Redis is open source again
#815Earlier quoted context omitted.
A special endpoint e.g. /about or /license that lists the terms of the AGPL and a link to the source code would suffice. That's not difficult or unreasonable at all.
Where do you add that to redis, which does not have a HTTP server, and what makes this endpoint "prominent"?
Put it on your website if redis does not support HTTP. The license clearly covers this.