As others have pointed out, platforms to fund work on open source projects already exist, and the best part is: they're open source themselves, so you can contribute! In fact I was the top developer of Gratipay for a year myself, and now I've created a fork called Liberapay (the reasons were the legal difficulties Gratipay faced in the US, and the decision its founder made to turn it into a non-neutral platform). Lin…
Ask HN: Patreon for open source?
31–40 of 63 posts
Re: Ask HN: Patreon for open source?
#32As others have pointed out, platforms to fund work on open source projects already exist, and the best part is: they're open source themselves, so you can contribute! In fact I was the top developer of Gratipay for a year myself, and now I've created a fork called Liberapay (the reasons were the legal difficulties Gratipay faced in the US, and the decision its founder made to turn it into a non-neutral platform). Lin…
Re: Ask HN: Patreon for open source?
#33https://news.ycombinator.com/item?id=10863939
https://news.ycombinator.com/item?id=659396
businesses have a much greater incentive to ensure continued development of projects than individuals. Personally there's at most a handful of projects I would support with my own money, but my employer's money would be very well spent supporting at least a dozen different OS projects.
Re: Ask HN: Patreon for open source?
#34Paying per commit seems as sensible as paying per LOC (related story: [1]). Simple recurrent monthly donations as one can easily set up (eg. on Flattr) make more sense, in my opinion. [1] http://www.folklore.org/StoryView.py?story=Negative_2000_Lin...
https://github.com/paragonie/random_compat
https://packagist.org/packages/paragonie/random_compat
Despite being incredibly useful tool, there isn't a lot of active development going on. It just works, and when it doesn't, it's because your operating environment is borked.
Paying per commit wouldn't make sense for us. We have very little technical debt.
Re: Ask HN: Patreon for open source?
#35Central repository (database with website and API frontends) that contains links to donation pages for all open source software. This is crowdsourced information. So if you search for "spark", apache spark appears with link to donation page, and of course more obscure packages will be added as well.
Then a CLI tool is written that scans your code base. This is an open source tool, so for node it will look in NPM packages, for C projects it will look at the make files, etc. Developers can write custom code to detect their own packages if it's not standard.
The output of the CLI tool calls an API at the central repository that creates a report, so you can go to the URL and see all the open source packages you use and links to donate to them.
Now, here is the final piece that would make it so much better, but is more difficult: the central repository itself is a non-profit organization, so instead of having to go to each library's donation page, you donate directly to the central repo (perhaps a set amount every month), and once a month the central repo donates all of the amounts taken in. So if you only want to donate $10 a month, but use 500 open source projects, that's OK, because once a month the central repo will add up all the donations and donate one lump sum. Of course you can change the ratios of donations if you want, so some projects get more of your donation per month than others, and you can remove projects you don't want to donate to even if you use them.
In this way, individuals and companies can fairly compensate all the developers of the open source software they use, easily and fairly, in the amount they can afford.
At the end of the year, you only have to write off your donations to the central repo, and not the hundreds of open source projects, as the central repo is a non profit.
Thoughts?
Re: Ask HN: Patreon for open source?
#36> $X for every commit Even if you're supposedly giving money to reputable developers that are the percentile less likely to commit fraud, there's still a risk of it happening. A more reasonable approach would be a monthly or a "version" contribution. Even better than that would be a "fund" where you pledged your money to developers/projects, and it would be distributed equally or by a clear metric.
If you want to know more, the second part of https://medium.com/liberapay-blog/a-new-platform-to-fund-wor... is a short introduction to our teams system and contains a few additional links.
Re: Ask HN: Patreon for open source?
#37https://gratipay.com/ exists already, and it's mostly (all?) open-source as well.
Patreon is more popular, though, and used by a lot of artists. You'll need more arguments than "well it exists too" to convince users to sign up for both.
edit: finally got through their registration. You get: "Which category fits what you make best?"
Video & Film
Music
Writing
Comics
Drawing & Painting
Animation
Podcasts
Games
Photography
Comedy
Science
Education
Crafts & DIY
Dance & Theater
.. it's clear that programmers (unless you're a game programmer) are not welcome.
Re: Ask HN: Patreon for open source?
#38If you measure wrong thing then you will get wrong results. Do you want programmers to think about "how many commits this issue is worth"? Just publish your Bitcoin address in readme file.
Patreon produces money. Payment information in a README doesn't. They're not comparable. https://www.youtube.com/watch?v=lX_pF03vCSU
I know that the best thing you can do from SaaS perspective is to get customer's credit card and permission to bill small non-defined amount indefinitely, but I find it morally wrong.
Still, I don't think that WinRAR would have many paying fans on Patreon.
Re: Ask HN: Patreon for open source?
#39Earlier quoted context omitted.
Patreon produces money. Payment information in a README doesn't. They're not comparable. https://www.youtube.com/watch?v=lX_pF03vCSU
"Produces money"? "Payment information"? I think we misunderstood each other. If you want a way to receive donations, you can publish Bitcoin address. If you want an elaborate way to enforce payment and produce money out of voluntary but unconscious decision - yes, Patreon is the way. I know that the best thing you can do from SaaS perspective is to get customer's credit card and permission to bill small non-defined…
Yes. If you want payments, you can publish a Bitcoin address, or anything else you'd like (my point here is not about Bitcoin specifically). To a first approximation, you won't actually get any payments, though.
That's the difference.
We don't live in a world where people haven't ever tried this brand new donation idea. We live in a world where a lot of people have. Their reports are almost uniform... they literally write blog posts when they receive enough money to pay for a meal in a month or a year, because that's how rarely it happens. It's not a functional mechanism for making money. It doesn't even rise to the level of paying for a hobby; it tends to run at donation rates roughly comparable to what the author could get walking down a busy street every day and keeping their eye out for loose change, and well below the rate of "collecting bottles out of the trash" in any state with a bottle deposit.
Re: Ask HN: Patreon for open source?
#40Here's my idea for getting more money to open source. Someone please implement it, I'm too busy right now. Central repository (database with website and API frontends) that contains links to donation pages for all open source software. This is crowdsourced information. So if you search for "spark", apache spark appears with link to donation page, and of course more obscure packages will be added as well. Then a CLI t…