this post was submitted on 30 Oct 2023
262 points (99.6% liked)
Technology
69913 readers
2446 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
How would you even go about enforcing this? Anyone with even basic skills can write a very simple web browser that just makes http requests and displays the output
Displaying raw HTML? Sure a fair number of people can pull that off. Actually rendering HTML+CSS with all their many features and a performant JS engine is many orders of magnitude more complex though, which is why there are basically only three browser engines (two if you count Chromium as a WebKit fork)
Chromium is open source. It would be trivial to build it yourself with the block list disabled.
Then ban open source browsers, duh...
Of course, but the original commentor's claim was that writing a web browser is trivial, not that compiling an existing web browser with some minimal changes is trivial.
does curl -G qualify as a web browser under this law
No.
99% of people can't.
Even downloading a special browser that doesn't comply with the limitations would still be inaccessible to most users.
If you think the average citizen can code a browser you are very mistaken.