this post was submitted on 30 Aug 2025
300 points (93.6% liked)

Mildly Infuriating

42134 readers
545 users here now

Home to all things "Mildly Infuriating" Not infuriating, not enraging. Mildly Infuriating. All posts should reflect that.

I want my day mildly ruined, not completely ruined. Please remember to refrain from reposting old content. If you post a post from reddit it is good practice to include a link and credit the OP. I'm not about stealing content!

It's just good to get something in this website for casual viewing whilst refreshing original content is added overtime.


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means: -No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...


7. Content should match the theme of this community.


-Content should be Mildly infuriating.

-The Community !actuallyinfuriating has been born so that's where you should post the big stuff.

...


8. Reposting of Reddit content is permitted, try to credit the OC.


-Please consider crediting the OC when reposting content. A name of the user or a link to the original post is sufficient.

...

...


Also check out:

Partnered Communities:

1.Lemmy Review

2.Lemmy Be Wholesome

3.Lemmy Shitpost

4.No Stupid Questions

5.You Should Know

6.Credible Defense


Reach out to LillianVS for inclusion on the sidebar.

All communities included on the sidebar are to be made in compliance with the instance rules.

founded 2 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] MonkderVierte@lemmy.zip 71 points 3 weeks ago* (last edited 3 weeks ago) (7 children)

Skill issue - on the devs side.

A lot of pages even fail if you only disable 3rd-party scripts (my default setting on mobile).

I consider them broken, since the platform is to render a Document Object Model; scripting is secondary functionality and having no fallbacks is bad practice.
Imagine if that were a pdf/epub.

[–] cupcakezealot@piefed.blahaj.zone 29 points 3 weeks ago (5 children)

wild thing is that with modern css and local fonts (nerdfonts, etc), you can make a simple page with a modern grid and nested css without requiring a single third party library or js.

devs are just lazy.

[–] TrickDacy@lemmy.world 18 points 3 weeks ago

Devs are lazy but also product people and design request stuff that even modern CSS cannot do

[–] MonkderVierte@lemmy.zip 17 points 3 weeks ago (1 children)

devs are just lazy.

*cost-efficient. At this point it's a race to the bottom.

load more comments (3 replies)
[–] corsicanguppy@lemmy.ca 10 points 3 weeks ago (2 children)

no fallbacks is bad practice.

This is how you know they're extra lazy -- no "please enable javascript because we suck and have no noscript version".

[–] oddspinnaker9295@lemmy.world 8 points 3 weeks ago* (last edited 3 weeks ago)

It reminds me of flash when it first gained popularity.

“Please enable flash so you can see our unnecessary intro animation and flash-based interface” at, like, half of local restaurant websites

load more comments (1 replies)
load more comments (5 replies)
[–] victorz@lemmy.world 53 points 3 weeks ago (21 children)

People in this thread who aren't web devs: "web devs are just lazy"

Web devs: Alright buddy boy, you try making a web site these days with the required complexity with only HTML and CSS. 😆 All you'd get is static content and maybe some forms. Any kind of interactivity goes out the door.

Non web devs: "nah bruh this site is considered broken for the mere fact that it uses JavaScript at all"

[–] A_norny_mousse@feddit.org 19 points 3 weeks ago (1 children)

It's not about using js or not, it's about failing gracefully. An empty page instead of a simple written article is not acceptable.

[–] victorz@lemmy.world 5 points 3 weeks ago

An empty page isn't great, I would indeed agree with that.

[–] Frostbeard@lemmy.world 14 points 3 weeks ago (3 children)

Stop, can only get so erect. Give me that please than the bullshit I have to wade trough today to find information. When is the store open. E-mailadress/phone. Like fuck if I want to engage

load more comments (3 replies)
[–] owsei@programming.dev 10 points 3 weeks ago (5 children)

That site is literally just static content. Yes JS is needed for interactivity, but there's none here

load more comments (5 replies)
[–] BackgrndNoize@lemmy.world 7 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

A lot of this interactivity is complete bullshit, especially on sites that are mostly just for static data like news articles or blog posts, the JS is there for advertisement and analytics and social media, tracking and other bullshit.

The fastest and smoothest websites are usually personal blogs of software engineers, no ads, no social media, no tracking, no pointless comments threads and no gimmicky UI animations, just text and images and if they do add interactive components it's usually done in a good way

[–] humorlessrepost@lemmy.world 5 points 2 weeks ago* (last edited 2 weeks ago)

News site dev here. I’ll never build a site for this company that relies on js for anything other than video playback (yay hls patents, and they won’t let me offer mp4 as an alternative because preroll pays our bills, despite everyone feeling entitled to free news with no ads)

