5 comments

  • kasajian1 hour ago
    He has a right to do anything he wants with hit source, but Open Source is nothing more than a license. We had GPL 2 before there was github. All you had to do is either deliver the source with your software, or make the source available upon request, even if it&#x27;s by snail-mail.<p>My only exception to this article is the section, &quot;People underestimate what open source costs from the maintainer side. It’s not just writing code. It’s issues, pull requests, discussions, people demanding things from you for free. I got spammed like crazy. And now with AI, spamming a maintainer is so easy: low effort issues, generated pull requests, and every single one of them takes a bit of your time and energy&quot;<p>This is all self-inflicted. Don&#x27;t take Issues. Don&#x27;t take PRs. Make the repo read-only to everyone but you. There&#x27;s zero effort, unless you&#x27;re planning on keeping all the source on your computer and never push it anywhere. Well, I guess, in that case you&#x27;re saving yourself from doing a push.<p>So if you don&#x27;t want to do all that stuff, that&#x27;s fine. You don&#x27;t have to. But don&#x27;t pretend the only alternative is to close the source.
    • tyromaniac25 minutes ago
      100% agree. Especially since you wouldn&#x27;t have to start taking his word for the things he explicitly lays out in this article, that previously were checkable at no additional cost to any party
    • sixtyj21 minutes ago
      I thought that GitHub supports some sort of locking repo, such as not allowing PRs? As X allows comments from accounts mentioned in tweet.
      • frizlab10 minutes ago
        Disabling PRs and issues (and wiki and a bunch of other stuff) is indeed supported by GitHub AFAIK.
  • jicea1 hour ago
    I think the SQLite model of contribution &quot;Open-Source, not Open-Contribution&quot; is a good middle ground to keep maintainer&#x27;s sanity while having the code open [1]:<p>&quot;SQLite is open-source, meaning that you can make as many copies of it as you want and do whatever you want with those copies, without limitation. But SQLite is not open-contribution. In order to keep SQLite in the public domain and ensure that the code does not become contaminated with proprietary or licensed content, the project does not accept patches from people who have not submitted an affidavit dedicating their contribution into the public domain.&quot;<p>[1]: <a href="https:&#x2F;&#x2F;sqlite.org&#x2F;copyright.html" rel="nofollow">https:&#x2F;&#x2F;sqlite.org&#x2F;copyright.html</a>
    • derdi6 minutes ago
      The text you quoted is purely about copyright&#x2F;licensing, not about the maintainers&#x27; sanity.
  • efficax14 minutes ago
    Do what you want, sure. But people complain a lot about &quot;open source maintenance&quot;. But you could just release the source and call it a day. Put up a web page with a tarball of the code, updated whenever you consider it a new release. You don&#x27;t have to publish your git repo and allow pull requests and issues and all of that nonsense. None of that has anything to do with the purpose of open source, which is about giving access to the code that runs your computer so you can be in control of it.
  • nkrisc1 hour ago
    But “open source” doesn’t mean you have to accept PRs or deal with other people, right? Can’t the source just be hosted somewhere with no PRs or issues or comments or anything?<p>If they don’t want to do even that, then that’s fine, it’s their choice. But it seems like there’s a reasonable middle ground that’s just being skipped over.
    • boesboes1 hour ago
      They still spam you to death and threaten you with violence if you don&#x27;t reply soooo
      • ImHereToVote51 minutes ago
        I don&#x27;t understand why people don&#x27;t just fork. Especially in the age of agentic AI. Take the code and slop it to your hearts content.
        • derdi4 minutes ago
          Many people want &quot;contributed to &lt;well-known project&gt;&quot; on their CV.
  • rvz43 minutes ago
    The author highlights exactly what is wrong with doing &quot;Open source&quot; or &quot;Build in public&quot; in 2026.<p>It now doesn&#x27;t make any sense to someone to go full time open source (and running on donations) and it is completely thankless of your time anyway. AI has now made it far worse for them.<p>But the most evergreen part of this is, developers will almost certainly never pay for their own tools and will always build their own and then expect to sell it to themselves, which doesn&#x27;t work.<p>So we will more close-sourcing which the author has the right to do.