Email news@statisticool.com to sign up to receive news and updates

Haiku 176

5/10/19

mix the white pieces
completely with the black, then
we're all grey pieces
function getVote( value ) { let poll = document.getElementById( "poll" ); let body = JSON.stringify({ vote: value, page: window.location.pathname }); fetch( '/poetry/vote.php', { method: 'POST', body: body } ).then( response => { if ( response.status == 200 ) { response.text().then( parsed => poll.innerHTML = parsed ); } else { poll.innerHTML = response.statusText; } }); }

Please anonymously VOTE on the content you have just read:

Like:
Dislike:



For poetry, I recommend:


Please show me a randomly selected poem






If you enjoyed any of my content, please consider supporting it in a variety of ways:

AFFILIATE LINK DISCLOSURE: Some links included on this page may be affiliate links. If you purchase a product or service with the affiliate link provided I may receive a small commission (at no additional charge to you). Thank you for the support!