Remix.run Logo
▲ recursivedoubts 2 hours ago

They are open source developers, giving away free software as a gift. There is no duty here.

We can speak, respectfully, of how important backwards compatibility is to us, and ask nicely for them to give more of their time to support it when their free sodftware isn't backwards compatible. Perhaps we can even offer to help implement it.

But they have no duty to do so or to "care" for their users. (They have already demonstrated they care for their users, btw, by giving them free software.)

EDIT: I missed an important part of the story, which is that they mutated existing files in a non-backwards compatible manner. That should have been avoided, I understand where the (secondary) author is coming from now.

▲rlue 2 hours ago | parent | next [-]

The argument is that developers have a duty not to arbitrarily delete data on your system that you may have relied on that was produced by another program just because they’d like to replace it with something in their own format.

I don’t care if you’re volunteering your time; if you build something whose implied purpose and success depends on other people using it, you emphatically have a duty to those people not to silently destroy stuff that was there before your software was.

▲pdonis 2 hours ago | parent [-]

It's worth pointing out that vim is not "another program" as far as Neovim is concerned. It's an earlier version of the same program. Neovim is a fork of vim, not a totally different editor that happens to share part of a name.

▲goodmythical 2 hours ago | parent | next [-]

Forking creates new programs.

If I fork chromium, I do not get to claim that I am a chromium maintainer.

Vim and Neovim are two seperate programs.

▲SigmundA 2 hours ago | parent [-]

So maybe it should have two different undo files so both can be run side by side?

▲ 2 hours ago | parent [-]
[deleted]
▲ 2 hours ago | parent | prev | next [-]
[deleted]
▲jeremyjh 2 hours ago | parent | prev [-]

It absolutely is another program, I can tell this because it has a different name. To run it I type "nvim" instead of "vim". I use different config files to control its behavior. I install a different package on my system when I want to use it on a new computer.

▲pdonis 5 minutes ago | parent [-]

If it really is another program with reference to vim, it should leave undo files made by vim alone.

If it's going to nuke vim's undo files, it can't hide behind "another program".

▲jeremyjh 3 minutes ago | parent [-]

That is the point.

▲pdonis 2 hours ago | parent | prev | next [-]

> giving away free software as a gift

Even a gift comes with an implicit promise that it will do no harm. Deleting important data of yours without warning is harm.

▲timschmidt 2 hours ago | parent [-]

This gift comes with the following clauses listed plainly in the license file:

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.
▲InsideOutSanta 2 hours ago | parent | next [-]

It's genuinely mind-blowing to me that software can do something obviously bad, someone can point it out, and then someone will link to the license file to say they have the right to do it.

That's such an obvious category mistake that I'm not sure how to respond. It almost feels like a bad-faith interpretation of Wichary's original point.

▲timschmidt 2 hours ago | parent [-]

Equally mindblowing that folks feel someone hacking on open source software has an obligation to do anything the way they feel it needs to be done when the whole point is that anyone gets to do more or less what they want with the code.

You can't have both.

▲retsibsi an hour ago | parent | next [-]

They get to do more or less what they want with the software, and others get to say more or less what they want about that. What's wrong with deciding they've crossed a line, being bothered by that, and warning others? Nobody's trying to get the law involved, or maliciously retaliate against them, or anything like that.

▲InsideOutSanta an hour ago | parent | prev | next [-]

I published my comment for free, and yet you are criticizing it.

▲ryandrake 43 minutes ago | parent | prev | next [-]

I think you are objecting to OP’s “duty of care” wording which could be interpreted as suggesting a legal obligation. Nobody in this thread is really arguing that open source developers have a legal obligation to do this and to not do that. We are just saying they should do this and should not do that.

▲Chris2048 an hour ago | parent | prev | next [-]

> has an obligation to do anything the way they feel it needs to be done

> anyone gets to do more or less what they want with the code

so if the software had explicitly installed a root kit, you'd say the same?

If you give out free soup, you get to poison it too?

▲nikanj an hour ago | parent | prev [-]

"My software ran rm -rf / but it's GPL so sucks to be you"

