@cheese_greater to Ask Lemmy • 7 days agoIf human dreaming was a computer program, what would the algorithm/process look like?message-square14arrow-up122arrow-down11
arrow-up121arrow-down1message-squareIf human dreaming was a computer program, what would the algorithm/process look like?@cheese_greater to Ask Lemmy • 7 days agomessage-square14
minus-squareZagorathlinkfedilinkEnglish7•7 days agowhile(true) { scenario = Scenarios.rand() time = DateTime.now() while DateTime.now() - time < DateTime.minutes(5) { scenario.continue() } }
while(true) { scenario = Scenarios.rand() time = DateTime.now() while DateTime.now() - time < DateTime.minutes(5) { scenario.continue() } }