I don't really understand why people complained. The source is open, if don't want to contribute, don't. Just because something doesn't fit a specific definition it doesn't mean it's not worth of existence.
The source wasn't open though, it was available, and it was provided in a sense that fully showcased that they did not understand what they were doing. Everything from licenses that were fully unenforceable and non-compliant with Github's license agreement to illegally distributing proprietary code to fundamentally misunderstanding how to use git. It's one thing to provide a source available codebase. That's a choice…
Winamp deletes entire GitHub source code repo after a rocky few weeks
21–30 of 371 posts
Re: Winamp deletes entire GitHub source code repo after a rocky few weeks
#22This is a cautionary tale for preservationists. My current preservation project is still not open because we are very slowly reviewing the code to make sure we don't accidentally include any IP when we open the source code. The real things that get you are similar to what happened here: codecs, graphics libraries, and a really big one to look out for is fonts. It'd be great if there was a scanner that could detect th…
Because what is the point if something is distributed in a restrictive license, can't be preserved and then gets lost to time? Also, licensing is to avoid distribution, modification or outright copying by competitors; preservation is completely orthogonal to those concerns. It is to avoid losing a piece of craft to the sands of time. There is no reason laws should have power over anything in perpetuity.
As seen in other spaces, pirates ignoring the "law" will provide the greatest service to humanity.
Re: Winamp deletes entire GitHub source code repo after a rocky few weeks
#23This is a cautionary tale for preservationists. My current preservation project is still not open because we are very slowly reviewing the code to make sure we don't accidentally include any IP when we open the source code. The real things that get you are similar to what happened here: codecs, graphics libraries, and a really big one to look out for is fonts. It'd be great if there was a scanner that could detect th…
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.
Re: Winamp deletes entire GitHub source code repo after a rocky few weeks
#24Here is a mirror of the repo, as of the last commit before it was deleted: https://git.cbraaten.dev/AtRiskRepos/winamp Also here is a git bundle file which can be cloned from: https://litter.catbox.moe/dwhadv.bundle
Re: Winamp deletes entire GitHub source code repo after a rocky few weeks
#25This is a cautionary tale for preservationists. My current preservation project is still not open because we are very slowly reviewing the code to make sure we don't accidentally include any IP when we open the source code. The real things that get you are similar to what happened here: codecs, graphics libraries, and a really big one to look out for is fonts. It'd be great if there was a scanner that could detect th…
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.
This project is preserving the source code around a distributed chat system from the year 2000, the E programming language, and the first real usage of JSON. Outside of those aspects, it's not about preserving fonts and proprietary code.
You are literally suggesting that we take proprietary, copyrighted code and release it under an open source license with no standing, rights, or ownership. It's insane to even suggest this. If you put the source code for Windows 95 online, you'd be sued into a pile of ashes by MS within 10 minutes.
When we want to open source proprietary code, we work with the rights holders. This code was all given to us under such an agreement, and the agreement ONLY covers the code owned by the people who built this thing. The deal was contingent on us not opening any of the code the original owners didn't own, as that would ALSO incur risk for them.
Re: Winamp deletes entire GitHub source code repo after a rocky few weeks
#26https://arstechnica.com/civis/threads/winamp-really-whips-op...
Re: Winamp deletes entire GitHub source code repo after a rocky few weeks
#27Earlier 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.
The problem is you'll get crushed by legal fees in the meantime.
Re: Winamp deletes entire GitHub source code repo after a rocky few weeks
#28Re: Winamp deletes entire GitHub source code repo after a rocky few weeks
#29Earlier quoted context omitted.
The problem is you'll get crushed by legal fees in the meantime.
but if courts gave out damages of $10 for this sort of offence (taking into account the very low commercial value of the IP stolen), then very few people would even bother pursuing it in court.
Re: Winamp deletes entire GitHub source code repo after a rocky few weeks
#30Related: https://news.ycombinator.com/item?id=41662105 Winamp contained modified GPL code, violating the GPL (github.com/winampdesktop) 18 points by mepian 19 days ago | 6 comments
Winamp contained modified GPL code, violating the GPL - https://news.ycombinator.com/item?id=41662105 - Sept 2024 (6 comments)
Winamp removed "No forking" restriction from license - https://news.ycombinator.com/item?id=41650355 - Sept 2024 (12 comments)
Winamp Legacy player source code - https://news.ycombinator.com/item?id=41636804 - Sept 2024 (328 comments)