▲jstanley 2 hours ago | parent | prev | next [-]

I don't think anyone is looking for legal remedies, this is not the right layer.

▲timschmidt 2 hours ago | parent [-]

Is some part of:

"Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE."

Unclear? The fact that it's part of a license does not make it a legal-system-only warning.

The software might eat your dog, and feed your homework. Run it at your own risk, and be prepared to submit patches or fork it to make it behave the way one prefers.

▲jeremyjh 2 hours ago | parent | next [-]

Is the fact that we are not discussing legal remedies in this thread unclear?

▲_vertigo 2 hours ago | parent | prev | next [-]

This is one of the most exhausting (and frankly, exhausted) recurring arguments that comes up over and over again on HN.

Some bit of open source software does something bad or unwanted which causes people point out that it shouldn't do that bad thing. In this case, not even "the authors of this software should be held liable for the software doing the bad thing", just, "Hey, the right thing to do would be to update the software to not do the bad thing."

Why does this always lead a zillion people to come out of the woodwork to point at licenses and warnings or whatever? Like, yes, there's a warning. Your software having a warning doesn't mean people can't criticize you and your software for doing bad thing. Your software license does not give you immunity from criticism or from people saying you should change your software.

No, you don't have to change the software. Yes, other people are within their rights to fork the software themselves. But they can also point out that they told you that your software was doing the bad thing and you didn't fix it or change it, and that as a result they don't like you or your software or both — whatever. Nothing at all wrong with that.

▲timschmidt 43 minutes ago | parent | next [-]

I actually think you framed it really well. No parties involved have any particular obligations to each other. Nor should there be expectations otherwise without support. It sucks to lose data, everyone knows that, and no one wants it. And identifying things which can be improved is important. I stop at expecting someone else to do something because I want them to. I might hope they would, and try to convince them.

▲jeltz an hour ago | parent | prev [-]

Such a disclaimer does not even remove all legal liability, it just reduces it.

▲mikestew 2 hours ago | parent | prev [-]

The software might eat your dog, and feed your homework

Sure, and when it does we can say “this piece of shit ate my dog, and the authors of the software have no concept of a duty of care to their users”. And no amount of “well, axually…” is going to make any difference. I have a hard believing someone is copy-pasting a license file in good faith in response.

▲timschmidt 2 hours ago | parent [-]

Most open source software is written by individuals who aren't paid for the effort, and are solving their own problems. Presuming that they feel an obligation to the folks who download and use their work for free seems... bold.

If my neighbor mows my lawn for free, I'm not going to complain about his workmanship. If I want the job done a particular way, the solution is to do it myself, or pay someone to do it the way I like.

▲leoc an hour ago | parent | next [-]

Suppose that you build a childrens' slide in your front garden. You put up a big sign saying "Consider using my slide! https://neovim.io/ Here are several wonderful things about it. It's free for everyone!" in your yard. Underneath in smaller letters you add "[No liability]". You also put up noticeboard ads for your free kids' slide in neighbourhood shopping malls https://launchpad.net/ubuntu/+source/neovim https://wiki.archlinux.org/title/Neovim . Unfortunately, when you built the slide, you left sharp metal edges and corners sticking far up on the inside, reaching into the path of the user. No reasonably competent and diligent metalworker or slide-maker would have failed to notice these major flaws or failed to understand the serious danger they represented. Several neighbourhood children use the slide and receive serious gashes to the legs, arms or face, and have to go to the hospital. Even assuming that your no-liability small print somehow had you free and clear legally, do you believe that your behaviour would have been ethically and morally above all criticism? Do you think that "should have read the small print!" or "can't I build what I like in my own front yard?!" would have you covered? Do you think that your family and friends would agree?

▲retsibsi an hour ago | parent | prev | next [-]

> If my neighbor mows my lawn for free, I'm not going to complain about his workmanship. If I want the job done a particular way, the solution is to do it myself, or pay someone to do it the way I like.

I think this is a decent analogy, but it works better the other way. If my neighbour offers to mow my lawn, I accept, and then he destroys the flower bed adjacent to the lawn, I will be upset, and I will have every right to complain about what he did. If he reacts by blithely dismissing my concern, then I certainly have the right (and arguably the obligation) to warn others that they should think twice about accepting his offers of gardening assistance.

