* Fine print: For successful projects only, and up to $100K per year per project —— From their FAQ: > Currently, our focus is on supporting existing, widely used, and impactful projects to specifically contribute to their sustainability. Very new projects or projects with minimal usage are not considered for the time being. > A project can apply for funding of up to $100,000 in one year. To keep the logistics and ope…
FLOSS/fund for free and open source projects
51–60 of 112 posts
Re: FLOSS/fund for free and open source projects
#52To apply, the project must place a funding.json in their public code repository or at a well-known uri location on their domain: https://dir.floss.fund/submit That's already 10x more simpler than the 20 page document some of these other orgs have you fill. Looking at you Llama Impact Grants, OpenAI Cybersecurity Grants, NLNet, & OpenTechFund. --- Disclaimer: A project I co-develop was granted £3.75k in 2023 back when…
I concur with the other reply -- in my experience, it's not difficult to apply for an NLnet grant, or receive funds from one
Re: FLOSS/fund for free and open source projects
#53Re: FLOSS/fund for free and open source projects
#54Earlier quoted context omitted.
Doesn't this target exactly your second case? Successful projects in terms of usage and impact that can't be maintained by volunteers alone?
What does a one-time donation between $10k and $100k do to help the second case? Perhaps it will allow the maintainer to take a few months off and work full-time on the project, or maybe hire someone to clear the backlog. But what happens afterward? Without a clear pathway to making the project self-sustaining, you've merely postponed maintainer burnout by a couple of years at best. The biggest problem with occasiona…
Depends on where you live too - $10k would take care of 5 years for me.
From my experience though, it is better to figure out a way to sell something in addition to the open stuff.
Re: FLOSS/fund for free and open source projects
#55Re: FLOSS/fund for free and open source projects
#56Interesting that these kind of things are done by less known companies, not the big names. At least that's my (uninformed) impression.
Re: FLOSS/fund for free and open source projects
#57Earlier quoted context omitted.
In my experience developers as a whole are very stingy, even though they complain about companies not donating to open source all the time, and complain when companies do donate but the amount is too little for their liking. (For instance, when I google “microsoft foss fund payout” the first result after the official landing page is https://lobste.rs/s/wyvnuu/microsoft_foss_fund_winner_curl complaining about the amou…
I hate open source and would consider myself the chief anti-open source crusader online. I always try to avoid FOSS and pay indie developers for their software. However, in a few cases I've been forced to use FOSS solutions when there's been no other alternative, and then I donate to the creator of it. And I always see the same thing. Thousands and thousands of downloads over the years and the creator has earned only…
Re: FLOSS/fund for free and open source projects
#58The owner of this website (floss.fund) has banned the country or region your IP address is in (TN) from accessing this website.
Re: FLOSS/fund for free and open source projects
#59To apply, the project must place a funding.json in their public code repository or at a well-known uri location on their domain: https://dir.floss.fund/submit That's already 10x more simpler than the 20 page document some of these other orgs have you fill. Looking at you Llama Impact Grants, OpenAI Cybersecurity Grants, NLNet, & OpenTechFund. --- Disclaimer: A project I co-develop was granted £3.75k in 2023 back when…
They probably need more stuff for tax (tax deduction) reasons, after all it can be considered a (deductible) donation.
Zerodha is India's Robinhood.
In India, it's very difficult to get a deductible donation exemption because of how easy it would be to game.
Re: FLOSS/fund for free and open source projects
#60I've maintained a fairly popular open source project for over 13 years[1]. The software is basically "complete." How does funding work for someone like me? I have no initiatives with it that require funding. Occasionally, I need to fix a bizarre obscure bug, or support a new python version/feature (async/await being the last big one). But otherwise, I just field questions a few times a month. Truth be told, I'd rathe…
I had the exact same experience with Nodemailer, a popular open-source project I started 14 years ago. My solution was to empty the README file and set up a dedicated documentation website. Since the project is popular, the documentation website receives around 70,000 visits per month. I initially tried paid ads, but they only netted about $200 per month—not great. So, I started a commercial project somewhat related…
Just out of curiosity, do you think the separate documentation page has better conversion than if you were to, say, include the ad directly into the readme inside the repo?