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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Mold linker may switch to a source-available license

205 点作者 MForster超过 2 年前

24 条评论

smoldesu超过 2 年前
&gt; The new license would be something like individuals can use it for free but corporate users have to pay. mold started as my personal project, and I&#x27;ve been working on this full time for two years so far. I thought that I could earn a comfortable income if mold become popular, but unfortunately, I&#x27;m still losing my money. I think I need to take an action to make the project sustainable long term.<p>This seems totally reasonable to me, honestly. Guess what, companies building your product on top of high-quality FOSS software? Turnabout is fair play. If we&#x27;re going to rot our software infrastructure to it&#x27;s soul by adding endless SaaS subscriptions to everything, then why shouldn&#x27;t FOSS developers get in on the fun? This is the software dystopia we&#x27;ve created, where marginal-utility products get built on the backbreaking work of unpaid contributors. If they don&#x27;t like it, they can fork the AGPL version or use a different linker.<p>It&#x27;s a very dog-eat-dog play, but realistically this is what our software industry has turned into. IMO, it&#x27;s honorable to defend <i>both</i> your individual users and FOSS community while also charging your corporate users for the support they expect.
评论 #33586308 未加载
评论 #33586058 未加载
评论 #33586089 未加载
评论 #33585065 未加载
fefe23超过 2 年前
I love mold and wish the author all the best, but I don&#x27;t think this will work.<p>First of all, the usual suspects who rip off high quality open source projects have been known to just create a fork if the license changes (see Amazon and Elasticsearch). If you do this, you have to have the right license from the start.<p>Second I&#x27;m not sure the value proposition is great enough to warrant corporate payments. As awesome as mold and its performance savings are, I don&#x27;t think they even register on the dashboard of corporations. Maybe a few companies selling build pipeline services could be persuaded, like Github and Gitlab, But for those I think it would make more sense to talk to them and get them to give money voluntarily.<p>In my experience companies don&#x27;t just give you money. They do it if they are acutely aware of a problem, like when OpenSSL turned out to be massively underfunded and lots of corporations realized they are dependent on it. I don&#x27;t think any company is dependent enough on mold yet.<p>I think the author should talk to the Linux foundation or the LLVM foundation and should get them to pay him a stipend or something. With this move he&#x27;ll probably not help the situation much.<p>Also AGPL is already pretty restrictive. Are you sure there are corporations ripping you off? Could it be that they just never even heard of mold?
评论 #33588758 未加载
评论 #33586583 未加载
评论 #33586209 未加载
评论 #33586512 未加载
评论 #33593288 未加载
hedora超过 2 年前
As a corporate open source developer, we would be forced to switch off mold immediately if we were using it, for at least two reasons:<p>1) Whether or not we could get finance to pay for a license, we would not be willing to force the rest of our community to pay.<p>2) What is a &quot;user&quot;? A developer seat? What if CI &#x2F; CD has a public facing github queue? Are people submitting PRs users? Do end users of our service count?<p>I&#x27;d strongly suggest a &quot;call for pricing&quot; model until you have good answers to the above. (Good == what the market will bear; figuring out will require you to initiate run ~ 100 customer calls).<p>Also, why revert to GPL, not AGPL3 or Apache? GPL is a weird middle ground these days. &quot;Some users get Freedom, but unlike with AGPL, Google, AWS and *aaS users get to pound sand. Also, unlike Apache, maybe we will patent troll you later.&quot;<p>This stuff is hard. Good luck!
评论 #33586683 未加载
rectang超过 2 年前
Is the maintainer is the only copyright holder? If not, and other authors have contributed under the AGPL, the maintainer can&#x27;t switch the license.<p>EDIT: I found this in the linked blog post:<p>&gt; <i>I can change the license (or sublicense) because I wrote almost all the code myself, and all remaining patches to mold are licensed under the dual license of MIT&#x2F;AGPL.</i>
评论 #33588793 未加载
评论 #33588553 未加载
评论 #33587084 未加载
评论 #33587117 未加载
nu11ptr超过 2 年前
I think this is fine. The author has the right to do whatever they want with their own product. Bummer for me as I like this linker, but probably wouldn&#x27;t use it if this change is made, as my small one person company wouldn&#x27;t be able to pay.<p>That said, I personally don&#x27;t see it being successful if this is done, and my suspicion is it might even be forked so an open source version could remain. It sucks that they aren&#x27;t making any money, but I don&#x27;t think this type of project works in any model except open source anymore. I could be wrong and hope for the sake of the author that I am.
syrrim超过 2 年前
A better link might the google doc explaining in detail:<p><a href="https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1kiW9qmNlJ9oQZM6r5o4_N54sX5F8_ccwCy0zpGh3MXk&#x2F;edit" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1kiW9qmNlJ9oQZM6r5o4_N54s...</a><p>&gt;A major obstacle in getting financial support is most companies don&#x27;t have an internal process to start funding an open-source project. If they need to buy a license, that&#x27;s fine, that&#x27;s part of their usual business. But supporting (or giving money away to) &quot;free&quot; software is almost impossible. It raises too many questions at every level of management. What is the accounting item it should be categorized to? Is there any legal implication? Who can approve it in the first place? And last but not least, why do they have to do it if it&#x27;s available for free?<p>I would think you could work around many of these problems without going source-available. You could simply sell licenses to people despite already handing out an open source license for free (the sqlite approach iirc). Since the project is apparently otherwise AGPL licensed, I would think businesses would be quite open to receiving a normal commercial license instead. To sweeten the deal further, you could come up with some list of enterprise features that would be uniquely available in the commercial variant.<p>As a risk of using the BSL, I would cite the danger of the project becoming less popular among average developers, an effect that might compound in the long term ultimately killing the project. I don&#x27;t personally use mold, so I don&#x27;t know how strong this effect would be.
trurl超过 2 年前
I think one thing that would definitely help the mold project is to have a clearer price and licensing model. The only thing I can find is <a href="https:&#x2F;&#x2F;opencollective.com&#x2F;mold-linker" rel="nofollow">https:&#x2F;&#x2F;opencollective.com&#x2F;mold-linker</a>.<p>It would be much easier to be able to go to my manager with that kind of information. Right now the conversation goes:<p>&quot;Hey, this linker could save us quite a bit of time on our enormous executable.&quot; &quot;Okay, how much will it cost us?&quot; &quot;Well, there is this site where you can donate on a regular basis.&quot;
iLoveOncall超过 2 年前
I feel for the maintainer, but looking at the performance chart in the readme, I think any engineer will have a hard time getting their company to approve paying a license for such a small improvement over LLVM ld.<p>My big-tech company and my team don&#x27;t care that build time for a small part of our application is 5 minutes (not a clean build, that would be an hour), so I know they wouldn&#x27;t pay to save 10 seconds. And linking is not even all of the time to build your application.<p>From a financial point of view, the fact that the author is in Singapore and has a goal of $10K a month doesn&#x27;t help.
评论 #33585405 未加载
评论 #33585913 未加载
eikenberry超过 2 年前
Given the horrible performance of the LLVM compiler and linker I&#x27;d think Apple or one of the other LLVM backers would jump at hiring&#x2F;funding this guy. Making the LLVM compiler&#x2F;linker faster should be a top priority given how important it is to developer UX and productivity.
评论 #33586566 未加载
评论 #33586538 未加载
dang超过 2 年前
Related: <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1kiW9qmNlJ9oQZM6r5o4_N54sX5F8_ccwCy0zpGh3MXk&#x2F;edit" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;document&#x2F;d&#x2F;1kiW9qmNlJ9oQZM6r5o4_N54s...</a><p>via <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33582179" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=33582179</a>
jeffbee超过 2 年前
I think there is a prima facie case that nobody* cares about linker speed. bfd is a terrible linker written by weirdos and it&#x27;s still the default linker on every mainstream Linux. You&#x27;d think that an organization like Canonical would benefit from faster builds, but they still use bfd. Not even gold, which has been available for 16 years. Definitely not lld, which has been around for 5 years. The amount of performance they are already leaving on the table is huge, so who would expect them to be suddenly interested in build performance?<p>* for values of &quot;nobody&quot; excluding Google.
评论 #33587239 未加载
评论 #33586417 未加载
评论 #33588174 未加载
svnpenn超过 2 年前
I support this. I use this with some of my projects:<p><a href="https:&#x2F;&#x2F;polyformproject.org&#x2F;licenses&#x2F;noncommercial&#x2F;1.0.0" rel="nofollow">https:&#x2F;&#x2F;polyformproject.org&#x2F;licenses&#x2F;noncommercial&#x2F;1.0.0</a>
bloudermilk超过 2 年前
Are there any examples of popular OSS projects using a non-commercial-only license?
评论 #33585041 未加载
评论 #33585359 未加载
评论 #33585734 未加载
评论 #33585139 未加载
评论 #33588802 未加载
评论 #33585920 未加载
评论 #33585417 未加载
评论 #33586029 未加载
adrr超过 2 年前
So is this a copyright agreement or a EULA? Copyright agreements only cover distribution and if you something internally, it doesn’t cover your usage. Only if you distribute the code does it come into play.
评论 #33586295 未加载
D13Fd超过 2 年前
I think this is totally fine, but they will need a better definition of what is and is not permissible. “Corporate” is a word that has many meanings. What about other entity types-sole proprietorships, partnerships? How about for-profit vs non-profit? Educational use? By students vs. schools themselves and faculty? Etc.<p>If you start restricting things by type of use, you need an exceptionally thorough and clear license or you are going to wind up precluding many more people than you intend to.
评论 #33585418 未加载
devit超过 2 年前
They could make only the OSX version proprietary, which would not be a big issue since OSX users have already opted in to slavery.
评论 #33588837 未加载
doorman2超过 2 年前
Are there any out-of-the-box non-commercial licenses? I’ve wanted to do this too, but I’m too lazy to find an appropriate license.
评论 #33585983 未加载
评论 #33586011 未加载
评论 #33586230 未加载
layer8超过 2 年前
More projects should do this, if only for everyone to get a better picture about if and when this is viable.
steeve超过 2 年前
We (Zenly) would have absolutely paid for mold (should we have lived). Linking the app was 40s on a M1 Pro.
Kukumber超过 2 年前
Very disappointing, that&#x27;s a slap in the face to everyone who contributed<p>If you wanted to monetize your project, you should have done it from the beginning with the proper license<p>Getting exposure and contributions only just to change the terms is just disgusting
评论 #33586666 未加载
评论 #33589658 未加载
mkoubaa超过 2 年前
Have they considered funding from a software foundation?
评论 #33585515 未加载
secondcoming超过 2 年前
He could try putting ASCII-art adverts in the output
ksec超过 2 年前
I am wondering if the author is still open to sell Mold to change its license to MIT for a few million.
bb88超过 2 年前
<p><pre><code> &quot;It&#x27;s even a bit ironic that I had been asked by several big-name companies when mold&#x2F;macOS would become available, since they wanted to use it for their multi-billion-dollar businesses. But none of them gave me financial support.&quot; </code></pre> He&#x27;s giving it away for free and then expects multi-billion dollar companies to pay for it. When they don&#x27;t because they have no legal requirement, he feels gypped.<p>This is kind of a dumb way to run your business.
评论 #33588140 未加载
评论 #33588028 未加载
评论 #33587749 未加载
评论 #33595368 未加载