this post was submitted on 17 Apr 2025
697 points (99.2% liked)
Technology
69041 readers
3581 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Browsers should be open standards, like TCP/IP.
browsers are not protocols but applications. how do you make an open standard for an application? was that done before?
Well Edge is a fork of Chromium. The problem is its centrally controlled by Google and large tech giants, hence them banning adblock and such.
TCP over IP as a protocol is an "open standard". Network implementations are nearly always strictly proprietary.
The "protocols" behind browsers are public. HTML, CSS, and ECMAScript are all well defined on sites like the Mozilla documentation. You are free to implement your own browser that follows these standards.