If you have a hobby project like writing a blog, crocheting, or almost any other creative hobby, you can dip in and out however it suits you. If you deal with major life events, sicknesses, etc., you can leave the hobby and come back. Nobody is paying you for it, so nobody can complain (maybe the friends who miss you, but it's not actively impacting the real world).<p>Open source is one of those weird things where your hobby project can become an essential piece of infrastructure.<p>It's like if you loved crocheting, but somehow if you stopped crocheting everyone in your city would no longer have clothes and need to walk around naked.
When I was a kid, we always had New Year's (read: Christmas) decorations (the maximum that wouldn't be out of place in a mostly Muslim country) on a small park in my neighborhood. One year they never appeared, and people were <i>enraged</i>.<p>The guy the city hired every year had a mob in front of his door. People's letters to the authorities got no answer, so suddenly he apparently became their contact person. I was buying snacks in a nearby shop. I went out when I heard people shouting. They were shouting accusations at a guy who must have just appeared before his door because he was wearing pajamas in that cold weather.<p>"You Islamists will ruin this country! [0]<p>Happy with what you did? My children actually cried!"<p>and so on.<p>He calmly answered: "This is something I did on my own. This year I got a cancer diagnosis, so I didn't have the motivation. Sorry!"<p>Him feeling the need to apologize always comes to my mind when I see the toxic comments on their unpaid work that the open source maintainers feel that they need to respond to.<p>[0]: Well, they did ruin the country. But that's another story.
and nobody is willing to pay for it.
The value created vs value captured equation of OSS must be one of the most lopsided things ever.<p>If you’re at Google and invent Kubernetes you might still capture 0.000001% (probably less) of the economic value created by Kubernetes, but you probably enjoy very generous comp.<p>OSS doesn’t have any of that, besides being extremely in demand as a consultant or whatever.
I wrote recently about bringing back my open source project back from the dead. It's more than a decade old. Many life events occured during that time. It's tough. It's nothing like Lodash but honestly these things ebb and flow. It operates in cycles just as life does. Wish him all the best. Sounds like he had many tough years personally and I can relate.<p><a href="https://go-micro.dev/blog/27" rel="nofollow">https://go-micro.dev/blog/27</a>
> This conversation was initially just a phone call, but was so powerful that we decided to turn it into a blog and share the audio via YouTube<p>i can tell - it looks like the blog post doesn't really add anything over a direct transcript of the call itself. it's just a bland summary of the really interesting story Dalton told
Corollary: if software requires constant revisions it didn't actually cover the initial problem scope, and degenerated into a high-latency service state-machine powered by coders. =3<p><a href="https://en.wikipedia.org/wiki/Second-system_effect" rel="nofollow">https://en.wikipedia.org/wiki/Second-system_effect</a>
So does this mean no Lodash 5?
I had an open source project (<a href="https://github.com/dheera/rosboard" rel="nofollow">https://github.com/dheera/rosboard</a>) that I burned out and didn't really do a good job continue maintaining.<p>* I was burned out from work politics at the same time, and had to prioritize fighting those work politics since that's what was paying me. By the end of each day at that company, I didn't feel like staring at a screen any more<p>* I would get a flurry of poorly-tested pull requests that would break it for some users<p>* I got lots of suggestions of <feature to implement> which weren't well thought out for how to generalize<p>* No actually good engineer stepped up to say "I want to help with this"<p>* There was a commercial alternative that had gotten funding and they were better at marketing
This is unironically why the AGPL3 is the best license. No need to worry about "virality" or derivative works or any of that, just set it and forget it. On top of that, corporations will avoid you like the plague, ensuring that your audience is other AGPL3 users.
I've used MIT almost exclusively for anything I've published, under multiple identities, and seems to work fine too. What benefit would AGPL3 give me over MIT, in terms of avoiding burnout? So far, saying "No" or not working for free for companies, been working fine as an approach so far, but always open to hearing even better approaches.
I am happy with the network solution AGPL provides on top of GPL. I think a new AGPL version needs to come out that addresses rewriting codebases with AI and claiming new original work.