TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why we picked AGPL

267 点作者 philippemnoel9 个月前

23 条评论

JohannesSuenden9 个月前
I love the AGPL. I can&#x27;t imagine it becoming popular for generic business functionality in library form, but for highly-specialized libraries (in my case scientific with industrial applications) it was everything I was looking for --- not least because automated license scanners flag it and scare potential parasites away. It&#x27;s also a great choice for complete pieces of software (such as DBs, as in this case) to offer a free tier for communal benefit, provided you&#x27;re genuinely willing to let the project develop a life of its own if the open source community finds reason to mobilize around it.<p>For academic use AGPL compliance is a natural part of life anyway, for non-profits it&#x27;s a little bit of effort but there&#x27;s no fundamental objection, and when companies get involved it ensures that either my collaborators and I get a payout for SaaS-ification&#x2F;proprietarization, or that it only gets used in internal tooling, which means that money gets redistributed to labor (often also to us via consulting fees or custom development arrangements anyway, since we know the code best).<p>It&#x27;s a model for software development that I can really get behind.<p>Best of luck to you!
评论 #41244671 未加载
评论 #41240652 未加载
评论 #41253675 未加载
评论 #41244910 未加载
keskival9 个月前
The point of an OSS license in these kinds of situations is pretty simple:<p>They need to pick a license which is salty enough so that big corporations cannot use it, but have to buy a special license from the authors.<p>Meanwhile they can support and benefit from the open source community without bureaucracy, and get a maximal userbase to create content on the web about this stack, and have a maximal number of people who know this stack and want to use it.<p>AGPL is perfect for this.
评论 #41245082 未加载
评论 #41243893 未加载
评论 #41238671 未加载
jan_g9 个月前
I don&#x27;t know about ParadeDB, but this was very off-putting for me in case of Minio when they switched to AGPL. If you check their answers to various license questions, they are essentially this: if you use Minio in your stack&#x2F;product (for profit), then we recommend our commercial license or consult with a lawyer if your use case is covered by AGPL or not.<p>What me and I guess many others wanted was a simple yes&#x2F;no to the following: if I use Minio in my stack without modifications (as a file server that my other services interact with via an API), do I have to AGPL all the stuff the touches Minio or not? And they do not want to answer this question. I do not understand why is it so hard to answer clearly. I understand that the majority of opinions is that it&#x27;s fine to use without modifications, but I wanted a clear statement from authors of Minio. Failing that, I then decided to keep the pre-AGPL version for a while and have transitioned away from Minio since then.
评论 #41244556 未加载
评论 #41244611 未加载
评论 #41243742 未加载
评论 #41243678 未加载
评论 #41243890 未加载
Hamcha9 个月前
Correction: they chose AGPL with a poison pill (CLA) so they can benefit from it and take it away whenever they want more.
评论 #41239176 未加载
评论 #41245240 未加载
评论 #41238472 未加载
评论 #41243370 未加载
评论 #41243136 未加载
评论 #41241479 未加载
评论 #41238347 未加载
iaaan9 个月前
Every so often I run through the common set of licenses to double-check which one I want to personally use for my projects (both commercial and for fun), and I always end up back at AGPL. For me, it just strikes the right balance between open-source and restricting corporations from disproportionately profiting off of my labor.
评论 #41241611 未加载
评论 #41238449 未加载
评论 #41252460 未加载
评论 #41233244 未加载
jay_kyburz9 个月前
I don&#x27;t understand why they say<p>&quot;Future-Proof: Thanks to the copyleft provision, cloud vendors cannot easily resell our project without our consent. This gives us confidence in our ability to monetize without fear of predatory competition. ParadeDB just turned one year old, and we’ve already been contacted by four cloud providers who, had we not chosen the AGPL license, may have privately forked and distributed ParadeDB.&quot;<p>Nothing in the license requires cloud vendors from reselling the project. They just need to make the source available?<p>What am I missing?
评论 #41244289 未加载
评论 #41241522 未加载
jwildeboer9 个月前
Correct title would be „Why we picked dual licensing with AGPL and a commercial license“, IMHO.<p>You can only contribute when you accept the CLA at [1] which gives them the right to license your contributions under said commercial license.<p>[1] <a href="https:&#x2F;&#x2F;cla-assistant.io&#x2F;paradedb&#x2F;paradedb" rel="nofollow">https:&#x2F;&#x2F;cla-assistant.io&#x2F;paradedb&#x2F;paradedb</a>
评论 #41257926 未加载
yencabulator9 个月前
It&#x27;s AGPL for you but arbitrary relicensing at will for them:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;paradedb&#x2F;paradedb&#x2F;blob&#x2F;dev&#x2F;CONTRIBUTING.md#contributor-license-agreement">https:&#x2F;&#x2F;github.com&#x2F;paradedb&#x2F;paradedb&#x2F;blob&#x2F;dev&#x2F;CONTRIBUTING.m...</a>
评论 #41258189 未加载
Vonng9 个月前
I fully support ParadeDB&#x27;s decision. For an open-source software company, AGPLv3 + Dual License is the most sensible choice.<p>If you go with Apache 2.0, you&#x27;re literally doing free work for cloud vendors.
kazinator9 个月前
&gt; <i>The AGPL license permits free use, modification, and distribution of software, provided that distributed, derivative works of the software are released under the same license.</i><p>Here is the rub: free software permits unconditional use.<p>The GPL without the A, or MIT or BSD licenses are not EULAs; they place restrictions or conditions on redistribution, not on use. (With regard to use, they have only certain liability disclaimer clauses.)<p>The AGPL restricts use; it is an EULA: end-user license agreement. The antithesis of free software.
评论 #41238040 未加载
评论 #41232115 未加载
评论 #41240263 未加载
评论 #41238215 未加载
评论 #41252478 未加载
评论 #41242032 未加载
评论 #41238754 未加载
评论 #41237884 未加载
评论 #41244043 未加载
1ilit9 个月前
I totally get this. I recently changed the license on my project from MIT to AGPL after getting a dm from someone interested in buying the project. I make absolutely no money at the moment, if anything I&#x27;m paying out of pocket for the domain, and don&#x27;t think will any time soon. My only goal was to protect the project from getting commercialized by someone else. I&#x27;ve gotten questions about it and have been questioning whether I got too scared that someone might monetize what I worked so hard on.
评论 #41252483 未加载
PhilippGille9 个月前
They looked at 4 licenses (Apache, Business Source License, AGPL, Elastic License) representing different categories.<p>I think the Mozilla Public License represents another category and should always be evaluated as well. (or the Eclipse Public License or CDDL are similar)<p>They are less permissive than Apache in that they require contributing back (as in open sourcing <i>changes</i> under same license), but more permissive than AGPL in that you can <i>statically</i> link an MPL licensed library into your project without having to open source your project.
评论 #41233736 未加载
karmakaze9 个月前
&gt; Elasticsearch alternative built on Postgres<p>Without horizontal scaling it&#x27;s more like a hosted&#x2F;queryable Lucene.
评论 #41233298 未加载
评论 #41240700 未加载
codelion9 个月前
This resonated with us as well, we have also chosen AGPL as license for our open source project - <a href="https:&#x2F;&#x2F;github.com&#x2F;patched-codes&#x2F;patchwork">https:&#x2F;&#x2F;github.com&#x2F;patched-codes&#x2F;patchwork</a>
评论 #41260042 未加载
laurencerowe9 个月前
I’ve been pretty involved in open source projects most of my career. The license you choose should reflect the community you are trying to create. But it probably only makes sense to protect application level code with a copyleft license.<p>Most code has no real value beyond the time it saves you and its software developer contributors so it should be as liberally licensed as possible. You want to encourage contributions from the widest possible user base which includes developers of closed source software. They are already incentivised into upstreaming their changes to you on a liberal basis.
braza9 个月前
Honest question: For the people not intending to &quot;build a business on top of an open source library&quot; but only intending to do something like &quot;I just need this library to solve an issue in my work job&quot; it&#x27;s not simple to not touch it at all?<p>I had read a lot of conversations, and to be honest it&#x27;s quite confusing for me the risk acceptance to have AGPL code in my codebase.
评论 #41247226 未加载
yencabulator9 个月前
Software products they are using as part their AGPL product are all more permissive, but somehow they consider themselves worthy of monetizing all of this:<p>- Postgres: similar to MIT and BSD license<p>- Tantivy (via pg_search): MIT<p>- pgvector: Postgres license, similar to MIT<p>- DuckDB (via pg_analytics): MIT<p>- CloudNativePG: Apache-2.0<p>- pg_cron: Postgres license, similar to MIT<p>- pg_ivm: Postgres license, similar to MIT
评论 #41258208 未加载
PeterZaitsev9 个月前
First title is a bit misleading. ParadeDB is Open Core, which uses AGPL for Open Source version.<p>When you talk about traction I wonder how many external contributors are you getting ?
评论 #41259210 未加载
mrwyz9 个月前
The AGPL is great, even for business. I make a living from AGPL software. Lots of people generally don&#x27;t like it, because AGPL was not written to please the largest number of developers, but rather to protect the basic software freedoms of end-users. In a sense, the AGPL guarantees more freedoms, is more free, than other licenses such as MIT&#x2F;BSD for end-users. But depends on the point of view.<p>Many developers don’t like to have their freedom to steal to be restricted by such strong terms as those imposed by the AGPL. And that’s a good thing for you, my fellow maintainers. It’s also a great thing for you, dear end-users.
评论 #41252465 未加载
评论 #41248697 未加载
purpleidea9 个月前
The fact that they aren&#x27;t mentioning their CLA which gives them extra rights that everyone in the community doesn&#x27;t get means they&#x27;re disingenuous in writing this article...<p>As an analogy it&#x27;s as if someone was selling you a new car, but neglected to tell you that it doesn&#x27;t come with a steering wheel or tires.<p>Be transparent and tell the whole story, don&#x27;t be sneaky.
评论 #41242328 未加载
评论 #41244148 未加载
lukekim9 个月前
We chose Apache 2.0 for the Spice OSS runtime.<p>TL;DR: Data-plane Apache 2.0, control-plane BSL.<p>Being such a core component, we want developers to be completely comfortable integrating and deploying the Spice runtime in their applications and services, as well as running Spice in their own infrastructure.<p>In addition, Spice OSS is built on other great open-source projects like DataFusion and Arrow, both Apache 2.0, and DuckDB (MIT), so being permissively licensed aligns with the fundamental technologies and communities it&#x27;s built upon.<p>We expect to release specific enterprise control-plane services, such as our Kubernetes Operator under a license such as BSL.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;spiceai&#x2F;spiceai">https:&#x2F;&#x2F;github.com&#x2F;spiceai&#x2F;spiceai</a>
contrarian12349 个月前
Is there some AGPL equivalent on top of GPLv2 instead of GPLv3<p>After reading the rational for v2 for the Linux kernel, Ive always found v3 a bit off putting.
评论 #41243613 未加载
评论 #41243243 未加载
评论 #41244005 未加载
agpl31415929 个月前
It&#x27;s a shitty license.<p>If you need to patch anything due to local requirements like the auth system you need to publish it which doesn&#x27;t make sense at all.
评论 #41252321 未加载