Comment Re:it's the complexity, stupid (Score 4, Interesting) 26
I don't have anything against JS, it's fine for manipulating webpages client side because it's the only standard option (fine, WASM, but realistically). Where I draw (drew?) the line is "let's run it on the server too!". That was a terrible idea. Then someone decided, hey, don't code that, use an npm that you have never read or validated. That was the terrible idea amongst terrible ideas. Now they've reached the apex of idea terribleness by letting LLMs write code that is never read, using npms that are never validated, on a server without a sandbox. I'm eagerly awaiting to see how they top this, might I suggest running the whole thing on Node using root?