Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90076 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36326 invoked from network); 5 Jan 2016 07:51:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2016 07:51:26 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.172 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.172 mail-pf0-f172.google.com Received: from [209.85.192.172] ([209.85.192.172:34928] helo=mail-pf0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AC/58-24214-EF57B865 for ; Tue, 05 Jan 2016 02:51:26 -0500 Received: by mail-pf0-f172.google.com with SMTP id 78so218518955pfw.2 for ; Mon, 04 Jan 2016 23:51:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=dYO7Bdg6DQGbnGYkAQGoZBk/5LRN1AziO/167D2AMLc=; b=jzKgJuxcydDmvtV8BOC0IH2sI9gMrgpEycijt9o4RYFs1+07rS2/fNlSi7yJV0/aMV 4w9F45GQ3gEfZTdiBjtgzTot4Vdq/eLqhbCRZUA2Iot2pWU12/L7q0rmk3jsFxBlikcu uf2qPALCD2dZrSvEvr3LQ3wPr7h5WHyK4ZNdBZCk95HPTW7ki7LJpZxB/nrxs7PQ2aAX jGOeCpc6pHYzOvCmEJ6WyhmaBHw5JurFKyBadjulXg1HPwhsdIXN1Wf3HWC+RUUDL2Qn bmkTwxgKk1cDe/PGqGHvxvEKLchcX/mIueScOEy1dNpvnxHCQzduucMTcx2qR4nSsRPo FF6g== X-Received: by 10.98.67.74 with SMTP id q71mr129125551pfa.134.1451980283185; Mon, 04 Jan 2016 23:51:23 -0800 (PST) Received: from Stas-Air.local ([209.36.2.103]) by smtp.gmail.com with ESMTPSA id u26sm75088353pfa.86.2016.01.04.23.51.22 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Jan 2016 23:51:22 -0800 (PST) To: Michael Cullum References: <568AE803.1080209@gmail.com> <568B0C8E.3080206@eliw.com> <568B1041.1060601@gmail.com> <568B1DA8.3060908@gmail.com> <568B210A.9050103@gmail.com> Cc: PHP internals X-Enigmail-Draft-Status: N1110 Message-ID: <568B75F9.7050606@gmail.com> Date: Mon, 4 Jan 2016 23:51:21 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [Draft] Adopt Code of Conduct From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > difficult as it would be unlikely that 5 people would all be 'corrupt' in > the same fashion compared to one where lots of individuals hold that power > and can exercise it on their own. Here's that "corrupt" again - but the point here is that no corruption is necessary. Human perception is prone to multitude of biases, and a cohesive group of likely-minded people often amplifies those biases. And we always operate on incomplete information. Honest people are routinely vehemently disagree on many questions, including ones that only one possibility could logically be correct, without ever being corrupt. People can misunderstand, be mistaken, be opinionated, be delusional. Smaller is the group, bigger is the effect of biases (there are multiple studies on groupthink and cognitive biases, those things are very real). People do not have to be evil for them to go wrong. That's why safeguards - like prior attempts at resolution (to ensure it's not mere misunderstanding), public process (i.e. more participants, more chance to reveal and challenge biases and misunderstandings), ability to confront the accusations (thus challenging the biases and having chance to correct the facts - or at least provide difficult perspective), etc. are important. Even with all safeguards, nothing is guaranteed, but without them, mere assumption that "we are all good people, we can do no wrong" is a dangerous delusion. If we're talking about committing wrong feature - ok, big deal, we can fix it in the next release. It's only code. But when we're talking about something that can influence people's lives - and something like being permanently banned from all PHP projects could easily cost a person their career and livelihood - that's wholly different matter. That's why I am talking about those safeguards, not because I think those elected would be evil. -- Stas Malyshev smalyshev@gmail.com