this post was submitted on 25 Jul 2026
396 points (97.6% liked)

Programming

27848 readers
488 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

Would be a terrible shame if lots of people opted out.

If you are a EU citizen you might also want to write a complaint to privacy@huggingface.co because they are collecting your personally identifiable information in machine-readable form which they are distributing to third parties.

you are viewing a single comment's thread
view the rest of the comments
[–] 0xDEADBEEFCAFE@programming.dev 38 points 1 day ago (2 children)

That depends on the license. Music is also available on Youtube without authentication requirements but I don't think you can just download those and do whatever you want with them.

[–] MrNobody@lemmy.dbzer0.com 8 points 1 day ago (4 children)

Could be wrong, but the act of downloading music isn't what gets people in trouble, it's the uploading. When people torrent both happen, but afaik it's only the uploading portion that is actually bad.

[–] ksh@aussie.zone 2 points 23 hours ago

When people torrent only a part of the file is being shared by all peers. Technically only the original seeder shared the whole thing and after a few seeders it’s a tiny portion of the file.

[–] TehPers@beehaw.org 2 points 1 day ago* (last edited 1 day ago)

This depends, but not because of piracy. If you have to bypass DRM to download the music, you may be violating DMCA §1201 (even if you are otherwise allowed to use the music).

Edit: This obviously doesn't apply to GitHub, but might to YouTube.

[–] Malyca@lemmy.zip 1 points 1 day ago

I think there's a difference between the laws for individuals and corporations. I don't think they're allowed to download either.

[–] Bazoogle@lemmy.world -1 points 1 day ago

Downloading is illegal.

[–] FizzyOrange@programming.dev 1 points 1 day ago (1 children)

Find me a repo on GitHub with a license that disallows cloning it. I'll wait.

[–] TehPers@beehaw.org 4 points 19 hours ago

Any repo without a license disallows reproducing it in any way, which includes cloning it for business purposes.

The only exception is that public repositories can be forked on GitHub as new GitHub repositories. Forking doesn't give you a license to use or reproduce the code, though.