Comment Java hasn't been in the browser for 10+ years (Score 1) 29
This is another symptom of shitty programmers using 100 different pre-made libraries all of which are shitty and bloated to begin with, along with oversize graphics and hundreds of links to third party ad servers all using bandwidth that's utterly unrelated to the actual content I want to read.
All your complaints? They're not Java. Java kept in it's own little sandbox. Java applets sucked and were solution looking for a problem outside a few novelty browser games. However, Java has been absent for browsers for almost 20 years. All the vendors removed support 10 years ago now. It began a very steep decline once the iPhone was introduced and Apple refused to support it.
Java has been a server side technology since the early 2000s. It doesn't even render HTML very much any more. It only processed backend-requests....far more quickly and efficiently than it's competitors.
Your complaints are about JavaScript! It's a shitty language, but even moreso, abused by morons who don't follow common sense.
To this day, I still don't understand why they want to load 100s of scripts remotely and make 100 REST calls to render a page that's not even tailored to the specific user. Back in the server-side rendering days, there were a lot of jackasses, but at least the page rendered remotely and was sent when it was done...you can switch tabs and return once the tab said the page was loaded.
Loading a webpage shouldn't bog down a $4000 MacBook Pro...but the shitty front-end dev community said "M4 should easily be able to load my stupid and simple website?"...."Challenge accepted!"
It's almost as if the front-end community likes their users to suffer with their horrible billion level JavaScript frameworks that in the end, render a very dull page. Resume-Driven-Development at it's finest!