• onlinepersona@programming.dev
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    6
    ·
    3 months ago

    Didn’t I read somewhere they were considering using NixOS instead of messing with unstable Arch and forcing it do stuff it wasn’t made for?

    Anti Commercial AI thingy

    CC BY-NC-SA 4.0

    • lemmeee@sh.itjust.works
      link
      fedilink
      arrow-up
      14
      ·
      3 months ago

      Anti Commercial AI thingy

      Just out of curiosity, do you think that licensing your posts under CC BY-NC-SA 4.0 makes it illegal to use them to train an AI? If so, why do you think that? I post GPL licensed code online, so I’m interested in this topic.

      • onlinepersona@programming.dev
        link
        fedilink
        English
        arrow-up
        12
        arrow-down
        5
        ·
        3 months ago

        If you write code, you might be aware of the AI coding assistants out there. Most notable is probably Github’s Copilot. Well, that AI assistant has an ongoing case against it to answer the question you’re asking. So, just like you add a GPL (or other) license to your code, creative commons licenses are for text and media that aren’t code and I add it to my comments.

        Whether they will have an impact has yet to be determined, so we’ll see if creative commons with a non-commercial clause is for naught or not.

        Anti Commercial AI thingy

        CC BY-NC-SA 4.0

        Inserted with a keystroke running this script on linux with X11

        #!/usr/bin/env nix-shell
        #!nix-shell -i bash --packages xautomation xclip
        
        sleep 0.2
        (echo '::: spoiler Anti Commercial AI thingy
        [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
        
        Inserted with a keystroke running this script on linux with X11
        ```bash'
        cat "$0"
        echo '```
        :::') | xclip -selection clipboard
        xte "keydown Control_L" "key V" "keyup Control_L"
        
        
        • Miaou@jlai.lu
          link
          fedilink
          arrow-up
          7
          ·
          3 months ago

          This technically makes your comment more permissive to use, not less. At least if we keep the software analogy.

          • onlinepersona@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            arrow-down
            1
            ·
            3 months ago

            You do realise there are different software licenses, right and that they aren’t all permissive? Also, the license I’m using is permissive for non-commercial uses.

            Anti Commercial AI thingy

            CC BY-NC-SA 4.0

            Inserted with a keystroke running this script on linux with X11

            #!/usr/bin/env nix-shell
            #!nix-shell -i bash --packages xautomation xclip
            
            sleep 0.2
            (echo '::: spoiler Anti Commercial AI thingy
            [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
            
            Inserted with a keystroke running this script on linux with X11
            ```bash'
            cat "$0"
            echo '```
            :::') | xclip -selection clipboard
            xte "keydown Control_L" "key V" "keyup Control_L"
            
            
            • Miaou@jlai.lu
              link
              fedilink
              arrow-up
              3
              ·
              3 months ago

              But the default licence is closed-source. Of course company training models don’t care, but in that case the CC signature is not more enforceable.

        • lemmeee@sh.itjust.works
          link
          fedilink
          arrow-up
          6
          arrow-down
          1
          ·
          edit-2
          3 months ago

          Anything you write should be proprietary by default. So I don’t think you have to add this license to your comments just to achieve your goal. But it makes sense if you also want to give some extra rights to people.

          If AI reads your code, but the output is something entirely different, why would that be illegal? Isn’t that the same as a human reading something? I’m curious what the courts will decide, though.

          I don’t want to help Microsoft, but some of the arguments made in that article are strange. If AI means the end of software licenses, that means the end of copyright, which is a good thing. When AI gets better, we might be able to feed it leaked or decompiled source code and get something that we can legally use. That’s not the current situation, though. At the moment Microsoft uses libre, copylefted software to improve their proprietary program and that’s bad. But I don’t think we can do anything about it other than telling people to not use it.

          • onlinepersona@programming.dev
            link
            fedilink
            English
            arrow-up
            5
            arrow-down
            1
            ·
            3 months ago

            My stance is just staunchly anti-commercial and I would rather see a non-commercial AI be allowed to use my text than a commercial one. Whether copyright law will reflect that is hitherto unknown - at least in the EU and the US, I think. Japan has already made a ruling that copyright doesn’t exist for AI - or so I understand it. IANAL

            If AI reads your code, but the output is something entirely different, why would that be illegal? Isn’t that the same as a human reading something?

            That line of reasoning is logical, however copyright has never made any sense to me. “Likeness” can be copyrighted. Copying a copyrighted work is not allowed, but coming up with a solution that is nigh identical to another in a “clean room” is legal. Using old black and white mickey mouse is now public domain, but adding color suddenly makes it illegal. Learning something proprietary on the job and using it immediately at another employer is illegal but wait a year and it’s legal even though the old employer never updated the solution.

            It makes no sense to me and doesn’t seem logical at all 🤷 Laws are like scientific models: attempts at making sense of the world. Some are better than others.

            Anti Commercial AI thingy

            CC BY-NC-SA 4.0

            Inserted with a keystroke running this script on linux with X11

            #!/usr/bin/env nix-shell
            #!nix-shell -i bash --packages xautomation xclip
            
            sleep 0.2
            (echo '::: spoiler Anti Commercial AI thingy
            [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
            
            Inserted with a keystroke running this script on linux with X11
            ```bash'
            cat "$0"
            echo '```
            :::') | xclip -selection clipboard
            xte "keydown Control_L" "key V" "keyup Control_L"
            
            
    • gramgan@lemmy.ml
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      3 months ago

      Switching to Nix could certainly simplify a lot of things. I wouldn’t be surprised if they went that direction soon.

      • barsoap@lemm.ee
        link
        fedilink
        arrow-up
        6
        ·
        edit-2
        3 months ago

        The ironic part here is that NixOS and Steam don’t really play that well together: Nothing is where pre-built binaries expect it to be on NixOS, including ld.so, so pre-built binaries simply won’t run without patching. NixOS can do that for Steam… but as Steam is also downloading binaries, essentially being its own package manager, those binaries then run into the same issue.

        OTOH you can just run the whole shebang in a chroot, exposing exactly what Steam expects (couple of libraries and the graphics drivers) which is what NixOS does and I never had any issues.

        Another hurdle would be that NixOS is not end-user friendly. It just hasn’t been a focus, Valve would need to write a graphical configuration/package management utility. NixOS also doesn’t tend to go easy on disk space and network bandwidth which might be considerations, OTOH probably not an issue if they manage their own release channel. Things like flatpack also aren’t an issue they get the same treatment Steam does.