Live data from Hacker News

RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

torrentfreak.com

191–200 of 292 posts

Re: RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

#191

Earlier quoted context omitted.

There is actually _less_ legal protection for speech in Germany than the US. For instance, it's against the law to insult a government official like a cop (Beamtenbeleidigung). This could mean saying something like "damn cops" in earshot of the police - it doesn't take much. You could argue that courts aren't as accessible in the US as they should be without deep pockets (rightfully so), but fundamentally free speech…

> You could argue that courts aren't as accessible in the US as they should be without deep pockets (rightfully so) Are you saying that it's ok/good for people with less money to have worse access to courts than people with more money? If so, why?

I read the last part of the sentence (rightfully so) in the best case to refer to the argument that courts aren't as accessible as they could be, rather than the current state being right. Ambiguous but probably well meant.

Re: RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

#192
I really wish they'd start prosecuting copyright trolls to the fullest extent of the law.

Sure you can download this and download music videos, but there's legal cases such as downloading a political campaign ad, and using small parts of it to fact check them them under fair use. Our local news station in fact did something like that. Also there is a rep not far from here, where she was doing vlog style videos for her campaign and the guy running against her downloaded her videos and put them in his own ad.

Using it to backup your own content or public domain content is another use case too. However if it's your own account I believe YouTube let's you download a mp4 of it from the creators studio but been a while since I've played with it since the redesign.

Re: RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

#193

I mean, it's nice that the Github CEO doesn't agree, but if the solution is to get it back on Github, then it isn't really a solution. Smaller projects won't get this kind of attention. What this whole episode should do is make it more common place to use tools like git-bug and mirror repos. Maybe someone will even write a tool to do so easily. But what I see happening is people just wanting the status quo to stay. U…

I've been fiddling with Fossil ( https://fossil-scm.org ) lately and the fact that it includes Wiki, forum and bug lists in the core source control project is looking better and better with all of this.

I checked it out and am kind of on the fence about one file = one repo - especially SQLite.

It's mostly because I remember filesystems from my university time and trying to implement one in a file myself. Continuously adding data is fine, but when you remove data either you leave a "hole" in the file and have to keep track of the "empty" blocks, or you shift everything to fill the hole. Off-by-one errors corrupt files.

Those are all resolved problems for filesystems, but additionally, I learned the hard way (performance) that SQLite wasn't good as a production db. The situation here is different of course (db access isn't very frequent), but I can't quite shake it.

Maybe I'll dig into the internals to understand what kind of optimisations they made. The wiki and bug-tracking are definitely a plus though.

Re: RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

#194

Earlier quoted context omitted.

There is actually _less_ legal protection for speech in Germany than the US. For instance, it's against the law to insult a government official like a cop (Beamtenbeleidigung). This could mean saying something like "damn cops" in earshot of the police - it doesn't take much. You could argue that courts aren't as accessible in the US as they should be without deep pockets (rightfully so), but fundamentally free speech…

> You could argue that courts aren't as accessible in the US as they should be without deep pockets (rightfully so) Are you saying that it's ok/good for people with less money to have worse access to courts than people with more money? If so, why?

Good catch, I should clarify - one could rightfully argue that free speech is not available to all if the legal system is not affordable to everyone. It’s a serious shortcoming of the justice system.

Re: RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

#195

Earlier quoted context omitted.

Speaking as someone who worked to get a 1201 exemption, and who personally shit in the MPAA, RIAA, and ESA's Cornflakes, I can confirm the 1201 process is stupid. Mainly because the RIAA,MPAA, and ESA always show up tp fight the exemption even when they know literally NOTHING about the exemption being asked for. We petitioned for an exemption to allow museums and libraries to reboot old MMOs in closed rooms with no n…

There must be more to your story. The RIAA generally doesn't have any involvement in video games, other than where its members license music to games (i.e., GTA), and they generally wouldn't have any grounds for being part of the proceedings you've described if their involvement was just the music licensing. I can see the ESA being a huge dick in these proceedings, because it's their job to do that, but the RIAA lite…

