Live data from Hacker News

“Please don't add any of my stuff to this project”

github.com

321–330 of 363 posts

Re: “Please don't add any of my stuff to this project”

#321

If you don't understand the authors frustration, read Daniel Stenberg blog about what kind of requests he gets about curl. It's insane and ridiculous, not everybody is capable of/wanting to deal with all kinds of shit and hostile users like Daniel.

Do you have a link? I'd love to read this.

For example NASA https://daniel.haxx.se/blog/2020/12/17/curl-supports-nasa/

I think he also posts some of the funny ones on Twitter

Re: “Please don't add any of my stuff to this project”

#322

Earlier quoted context omitted.

Unfortunately, the founder of Home Assistant has acted similarly too. When NixOS maintainers raised concerns, he accused them of having "no intention to contribute anything positively." This was despite NixOS maintainers' best efforts to engage in a civil discussion. To make matters worse, he even used the fact that the NixOS discussion was temporarily locked down due to high tensions and accused NixOS maintainers of…

It seems like HA has its own plugin distribution model, whereas NixOS is trying to work around that to provide reproducible builds. Aside from how this issue has been handled, poorly, that seems like a reasonable technical decision for HA to make, particularly given that their main use case is semi-technical user installing on a Raspberry Pi, and in that case is it something they should be forced to support? A fork s…

Nobody is actually asking them to support anything. And they “refused” a fork (which is pointless as nothing stops one from happening). They seem to want to hold some control over their software that is against the usual rules of the game for OSS.

Re: “Please don't add any of my stuff to this project”

#323
post #304

Earlier quoted context omitted.

That's the point of packaging it... you review it at the time that you package it, and then you review it each time you update it in the future. Should always do a simple diff at minimum to see what changed. That's just part of being a responsible open source user.

> Should always do a simple diff at minimum to see what changed. That's just part of being a responsible open source user. Nobody does this, as this is completely unreasonable thing to expect.

The open source user they're referring to is the package creator, not the package installer. The package creator takes responsibility for the software they package. I sure hope they check the diff. I certainly do for the packages I maintain.

Re: “Please don't add any of my stuff to this project”

#324

A very similar thing happened when the folks at flathub tried to package MultiMC. Unfortunately the author threatened to sue for trademark infringement and they backed down. https://github.com/flathub/flathub/pull/1978#issuecomment-74...

Huh, I'd been pretty happily using MultiMC for some time and even thought they were in the right of the Forge dispute. Might have to look for alternatives next time I get back into Minecraft.

Re: “Please don't add any of my stuff to this project”

#325

It's interesting since from https://github.com/sponsors/frenck#sponsors he pitches: > Are you enjoying my work? And want to support me in my effort helping the world to become a better place by dedicating my time & knowledge to create & innovate open source software solutions. Allowing everybody on this earth the privilege to enjoy those things for free?

Seems like he understands the “free” in FOSS to mean free as in beer, not as in freedom.

Re: “Please don't add any of my stuff to this project”

#326

Am I missing something, or is the project in question literally just one week old? https://pypi.org/project/ambee/#history https://github.com/frenck/python-ambee/commits/main

If the response to someone finding and using your work is the kind of over the top demand to "don't use the thing I just released under a permissive license" with multiple replies that amount to, "Don't use the thing in a way I don't like kthanxbai" how can you depend on it?

> If the response to someone finding and using your work

That wasn't the issue and it's crazy how much people interpreted it as such. His issue is with how it was packaged with it. He want it to be exclusively distributed using PIP.

If you don't want to depends on PIP, well sure don't use it.

Re: “Please don't add any of my stuff to this project”

#327

Anyone who claims to care about the mental health of open source devs should be on the author's side here

The author however is hired by the commercial entity behind Home assistant. And I'm not against making money using open source software. But when you build your company and income on an open source license and the work of others you should respect that license both ways.

This kind of confirms my suspicion that what's really happening here is a commerical project is piggybacking on open source and goodwill to distribute components of their product using community infrastructure.

Re: “Please don't add any of my stuff to this project”

#328

Both the comments on GitHub, and this thread are an absolutely awful look for open source, and it's feedback like this that drives excellent creators to stop creating open source projects, leaving the entire FOSS ecosystem left with half-assed solutions or hand-off maintainers who can do nothing more than nominal bugfixes once an original author leaves because of harassment. You're entitled to nothing when authors wr…

The authors intent seems to be "don't use rights i have explicitly granted you and which you explicitly have from pypi"

Which is something of a bait and switch for a MIT licenced library

Re: “Please don't add any of my stuff to this project”

#329

Earlier quoted context omitted.

He just doesn't want anything of his included in nixpkgs because he doesn't want to deal with anyone opening Github issues against his repos if there happen to be build / installation issues that are coming from some kind of failure in the nixpkgs install / build process.

That's speculative on his part (noone has opened any issues with him, neither coming from nixos nor from any other repackaging). The nixos guys also offered various proposals to him to completely avoid any support burden on his part, all of which he roundly rejected. Seems he's just being unreasonable for the sake of it tbh; I can't see any logical reasoning behind it all.

> That's speculative on his part (noone has opened any issues with him, neither coming from nixos nor from any other repackaging).

Which is the whole point of acting on it before it happens...

It's crazy the amount of entitlement I see toward open-source developers. You don't like his stance, then fork it and support it yourself. You are already lucky to have a good base to work on, you shouldn't even be entitled to that!

Re: “Please don't add any of my stuff to this project”

#330
post #79

His About page https://frenck.dev/about/ looks a bit weird after I read that GitHub thread > I like to give back my knowledge and time to the open source community.

How so?

Seems like he does give back his knowledge and time to the open source community. Much more than me I can tell you, and probably more than many of people in thread.

What he don't like is people expecting support from him in ways that differ his initial distribution methods, which makes sense when time is a limited ressource and he clearly has expectations on how he want to spend it.

Post reply on HN