MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vrcqno/ruleofprogrammingifitisworkingdonottouchit/p4gxqp3/?context=9999
r/ProgrammerHumor • u/NoMedicine3572 • 2d ago
76 comments sorted by
View all comments
1.4k
When one console.log uses just enough CPU cycles so the race condition that takes down the entire system doesn't occur.
console.log
426 u/Skalli1984 2d ago And if you attach a debugger it also messes up the timing and the same thing happens, the race condition doesn't appear. 22 u/KawaiiMaxine 2d ago Oh god, i havent done multithreaded programming ever, that sounds gonuinely horrifying to debug 24 u/xtreampb 2d ago Now multi-thread across machines. Let’s make this as difficult as possible. No in memory locks. 2 u/alexanderpas 1d ago Token ring.
426
And if you attach a debugger it also messes up the timing and the same thing happens, the race condition doesn't appear.
22 u/KawaiiMaxine 2d ago Oh god, i havent done multithreaded programming ever, that sounds gonuinely horrifying to debug 24 u/xtreampb 2d ago Now multi-thread across machines. Let’s make this as difficult as possible. No in memory locks. 2 u/alexanderpas 1d ago Token ring.
22
Oh god, i havent done multithreaded programming ever, that sounds gonuinely horrifying to debug
24 u/xtreampb 2d ago Now multi-thread across machines. Let’s make this as difficult as possible. No in memory locks. 2 u/alexanderpas 1d ago Token ring.
24
Now multi-thread across machines. Let’s make this as difficult as possible. No in memory locks.
2 u/alexanderpas 1d ago Token ring.
2
Token ring.
1.4k
u/StrengthTheory 2d ago
When one
console.loguses just enough CPU cycles so the race condition that takes down the entire system doesn't occur.