Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2020 18:33:40 +0200
From:      Polytropon <freebsd@edvax.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: Mailing List Etiquette was freebsd vs. netbsd
Message-ID:  <20200616183340.9bcb7d4b.freebsd@edvax.de>
In-Reply-To: <20200616115951.00005528@seibercom.net>
References:  <20200613154409.GA89618@neutralgood.org> <13115.1592302784@segfault.tristatelogic.com> <20200616071153.00006f4d@seibercom.net> <CA%2B4TWFuWN1BV=FftC1xNCYRgqwX%2BCb=wMg_L9MxFHx17Nzjm5Q@mail.gmail.com> <20200616075548.000066f1@seibercom.net> <20200616140416.bd7b8bf2.freebsd@edvax.de> <CA%2B4TWFtgaMkJWAOuvEpSg2TOo2hrG-P7EHJUigCQwgQw3iXtWQ@mail.gmail.com> <20200616142043.7d599458.freebsd@edvax.de> <CA%2B4TWFvf7w=4djQfWLtXhqmip0Rb72Js6BbOW=F_gUkufXuQFw@mail.gmail.com> <20200616144141.6203d978e9bd43418b17dcbc@sohara.org> <CA%2B4TWFsCcegZN7L0CGzJ1PFinROmRy1ypZ6mxF59zDeXHh2C=A@mail.gmail.com> <CAGBxaX=GZ-PRYJT_n%2BXpqRHmsFwGq58tSF0emqCJ__ioot7Lpw@mail.gmail.com> <CA%2B4TWFu5_aPENk6W3Pm6dQhT4DDCFM3XnQ_2en7yeGad1k15WA@mail.gmail.com> <CAGBxaXkyAr=EmFkGed9SbLqNBfzuTuZJkWsKm=q=hjMjUSix9Q@mail.gmail.com> <CA%2B4TWFskS-%2BPbEM2bUK%2B5mjTWv=ZsSLnbpCm4OQ3WLWwoE6HYA@mail.gmail.com> <20200616170906.9c0bb6c7.freebsd@edvax.de> <20200616115951.00005528@seibercom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 16 Jun 2020 11:59:51 -0400, Jerry wrote:
> I have seen a few users here claim if they receive a transmission and
> it is not in the format that they approve of, they will delete it. Now,
> allow me to say this as nicely as I possible can. If some entity wants
> to send an electronic document formated with a 200 character line
> length, R2L with the characters inverted, that is their right. If the
> intended recipient chooses to discard that communication, that is their
> right.

Mechanism: "You want something - you do something."

If people seek help from this list and present questions like
this:

	I tried to execute http://bob.example.com/script.sh
	and got the error http://bob.example.com/error.txt,
	what should I do?

I bet a majority of mailing list participants would not try
to visit the external sources in the first place, but instead
rightfully expect the code in question and the error message
to be part of the question. (Of course, this is oversimplified,
but I'm sure it's easy to get the idea.)

Instead, if the question was this:

	$ cat script.sh
	#!/bin/sh
	echo "My name is $USER and I'm using $TERM."
	exit 0

	$ ll script.sh
	-rw-r--r--  1 bob  staff  62 2020-06-16 18:32:14 script.sh

	$ ./script.sh
	./script.sh: Permission denied.

Immediately replies would be arriving stating the problem and
offering a solution.

On the other hand - "tool analogy" -, providing external
resources for 200 lines of log messages is surely better than
posting them to the list. Part of Etiquette is what what I
would consider "craft your message carefully and intendedly",
in this example, to only quote directly relevant or exemple
lines from a lengthly log file instead of the whole file.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200616183340.9bcb7d4b.freebsd>