From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id B12C91F5AE for ; Sun, 28 Jun 2020 23:39:48 +0000 (UTC) Received: from localhost ([::1]:48952 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jpgtn-00024I-N0 for e@80x24.org; Sun, 28 Jun 2020 19:39:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49424) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jpgtl-000245-LP for dtas-all@nongnu.org; Sun, 28 Jun 2020 19:39:45 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:45938) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jpgtk-0006ET-56 for dtas-all@nongnu.org; Sun, 28 Jun 2020 19:39:45 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 5DA781F5AE; Sun, 28 Jun 2020 23:39:39 +0000 (UTC) Date: Sun, 28 Jun 2020 23:39:39 +0000 From: Eric Wong To: dtas-all@nongnu.org Subject: Re: Line wrapping in YAML output Message-ID: <20200628233939.GA8775@dcvr> References: <20200613152543.owwp2ey3byvf2row@gmail.com> <20200615002434.GA30135@dcvr> <20200615111727.yn23ntg6spxa7ft4@gmail.com> <20200616041938.GA7549@dcvr> <20200616095307.65qsl7rjr66nroz5@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200616095307.65qsl7rjr66nroz5@gmail.com> Received-SPF: pass client-ip=64.71.152.64; envelope-from=e@80x24.org; helo=dcvr.yhbt.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/28 19:39:39 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: duct tape audio suite List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" James Rowe wrote: > * Eric Wong (e@80x24.org) wrote: > > AFAIK, you're maybe the 3rd user of this? :) > > In the Old World before The Collapse, I’d pushed dtas at $WORK. There > were quite a few people happily using it, albeit mostly just to enqueue > a track or toggle their personal sinks on and off. Perhaps, in time, we > will bring the count back up! Cool, good to know. Btw, would you have any thoughts on whether the current implementation language being Ruby has a positive or negative effect on adoption? Or if Perl might be more appealing as it's already on more systems and has faster startup. I've been considering migrating this to Perl, but the Perl 7 announcement has me worried it'll follow in making the same mistakes as Ruby and Python w.r.t. breaking existing code. That said, I've been thinking about a RCU-aware scripting language with a stability promise similar to the Linux kernel for a while, now (not that RCU is particular appropriate for dtas, but who knows? :>).