Comment by 2ndorderthought

1 day ago

I really wish projects like this didn't fall through the cracks and continued to be funded. The struggles of OSS are too real.

True.. I truly wish wish we had better open-source license and more open-source projects adopt it..

Tiered pricing license... tiering based upon annual company revenues... should start super low for small companies (free for individuals), and jump to thousands of dollars per year for 10+ milion revenue companies.

I understand that this might not fully be in the spirit of open-source, but, what's happening currently is way worse.. where giant companies rip off the hardwork of open-source software maintainers without compsensating them adequately.

  • > Tiered pricing license... tiering based upon annual company revenues... should start super low for small companies (free for individuals), and jump to thousands of dollars per year for 10+ milion revenue companies.

    Too complicated. Make it GPL (not MIT) and offer dual licensing.

    Those corps that need it but are GPL-phobic can have a different license, and can pay for it.

  • Sigh. Bane of my existence is any service which does this.

    My org theoretically makes hundreds of millions, unfortunately none of that money is ours. So I get forced into a procurement process for anything that costs more than (ridiculously small limit), and get stuck using the worst in class because it's cheaper.

    • It would be great if github or someone did something to support licenses like this. So procurement was more like a cloud spend. Companies could put caps on the monthly spend for the projects they use. Organizations should be used to paying for products from individuals just like how they do from megacorporations.

      3 replies →

    • May be inconvenient to you, but the point of licenses like that is that inconvenience to companies that aren't willing to pay for the work.

      2 replies →

    • If none of the money is yours it means it is not your profit. A license expressed in terms of profit instead of revenue would be suitable for you.

      I thought a while back there were some products that had dual licenses, a fairly open license for private use, use in small companies, but requiring purchase and/or contribution back when used in something like a cloud providers SaaS.

      I like open source, but I also can understand the nagging feeling when your (and your contributors work) is used for pure corporate greed.

      4 replies →

    • Sounds like whoever is getting that money is hamstringing your organization on purpose so they can keep more of your money.

The project is being abandoned because the maintainer is tired of working for free. They said that they hoped someone would fork it, change the name, and pick up where it was left off.

Why would anyone do that? If the person who was most passionate about it for over a dozen years has given up because it was never worth the trouble; what fool would think things will be different going forward?

This is the curse of OSS.

  • An alternative reading is that after 13 years dedicated to a single project, the original author is simply burnt out on it, but a new maintainer can start with fresh passion that will last a number of years.

    Just because someone gets tired of working on something eventually doesn't mean everyone else will immediately feel the same way.

    • Did you read the notice on the git hub site? I think he clearly states that he wanted to continue to work on the project, but could not justify it after sources of funding failed to materialize.

      1 reply →

  • They said they imagined it would (I read as "might") be forked, and if it were, please don't use their name for it.

    I don't think they are "hoping" someone else will take it, exactly. They're just done with it. That's how I read it, they liked working on it, but it wasn't financially sustainable, the project is now over, and my reading is they are sad about it.

  • > what fool would think things will be different going forward?

    > This is the curse of OSS.

    There are examples of failing forks. And there are examples of forks that became better than the original. It is not possible to generalize this into one or the other solely via a curse-of-OSS conclusion. Funding will always be an issue; but funding is not necessarily the main or only criterium as to whether a project fails or succeeds.

  • While I tend to agree with the line of thinking in this thread that the ethos of open source (and the web writ large) have been taken advantage of by capitalism, I can't quite see this: things belong to a time and place in one's life. The creator feels like his time with this project is at an end, but why would that be an impediment to someone who needs a package like this stepping up and maintaining it? Better to do that than build a replacement from scratch (most likely). And more likely to attract new sponsorship by being a reliable steward of a known name (albeit with a suffix or something).

    • > have been taken advantage of by capitalism

      “And many programmers, they say to me, “The people who hire programmers demand this, this and this. If I don't do those things, I'll starve.” It's literally the word they use. Well, you know, as a waiter, you're not going to starve. So, really, they're in no danger.”

      - Richard Stallman in 2001 admitting his ideology can’t explain how a programmer can eat

      In my opinion, though this is HN heresy, the free software ideology and ethos was naïve, utopian, and clueless about how power works, from day 1. His dream is literally structurally impossible, capitalism or no capitalism, so long as humans need money to eat.

      6 replies →

The struggles of living in an economic system while completely rejecting that system and pretending it isn't there.

  • There is no evidence of any of that.

    He was paid to work on it. That stopped, he continued to work on it in the hopes he could find someone who would hire him to work on it.

    That wasn’t true, no one has funded it.

    So due to the economic system he no longer maintains it.

    That’s your economic system at work. No one is pretending it isn’t there, this is the outcome of it

  • That's actually not the problem. The problem is that the conventional funding model for open source does not make sense and nobody has the resources to provide a financial product that actually works, since the projects with a single maintainer are too small of a market to be worth serving for classic financial institutions like banks.

    The business model is as follows: Open source maintenance produces recurring costs (developer salary, infrastructure costs, etc) but these costs are fixed and do not scale with the number of users, only with the development effort. This means the ideal financing structure would be a cost plus system where the maintainer gets paid a salary and the customers (businesses) are spreading the cost among each other so that each business ends up paying less than if they had built or maintained the project in-house.

    The problem here is that the costs are variable and depend on the number of participants and their individual willingness to spend money and how that effects the viability of the project as a whole. Participating businesses need some sort of guarantee that they won't be stuck with all of the costs and that there are other participants who will chip in. At the same time, once there is a sufficient number of participants, the participating businesses don't want to overpay. They may commit to a monthly worst case bill of $5000, but if the total bill is $10000 and there are 100 participating businesses so that each business could only pay $100, said big spender would want the option to lower their spending down to $100 if possible and let others carry more of the financial burden.

    With this sort of arrangement, funding open source software would be rational, since the amount you save by freeloading is insignificant compared to the risk of the project being discontinued due to freeloading.