about a month ago, a post on social media went viral, asking people would they press blue or a red button. the premise was as follows:
" Everyone in the world must cast a private vote press the red button or the blue button.
If more than 50% choose blue, everyone survives.
If less than 50% choose blue, only red voters survive."
a few days ago, i’ve turned it into a website/minigame.
when you visit it for the first time, you are presented with a choice: blue or red button. before casting a vote, you need to pass a captcha to try and reduce spam. once ur vote is cast you’ll be able to see live tally, as well as votes breakdown by country. this updates live. so if you vote, and leave the page, once you’d return, you’ll see updated stats.
the website also has a fully working PWA, so you can even “install” it, if thats what you prefer.
i plan to run this longterm, likely for months/years, if all goes to plan.
running this has made me realize how small world is. i’ve even got votes from places such as mainland china, palestine, cambodia… even if in statistics a vote of 1 is considered noise, the fact even a singular person found this is crazy to me!!!
feel free to vote, and to further discuss it on here!
and if you speak multiple languages, at a higher level, it would be nice if you could help me translate this into multiple languages!! if you do want to help, id appreciate telling me the correct locale, for an example es-AR, ru-KZ, etc
window.langData = {
"stamp": "Global morality test",
"label": "The Question",
"question": "Everyone in the world must cast a private vote <em>press the red button or the blue button.</em><br><br>If <em>more than 50%</em> choose blue, <strong style='color:#4a9edd'>everyone survives.</strong><br>If <em>less than 50%</em> choose blue, <strong style='color:#e05c50'>only red voters survive.</strong>",
"sub": "Your vote is private. The outcome is shared.",
"btn_red": "RED",
"btn_blue": "BLUE",
"overlay_msg_blue": "You chose humanity. Let us hope others do too. Wait a second to see what others have voted for, so far!",
"overlay_msg_red": "You chose survival. The calculus is cold, but honest. Wait a second to see what others have voted for, so far!",
"overlay_sub": "Recording your vote...",
"alert_captcha": "Please complete the captcha proof to verify you are human before voting.",
"alert_network": "Network error - please try again.",
"alert_failed": "Verification failed.",
"voted_msg": "Vote recorded! Thank you.",
"stats_header": "Live Tally",
"threshold": "50% threshold",
"red": "Red",
"blue": "Blue",
"total": "Total",
"awaiting_data": "Awaiting data...",
"verdict_safe": "✓ {pct}% blue - humanity survives",
"verdict_danger_tie": "¼ Exactly 50% - threshold not met",
"verdict_danger": "✗ {pct}% blue - only red voters survive",
"feed_title": "Recent Votes",
"cc_header": "Votes by country",
"cc_subheader_votes": "sorted by total votes",
"cc_subheader_alpha": "sorted aphabetically",
"privacy_note": "Privacy Note: This poll uses secure local browser storage (localStorage) instead of cookies to remember your voting status on this device.<br/><br/>",
"sort_votes":"By votes",
"sort_alpha":"A–Z",
"ci_title": "Confidence Intervals",
"ci_note": "(blue vote share)",
"ci_verdict_safe": "Even the widest interval stays above 50% -- blue looks safe at {pct}%.",
"ci_verdict_warn": "Blue leads at {pct}%, but the 90% CI dips to {low}% -- outcome still uncertain.",
"ci_verdict_danger": "Blue trails at {pct}%. The 90% CI lower bound is {low}% -- red wins under current data.",
"metric_p_real_label": "Probability that Blue's lead is real (1-p):",
"metric_votes_needed_label": "Net Blue votes needed for 99% CI Safety:",
"metric_red_leads": "(Red leads/ties)",
"metric_already_safe": "0 (Already Safe)",
"metric_net_needed": "{n} net Blue votes",
"metric_close_to_safety": "Close to safety",
"metric_blue_needs_more": "N/A (Blue needs >50% first)",
"red_lead_times":"Red took lead:",
"blue_lead_times":"Blue took lead:",
"tied_times":"Tied at 50%:",
"lang_author":"language name translation (in that language) - your name"
};
