this post was submitted on 29 Aug 2023
5 points (100.0% liked)

Technology

37360 readers
219 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news or discussion of technology, it probably belongs here.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 10 months ago (5 children)

To anyone reading this article, only the first quarter of it is about the beliefs and political stance of the developers. The rest of the article after that goes into more technical reasons.

[–] [email protected] 0 points 10 months ago (4 children)

All I needed to read was in the first paragraph.

Brave Software, the company behind the browser of the same name, was founded by Brendan Eich. He's best known as the creator of JavaScript from his days at Netscape Communications

I mean, JS is his baby that's all there needs to be said about the person's motivations.

[–] [email protected] 0 points 10 months ago* (last edited 10 months ago) (3 children)

"JS is his baby that’s all there needs to be said about the person’s motivations."

"During these formative years of the Web, web pages could only be static, lacking the capability for dynamic behavior after the page was loaded in the browser. There was a desire in the flourishing web development scene to remove this limitation, so in 1995, Netscape decided to add a scripting language to Navigator. They pursued two routes to achieve this: collaborating with Sun Microsystems to embed the Java programming language, while also hiring Brendan Eich to embed the Scheme language."

https://en.wikipedia.org/wiki/JavaScript

I think you're confusing the reasons behind the initial intent of JS versus what it has evolved into almost 30 years later.

[–] [email protected] 0 points 10 months ago (2 children)

Imagine a world where Java integrated into the web was just as standard as JavaScript is now.

[–] [email protected] 1 points 10 months ago

we were really close.... I remember lots of placeholders for where Java applets were meant to be

[–] [email protected] 1 points 10 months ago

WASM is basically Java applets but standardised, even acting as a binary blob to run websites in. Web applications written in frameworks like Flutter just render a fullscreen `` element and use obfuscated code to render what looks like a web page to a fancy picture element.

We lost the buggy plugins and the security holes, but the idea of "put a blob in a browser and run it" just keeps getting reinvented by browsers.