46
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 15 Aug 2024
46 points (97.9% liked)
Asklemmy
44672 readers
1116 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
I really just want web browsers to die, and be replaced by one of the slimmed down options like gemini, gopher, or some markdown viewer.
The web just keeps getting increasingly bloated and ad-ridden, and filled with popups. Web browsers are as complex as entire operating systems now, so only 2 orgs (google and mozilla) have the resources and expertise to build a browser, and mozilla might throw in the towel eventually, leaving the internet as one big google ad.
IE move viewing of mostly static content into these simple variants like gemini, and move dynamic things to local apps with API access.
The question is: should they? There is a larger philosophical divide about whether software tools should be small and purpose-built, or monolithic. Having one do-it-all tool can be convenient but also creates a huge amount of overhead and complexity.
I go back and forth myself. I love the convenience of monolithic tools, but miss the way a small, purpose-built tool can really do its job well.
They shouldn't be doing any of those things, html should be for simple, static content only.
For dynamic / interactive things, programmers should write programs again like they used to.