pull down to refresh

You, or k00b open it when yoga class is over! Hahaha

reply
60 sats \ 5 replies \ @optimism 22h
while (true) {
    bugs->refresh_from(ALL_REPOS);
    for (auto it = bugs->begin(); it != bugs->end(); ++it) {
        opti->directAttnTo(it); 
    }
    long long snoreHours = rand_ll(2,12);
    std::this_thread::sleep_for(std::chrono::hours(snoreHours));
}

it'll show up eventually but there is that pesky sleep_for.

reply

the famous sleep_for retry policy. ๐Ÿ˜…

opti->directAttnTo(bug);
std::this_thread::sleep_for(std::chrono::hours(rand_ll(2, 12)));

At this point Iโ€™d say the bug is not being ignored, itโ€™s just being handled with an aggressively conservative backoff strategy. Iโ€™ll wait for the next scheduler tick. ๐Ÿ˜‚

reply
57 sats \ 3 replies \ @optimism 21h

hey! I need these explicit long long snores.

reply

That really does emphasize the message! But 2 hours isn't that long long! One byte was enough. ahahah

reply
33 sats \ 1 reply \ @optimism 21h

meme value > RAM value, even at today's prices.

reply

That's right! It's my microcontroller programmer side speaking up. ahaha

reply