Some expectations reasonably go without saying; "don't destroy my flower bed when mowing my lawn" is one, and IMO "don't destroy my data without a clear warning and a chance to back out" is another, though of course we might disagree about exactly where this does and doesn't apply.

▲rdiddly an hour ago | parent | prev | next [-]

If my neighbor mows my lawn for free, and in the process mows my flower garden down, things change a bit though don't they. That is a closer analogy. In that case I am going to complain, and maybe also tell everybody he's careless and not to let him near their lawns.

▲tikhonj 2 hours ago | parent | prev [-]

If my neighbor mows my lawn and ruins my whole garden, I'd definitely complain. (And if I were in the neighbor's shoes, I'd feel awful about it and try to fix things.)

▲bunderbunder 2 hours ago | parent | prev | next [-]

There's a long literary tradition of representing contracts as a tool of villainy. Signing them is generally treated as a Faustian bargain.

This is a great example of why. Most humans have a sense, deep down, that contracts often exist to bridge the gulf between the ethically defensible and the legally defensible.

It's hard to imagine that any sane person who is just looking to use a popular editor would read some broad limitation of liability language like the above, and interpret it to mean, "By the way, we intend to quietly delete certain files created by a competing fork of this project whenever we find them."

It's true that contracts with liability limitation clauses like this are an absolute necessity in this day and age. But there's also a non-legal principle of mutual respect that is absolutely necessary to a healthy open source community.

▲timschmidt an hour ago | parent [-]

> It's hard to imagine that any sane person who is just looking to use a popular editor would read some broad limitation of liability language like the above, and interpret it to mean, "By the way, we intend to quietly delete certain files created by a competing fork of this project whenever we find them."

Forks of projects trodding all over each others files is one of the more common problems that has happened, historically. Prior to the major efforts around freedesktop.org around configuration standardization, it was quite common. It'd be one of the first things I looked for when switching to a fork.

▲bunderbunder an hour ago | parent [-]

I’m not saying it doesn’t happen. I’m saying it shouldn’t be defended as good. It’s a defect. And in this particular incarnation it’s a defect that directly clashes with fundamental Free Software principles such as personal digital sovereignty.

I also suspect that few people actually believe it’s ok and these legalistic defenses are more about circling the wagons. How many people would defend Microsoft if a new Office version automatically and quietly stripped edit history from documents that were originally created by other versions? Would we be hunting for limited liability clauses in their EULA to defend the design decision?

▲timschmidt 22 minutes ago | parent [-]

> I’m saying it shouldn’t be defended as good.

Thankfully, that's not a thing I ever did.

> I also suspect that few people actually believe it’s ok and these legalistic defenses are more about circling the wagons.

For me it's more about healthy boundaries and expectations. If I'm somehow paying for a project's development, I have higher expectations. If I'm not, I understand that I've chosen the dev/test track and there will be bugs and issues. The developer may choose to run off in an odd direction coughGnome3cough and my only recourse is to fork or hope someone else does. Disagreements as to how things should work happen pretty often.

I'm not defending anything or anyone. Just describing the system as it exists.

▲jeremyjh 2 hours ago | parent | prev [-]

I am never going to use any software you have written.

▲zbentley 2 hours ago | parent | prev | next [-]

“Here, take this car, it’s free!”

“Ow, the gas pedal is actually a bear trap.”

“Why are you complaining? It’s free!”

▲k6hkUZtLUM 2 hours ago | parent | next [-]

This is a very apt analogy. If you give someone a car (or sell it cheap) and you know there is a problem with the car, then it is your duty to tell them. "Hey, I've been having trouble with the breaks they need to be pumped. Be careful about that."

▲dima55 2 hours ago | parent | prev [-]

Then you don't take the car. Why is this confusing?

▲leoc 2 hours ago | parent | next [-]

That's not how liability works, not either morally or (IANAL) legally.

▲jstanley 2 hours ago | parent | prev | next [-]

Because you didn't find out it was a bear trap until after you stepped on it?

