From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, FREEMAIL_FROM,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 22342 invoked from network); 22 Jul 2023 21:05:55 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 22 Jul 2023 21:05:55 -0000 Received: from mail-41103.protonmail.ch ([185.70.41.103]) by 9front; Sat Jul 22 17:02:18 -0400 2023 Date: Sat, 22 Jul 2023 21:01:28 +0000 Authentication-Results: mail-41103.protonmail.ch; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b="RIhmx3Fl" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1690059702; x=1690318902; bh=pQbbftUKAg4oUCK4wn8U2WruomMi5J0dtY/RdLOLLVY=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=RIhmx3FlP4vIIn8Tw3I+6qEbOHlppKVsvFQ3HZ3PxV/N2DkA0yI9LfbhdJLGh5eQv jyWPX+baL0UUeT8E1L4nSfomrTyIN/SXLnSEbIFxXFG/AeHbgAtSG+KaJ7y4U9VkNL x+acUkB9MphpyRgE5zJj7Iy1SIjtHX3ypwMephYIbPWuJh2mC4TnJOOOOfcE+otAGQ ZSbXfXJpIs1zkMMB09sD6jfnJzGqirrjj/Z0UM0yir5seMBdFujWAdtPLxqH8NW8RW ZkrnuWI42sRnZNW67o8iLa1lFnjOby1V4KBX+5hHlSsBI4I82A7aWpc+dObxp00J1j f8RhfG2iLbmoQ== To: 9front@9front.org From: PeacefulGena Message-ID: <_tujoS7HALE5pzkBXuA0Jd2iT0Ra9tTw3Ls6QDtGP5RdbKiIg1Z6wEHqao_2BiSWEivvP0CH7FOI86mNGqhyFeJn0F-W9vNIDNvrOpT0Bes=@protonmail.com> In-Reply-To: <6A18535D2E91EC21922F41C918A8222C@wopr.sciops.net> References: <6A18535D2E91EC21922F41C918A8222C@wopr.sciops.net> Feedback-ID: 23850983:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: content-addressed distributed engine rails-based realtime interface Subject: Re: [9front] Invitation for testing a new game for 9front: Jetpack Game Reply-To: 9front@9front.org Precedence: bulk i originally made this game for windows with chatgpt, and ported it to 9fro= nt with chatgpt. but the 9front version only runs at like 3fps for me on dr= awterm, but the game works for me completely with the exception of the low = frame rate in drawterm. so i dont know whats going on for you. make sure ur compiling and running with these commands 6c -FTVw jetpack.c 6l jetpack.6 6.out Sent with Proton Mail secure email. ------- Original Message ------- On Saturday, July 22nd, 2023 at 16:13, qwx@sciops.net wrot= e: > On Sat Jul 22 16:14:36 +0200 2023, moody@mail.posixcafe.org wrote: >=20 > > On 7/22/23 08:31, Csepp wrote: > >=20 > > > https://limited.systems/articles/climate-cost-of-ai-revolution/ > >=20 > > Indeed, there are also unanswered questions regarding the legal > > owner of intellectual property of code like this. It is impossible > > for us to verify that this code is respecting the license of the > > code that influenced it. > >=20 > > As the kids say: > > "this is a no from me chief" > >=20 > > Thanks, > > Moody >=20 >=20 > It doesn't work anyway. It has multiple bugs, and makes several > bizarre choices that don't make any sense. It literally has output > typical "I have no idea what I'm doing" copypasta. Event code might > be common enough that it copies the overall structure in a sort of > plausible way, but it gets wrong anything more technical such as > timing and blocking i/o. It doesn't quite follow style(6) either. > Chatgpt's entire goal is to output plausible looking answers, not > exact or correct. Therefore I think that this is a pointless > exercise; you cannot trust it and must review and correct all of its > mistakes anyway. If you want to learn to program 9front software, do > that instead of trusting some language model. My 2=C2=A2. >=20 > Cheers, > qwx