From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id f5434a77 for ; Wed, 16 Oct 2019 06:45:40 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 4E93B9B629; Wed, 16 Oct 2019 16:45:39 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 9D47F94663; Wed, 16 Oct 2019 16:44:48 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 3852F94663; Wed, 16 Oct 2019 16:44:45 +1000 (AEST) X-Greylist: delayed 483 seconds by postgrey-1.36 at minnie.tuhs.org; Wed, 16 Oct 2019 16:44:43 AEST Received: from Psilocybe.Update.UU.SE (Psilocybe.Update.UU.SE [130.238.19.25]) by minnie.tuhs.org (Postfix) with ESMTP id 8E58A93EFE for ; Wed, 16 Oct 2019 16:44:43 +1000 (AEST) Received: by Psilocybe.Update.UU.SE (Postfix, from userid 30275) id BF3858036C; Wed, 16 Oct 2019 08:36:38 +0200 (CEST) Date: Wed, 16 Oct 2019 08:36:38 +0200 From: Pontus Pihlgren To: Diomidis Spinellis Message-ID: <20191016063638.ptabgs7v27hpu45g@Update.UU.SE> References: <655e3240-0795-bdf1-4997-b35041cd1863@aueb.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <655e3240-0795-bdf1-4997-b35041cd1863@aueb.gr> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [TUHS] The Unix Game 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 main list Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Tue, Oct 15, 2019 at 03:55:25PM +0300, Diomidis Spinellis wrote: > The game at https://www.unixgame.io/unix50 has you solve challenges by > arranging Scratch-like blocks into shell pipelines. Neat! This was fun! I've had it on my to-do list for years to make a tool like this. If you include "tee" (and I guess any command line tool) it could be quite interesting. With a preview function at each pipe it could be pretty useful too. But I'm digressing from the topic of this mailing list, sorry. /P