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, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13679 invoked from network); 25 Jan 2021 00:19:09 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 25 Jan 2021 00:19:09 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id B64969C78E; Mon, 25 Jan 2021 10:19:07 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 25E069C641; Mon, 25 Jan 2021 10:18:57 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id E41F99C641; Mon, 25 Jan 2021 10:18:54 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 7A0D29C5FD for ; Mon, 25 Jan 2021 10:18:54 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id EE59A35E1B7; Sun, 24 Jan 2021 16:18:53 -0800 (PST) Date: Sun, 24 Jan 2021 16:18:53 -0800 From: Larry McVoy To: Grant Taylor Message-ID: <20210125001853.GA27947@mcvoy.com> References: <20210124183653.GD21030@mcvoy.com> <20210124205451.GH21030@mcvoy.com> <2e148195-9751-b362-87f8-41deed60ed5c@spamtrap.tnetconsulting.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2e148195-9751-b362-87f8-41deed60ed5c@spamtrap.tnetconsulting.net> User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [TUHS] tangential unix question: whatever happened to NeWS? 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: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sun, Jan 24, 2021 at 04:38:30PM -0700, Grant Taylor via TUHS wrote: > On 1/24/21 1:54 PM, Larry McVoy wrote: > >I did the first SPARC Cluster and made a logo that was 4 interconnected > >Sun logos in the same shape, I can probably dig it up. > > I would be curious to see the clustered SUN logo if you could find it > without much digging. Pretty simple: %!PS /inch { 72 mul } def /offset { .20 inch } def % Draws a cluster logo slight smaller than a postit note, about 2.5" square % Drawn with the center at the current point. /clusters { gsave newpath 0 setlinecap 100 dup dup dup % XXX - this has to be 100 4 { gsave dup 0 translate 45 rotate gsave 3 44 dup dup scale div setlinewidth -1 -1 moveto -1 1 lineto 1 1 lineto 1 -1 lineto closepath stroke 0 1 moveto 0 2 lineto stroke -1 0 moveto -2 0 lineto stroke -1 1 moveto -2 2 lineto stroke grestore 6 setlinewidth 4 { 90 180 2 { 5 38 moveto 10 10 5 180 0 arc 15 38 lineto stroke 40 40 translate rotate } repeat } repeat grestore 90 rotate } repeat grestore } bind def 4 inch 8 inch translate 1 dup scale clusters showpage