From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.1 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id bade9e35 for ; Thu, 28 Jun 2018 14:58:36 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id A05F7A1835; Fri, 29 Jun 2018 00:58:35 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 6842EA1816; Fri, 29 Jun 2018 00:58:27 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 6B057A1816; Fri, 29 Jun 2018 00:58:26 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 3018A9EDF1 for ; Fri, 29 Jun 2018 00:58:26 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 76AA035E12C; Thu, 28 Jun 2018 07:58:25 -0700 (PDT) Date: Thu, 28 Jun 2018 07:58:25 -0700 From: Larry McVoy To: "Perry E. Metzger" Message-ID: <20180628145825.GE21688@mcvoy.com> References: <81277CC3-3C4A-49B8-8720-CFAD22BB28F8@bitblocks.com> <20180628141538.GB663@thunk.org> <20180628144017.GB21688@mcvoy.com> <20180628105538.65f82615@jabberwock.cb.piermont.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180628105538.65f82615@jabberwock.cb.piermont.com> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] PDP-11 legacy, C, and modern architectures X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Thu, Jun 28, 2018 at 10:55:38AM -0400, Perry E. Metzger wrote: > On Thu, 28 Jun 2018 07:40:17 -0700 Larry McVoy wrote: > > On Thu, Jun 28, 2018 at 10:15:38AM -0400, Theodore Y. Ts'o wrote: > > > And the Market spoke. And shortly thereafter, Java fell under the > > > control of Oracle.... And Intel would proceed to further > > > dominate the landscape. > > > > Yep. Lots of cpus are nice when doing a parallel make but there is > > always some task that just uses one cpu. And then you want the > > fastest one you can get. Lots of wimpy cpus is just, um, wimpy. > > And yet, there are few single core devices I can buy any more other > than embedded processors. Even the $35 Raspberry Pis are now four core > machines, and I'm sure they'll be eight core devices soon. > > If you want a single core Unix machine, you need to buy the $5 > Raspberry Pi Zero, which is the only single core Unix box I still can > think of on the market. You completely missed my point, I never said I was in favor of single cpu systems, I said I the speed of a single cpu to be fast no matter how many of them I get. The opposite of wimpy. Which was, I think, Ted's point as well when he said the market rejected the idea of lots of wimpy cpus.