this post was submitted on 21 Apr 2026
1047 points (97.3% liked)

linuxmemes

31150 readers
585 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
    you are viewing a single comment's thread
    view the rest of the comments
    [–] Limonene@lemmy.world 30 points 1 day ago (3 children)

    It sucks that you can't browse anywhere without javascript anymore. It used to be that all the open source sites, most news sites, forums running phpbb, even YouTube aside from the actual element all worked without javascript, and as a bonus there would be no ads.

    Now, you can't browse anywhere without these challenges. At least this one is noninvasive, but the Cloudflare one and the Google Recaptcha do a ton of fingerprinting to choose whether to let you in.

    USPS has a home-rolled one that requires web assembly enabled, or it silently fails with a blank page. There's no non-malicious excuse for that.

    If this is the future of web browsing, hopefully more sites use systems like Anubis. But I also hope at least static pages can be viewable as plain html.

    [–] kilgore_trout@feddit.it 7 points 1 day ago

    USPS has a home-rolled one that requires web assembly enabled, or it silently fails with a blank page

    I sadly found out when trying to track the replacement display for my phone from iFixit through the Kobo web browser.

    Yeah. I just leave pages that use this crap, but it's steadily becoming a larger and larger % of the sites I try to visit each day.

    [–] bridgeburner@lemmy.world 1 points 1 day ago (2 children)
    [–] Limonene@lemmy.world 18 points 1 day ago

    Web browsers have a huge attack surface, and are most people's main exposure to potential exploits. Without javascript, 99% of the attack surface disappears, becuase the attacker no longer has a way to run arbitrary code.

    A lot of terminal-based browsers don't do javascript.

    If I want to scrape a page, this makes it a pain for both parties. I'm not an AI company, so I can afford the hash tax, but it's still a pain to spin up Firefox from a from cron job instead of wget. And I'm still doing it, Anubis doesn't stop small time scrapers like me who aren't running AI training, and only scrape like one page per day. So now the server has to serve the original page, plus all the Anubis stuff each time my crown job goes off.

    [–] baltakatei@sopuli.xyz 6 points 1 day ago

    The HT in HTTP stands for HyperText, not HyperCode.