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=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 968BC1F9FD; Thu, 18 Feb 2021 20:28:18 +0000 (UTC) Date: Thu, 18 Feb 2021 20:28:18 +0000 From: Eric Wong To: meta@public-inbox.org Subject: lei stuff that should be in a lei(1) or lei-overview(7) Message-ID: <20210218202818.GA19443@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: More random scattered thoughts * Note bash completions in contrib/, encourage contributions for other shells * Note UI/UX is a deeply personal choice, lei can't satisfy everyone * Note Inline::C + "mkdir -p ~/.cache/public-inbox/inline-c" significantly improves performance. Socket::MsgHdr (libsocket-msghdr-perl in Debian) further improves startup performance (most noticeable for bash completion) * Don't impose or aggressively promote lei in your projects or communities. That defeats the point of open standards. Until AGPL acceptance grows, it's likely many users can't use lei. * Primary author is scatter-brained, and getting worse :< More to come...