Transcripts of these hearings are publicly available. This seems to be the hearing GP was referring to (it's proposed class 23 in this hearing): https://cdn.loc.gov/copyright/1201/2015/hearing-transcripts/...

Appears the same lawyer was representing ESA/RIAA/MPAA.

I briefly started reading some of them a while back and they're, uh, frustrating to read.

Re: RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

#196

> By now it is clear that the RIAA’s takedown notice backfired badly. With the ‘Streisand Effect’ in full swing, there are now probably more copies of YouTube-DL online than there ever were. Did it though? Sure, the Streisand effect caused more distribution of youtube-dl, but that's never really been an issue. Open source software as widely used as youtube-dl is mirrored in a hundred different places. The issue here…

Github hosting is not the be all and end all of open source software development. There are alternatives, ranging from hosting on one of the Chinese public clouds, using 'bulletproof' hosts that cater to such things as phishing groups, cutting a deal with the Russian mob to host development in Russia, hosting on an .onion site, or making connections with the Pirate Bay folks.

I would certainly think twice about contributing to YouTube-dl for my legal safety now...

Re: RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

#197

Earlier quoted context omitted.

> Major distributions for example will no longer carry the project You had to install the Github version anyway if you wanted to have a recent version that would work with YT.

Not at all, I've been installing the latest releases of youtube-dl from PyPI via pip for years. In fact, it's still there. The RIAA takedown has had no effect (so far) on my usage of youtube-dl. The RIAA clearly doesn't have any understanding about how open source Python programs are commonly distributed.

That's not wrong, but it is missing the point: Ongoing development is impeded by the takedown. That means the tool will not work anymore in the near future, rendering it useless.

Re: RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

#198

Earlier quoted context omitted.

Could you expand on what you mean by that? I assume you don't mean someone giving someone else the middle finger.

This is an extreme, but for example telling someone mean things can have a lasting impact.

Certainly, that’s true. There are many ways to hurt others with words, even avoiding definitions that would be against the law in Germany.

This is a bit personal, but my brothers and I grew up in Germany with a father who was verbally and emotionally abusive. However, he didn’t break any laws regarding offensive speech at least.

Ironically legislating against offensive speech protects people from superficial harm of “offense”, causes a chilling effect by curtailing “offensive” speech (what can you say about a corrupt cop in Germany or France without breaking the law?), and does little to prevent actually emotionally abusive speech.

Obviously my views are biased by my own experience, but I think the US is two _centuries_ ahead of the curve here while Europe still struggles with the ghosts of former monarchs.

Re: RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

#199
post #68

The takedown didn't backfire at all just because some people decided to publish on Twitter a tarball that still happens to be hosted in many other places so there is absolutely no risk of it getting lost. The problem is that the project may not survive this. Major distributions for example will no longer carry the project and likely refuse to touch it even with a ten-foot pole (think media codecs situation). It will…

I think you might be right, but I also don't know how viable this was before the DMCA. I have never been able to get youtube-dl to work with (both ubuntu / mint) distro packages. The packages always fall out of date due to youtube changing things, and you need to download it directly from the youtube-dl website regardless.

Repo packages moved slowly, pip or building from source was often the only way of reliably getting it to work.

Re: RIAA’s YouTube-dl takedown ticks off developers and GitHub’s CEO

#200

Earlier quoted context omitted.

The irony that freedom of speech is more protected in Germany than in the US.

There is actually _less_ legal protection for speech in Germany than the US. For instance, it's against the law to insult a government official like a cop (Beamtenbeleidigung). This could mean saying something like "damn cops" in earshot of the police - it doesn't take much. You could argue that courts aren't as accessible in the US as they should be without deep pockets (rightfully so), but fundamentally free speech…

It's still listed in the law that you're not allowed to insult royalty, but that does not appear to be enforced. For example, see Böhmermann insulting Erdogan on national TV: https://en.wikipedia.org/wiki/B%C3%B6hmermann_affair

https://archive.org/details/SchmhkritikAnRecepTayyipErdoanzd...

Here's a transcript: https://translate.google.com/translate?sl=auto&tl=en&u=https...

Imagine doing such a poem about Trump in the US. I believe the author would be punished much more harshly than this guy, who even managed to keep his job...

Post reply on HN