Live data from Hacker News

Winamp deletes entire GitHub source code repo after a rocky few weeks

arstechnica.com

231–240 of 371 posts

Re: Winamp deletes entire GitHub source code repo after a rocky few weeks

#231
post #228
post #203

Earlier quoted context omitted.

What is the point of 'open source' where you're not even allowed to fork the damn repo?

In case of security sensitive software, you could verify the security claims. Look at Apple, they claim E2EE, but don't even allow to verify that defeating the purpose of E2EE entirely (lack of need to trust the provider)

You can do that with source-available software too, I'm not sure where you think open source comes in?

Re: Winamp deletes entire GitHub source code repo after a rocky few weeks

#232
post #229
post #208

Earlier quoted context omitted.

To me, this seems to be a misunderstanding of the license text and the author's intent. The original license simply reserved all distribution rights. People assumed you couldn't even fork into a public GitHub repo in order to make pull requests, but afaict, the author clarified that the intent was not to prevent forking on GitHub, but to prevent redistribution of the forked software instead of contributing the change…

How the hell do you combine "open source" and "all distribution rights are reserved for the original developer"? That's a nonsensical combination, the whole point of open source is that you can make your own copy with your own changes and distribute it to people

I guess it's readable source instead of open source.

Re: Winamp deletes entire GitHub source code repo after a rocky few weeks

#233
post #161
post #7

We've lost a lot with the deletion of this repo. Not the code - that's already out in the ether - but the absurdist comedy of the issues, pull requests, and commit history of trying to piecemeal delete third party non-FOSS software.

The other thing we lost is that future companies will think again before making their code public. It's already such an incredibly rare thing in the wild, but now companies and their lawyers will see that Winamp was exposed to potentially lawsuitable behavior that wouldn't have come to light had they never opened the code.

I think we all would have been better off, with time & energy better spent if they had never tried to release like this, so discouraging others of trying to do the same is a feature, not a bug. For example, consider how much time I spent reading your comment & composing this response; it would have been better spent closing my eyes and taking some deep breaths for a minute or two.

Re: Winamp deletes entire GitHub source code repo after a rocky few weeks

#234
post #161
post #7

We've lost a lot with the deletion of this repo. Not the code - that's already out in the ether - but the absurdist comedy of the issues, pull requests, and commit history of trying to piecemeal delete third party non-FOSS software.

The other thing we lost is that future companies will think again before making their code public. It's already such an incredibly rare thing in the wild, but now companies and their lawyers will see that Winamp was exposed to potentially lawsuitable behavior that wouldn't have come to light had they never opened the code.

[deleted]

Re: Winamp deletes entire GitHub source code repo after a rocky few weeks

#235
post #229
post #208

Earlier quoted context omitted.

To me, this seems to be a misunderstanding of the license text and the author's intent. The original license simply reserved all distribution rights. People assumed you couldn't even fork into a public GitHub repo in order to make pull requests, but afaict, the author clarified that the intent was not to prevent forking on GitHub, but to prevent redistribution of the forked software instead of contributing the change…

How the hell do you combine "open source" and "all distribution rights are reserved for the original developer"? That's a nonsensical combination, the whole point of open source is that you can make your own copy with your own changes and distribute it to people

You are confusing Open Source with Free Software. GPL family of licenses are the ones propely securing everyone's right to distribute modifications.

Re: Winamp deletes entire GitHub source code repo after a rocky few weeks

#236
post #198

Earlier quoted context omitted.

All of this happened because the company didn't want to open source the code, they wanted to openwash it and get free labor from the open source community. If another company wants to do the same and they decide not to because of this, nothing of value is lost.

> they wanted to openwash it and get free labor from the open source community. This is such a ridiculous accusation. Why do discussions about source-available models often turn into accusations of soliciting free labor? Why can't authors just provide access to source code, but reserve some or all of the distribution rights? It's their code, after all. Nobody is forcing 'the open source community' to contribute under…

> Why do discussions about source-available models often turn into accusations of soliciting free labor?

Simple. Because the company literally wrote this in their press release[1] at the time they were releasing it.

Direct quote “This is an invitation to global collaboration, where developers worldwide can contribute their expertise, ideas, and passion to help this iconic software evolve.”

Further direct quote: “With this initiative to open the source code, Winamp is taking the next step in its history, allowing its users to contribute directly to improving the product.”

They are literaly soliciting free labor.

This is how the press release ends: “Interested developers can now make themselves known at the following address: about.winamp.com/free-llama” what is that if not a solicitation for free labour?

> anybody who does contribute does so under their own free will, under the terms set forth by the license

So wait. Just so I understand. Is your problem that you think they are falsely accused of soliciting free labour? Or that they are indeed fully were soliciting free labour but you would rather not want people harsh your vibes by discussing this?

1: https://www.llama-group.com/wp-content/uploads/2024/05/2024-...

Re: Winamp deletes entire GitHub source code repo after a rocky few weeks

#238
post #166

Earlier quoted context omitted.

Gotta remind them that censorship is what governments do. Nobody is forced to associate with them.

That is not true. Censorship is the suppression of expression. Full stop. Anyone who controls a medium can do it. Only the U.S. government can violate the First Amendment to the Constitution. People often conflate the two. That censorship and First Amendment violations are one and the same. They are not. And the reason the U.S. government saw fit to restrict its ability to censor its public is because they recognized…

No. Censorship is when the government kicks down your door to arrest you for your wrongthink. People getting banned from some site or project because of obnoxious behavior is not censorship, it's just normal social activity and group homeostasis. They can always seek other ways to express themselves. They can buy a domain and blog about it.

Dang rate limited my HN account because I got into too many controversial discussions. Arguments just like this one. Did I call him out for censorship? No. I asked him to keep it rate limited. Because the truth is sometimes I see things and I just have to reply.

Re: Winamp deletes entire GitHub source code repo after a rocky few weeks

#239

Earlier quoted context omitted.

The thing is, the vast majority of graphics libraries from 1992 the IP owner no longer cares about , and the code usually has nearly zero commercial value . I wish more were brave enough to just publish it with an open license, and then if the owner complains you take it down and rewrite. Any damages for distributing 30 year old source code are hopefully in the single-digit-dollars range anyway.

Completely incorrect. This work is being done under a non-profit, and whether or not the original owners care is irrelevant. Doing this would immediately open the non-profit to litigation and endanger the entire project. Just because we don't think anyone cares doesn't mean we won't get sued. This project is preserving the source code around a distributed chat system from the year 2000, the E programming language, an…

> If you put the source code for Windows 95 online, you'd be sued into a pile of ashes by MS within 10 minutes.

The Windows NT 4 source code exists in multiple public repos on GitHub, and the one from the first Google result has been there for at least four years.

Re: Winamp deletes entire GitHub source code repo after a rocky few weeks

#240
post #229
post #208

Earlier quoted context omitted.

To me, this seems to be a misunderstanding of the license text and the author's intent. The original license simply reserved all distribution rights. People assumed you couldn't even fork into a public GitHub repo in order to make pull requests, but afaict, the author clarified that the intent was not to prevent forking on GitHub, but to prevent redistribution of the forked software instead of contributing the change…

How the hell do you combine "open source" and "all distribution rights are reserved for the original developer"? That's a nonsensical combination, the whole point of open source is that you can make your own copy with your own changes and distribute it to people

I never said Winamp was open source? It's very clearly source-available.
Post reply on HN