▲InsideOutSanta 2 hours ago | parent | prev | next [-]

Ah, yes. The old story of the one-footed man who didn't take the car.

▲Espressosaurus 2 hours ago | parent | prev | next [-]

Well I would feel slightly irate if I had to find out about the bear trap before I decide I don’t want the car.

▲mcphage 2 hours ago | parent | prev | next [-]

That’s fine, you can leave the car, but you’ve already lost your foot. Why do you find this confusing?

▲ 2 hours ago | parent | prev | next [-]
[deleted]
▲WesolyKubeczek 2 hours ago | parent | prev [-]

You discover it’s a bear trap not before you try to pull out from the parking lot.

▲layer8 2 hours ago | parent | prev | next [-]

A duty, like a responsibility, can be something you feel or choose for yourself. The fact that the maintainers of some software don’t feel it is a perfectly good argument for not using that software. There is no necessary connection to compensation or transactional thinking.

▲bsoqk 2 hours ago | parent | prev | next [-]

If I give away food I have a duty not to poison you. It doesn’t matter you didn’t pay for it.

▲thih9 2 hours ago | parent | next [-]

Others are eating it and are fine, chances are you’re allergic. Fortunately all ingredients are listed, you can check - or even modify the recipe yourself.

▲Chris2048 an hour ago | parent [-]

> Fortunately all ingredients are listed

How does this translate to the vim situation?

▲retsibsi 40 minutes ago | parent [-]

The point would be that it's open source. And "chances are you're allergic" translates to "your use case / expectations are unusual". But in my opinion the analogy doesn't hold well at all, because destroying a persistent undo file without warning is pretty obviously incorrect and unexpected behavior.

▲ToucanLoucan 2 hours ago | parent | prev | next [-]

It's not poison, it's a broken feature. And you have the source code. Fix it if you like.

▲pdonis 2 hours ago | parent [-]

Sure, and then have it break again the next time upstream pushes a change. Or have something else break because upstream doesn't care about breaking things that I'm relying on.

The only way to "fix" this from a source code perspective would be to fork Neovim.

▲Grombobulous 2 hours ago | parent | prev [-]

Software isn’t food.

▲pdonis 2 hours ago | parent | next [-]

So software that deletes important data of yours without any warning is ok because at least it isn't poisoning you?

▲ 2 hours ago | parent | next [-]
[deleted]
▲brookst 2 hours ago | parent | prev [-]

If you have to twist things so far that intent doesn’t matter, something’s wrong.

▲jeremyjh 2 hours ago | parent [-]

According to TFA, it was completely intentional that they deleted someone’s data that had been created with a different program. Otherwise they would have acknowledged it was a bug. I do not know if this is true, only that it is what TFA claims.

▲Grombobulous an hour ago | parent [-]

It’s not great that Neovim destroyed/replaced files that aren’t clearly under its purview. They should have probably also made the consideration that a lot of Neovim users are going to be migrating from Vim.

Maybe if they’re making their own persistent undo standard, use different file naming conventions.

That said, as a fork of Vim, maybe the Neovim authors are at least partially reasonable in assuming that you’re not running multiple forks of Vim that could then potentially conflict with each other. It just sucks that they never really thought of a migration path for this particular feature.

▲ 2 hours ago | parent | prev | next [-]
[deleted]
▲bigstrat2003 2 hours ago | parent | prev | next [-]

Yes, everyone is aware of that. The parent poster was bringing up the example of food to demonstrate that our society does not agree that giving something away for free doesn't mean you have no obligation as to potential adverse effects of the thing.

▲Grombobulous 2 hours ago | parent | next [-]

Analogies like this don’t work when comparing against heavily regulated industry.

Neovim being free software is a lot different than United Airlines giving me a free flight or my doctor giving me a free consultation.

It’s very true that you can go to civil court and make a claim that a business or individual harmed you. If you do that with Neovim the judge is going to pretty quickly read bullet point #7 of the Apache 2.0 license, you’re going to struggle to prove any kind of mal-intent, you’re going to tell the judge that you paid $0 for the software, and you’ll be pretty quickly sent along your way with no damages awarded.

