this post was submitted on 30 Oct 2023
264 points (99.6% liked)

Technology

59312 readers
5184 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

This was sent out by Mozilla today via email, fighting the recent SREN bill proposed by France ✊

Here is the email;

img1 img2

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (3 children)

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

[–] [email protected] 6 points 1 year ago (1 children)

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)

[–] [email protected] 2 points 1 year ago (2 children)

Chromium is open source. It would be trivial to build it yourself with the block list disabled.

[–] [email protected] 2 points 1 year ago

Then ban open source browsers, duh...

[–] [email protected] 1 points 1 year ago

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.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

does curl -G qualify as a web browser under this law

[–] [email protected] 1 points 1 year ago

Anyone with even basic skills can write a very simple web browser that just makes http requests and displays the output

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.