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=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 3272 invoked from network); 3 Jan 2023 18:08:05 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 3 Jan 2023 18:08:05 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 0C7E742509; Wed, 4 Jan 2023 04:08:00 +1000 (AEST) Received: from minun.buric.co (minun.buric.co [51.15.8.196]) by minnie.tuhs.org (Postfix) with ESMTP id 49D5642506 for ; Wed, 4 Jan 2023 04:07:53 +1000 (AEST) Received: by minun.buric.co (Postfix, from userid 1000) id 40A9835C0D6D; Tue, 3 Jan 2023 13:07:36 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by minun.buric.co (Postfix) with ESMTP id 2493235C002B for ; Tue, 3 Jan 2023 13:07:36 -0500 (EST) Date: Tue, 3 Jan 2023 13:07:36 -0500 (EST) From: Steve Nickolas X-X-Sender: mary@sd-119843.dedibox.fr To: TUHS main list In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID-Hash: VUNDA6AZTYK7WGDG26NL7N4UJVFEAOTJ X-Message-ID-Hash: VUNDA6AZTYK7WGDG26NL7N4UJVFEAOTJ X-MailFrom: usotsuki@buric.co X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: A few comments on porting the Bourne shell List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Tue, 3 Jan 2023, Dan Cross wrote: > Something I've noticed is that lots of people try to increase > complexity to solve problems, and it rarely occurs to them to > eliminate complexity to solve problems. Sometimes the reasons for this > are good; most of the time they are not. > > - Dan C. I think of the saying: "Perfection is not when there is nothing left to add, but when there is nothing left to remove." -uso.