Remix.run Logo
hyperhello 3 hours ago

Why does everyone hate this comment? Attitude? I can’t figure out the wavelength here. I’m just commenting.

StilesCrisis 3 hours ago | parent | next [-]

Because kernel panics are a wildly different class of bug than breaking one browser tab. An "Oh Snap" is the designed outcome of a JavaScript infinite loop. Crashing the whole computer is not.

JumpCrisscross 3 hours ago | parent | prev | next [-]

> Why does everyone hate this comment?

"It's just" dismissals are annoying when they're blatantly wrong. An infinite-loop counter in Orion.app shouldn't cause my entire machine to freeze, down to being unable to force quit.

demibabs 3 hours ago | parent | prev | next [-]

"It's just" is usually an annoying way to start a comment.

LoganDark 3 hours ago | parent | prev [-]

An infinite loop in JavaScript causes a different issue. It doesn't cause the rest of your tabs to stop working too. Or allegedly the entire rest of the OS though I can't reproduce that.