Earlier quoted context omitted.
I wonder if RIAA lawyers believe themselves productive members of society, or if they recognize themselves as the parasites they are.
This line of questioning on Startup News is quite amusing to me, I must say. How many of us can really pretend to make society a better place?
YouTube-dl's repository has been restored
211–220 of 686 posts
Re: YouTube-dl's repository has been restored
#212It seems like EFF fought for youtube-dl and GitHub used their letter as legal firepower to bring the repo back online. If GitHub were fighting for the developer they would have funded the attorney, right? Though from their blog post it does look like they are taking steps to fund defense in the future as well as other steps to improve the situation. Reading EFFs claim is pretty interesting, they state that saving a c…
Re: YouTube-dl's repository has been restored
#213I found it strange that they constantly used "developers". I guess this is the marketing department word to use instead of "users"?
Github's users are developers, so I think both terms are fair game. Pick the one that sounds best.
Re: YouTube-dl's repository has been restored
#214I can't imagine the political turmoil in the org that led up to this. It wasn't simply a quick sting that would fade, the mass protest on the site was probably the biggest wake up call. MS could easily have pissed away the 7.5+ billion they paid for all the developers that use github.
Without developers, github is nothing.
Re: YouTube-dl's repository has been restored
#215Earlier quoted context omitted.
I've always wondered about copyright and HEAD. For example, you can find a LOT of copyrighted font files that were committed somewhere in GitHub, and then removed in a later commit once they realized they'd accidentally uploaded a copyrighted file. But they're still always there in the history, effortless to download. I'm not really sure what to make of that. I don't think it would really count as removal in court...…
On that note, does git as a protocol even have a clean mechanism for redacting history like this? If someone were to press this to the logical extreme, how could a developer most cleanly excise violating history from a repo using current tooling?
Unfortunately in larger repos with long histories its extremely slow, and uses a lot of IO. I used it previously to clean up large binaries that were included early on in a repo's history, making it take up way more space than needed.
Re: YouTube-dl's repository has been restored
#216Earlier quoted context omitted.
This software makes it easy for people to download copyrighted movies and the RIAA attorneys (at least some) are acting in good faith to prevent people from breaking copyright law and causing their client damages. Can someone argue against me please? (genuinely contribute to discussion by arguing against my own biases, call me a moron instead of downvoting)
Creating or providing a tool and using a tool are not the same action. Likewise, since there are legal fair use scenarios of copyrighted materials (short clips, criticism, satire, academic, etc) so even using the tool isn't inherently against the law and the person creating or providing the tools can't know and legally doesn't need to know the end user's intentions. Copyright lawyers working for the highest profile a…
Re: YouTube-dl's repository has been restored
#217It seems like EFF fought for youtube-dl and GitHub used their letter as legal firepower to bring the repo back online. If GitHub were fighting for the developer they would have funded the attorney, right? Though from their blog post it does look like they are taking steps to fund defense in the future as well as other steps to improve the situation. Reading EFFs claim is pretty interesting, they state that saving a c…
By expressively taking the side of the accused (such as paying their attorney), Github could have opened themselves to being liable for whatever youtube-dl does.
Having the EFF as an independent party sidesteps that issue.
Re: YouTube-dl's repository has been restored
#218Earlier quoted context omitted.
I wonder how much MS funds the RIAA as a member of it.
Dues are $2500/y if you have revenues of $1-5MM, $5000/y if you have revenues of $5-15MM, and "contact us" beyond that: https://www.riaa.com/wp-content/uploads/2015/09/RIAA_ApplyFo... Since one presumes that Microsoft does not sell much music (didn't they shut down their music store a few years ago?), I can't imagine they've negotiated dues that scale linearly on Microsoft's total revenue - so, in fact, I'd expect th…
Re: YouTube-dl's repository has been restored
#219So they have the ability to export issues and PRs already, but it isn't exposed to users?