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 20054 invoked from network); 2 Jan 2022 03:57:26 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 2 Jan 2022 03:57:26 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id E7C069D04C; Sun, 2 Jan 2022 13:57:23 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 0B5F89CFA8; Sun, 2 Jan 2022 13:57:00 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 032A09CF06; Sun, 2 Jan 2022 13:56:58 +1000 (AEST) Received: from darkstar.fourwinds.com (fourwinds.com [63.64.179.162]) by minnie.tuhs.org (Postfix) with ESMTPS id DD87E9CE58 for ; Sun, 2 Jan 2022 13:56:55 +1000 (AEST) Received: from darkstar.fourwinds.com (localhost [127.0.0.1]) by darkstar.fourwinds.com (8.16.1/8.15.2) with ESMTP id 2023usDw1623504 for ; Sat, 1 Jan 2022 19:56:54 -0800 Received: from darkstar.fourwinds.com (jon@localhost) by darkstar.fourwinds.com (8.16.1/8.15.2/Submit) with ESMTP id 2023usVo1623501 for ; Sat, 1 Jan 2022 19:56:54 -0800 Message-Id: <202201020356.2023usVo1623501@darkstar.fourwinds.com> From: Jon Steinhart To: TUHS main list In-reply-to: References: <20211231234039.GU31637@mcvoy.com> <202201012000.201K0Fd31610896@darkstar.fourwinds.com> <20220102001244.GF10078@mcvoy.com> <20220102012033.GB7055@mcvoy.com> Comments: In-reply-to Steve Nickolas message dated "Sat, 01 Jan 2022 20:47:11 -0500." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1623499.1641095814.1@darkstar.fourwinds.com> Date: Sat, 01 Jan 2022 19:56:54 -0800 X-JON-SPAM: local delivery Subject: Re: [TUHS] roff(7) [ and other related stuff ] 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" I'm hoping that this doesn't devolved into another language preference war. What I really wanted to discuss was the nature of adding value and maybe nail down what's meant by value. The roffians versus the texans was just a good excuse. One example to me is that while it has it's own thing, perl packages are available via dnf/apt so one doesn't have to add extra steps to keep a system up to date. Things like pear and npm are negative value to me; they're an extra step. Maybe the mentality is that someone else maintains the system and they just maintain their little corner. My classic example is make. Works pretty well, was missing a few things that Sun and Gnu added later. The negative value stuff is [a-z]make, ninja, meson and all that. Does about the same stuff but in an incompatible way.