• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: July 17th, 2023

help-circle

  • I have no doubt that they would, but that’s not one of the variables I’m trying to control. As far as I can tell, time and volume are the only two things that I can play with. They have a 30-minute timer, and cannot take the load-bearing walls down. That means there’s a volume constraint, no matter how many people they have available they can only fit so many in one space. That limits the amount of time they have to actually search, assuming they empty the dwelling. If they don’t empty the dwelling, it sharply limits the number of people they can have searching at any one time. Heavy equipment like an x-ray machine also limits that volume.

    With respect to the Britannica, if you’re familiar with them you know they are massive and this one just happened to be my primary research source in high school. I cannot understate the number of flags and paper clips simply destroying those bindings right now. If someone does notice it, I’m relying on running out the clock with them checking every one they see first.


  • Straighten the paper clip and slip it inside the binding of an old copy of Britannica I have. I got it second hand from a public library, so it has quite a few of the old style anti-theft tags hidden throughout; it also contains quite a few paper clips of many colors I once used as bookmarks.

    I use the remaining time to clean the house, making sure to go into the bathroom more than once, moving the toilet tank lid and opening and shutting all of the cabinets every time. If I’m very lucky I’ll be just shutting the medicine cabinet audibly when the investigators walk in. (For those not familiar, many houses built in the mid 20th century in the US had slots in the back of the medicine cabinet where you were supposed to dispose of used razor blades.)









  • Couple of things here - what do you do with the open source models already published? There’s terabytes of data encapsulated in those. Some have published corpora, some don’t. How do you plan to determine that a work comes from an unregistered AI?

    Also, with respect to “within the country” - VPNs exist. TOR exists. SD cards exist. What’s your plan to control the flow of trained models without violating civil rights?

    This is a teflon slope covered in oil. (IMO)


  • I agree that under the current system of “idea ownership” someone needs to be held responsible, but in my opinion it’s ultimately a futile action. The moment that arbitrary individuals are allowed to download these models and use them independently (HuggingFace, et al), all control of whatever is in the model is lost. Shutting down Open AI or Anthropic doesn’t remove the models from people’s computers, and doesn’t eliminate the knowledge of how to train them.

    I have a gut feeling this is going to change the face of copyright, and it’s going to be painful. We collectively weren’t ready.


  • freewheel@lemmy.worldtoTechnology@lemmy.worldNew AI systems collide with copyright law
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    edit-2
    11 months ago

    Sure, but that particular horse has left the barn. There will be cases where identification is easy(-ier) but as shown in Oracle v Google, there are only so many ways to express ideas in code.

    For example, I just asked Claude 2 “Write a program in C to count from 1 to some arbitrary number specified on the command line.” Can you tell me the origin of this line from the result?

    for(int i=1; i<=n; i++) {

    I mean, if it’s from a copyrighted work, I certainly don’t want to use it in an open-source project!

    EDIT: Guessing there’s a bug in HTML entity handling.