Savage of Sebastian to call out Henry like that on twitter. Are you on drugs or something? https://twitter.com/sebmck/status/1392019586833387522 Publicly accusing Henry of not actually working on the project seems short sighted. Only looking at a one year slice of contribution rather than the lifetime of the project masks the full picture of Henry's contributions. Also in Henry's defense, the past year has been a ter…
Babel is used by millions, so why are we running out of money?
521–530 of 729 posts
Re: Babel is used by millions, so why are we running out of money?
#522Babel maintainer here (one of the two contributors going from $2k/month to $6k/month). It's the first time I write on HN. I saw different comments (here and on Twitter) about how Henry was getting $11k/month from our funds but wasn't doing much for the project, and so I want to share my view of the story. Be careful when you try to evaluate how much someone is working: even if Babel is open source and almost everythi…
Re: Babel is used by millions, so why are we running out of money?
#523Earlier quoted context omitted.
I think this is a really bad look for Sebastian. He started babel and made the most contributions overall, but he hasn't been involved in the project for 5 years at this point. He left to join Facebook and babel would have died if it weren't for the efforts of Logan, Henry, Nicolo and the other contributors. The original post on the babel website was written in response to him investigating the babel funding situatio…
deleted
Re: Babel is used by millions, so why are we running out of money?
#524Earlier quoted context omitted.
You realize that $11k has to pay their taxes, healthcare, and retirement state-side right? It’s peanuts.
I think it's somewhere in between. Taxes, healthcare, and retirement are big in the US. And keep in mind that self-employment taxes (operative here) are more than the taxes taken out as an employee. But $11K/month * 12 == $132K. To roughy back-of-napkin equalize for higher self-employment taxes, let's say that's equivalent to $100K salary if you were an ordinary employee. (I just made that up, I don't know how accura…
Re: Babel is used by millions, so why are we running out of money?
#525Earlier quoted context omitted.
Idiot
Come on, you were in the right, but now you've lost the argument. This is not the place for this kind of discussion.
Relevant: > I'm just going to be explicit. In 2020, Henry created 12 issues, commented 25 times, and created 29 pull requests. This is across all Babel orgs.
Re: Babel is used by millions, so why are we running out of money?
#526Earlier quoted context omitted.
Business stuff is what pays the bills. You can't have 2/3 of the work force just merging PRs and find out 6 months later that nobody paid the taxes and you won't be bringing in enough money to make payroll next month.
I wasn't saying not to do administrative tasks, but that they shouldn't be over half your entire company's work-hour allocation . Even with fundraising in there too. Imagine if you had 3 employees and 2 of them were HR. That is not a good allocation of labor.
It does seem odd that so much of the work would go towards paying to keep looking for more money (fundraising for fundraising), but there are plenty of sales oriented organisations out there who don't make anything. It's just odd in this case that an OSS project seems to have gone on that direction.
I suspect nobody should be earning such a salary working on a project like that.
Re: Babel is used by millions, so why are we running out of money?
#527Earlier quoted context omitted.
Yeah, that jump from $20/month to $500/month is too big. JetBrains asks for $500 per year--that's probably right about the discretionary spend of a decent engineer. $500/month means you're going to have to generate me an invoice and that invokes a whole bunch of corporate machinery that you don't want activated if you want a donation.
> JetBrains asks for $500 per year For IntelliJ; their other tools are $200 a year. And I suspect the average enterprise Java engineer has more discretionary spending than a random JS fullstack devsecops person.
Engineers get discretionary spending? I haven't ever had a dollar discretionary. My last job paid for an ergo mouse for me (Logitech Vertical) at hire time and I was so ecstatic at the park and got myself a jumbo mousepad to go with it.
Is there a norm I'm not aware of?
Re: Babel is used by millions, so why are we running out of money?
#528Re: Babel is used by millions, so why are we running out of money?
#529This whole thread is basically a testament as to why the OSS model, unfortunately, is broken. Very competent people are expected to write widely used software for a salary that basically merely guarantees subsistence. It never ceases to amaze me how great software engineers allow themselves to be exploited in such a way. If you consider the societal impact that some of these projects have and the skill set that some…
I'm the lead dev of Ardour, paid entirely by voluntarily payments for the software, and I make about $100k/year from the software itself. That's after nearly 35 years as a C++ software developer. Some people think I'm a brilliant programmer, I'd settle for "probably about as good as anyone you're likely to be able to hire". So why it is not ridiculous that I'm not working for twice that or more at some larger tech ou…
Re: Babel is used by millions, so why are we running out of money?
#530Earlier quoted context omitted.
How big of a problem is it to change from babel to some alternative? I'm thinking of a possibly bigger disadvantage should that need to happen. I'm genuinely asking, since I'm not familiar with js tool chains.
I successfully removed it years ago because Typescript replaced everything I was using Babel for, things even build way faster and I even got Intellisense autocompletion and refactoring as bonus.