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-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,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 70DD01F487; Wed, 1 Apr 2020 20:34:43 +0000 (UTC) Date: Wed, 1 Apr 2020 15:34:43 -0500 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 1/2] README: expand on the GUI non-requirement Message-ID: <20200401203443.GA25378@dcvr> References: <20200401060441.1750-2-e@yhbt.net> <87lfnf8br0.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87lfnf8br0.fsf@kyleam.com> List-Id: Kyle Meyer wrote: > Eric Wong writes: > > > diff --git a/README b/README > > index a3c1e61c..b90a5298 100644 > > --- a/README > > +++ b/README > > @@ -14,7 +14,8 @@ public-inbox spawned around three main ideas: > > use of non-Free services or software. > > > > * Graphical user interfaces should not be required for text-based > > - communication. > > + communication, users may have broken graphics drivers, limited > > + eyesight, or unable to afford modern hardware. > > This run-on sentence tripped me up. For clarity, perhaps add "as" or > something similar before "users"? Thanks and good point about the run-on sentence. "as" could work, I think, the sentence may just be too long. Perhaps just a separate sentence: "communication. Users ..." Thoughts? I find it hard to notice my own grammar and speling errors, so these fixes are very much appreciated :>