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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8370 invoked from network); 9 Feb 2021 12:22:45 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 9 Feb 2021 12:22:45 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 7A1F19C6CE; Tue, 9 Feb 2021 22:22:43 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id C11B79BA43; Tue, 9 Feb 2021 22:22:22 +1000 (AEST) Authentication-Results: minnie.tuhs.org; dkim=pass (2048-bit key; unprotected) header.d=dartmouth.edu header.i=@dartmouth.edu header.b="xpyErmKH"; dkim-atps=neutral Received: by minnie.tuhs.org (Postfix, from userid 112) id 8CCAA9BA43; Tue, 9 Feb 2021 22:22:19 +1000 (AEST) Received: from mail-wm1-f47.google.com (mail-wm1-f47.google.com [209.85.128.47]) by minnie.tuhs.org (Postfix) with ESMTPS id 0B5E89BA42 for ; Tue, 9 Feb 2021 22:22:18 +1000 (AEST) Received: by mail-wm1-f47.google.com with SMTP id m1so3258436wml.2 for ; Tue, 09 Feb 2021 04:22:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dartmouth.edu; s=google1; h=mime-version:from:date:message-id:subject:to; bh=wqJRj+4C55u+xPqkEJ07LpeUFLkNzHB5SzNaSTdHhN4=; b=xpyErmKH76n4OxfpqWaPeWQ5QvsVGAmNQmD6Pj0b6VPkn+WRS5drm82XfzZjggwqrp DBMnDP58Ze/2ydTGDoBdlTtwuIJbm7kdl49+VXzOiWpMPHwn4c44G16+DzO8YEvfPeCf 7OZhwItgFnz/v9xauNRxSwfZDNPuQXEeBNw6/pcf5SKcm1NnZTxcZTNfl/ZG3FnmP446 cLh6fE/AChvJAoegAqmJW2/s+uYWlAgcLTeP+oStHgOK7wiGZoUNKfT0Mlbji2PIFQUM bUv4MObB6fAvZtB0uwcbgwir7lzs2lgpF/0M0mrotA0wexR/OYLQRqpLRgnUDXCGLQdS oN6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=wqJRj+4C55u+xPqkEJ07LpeUFLkNzHB5SzNaSTdHhN4=; b=rzr38idgXS4gahZCMLRiF+lIVjg98WtYKzgOjnQE4BQwcPYL1bUflxRhVRMj3N5YYd 7FdYRtyQRJhuMnN8BqIb0CfeItc1cQEPq1bVXxepmHxnMd4Gst+Z1swUxddKCN0SSnAY vOT2i8/s/kvkCUKvvupa5NddObugWxHthX5BNWQOIJaUJeVgrIj3O28oEqu5so2C8qK4 P+2C4iirLTTCr4JY1lGHrwkiww29D8bTuPsQG3Eo3YJGu/hR02MwB7r0F9tIQ/kIrugP VY6JA2oe28YN1mLJtD8DklNM/pKOG4rCviPQTzyrLjoQbT+I+agrvWwo+m/MzVEwVSHT 5ycQ== X-Gm-Message-State: AOAM531nIPZWYVjNpG7RxMSKy7OTAkv9eMsHciL/fw9PQyw2pLugi8W7 fUU91oe+c2rQoxpXm0i06VsmcNq9/ecCrf7Qjd+k3sGezHVJpg== X-Google-Smtp-Source: ABdhPJyVGm8BslbF2N/uA5BYgeVXBegCnK5RyUzyzS9sAtkGlQBobhiV1kDfXi5agCu9b8aAduwuRZ4N4V2hsrk4WoM= X-Received: by 2002:a7b:cb05:: with SMTP id u5mr3175105wmj.140.1612873336562; Tue, 09 Feb 2021 04:22:16 -0800 (PST) MIME-Version: 1.0 From: M Douglas McIlroy Date: Tue, 9 Feb 2021 07:22:01 -0500 Message-ID: To: tuhs@minnie.tuhs.org Content-Type: text/plain; charset="UTF-8" Subject: Re: [TUHS] Macs and future unix derivatives X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > Or consider this. Unix grew by about 39 system calls in its first > decade, but an average of 40 > > per decade ever since. Is this accelerated growth more symptomatic of > maturity or of cancer? Looks like I need a typing tutor. 39 should be 30. And a math tutor, too. 40 should be 100. Doug