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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 15572 invoked from network); 10 Jul 2023 12:28:11 -0000 Received: from minnie.tuhs.org (2600:3c01:e000:146::1) by inbox.vuxu.org with ESMTPUTF8; 10 Jul 2023 12:28:11 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 805FA42A11; Mon, 10 Jul 2023 22:28:06 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id 1034C42A10 for ; Mon, 10 Jul 2023 22:27:57 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id 0A76018C094; Mon, 10 Jul 2023 08:27:56 -0400 (EDT) To: tuhs@tuhs.org Message-Id: <20230710122756.0A76018C094@mercury.lcs.mit.edu> Date: Mon, 10 Jul 2023 08:27:56 -0400 (EDT) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Message-ID-Hash: NBKVLXUDUTL4WRZ7T3MYEHZQQ6CADLI5 X-Message-ID-Hash: NBKVLXUDUTL4WRZ7T3MYEHZQQ6CADLI5 X-MailFrom: jnc@mercury.lcs.mit.edu 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: jnc@mercury.lcs.mit.edu X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Who stated that the power of Unix stems from the wise choice of a few design principles rather than the endless accumulation of special cases List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: > From: Diomidis Spinellis > I seem to recall reading that the power of Unix stems from the wise > choice of a few design principles rather than the endless accumulation > of special cases. However, I cannot find where this is stated. I think you're thinking of something in the CACM paper: https://www.bell-labs.com/usr/dmr/www/cacm.html "The success of Unix lies not so much in new inventions but rather in the full exploitation of a carefully selected set of fertile ideas" Noel