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=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HTML_FONT_LOW_CONTRAST,HTML_IMAGE_ONLY_16,HTML_MESSAGE, MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 7167 invoked from network); 13 Sep 2022 13:02:54 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 13 Sep 2022 13:02:54 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 7E3BF41741; Tue, 13 Sep 2022 23:02:47 +1000 (AEST) Received: from mail-vs1-f54.google.com (mail-vs1-f54.google.com [209.85.217.54]) by minnie.tuhs.org (Postfix) with ESMTPS id B97F841729 for ; Tue, 13 Sep 2022 23:02:40 +1000 (AEST) Received: by mail-vs1-f54.google.com with SMTP id q26so6843162vsr.7 for ; Tue, 13 Sep 2022 06:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ccc.com; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=gDXcswxyGVOPobtWBjP+Y0a5EW49StRTzsQdc3A/t+o=; b=i3NMSNYFGRBfhFsTGG4raQJ/vnQ1ncJteQhvDNP28YKk48oqR736RaXUpCcANVdo3t +rtGjYjMYor3N/61ofnKpSlN98dvP378JGR8Dz05bOl6PYBSfPH63reQzf/L4/m0DrEK 8oe0sDPuTtJiGMv0jmu9EoSib2n7EeAINzxlo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=gDXcswxyGVOPobtWBjP+Y0a5EW49StRTzsQdc3A/t+o=; b=Sy7zTZfxKdd2lRumHYcjFEDzdqedrXLnzv9IpSOck9/XzXajWrpmuWVk7v02NU8s4a AMz+FumT4SY2mtoeFp0eBegb6n1FmdH3hSqtPq+1F9m7Fn/Wj4OZOSQZSDV8pbTU0+0F dDTombXkBQQf7kKJxmtOtAD+6v/PAohBF7fHlcj7GISpLkqZ6wQUv+Azy6WAfd4ccPnQ ijZaS77asZijXSHICgfG5WFx5+2WWMaKahlNNze5VkhCTQvQp9zl3pIN9DANPVsEU92B 7wnmB4Ublq0Kb1De1mvoOOiq3fU+qAW7qc/r9Qa9DRcLpzltVsoYOR81vWywskHpEz+V phqQ== X-Gm-Message-State: ACgBeo0tgvPtPgxa19k5hozrDfpRAum6uL1vSZtG94bskFoUUmAgMXi8 7BcWbFyT1/mPV6+ztkUJHZGlz4pF+049zE/NvUuwAA== X-Google-Smtp-Source: AA6agR5mrnkBAP3LAPE8j/mcSofyBBA3MAL7g3M7PxWPrRjqjSMwb0pkhek5TaMduzBtk3cOR0sU6l8Wv+4kQRF9q+E= X-Received: by 2002:a05:6102:3a13:b0:398:b4a4:2552 with SMTP id b19-20020a0561023a1300b00398b4a42552mr457991vsu.41.1663074099500; Tue, 13 Sep 2022 06:01:39 -0700 (PDT) MIME-Version: 1.0 References: <477dbaa9-d433-471d-a1b9-045ffded634e@www.fastmail.com> <20220913015316.GM9175@mcvoy.com> <20220913021240.GN9175@mcvoy.com> In-Reply-To: <20220913021240.GN9175@mcvoy.com> From: Clem Cole Date: Tue, 13 Sep 2022 09:01:12 -0400 Message-ID: To: Larry McVoy Content-Type: multipart/alternative; boundary="000000000000efaea305e88e9cf3" Message-ID-Hash: 2642E527OH4JY4X564AOXYOQSHNBS5QY X-Message-ID-Hash: 2642E527OH4JY4X564AOXYOQSHNBS5QY X-MailFrom: clemc@ccc.com 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 CC: TUHS main list X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: DMD 5620 simulator List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: --000000000000efaea305e88e9cf3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Sep 12, 2022 at 10:12 PM Larry McVoy wrote: > I have very fond memories of the BLIT terminals, I just liked how much > you got out of a serial cable. Way, way more than anyone else imagined. > I think that is a good way to express it. The client/server paradigm is really well considered - what belongs on each side. of the link such that the data that actually had to be sent between them is minimum. It becomes a solid demonstration of what you need to get a job done. =E1=90=A7 --000000000000efaea305e88e9cf3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Mon, Sep 12, 2022 at 10:1= 2 PM Larry McVoy <lm@mcvoy.com> w= rote:
I have ver= y fond memories of the BLIT terminals, I just liked how much
you got out of a serial cable.=C2=A0 Way, way more than anyone else imagine= d.

I think that is a good way to express = it.=C2=A0 The client/server paradigm=C2=A0is really well considered - what = belongs on each side. of the link such that the data that actually had=C2= =A0to be sent between them is minimum.=C2=A0 It becomes a solid demonstrati= on=C2=A0of what you need to get a job done.
3D""=E1=90=A7
--000000000000efaea305e88e9cf3--