Saying you're used by millions when you're a javascript library is a bit disingenuous. It's not like whoever happens to hit a website using your scripts is a user in the common sense of the word.
Babel is used by millions, so why are we running out of money?
11–20 of 729 posts
Re: Babel is used by millions, so why are we running out of money?
#12I was horrified and humbled to see that the people making this amazing stuff are making considerably less ($2k/month) than I do... or frankly, than most of us here on HN do. Their impact is so much bigger and I aspire so much to have as a deep understanding of the Javascript world as they do.
Re: Babel is used by millions, so why are we running out of money?
#13Re: Babel is used by millions, so why are we running out of money?
#14Maybe incentivizing people to donate in order to achieve milestones that they can see making their companies more money could work too.
Re: Babel is used by millions, so why are we running out of money?
#15Because it is too easily replaced with something else [1]. I'd say it's the exact same reason why almost nobody can make a living wage off self-publishing app store apps. There's always an endless stream of volunteers who will clone your idea for next to nothing. Plus the homepage doesn't explain at all WHY one would want to use this. So from a marketing point of view, you need to better demonstrate your value, i.e.…
Re: Babel is used by millions, so why are we running out of money?
#16If you want to make money and pay developers a salary, you need a product. I don’t want my js tooling to be a commercial product (hi Rome). Can we go back to the original spirit of OSS where everybody donates a little of their time instead?
Re: Babel is used by millions, so why are we running out of money?
#17Re: Babel is used by millions, so why are we running out of money?
#18Saying you're used by millions when you're a javascript library is a bit disingenuous. It's not like whoever happens to hit a website using your scripts is a user in the common sense of the word.
They have more than 20 million weekly downloads on npm: https://www.npmjs.com/package/@babel/core , i.e., they are probably used by at least hundreds of thousands, if not millions of developers (not to speak of end-users). Of course, in the JavaScript ecosystem, the same may be true for a 20 LoC package that provides a trivial function implementation, but that's a different story.
With this, it's not that unlikely that one company (one customers) downloads the package thousands of times a week.
Re: Babel is used by millions, so why are we running out of money?
#19Saying you're used by millions when you're a javascript library is a bit disingenuous. It's not like whoever happens to hit a website using your scripts is a user in the common sense of the word.
Babeljs has ~29 million weekly downloads via npm. If users counted it would probably be billions.
Re: Babel is used by millions, so why are we running out of money?
#20This is another case of tragedy of the commons. Individually, it doesn't make sense for a company to donate. I can't even resent them, since it puts the company at a (slight) disadvantage. Unless I was flush with cash, I probably wouldn't donate from company funds if I were an entrepreneur. But collectively, we would all benefit to fund something like this. (Edit: I like culturestate's response of budgeting a small a…