[–] Sir_Kevin@lemmy.dbzer0.com 7 points 3 weeks ago (2 children)

I would argue that a lot it scripting can and should be done server side.

[–] Cerothen@lemmy.ca 6 points 3 weeks ago* (last edited 3 weeks ago) (7 children)

That would make the website feel ultra slow since a full page load would be needed every time. Something as simple as a slide out menu needs JavaScript and couldn't really be done server side.

When if you said just send the parts of the page that changed, that dynamic content loading would still be JavaScript. Maybe an iframe could get you somewhere but that's a hacky work around and you couldn't interact between different frames

load more comments (7 replies)
load more comments (1 replies)
load more comments (14 replies)
[–] pyre@lemmy.world 40 points 3 weeks ago (13 children)
load more comments (13 replies)
[–] cupcakezealot@piefed.blahaj.zone 31 points 3 weeks ago (4 children)

because modern webdevs cant do anything without react

[–] fxdave@lemmy.ml 20 points 3 weeks ago (2 children)

I'm a webdev. I agree. I like react.

[–] kameecoding@lemmy.world 6 points 3 weeks ago (2 children)

I disagree,I did fullstack for years without react, I used the much superior Vue.js

load more comments (2 replies)
load more comments (1 replies)
[–] TrickDacy@lemmy.world 8 points 3 weeks ago

because ~~modern~~ young/unskilled webdevs cant do anything without react

load more comments (2 replies)
[–] A_norny_mousse@feddit.org 16 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Yes.

Many people won't even know what we're talking about; to them it's like saying "the sheer amount of websites that are unusable without HTML". But I use uBlock Origin in expert mode and block js by default; this allows me to click on slightly* fishy links without endangering my setup or immediately handing my data over to some 3rd party.

So I'm happy to see news websites that do not require js at all for a legible experience, and enraged that others even hide the fucking plain text of the article behind a script. Even looking at the source code does not reveal it. And I'm not talking about paywalls.


* real fishy links go into the Tor browser, if I really want to see what's behind them.

[–] prole@lemmy.blahaj.zone 5 points 3 weeks ago

Said it on a top-level comment as well, but I use "medium mode" on uBlock (weirdly not advertised, but easy enough to enable: https://github.com/gorhill/ublock/wiki/Blocking-mode:-medium-mode). I've found it to be a good middle ground between expert mode which is basically noscript, and rawdogging it.

If I encounter a site that I can't visit unless I enable JS, then I leave.

[–] RodgeGrabTheCat@sh.itjust.works 15 points 3 weeks ago (1 children)

I have 13 sites whitelisted to allow JS. The internet is fairly usable for me without JS.

[–] corsicanguppy@lemmy.ca 5 points 3 weeks ago

Same. This is the way.

[–] witty_username@feddit.nl 11 points 3 weeks ago (5 children)

If I'd want to write a site with js-equivalent functionality and ux without using js, what would my options be?

[–] ImgurRefugee114@reddthat.com 8 points 3 weeks ago (2 children)

WASM and cry because you can't directly modify the DOM without JS.

[–] unwarlikeExtortion@lemmy.ml 5 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

You can't modify the DOM.

But ~~some~~ most dynamicity can stay - sites can be built freely server-side, and even some "dynamic" functionality like menus can be made using css pseudoclasses.

Sure, you won't have a Google Docs or Gmail webapp, but 90% of stuff doesn't actually need one.

A basic website doesn't require js.

A webshop, for example, does for the part around adding to cart and checkout - but it doesn't for merely browsing.

load more comments (1 replies)
load more comments (1 replies)
[–] hellfire103@lemmy.ca 5 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

HTML and CSS can do quite a lot, and you can use PHP or cgi-bin for some scripting.

Of course, it's not a perfect alternative. JavaScript is sometimes the only option; but a website like the one I was trying to use could easily have just been a static site.

load more comments (1 replies)
load more comments (3 replies)
[–] prole@lemmy.blahaj.zone 9 points 3 weeks ago (1 children)

I use uBlock medium mode, and if I can't get a website to work without having to enable JavaScript, then I just leave the website.

load more comments (1 replies)
[–] Mwa@thelemmy.club 5 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I just use NOSCRIPT to do this and its annoying to visit websites that need Javascript, but its handy with noscript cause I just turn on the Javascript the website needs for functionality (this should also speed up load times)
Sometimes if am using a browser without extension support (like Gnome WEB) I just disable Javascript on Websites or frontends that dont need it like Invidious (if am facing issues)

load more comments (1 replies)
load more comments
view more: next ›