An example of the observer effect in computer science is how when a debugger inserts breakpoints it can modify bytes in the original file, which can be detected and responded to by the program.
@feandal5274Ай бұрын
surprisingly high quality video, nice
@elmatibatАй бұрын
In three case of the particle hitting your RAM that’s not a bug because the system is assumed not to be edited externally. If it did the data in memory wouldn’t be trustworthy.
@avegamersАй бұрын
Very nice video. I like your quality. Keep it up ✌️
@justinliu7788Ай бұрын
Especially if there’s undefined behavior
@termisher5676Ай бұрын
I had bug where i could not assign value to global value even if i read it imidielty after writing to it But when i modify module thats comppeatly unrelated It just starts working
@andreasjoannai6441Ай бұрын
Random one-time startup BSODs (Windows NT 4.0 and earlier) They all have one of two error codes 0xA (IRQL_NOT_LESS_OR_EQUAL) 0x78 (PHASE0_EXCEPTION)
@nobody9234Ай бұрын
One I tried to use c pointers with python, the result was unpredictable it would randomly duplicate memory zones
@ltecherofficalАй бұрын
Somehow I always have these types except it's ones that only work on my machine.