From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.tangents Subject: Re: Help building Pen.el (GPT for emacs) Date: Fri, 23 Jul 2021 13:54:30 +0300 Message-ID: <83r1fp1es9.fsf@gnu.org> References: <83im1948mj.fsf@gnu.org> <83lf642jeh.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12959"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, emacs-tangents@gnu.org, mullikine@gmail.com, rms@gnu.org To: Jean Louis Original-X-From: emacs-tangents-bounces+get-emacs-tangents=m.gmane-mx.org@gnu.org Fri Jul 23 12:55:31 2021 Return-path: Envelope-to: get-emacs-tangents@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1m6sq3-0003A6-R3 for get-emacs-tangents@m.gmane-mx.org; Fri, 23 Jul 2021 12:55:31 +0200 Original-Received: from localhost ([::1]:36364 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m6sq2-0004gC-RI for get-emacs-tangents@m.gmane-mx.org; Fri, 23 Jul 2021 06:55:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35266) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6spT-0004g4-RA for emacs-tangents@gnu.org; Fri, 23 Jul 2021 06:54:55 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39128) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m6spT-0006bx-5D; Fri, 23 Jul 2021 06:54:55 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2698 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m6spL-0000VH-SG; Fri, 23 Jul 2021 06:54:48 -0400 In-Reply-To: (message from Jean Louis on Fri, 23 Jul 2021 13:12:12 +0300) X-BeenThere: emacs-tangents@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Emacs news and miscellaneous discussions outside the scope of other Emacs mailing lists List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-tangents-bounces+get-emacs-tangents=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-tangents" Xref: news.gmane.io gmane.emacs.tangents:663 Archived-At: > Date: Fri, 23 Jul 2021 13:12:12 +0300 > From: Jean Louis > Cc: Eli Zaretskii , Stefan Kangas , > emacs-tangents@gnu.org, rms@gnu.org > > You are using artificial intelligence, but in fact pieces of codes are > in chunks copied from other sources without attribution and without > knowing if licenses are compatible. That's not what happens with these services: they don't _copy_ code from other software (that won't work, because the probability of the variables being called by other names is 100%, and thus such code, if pasted into your program, will not compile). What they do, they extract ideas and algorithms from those other places, and express them in terms of your variables and your data types. So licenses are not relevant here.