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.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HTML_MESSAGE,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11535 invoked from network); 25 May 2023 01:06:29 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 25 May 2023 01:06:29 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 4FAE540A74; Thu, 25 May 2023 11:06:28 +1000 (AEST) Received: from mail-vk1-xa2a.google.com (mail-vk1-xa2a.google.com [IPv6:2607:f8b0:4864:20::a2a]) by minnie.tuhs.org (Postfix) with ESMTPS id 0AE93402DD for ; Thu, 25 May 2023 11:06:18 +1000 (AEST) Received: by mail-vk1-xa2a.google.com with SMTP id 71dfb90a1353d-456f19307f6so547337e0c.2 for ; Wed, 24 May 2023 18:06:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; t=1684976776; x=1687568776; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=QW2TfYfIaD4XkmgsYtUArO8jSLJaYNliycYvXiWqqmc=; b=UvGEToUZp9nm2DRscn6qHu/LwV7ut4w36TGFiiWlzOvah5bI0TFMnSwKucXNyzGnQA Cllvt3G8yij1zFi2VVkuHZ950goN8lCNoPPareD9A7qZ4BC+FlT5pWkWcX3+GSF26o7x ggwQRBvSOb5hZLFNKRAERjMA7AfYg/l7Y+sE8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684976776; x=1687568776; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=QW2TfYfIaD4XkmgsYtUArO8jSLJaYNliycYvXiWqqmc=; b=bTxOeg6QHFZgU95LZpMssqKgz276Jdn2psK7QSlFb/4ucn3EmOC0sFR7M3AVqJcPBK 3NVrrS4hWbf0+k9KiEnEru+DRb1ajJ+O23hrtemJKWz5VttWVy558CZxLuKmggmNvzl2 b9LZRTIKvoQNbbqp/fGPL7Pr1WODIBDRuQYI709B6BrDGBEfUOkl4K8TvPDOtYNGQRGV iqP+ngSppSwSadx4Nwd0bHH+yuC2r9hreRmVfjXCgAptyuiJS4VR0RR5KAd2wjZ3dwhf aZ06aTSugGvhGCIaxAgy9I5SMd8buo8Twxz+vhsZ+tRmsqM55uAFM0kQl9s7sMAiN2xN twIA== X-Gm-Message-State: AC+VfDzgbWIADjE0V4gjM7gSItj+s2cw/zi3+CD5+W9GfVSCe4Y0qjHi nh+5XZ/Sdcj+ce5cGEQEav8TqTv5+ZsSyd2tI5e5YavQLq5yOomZuc4= X-Google-Smtp-Source: ACHHUZ5fZE/71ffVQU3evDcFn0XTsnlvvbDTM5TEuecvwXZE1reDqkUyBpcwu7nPwvWZF9KdKh8a0Dw+27fihQs6AwY= X-Received: by 2002:a67:ec4e:0:b0:436:fc1:2a63 with SMTP id z14-20020a67ec4e000000b004360fc12a63mr5516055vso.28.1684976776510; Wed, 24 May 2023 18:06:16 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Clem Cole Date: Wed, 24 May 2023 21:06:05 -0400 Message-ID: To: Warner Losh Content-Type: multipart/alternative; boundary="0000000000003817ab05fc7a3ad1" Message-ID-Hash: NR52QB3CSL4V5J6N7OOO2VVQPV4YYPSF X-Message-ID-Hash: NR52QB3CSL4V5J6N7OOO2VVQPV4YYPSF X-MailFrom: clemc@ccc.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Computer Old Farts Followers X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [COFF] Re: C compiler in 512 bytes List-Id: Computer Old Farts Forum Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: --0000000000003817ab05fc7a3ad1 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable This is an outstanding hack. So creative. SW bloat is such a problem. It=E2=80=99s nice to see a minimalistic view =E2=80=94 What do I really nee= d to do the job - ie reminds me of John Mashey=E2=80=99s old =E2=80=9CSmall is Beautiful=E2= =80=9D ACM lectures. Thanks for passing it along. Clem On Wed, May 24, 2023 at 8:15 PM Warner Losh wrote: > This appeared in my news feed and hacker news. > https://xorvoid.com/sectorc.html > > Warner > --=20 Sent from a handheld expect more typos than usual --0000000000003817ab05fc7a3ad1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
This is an outstanding hack.=C2=A0 So creative.=C2=A0 SW = bloat is such a problem.=C2=A0 It=E2=80=99s nice to see a minimalistic view= =E2=80=94 What do I really need to do the job - ie reminds me of John Mash= ey=E2=80=99s old =E2=80=9CSmall is Beautiful=E2=80=9D ACM lectures.=C2=A0

Thanks for passing it=C2= =A0along. =C2=A0

Clem
On Wed, May 24, 2023 at 8:15 PM Warner Losh <imp@bsdimp.com> wrote:
This appeared in my news feed and hacker ne= ws.
=

Warner
-- <= br>
Sent from a handheld expect more typos than usual
--0000000000003817ab05fc7a3ad1--