Father, Hacker (Information Security Professional), Open Source Software Developer, Inventor, and 3D printing enthusiast

  • 5 Posts
  • 331 Comments
Joined 3 years ago
cake
Cake day: June 23rd, 2023

help-circle
  • Haha: What you state is logical and reasonable. That position would be easy to defend, if the legal system around copyright made sense.

    Unfortunately, it isn’t a logical system. You’re trying to apply copyright law—which has now been ruled on in court, officially making training AI with copyrighted material Fair Use.

    The problem is that the issue with ebooks is all about contract law. Not copyright.

    When you “purchase” an ebook (which is a misnomer), you’re actually signing a legally binding contract. A license, in effect, to use that copyrighted work for the sole purpose outlined in the contract. That outlined purpose expressly forbids using the work for anything other than you—the purchaser—reading it (usually on the platform they specify).

    Having said that, many, many court rulings have found numerous license clauses like that to be unenforceable. That is, just because it’s written in the contract, doesn’t mean it’s legal.

    The courts have ruled—thanks to everyone’s efforts fighting the MPAA, RIAA, Sony, Microsoft, and Nintendo in the 1990s and early 2000s—that everyone does have the legal right to “platform shift” whatever copyrighted works they own.

    To get around that, those very same entities tried to use the Digital Millennium Copyright Act’s rules about circumventing “copyright protection mechanisms” to try to make it illegal for people to platform shift their stuff anyway. That is, they added trivial encryption to all their platforms.

    But it’s even more complicated than that! Because Congress gave the Librarian of Congress the power to say when it’s legal to circumvent such “copyright protections.” For example, technologies that aid the blind (I.e. gotta decrypt that file for the program to read it out loud).

    There’s other exceptions and everyone fights to get more added whenever it comes up.

    The key takeaway, though is that none of this complicated mess applies to physical books! So there ya go 😁👍







  • Big AI mostly switched to synthetic training data anyway. The books they’re digitizing are being used to gather knowledge, not writing styles or logic (mostly).

    As in, when you ask ChatGPT how long some book is, it can just go check (if it’s in the database). It’s also useful if you ask about that book or about knowledge contained in that book. It’ll even reference books now (if you demand that in your prompt).

    It’s not the same as earlier LLM tech which relied on scanned text to figure out how to respond to any given prompt (from a language standpoint). The “language” part of LLMs is a solved problem now (thanks to the synthetic training). At least for English 🤷


  • Is it really destroying though? They’re digitizing them, and publishers still have the digital copies ready to print more at any time. So it’s not like they’re destroying the texts, they’re just shifting them.

    Nobody complained when Google did this over a decade ago 🤷

    When you say they’re “destroying the books” you make it sound like they’re erasing one of the last known copy of some important work when in reality, most of these books were purchased in bulk from bookstores and libraries that were planning on discarding them anyway.

    Almost all these books were either headed to the dump or the recycling center. They’re just being digitized on the way.












  • If your language requires an IDE to show you WTF is going on in the code, it’s a bad language.

    Given, there’s ways to write poor code in any language, but some are much, much worse than others. Java and JavaScript being the kings of that kind of thing.

    Some day, AI assisted coding will become so intelligent that it will look at your average “enterprise” Java code and ask the user, “WTF were they even trying to do here?” Which is the only correct response a lot of the time.