What is Nostr?
ryan /
npub189c…wdj3
2024-11-12 04:22:11
in reply to nevent1q…mh7a

ryan on Nostr: npub1lfy09…xsx3r It probably confused the ballot counting algorithm in Olympia. ...

npub1lfy09gmk79gvyt7ma3lnh82c8arwlpmslf3594gm9e4xrv6zcs4skxsx3r (npub1lfy…sx3r) It probably confused the ballot counting algorithm in Olympia.

function getWinner(A, B) {
// <legacycode> removed
// if (A.votes > B.votes) {return A} else {return B}
// </legacycode>

if (A.party = 'D') { return A }
if (B.party = 'D') { return B }
// Should never get here!
coredump()
}
Author Public Key
npub189cj209pgv5pxy3rxepvlp0hcjgvqt8uvhspyxnn2we0hh867jmsquwdj3