← Back to context

Comment by bearjaws

2 years ago

Wow a real SWE showing up and explaining how you can actually approach a real problem using a browser. Instead of just going "well its not compiled so clearly it will just randomly explode".

I am always amazed how HN doesn't realize many mission & life critical systems are powered by JS - especially as a front end through a browser.

> I am always amazed how HN doesn't realize many mission & life critical systems are powered by JS - especially as a front end through a browser

I am always amazed how some people believe that adding more levels of abstraction leads to safer systems. /s

  • Can you not see it? Abstraction = time savings, things can be tweaked to be closer to perfect state, and can be tested to hecky because of the ease of development.

    As long as the risks are acceptable (single non mission critical display out of many may rarely crash) then it's fine imo.