▲TheOtherHobbes 2 hours ago | parent [-]

Only in the sense there's no explicit legal responsibility.

Do you really believe developers have exactly zero moral responsibility to their users? None at all?

Really?

Would you still believe that if you found the developers of ssh deliberately included a backdoor for hackers, or neovim was uploading everyone's code to the NSA?

▲Grombobulous an hour ago | parent [-]

I never said developers have no responsibility. Let’s not escalate. Now we are talking about actively malicious software versus a bug or design flaw.

This issue with Neovim sounds like less than ideal design, or a bug, or both, not some kind of intentional affront to users.

▲Ekaros an hour ago | parent | prev [-]

That is why software should have very large liability for anything software they release do? Say your software due to bug destroys some document. Surely you should pay damages caused by such bug even if quite high?

▲bsoqk 2 hours ago | parent | prev [-]

You must feel clever completely missing the point on purpose like that.

▲InsideOutSanta 2 hours ago | parent | next [-]

"Your analogy is false because the two things you are comparing are not literally the same, dear sir!" is such a classic Internet discussion trope that it must have a name. If it doesn't, can I please name it? Maybe Perfect Analogy Fallacy?

▲Grombobulous 2 hours ago | parent [-]

But they couldn’t be further from different. You have to have a health inspector visit your kitchen just to sell food at all. You need affirmative permission from the government to sell food.

▲InsideOutSanta an hour ago | parent [-]

The original analogy was not about selling food:

> If I give away food I have a duty not to poison you. It doesn’t matter you didn’t pay for it.

If I invite you to eat at my house, there is no health inspector and no government. I'm just giving you free food. Would you agree that I have a duty not to poison you in that case?

▲Citizen_Lame 2 hours ago | parent | prev | next [-]

This guy you are arguing with is classic troll, he does it on every topic. Just ignore and don't reply.

▲jeltz an hour ago | parent | next [-]

Yeah, people like him is what the doenvote button is intended for.

▲ 2 hours ago | parent | prev [-]
[deleted]
▲Grombobulous 2 hours ago | parent | prev [-]

Food is one of the more heavily regulated industries out there. Most other general business types are less regulated than food.

▲jeremyjh 2 hours ago | parent | prev | next [-]

They wrote this software with the explicit intention of offering it to other people to use. Their program deleted data created with a different program, on someone else’s computer. If they have no sense of duty that would preclude doing that, no one should use their software.

▲rwmj 2 hours ago | parent | prev | next [-]

This is absolutely true. On the other hand, if there's Vim, Neovim, emacs, MS Word, Google Docs etc and some treat me with respect and others do not, that might affect my choice of which software to use.

▲Snarwin 2 hours ago | parent | prev | next [-]

Sure. And likewise, users who care about backwards compatibility have no duty to do anything for the Neovim developers--they can simply use a different editor that suits their preferences.

▲JacobKfromIRC 2 hours ago | parent [-]

Is there a good way to avoid programs like this in general?

▲boredumb 2 hours ago | parent [-]

You buy software that includes a commercial license that guarantees data retention

▲jeltz an hour ago | parent [-]

So that answer us no because such software does virtually not exist.

▲ an hour ago | parent [-]
[deleted]
▲bestouff 2 hours ago | parent | prev | next [-]

Sure. And nobody has a duty to use it. This user states that (s)he doesn't want to use an editor that doesn't care for its users. I don't blame anyone here.

▲TheOtherHobbes 2 hours ago | parent | prev | next [-]

"Behold my glorious generosity, which eclipses your petty meaningless little data!"

This is the extreme version of "I enjoy coding but I hate users."

It may be legally valid in absolute technical terms, but I'm going to take a lot of persuading that it's a healthy attitude.

▲gozzoo 2 hours ago | parent | prev | next [-]

> They are open source developers, giving away free software as a gift. There is no duty here.

But actually there is! They didn't start from scratch. They took another very successfull and beloved project with the promise "to make it better". There is some promise here and the duty not to make it worse.

▲margalabargala 2 hours ago | parent | next [-]

