@cheese_greater to Ask Lemmy • 1 month agoIf human dreaming was a computer program, what would the algorithm/process look like?message-square14arrow-up122arrow-down12
arrow-up120arrow-down1message-squareIf human dreaming was a computer program, what would the algorithm/process look like?@cheese_greater to Ask Lemmy • 1 month agomessage-square14
minus-squareZagorathlinkfedilinkEnglish7•1 month 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() } }