From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1757871909; bh=0kO7oYVkHCEk6wpOy4pkahJHIJPxY9+7z84T1OLBFjM=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=XCC91wLwqgz3ftPoHIXGubMVyngsznFnUFeJPfh5k//9PXWdd8JCeMPcWBnF+YDVJ HMiOmKeJeyQZPKrCElpMBoJg6IayTFzFgzqdofyXSOMpxQN8N3xG6+0ZALxHOVHJfj WAcQPGc6xQFLCcjMX5OCCqZwhHM49O26mZgkFH8tMkvOYB1Fwx45K48RtQf2Wbs0Ob whyEUdvOdK3All0dEpgIs9R11Wz0n7q2UR/nzWXRBcPV1tggy/jGOLf4ErIi4tKjZd 1IPisF6tYOkwXkGacw99Ap1TWoDLqoO7XEw9kz7rZIt5lfxj0Voevwsak0Y6PvKUPy pAXPkmOBqvKMw== Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id CE2C431279E7 for ; Sun, 14 Sep 2025 17:45:09 +0000 (UTC) Received: by mail-lf1-f44.google.com with SMTP id 2adb3069b0e04-5607a240c75so3547271e87.2 for ; Sun, 14 Sep 2025 10:45:09 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCWnvMai8dOww65EPAXIuwT5K/VImTT/fWqc2fo5WNHsrBjtBfb+UIJM3698iNMdvewHekrS@vger.gnuweeb.org X-Gm-Message-State: AOJu0YwyxpasNIRixWzoS+9yYTwqcgl3hSPBZPrhR0HkaW9phAc9zLWj oJAzgtKImpwNv8lnzdun9N02ofN2j2qRxUlSNS0wJGlldnaYBn26/lPcXj/7cmf3bO1TcmCCjje FYuDfqOvl4v8WyKu9ueYmLVtSxqnzVP4= X-Google-Smtp-Source: AGHT+IGXYHKGsFnaKH/an25AHVoLe/awW9rWEQeR6Ild7SLqOi/D2ua26NiEm28K+CQx2LSIOl69Rg5JWIQoIzHC3DQ= X-Received: by 2002:a05:6512:2507:b0:55f:435e:36bd with SMTP id 2adb3069b0e04-5704220474bmr3657033e87.0.1757871909235; Sun, 14 Sep 2025 10:45:09 -0700 (PDT) MIME-Version: 1.0 References: <20250914050943.184934-1-reyuki@gnuweeb.org> <20250914050943.184934-7-reyuki@gnuweeb.org> <20250914121633.GA774647-ammarfaizi2@gnuweeb.org> In-Reply-To: <20250914121633.GA774647-ammarfaizi2@gnuweeb.org> From: Ahmad Gani Date: Mon, 15 Sep 2025 00:44:31 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXzB_wJacNVwyymNoADIiU9mz1Hx8XHUeFdAUXWfXE6Oy5csi6evkPuoEsM Message-ID: Subject: Re: [PATCH gwproxy v11 6/6] gwproxy: Reduce #ifdef CONFIG_RAW_DNS To: Ammar Faizi Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Sun, Sep 14, 2025 at 7:16=E2=80=AFPM Ammar Faizi wrote: > On Sun, Sep 14, 2025 at 12:09:40PM +0700, Ahmad Gani wrote: > > No need to wrap struct members in #ifdef, adding a couple of bytes isn'= t > > a big deal. > > Then why did you add it in the first place? Well, I think to reduce the code size, but after a second thought if using too many #ifdef is considered bad, then I just need to delete it. > Again, don't add a patch to undo your previous patch. Something like > this should just be squashed. How many times more should I tell you > this again? Err... sorry, it seems I was too hasty in preparing this patchset and forgot about this.... > Please stop vibe-coding. The only code that's written by AI is enum and struct in dnsparser.h and that's also because at that time you say it's more effective to do so than manually (I agree with this). But if your definition of vibe-coding is to code without paying attention to what you write, then you might be right. My seriousness depends on whether I enjoyed the activity or not, and I enjoy the first time I learn and understand about new things but now I wonder why I'm not as excited as the first time I experienced it. I need to find a way to restore this feeling. -- Ahmad Gani