• 2 Posts
  • 328 Comments
Joined 3 years ago
cake
Cake day: July 20th, 2023

help-circle

  • I reread the thread, my apologizes, you are right on that, I just forgot my first comment 😅.

    The “alien being a person” argument is more an ironic one, you can ignore that. Any intelligent being, alien or not, is a person.

    On the other hand, I could give you a corpus of 10 texts, part of them written by hand by your truly, only using a non-ai writing help to avoid obvious gramatical mistakes (English is not my native language), imitating corpo speech, and the anothers generated by my local AI (Mistral:7B). Would you accept to try ?


  • To be arguing in bad faith would require me to have made an argument, which I did not.
    Other than pointing out the lack of proof of your (badly) hidden argument, I never pretended it to be either LLM speech or human corpo speech. Because there are no proof of either being objectively more likely than the other.

    But you did, using a loaded question, which is written in such way to deny the possibility for it to be human corpo speech, which existed way earlier than LLMs.

    You asked why you were getting downvoted, I anwered with the definition of why. With a link to the definition for you to read so you may improve your “question”.















  • I think you misunderstood what “viral” mean in that context.

    If a file, under GPL, is added to a project, the whole project becomes dual licensed under the original licence plus GPL, which propagate to the whole project, like a virus. I know comparing it to something like a virus sound derogative, but this is the best way to describe its effect.

    If a file, under MPL, is added to a project, the project do not become MPL, only the added part is. Said project cannot change the MPL licensed part to another licence, but still can build anything it wish using it.

    Globally, a GPL licensed project protects the user more, but also prevent the devs from doing a lot of thing, which MPL does not.

    In the end, this is the devs freedom to chose which licence they wish to publish their code under, not ours.