On 2021-05-23 at 18:36:10, Felipe Contreras wrote: > Johannes Schindelin wrote: > > On Fri, 21 May 2021, Derrick Stolee wrote: > > > > > On 5/21/2021 5:59 AM, Bagas Sanjaya wrote: > > > > On 21/05/21 05.13, Lénaïc Huard wrote: > > > >> The existing mechanism for scheduling background maintenance is done > > > >> through cron. On Linux systems managed by systemd, systemd provides an > > > >> alternative to schedule recurring tasks: systemd timers. > > > >> > > > >> The main motivations to implement systemd timers in addition to cron > > > >> are: > > > >> * cron is optional and Linux systems running systemd might not have it > > > >>    installed. > > > >> * The execution of `crontab -l` can tell us if cron is installed but not > > > >>    if the daemon is actually running. > > > >> * With systemd, each service is run in its own cgroup and its logs are > > > >>    tagged by the service inside journald. With cron, all scheduled tasks > > > >>    are running in the cron daemon cgroup and all the logs of the > > > >>    user-scheduled tasks are pretended to belong to the system cron > > > >>    service. > > > >>    Concretely, a user that doesn’t have access to the system logs won’t > > > >>    have access to the log of its own tasks scheduled by cron whereas he > > > >>    will have access to the log of its own tasks scheduled by systemd > > > >>    timer. > > > > > > > > For gender neutrality, we can use he/she instead. > > > > > > Singular "they" is better. Fully accurate and less awkward. > > > > I agree. > > I disagree. I'm fully in support of singular "they". It provides a useful pronoun to use in this context, is widely understood and used, is less awkward than "he/she," and is less sexist than the indefinite "he." > > If the singular they was good enough for Shakespeare, > > Shakespeare: > > 1. Did not know gammar > 2. Invented words as we went along > 3. Was no writing prose The point is that it has been used by native English speakers as part of the language for over half a millennium and is widely used and understood. This usage is specified in Merriam Webster[0]: The use of they, their, them, and themselves as pronouns of indefinite gender and indefinite number is well established in speech and writing, even in literary and formal contexts. Wiktionary notes[1] (references omitted): Usage of they as a singular pronoun began in the 1300s and has been common ever since, despite attempts by some grammarians, beginning in 1795, to condemn it as a violation of traditional (Latinate) agreement rules. Some other grammarians have countered that criticism since at least 1896. Fowler's Modern English Usage (third edition) notes that it "is being left unaltered by copy editors" and is "not widely felt to lie in a prohibited zone." Some authors compare use of singular they to widespread use of singular you instead of thou. > The singular they is a controversial topic[1][2], even among linguists. > This is a software project, we must not make decrees about proper use of > English language, especially when linguists themselves have not yet > fully decided. Linguists fit roughly into two camps: prescriptive and descriptive. The former specify rules for people to use, and the latter document language as it is actually used without forming a judgment. While I am not a linguist, I have a B.A. in English, and my views fit firmly into the descriptivist camp. Some prescriptivists think it is acceptable, and some do not. But descriptivists will rightly note that it is and has been commonly used in English across countries, cultures, and contexts for an extended period of time and is therefore generally accepted by most English speakers as a normal part of the language. Since we are writing text for an English language audience who are mostly not linguists, we should probably consider using the language that most people will use in this context. > If you want to use "they", go ahead, other people want to use "he/she". > The git project should steer cleer of value judgements that one is > _better_ than the other. Any time we provide a suggestion in a code review, we are proposing that we have an idea that may be better than the existing one. It may or may not actually be so, but we are proposing it in an effort to make the code and documentation better. No good-faith contributor would propose a suggestion to make the project _worse_. It's completely fine for a contributor to propose that they think an idea is better provided that they do so in a respectful and considerate way, which I think happened here. As with all matters of opinion, whether a thing is truly better or not is unknowable, and the best we can do is to adopt an approach that seems to be the most widely accepted and most provident. In this case, given the fact that singular they is accepted in a wide variety of contexts, including many literary and formal contexts, and even the relatively stalwart Chicago "recognizes that such usage is gaining [further] acceptance," I think it should be fine to use singular they here. You are, of course, free to feel differently. [0] https://www.merriam-webster.com/dictionary/they [1] https://en.wiktionary.org/wiki/they -- brian m. carlson (he/him or they/them) Houston, Texas, US