Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90438 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58973 invoked from network); 10 Jan 2016 03:41:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jan 2016 03:41:39 -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.220.43 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.43 mail-pa0-f43.google.com Received: from [209.85.220.43] ([209.85.220.43:36577] helo=mail-pa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/36-14657-2F2D1965 for ; Sat, 09 Jan 2016 22:41:39 -0500 Received: by mail-pa0-f43.google.com with SMTP id yy13so210975001pab.3 for ; Sat, 09 Jan 2016 19:41:38 -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=4eRzGCyiC1570EnPU2SrN8fBPekTGQzTlsS6K+0PSdw=; b=nRbyPqsI4w62G2dYbWOGkSRw9G0MdzzXkQoY5XSpqMGRr+BAEYO5J5yYNaCEdNQXKp yIL6WgS658hVIKAjNBHV2nNYN2bVhMtyKJ62rfgonfdrH6t8IjCHolU9ahkLjgMPs8mr sM264iS2pAJTxVLHoG4Lh0vI5ZVyBGvg8TBr7Q8gCuYfRggbO9X1vV77oTZdMifuwzwU pYbmE1Fp3l7JGdWZn7NUD/BI76eRHFkK7S0tZyt5U1QgMUZ7m0C1rGa9HwG0UNcyXaaP V1jYwBLc61nGXVUh6fPFbAU0KcgJtAn+HaA56EOc4nplB2TaNlTkQLXOgyGsrzpN/RV9 q86Q== X-Received: by 10.67.1.69 with SMTP id be5mr5733812pad.6.1452397293620; Sat, 09 Jan 2016 19:41:33 -0800 (PST) Received: from ?IPv6:2602:304:cdc2:e5f0:d43e:d04f:9263:93fb? ([2602:304:cdc2:e5f0:d43e:d04f:9263:93fb]) by smtp.gmail.com with ESMTPSA id 16sm14171454pfh.48.2016.01.09.19.41.32 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 09 Jan 2016 19:41:32 -0800 (PST) To: Pierre Joye References: <5690BCE6.6010908@gmail.com> <569182FD.6070404@gmail.com> <56918458.1070101@gmail.com> Cc: Anthony Ferrara , Andrea Faulds , "internals@lists.php.net" Message-ID: <5691D2EA.1050808@gmail.com> Date: Sat, 9 Jan 2016 19:41:30 -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] Re: Anonymous voting on wiki From: smalyshev@gmail.com (Stanislav Malyshev) Hi! >>> Perhaps then show them once the vote is closed? >> >> That's possible. > > I do not see how it helps except to... know who voted what. Indeed if > we only show who voted but not how, that's fine. If not, it makes the > whole thing useless. The idea is that while vote is open, only totals are shown. When the vote is closed, the total and the list of voters are shown, but the individual votes still aren't. I'm not sure whether it is better or not, since secret ballot also means confidentiality about whether somebody voted or not, and in some cases (e.g. unanimous voting or some votes disclosed) it may still be possible to deduce individual votes given the list of participants. -- Stas Malyshev smalyshev@gmail.com