• 2 Posts
  • 493 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle



  • Who makes the official rules of war? Who decides who follows those rules and who doesn’t? Obviously the practical answer is the UN, ICC, ICJ, etc, but note that the UN is itself made up of countries that all field militaries. They write the rules such that they’re in, and others who are less powerful are out. And as we’ve seen recently, they don’t even apply the rules uniformly. Russia and the US have committed war crimes in their invasions of Ukraine and Iraq respectively, but the general consensus is that their militaries are still not terrorist organizations. Or arguably the most clear example, the IDF. Few organizations could claim to commit more war crimes with such predictability and regularity than the IDF. Yet most of the world considers them legitimate, but considers groups like ISIS to not be, even though conduct wise they’re similarly abhorrent.

    The rules of war are basically “if you win it’s ok” and everything else is just politics.




  • Nowadays windows will update UEFI and firmware for many devices through windows update. Most users have no idea what a UEFI is or how to manually check and update device firmware, so this is a big win for security. Linux users can do the same with fwupd which comes installed on many popular distros and is integrated into the software manager apps from Gnome and KDE, making the experience largely the same.


  • Terrorism is any act that uses violence or fear of violence for a political goal. This is what militaries do, if you threaten them they use violence to suppress or kill you. Some of them are more successful than others, but fundamentally whether it’s a group of rebels or the military of a nation state, they use violence to force everyone within their controlled territory to submit to their authority.







  • It hasn’t been decided in court yet, but it’s likely that AI training won’t be a considered copyright violation, especially if there is a measure in place to prevent exact 1:1 reproductions of the training material.

    But even then, how is the questionable choices of some LLM trainers reason to ban all AI? There are some models that are trained exclusively on material that is explicitly licensed for this purpose. There’s nothing legally or morally dubious about training an LLM if the training material is all properly licensed, right?






  • How would an LLM answering questions about a git repo be legally different from a person answering those same questions (think stackoverflow)? Specific to this case, US law does not consider “APIs” to be copyrightable (Oracle v Google, Google reimplemented Java using the same APIs but their own implementation code, court ruled that Oracle couldn’t copyright the APIs).

    Regarding “replace”, the primary use of the git repo is the code itself, not the Q&A about how to use it. The LLM doesn’t generate code that fully replaces that library or program, or if it does, it is distinct enough to be a different work.


  • I mean, this is how courts work. Someone will sue because a work they hold copyright to was used in a training set without their authorization, the defendant will claim it was fair use, the judge will pick a side. To the best of my knowledge this hasn’t happened just yet, and since I’m not a judge, I use “probably”. Fair use is both vague and broad, and this is important to ensure copyright holders don’t have complete control over their work. It was recognized a long time ago that you can make works that utilize another copyrighted work, but don’t functionally replace the original work, and are therefore fair use. The whole point was to try and foster innovation, not to allow copyright holders to dictate how their works are used, and fair use is an essential part of that.

    Training an LLM with a work doesn’t functionally replace that work. If there is a filter that prevents 1:1 reproduction, then it literally cannot. It also provides significant benefit to have these LLMs, they are a unique and valuable work themselves. That’s why it’s fair use.