this post was submitted on 28 Jul 2023
940 points (96.3% liked)

Programmer Humor

20385 readers
1365 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] AnonymousLlama@kbin.social 49 points 2 years ago (2 children)

I'd say the over exploitation of JavaScript to leverage tracking, interaction and marketing has helped create the poor experiences we now have on web. The underlying technology when used for creating interactive and helpful UIs is very beneficial

I rotate between 4 websites for content essentially.

[–] grue@lemmy.ml 0 points 2 years ago (1 children)

Web pages are supposed to be hypertext documents, not "interactive... UIs!"

[–] flower3@feddit.de 7 points 2 years ago* (last edited 2 years ago) (1 children)

So I should download an app for everything beyond that?

[–] grue@lemmy.ml 0 points 2 years ago* (last edited 2 years ago)

You're "downloading an app" anyway, even if it's JavaScript running in a browser. How do you think the client-side code gets to the client‽

But yes, I think we need a new version of something like Java Web Start, except with the ability to steam parts of itself as-needed instead of having to download the entire .jar before being able to run. If you're going to have an app, have an app that has proper libraries for the UI etc. instead of hacking everything on top of a whole bunch of DOM cruft!

I guess WebAssembly is a step in the right direction, but it's still too tied to the document viewer known as a "web browser," for no good reason.