In my unasked-for opinion, he should absolutely give up on this project, and take a salaried job that'll let him support his family and not have to deal with the entitlement issues and lack of perspective the community evidently has. If half of what's in this post is true, he's shown admirable restraint: I'd have burned it all down the first time someone got pissy about a free thing I gave them.
So what’s next (personal news from developer of popular CoreJS polyfill)
121–130 of 348 posts
Re: So what’s next (personal news from developer of popular CoreJS polyfill)
#122I recognize his challenges, but not sure if I can look past his victim blaming and "both sides bad" war rhetoric.
I'm shocked I have to scroll down so far to see someone complain about that. He absolutely is shifting 100% of the blame for him killing someone onto the person he killed.
Re: So what’s next (personal news from developer of popular CoreJS polyfill)
#123Earlier quoted context omitted.
Your first paragraph reminded me of this article: https://david-gilbertson.medium.com/im-harvesting-credit-car... Imagine this scenario taking place with this package if someone got ahold of his NPM account.
Oooh thanks, I had been looking to find that article again for a while and couldn't track it down for anything. In a completely unrelated matter, Google search results quality has really declined in the last few years...
Out of curiosity, what did you remember about the link that you tried searching for? Do you remember when you last saw it?
[insert semicoherent hopium about ChatGPT as a magical panacea here]
Re: So what’s next (personal news from developer of popular CoreJS polyfill)
#124Earlier quoted context omitted.
Your first paragraph reminded me of this article: https://david-gilbertson.medium.com/im-harvesting-credit-car... Imagine this scenario taking place with this package if someone got ahold of his NPM account.
Oooh thanks, I had been looking to find that article again for a while and couldn't track it down for anything. In a completely unrelated matter, Google search results quality has really declined in the last few years...
Re: So what’s next (personal news from developer of popular CoreJS polyfill)
#125I always heard people talk about how "open source is broken", but I'm honestly in shock after reading this. Is this normal? That one guy can contribute code that is used on thousands of the top websites worldwide and not one of the numerous multi-billion dollar companies that use his code are even willing to donate an amount equivalent to an average developer's salary? I mean, how is this that possible? It's not like…
That leaves core-js in a position where it's kind of invisible-- projects like Babel are very visible and pull in a decent chunk of cash via developer donations and corporate sponsorships. Core-js, on the other hand, isn't something most developers ever deal with directly-- if you don't go and dig through your dependency tree, you may never even know it's there. Until it starts making noise in your console on 'npm install', at least-- and then it looks indistinguishable from spam, from something you never even explicitly installed, no less.
Re: So what’s next (personal news from developer of popular CoreJS polyfill)
#126Re: So what’s next (personal news from developer of popular CoreJS polyfill)
#127Re: So what’s next (personal news from developer of popular CoreJS polyfill)
#128In my unasked-for opinion, he should absolutely give up on this project, and take a salaried job that'll let him support his family and not have to deal with the entitlement issues and lack of perspective the community evidently has. If half of what's in this post is true, he's shown admirable restraint: I'd have burned it all down the first time someone got pissy about a free thing I gave them.
Yes. But I think it also shows a common misunderstanding of "open source" (and even "free software"). What he did was incredibly valuable to a huge number of successful people and corporations. But no one owes him anything. That's the point of open source. If they did owe him something, they wouldn't have used it. They used it because it was great, it was established/known, it was available with no strings attached w…
I strongly disagree. Only because so many people feel that he owes them something.
Re: So what’s next (personal news from developer of popular CoreJS polyfill)
#129In my unasked-for opinion, he should absolutely give up on this project, and take a salaried job that'll let him support his family and not have to deal with the entitlement issues and lack of perspective the community evidently has. If half of what's in this post is true, he's shown admirable restraint: I'd have burned it all down the first time someone got pissy about a free thing I gave them.
The open source community can be wild sometimes. Back when I was still maintainer and lead dev for Gaim (not Pidgin), I would occasionally get downright hateful people e-mailing me for not implementing whatever feature they thought needed to be implemented, or not getting it implemented quickly enough. One guy managed to get ahold of my cell phone number somehow and called me at 4am to discuss "his ideas" with me for…
Re: So what’s next (personal news from developer of popular CoreJS polyfill)
#130I can sympathize with the author's troubles, and wish he finds a well-paid position that still allows him to work on OSS. That said, the idea that companies would pay for a JS library that is patching browser support is wild. Practically nobody pays for JS modules except for very specific niches (e.g. a charting library) or product/technical support. Especially when it's an indirect dependency of tools you use. Maybe…
> - The idea that companies would pay for a JS library that is patching browser support is wild. Companies make more money by having their websites work in older browsers. If it wasn't for core-js, they would be paying developer time to write polyfills or compile and maintain them from various other single polyfill packages. Surely if they are willing to pay developers to do this in return for increased profits they…