"Better" is subjective. They made it better...for themselves. Then gave it away so people who share their opinion, had the opportunity to choose to use it.

▲macintux an hour ago | parent [-]

> Then gave it away so people who share their opinion, had the opportunity to choose to use it.

How many neovim users were made aware that the software would proactively delete their decade-long file history?

▲margalabargala 7 minutes ago | parent [-]

Probably no more than a rounding error away from zero.

▲owebmaster 2 hours ago | parent | prev | next [-]

It would be really surprising if they could make it better for literally every user. The perpetual undo is just better handled by git.

▲brookst 2 hours ago | parent | prev [-]

And this obligation lasts… for the rest of their lives?

▲ryandrake 2 hours ago | parent | prev | next [-]

HN commenters constantly mistake “what I should do” with “what I am obligated to do.” Nobody is saying open source developers are legally mandated to be careful with user data. We are saying they should. There’s no need to haul out the license and put our lawyer hats on here. One can be within one’s legal rights and still be wrong.

▲novia 2 hours ago | parent | prev | next [-]

If people can be upset when llms delete a file, we can be upset when an open-source project deletes a file.

▲xboxnolifes 2 hours ago | parent | prev | next [-]

Ill remember this when I distribute malware.

▲sdcfgy 2 hours ago | parent [-]

To be fair some malware has a better support and care experience than some open source software. The malware actively encourages you to contact them to pay the ransom. The open source software, no such luck.

▲xbar 2 hours ago | parent | prev | next [-]

Oh my. This set of principles is appropriate for malware.

▲manvillej 2 hours ago | parent [-]

If you don’t like how it works, go build your own.

▲jeltz an hour ago | parent [-]

I already build software where I hold myself to a higher standard than malware, so not sure I get your point. Why not strive for a better world with good software?

▲manvillej an hour ago | parent [-]

Your suggestion that it is malware is misleading. Malware is “any software intentionally designed to harm, disrupt, or steal data from computers”. I sincerely doubt that was the author’s intention.

Everyone in open source is trying to write good software and the definition of good is subjective depending on overall design, features, ease of use, quality, and performance.

If an open source project is missing a feature, go build it. If the project maintainers don’t want it, fork the project. Be the change you want to see in the world. That’s the beauty of open source.

▲Chris2048 38 minutes ago | parent [-]

> If an open source project is missing a feature, go build it.

> Be the change you want to see in the world.

The feature being: don't delete my data belonging by another program? It's kind of too late once deleted isn't it? And now even that other program cannot use the data either.

▲diego_moita 2 hours ago | parent | prev | next [-]

> giving away free software as a gift. There is no duty here.

By that logic, if Facebook gives away their services for free then they don't have the duty to protect their user's privacy and mental health?

▲ 2 hours ago | parent | prev | next [-]
[deleted]
▲mindslight 2 hours ago | parent | prev | next [-]

By your reasoning, a doctor who volunteers to provide free care to people has no duty of care to those patients. This is patently absurd - ethics and norms are a large part of what constitutes a professional.

And for what it's worth, I have flagged your comment for the inevitable pointless bickering it has precipitated. While applying reductionist frameworks and seeing where they lead is a necessary part of an individual's path to understanding, please avoid pushing ignorant assertions ("there is no duty here") as if they might constitute well reasoned truths.

▲sdcfgy 2 hours ago | parent | prev | next [-]

There is not a duty but there is an image and quality issue. Something many open source projects suffer from and should not.

And even mentioning that results in "fork it if you're not happy" which immediately turns everyone off who's had to maintain a fork to fix a minor issue in something before. And anyone who can't fork it is being told to go to hell.

Everyone needs to quite frankly get off their high horse, crank the ego down and listen to users. Because you're damaging open source with the attitude.

30 years ago, things were better. They got a lot worse, particularly since github appeared.

▲yipinwong 2 hours ago | parent | prev [-]

You spewing bs like the left-pad dev who removed it from NPM a decade ago crashing everything.

Yes, OSS can start with just a passion without a duty, but as the scale grows you have a duty to make sure it does not have adverse effect.

If you don't like the duty, just make it die by building it crappy like VIM does.