From 51af4051549df3f13addf2369f774eef652b9317 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 2 Sep 2025 16:26:49 +0300 Subject: [PATCH] =?utf8?q?=D0=9A=D0=BE=D1=85=20=D0=BE=20=D1=81=D1=82=D0=B8?= =?utf8?q?=D0=BB=D0=B8=D1=81=D1=82=D0=B8=D0=BA=D0=B5=20=D1=84=D0=BE=D1=80?= =?utf8?q?=D0=BC=D0=B0=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?utf8?q?=D1=8F=20=D0=BF=D0=B8=D1=81=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://lists.gnupg.org/pipermail/gnupg-users/2025-September/067794.html Очень понравился ответ Вернера Коха на письмо, где человек в MD/reST стиле написал письмо, где есть preformatted вставки. Он отлично сказал, что потратя 10сек больше на оформление письма, это сэкономит тысячу секунд на чтение остальным людям. ------------------------ >8 ------------------------ This is somewhat off topic but I find it really hard to parse all that Python style quoting. Please remember that many folks are reading this and example and thus is should be easy to read. Saving 10 seconds in writing takes up 1000*2 secoonds to read. Or lets say 500*2 seconds because many won't read it at all due to crude formatting. Compare this snippted from your mail Permissions on /dev/console (that bubblwrap creates): ``` localhost # ll /dev/console crw--w---- 1 1000 nobody 136, 1 Aug 30 20:37 /dev/console ``` Permissions of bind mounted /dev/console: ``` localhost # ll /dev/console crw--w---- 1 nobody nobody 5, 1 Aug 29 21:45 /dev/console ``` to this style: Permissions on /dev/console (that bubblwrap creates): localhost # ll /dev/console crw--w---- 1 1000 nobody 136, 1 Aug 30 20:37 /dev/console Permissions of bind mounted /dev/console: localhost # ll /dev/console crw--w---- 1 nobody nobody 5, 1 Aug 29 21:45 /dev/console -- 2.51.0