this post was submitted on 27 Jul 2025
251 points (88.4% liked)

Mildly Infuriating

41263 readers
521 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
 

i absolutely hate how the modern web just fails to load if one has javascript turned off. i, as a user, should be able to switch off javascript and have the site work exactly as it does with javascript turned on. it's not a hard concept, people.

but you ask candidates to explain "graceful degradation" and they'll sit and look at you with a blank stare.

you are viewing a single comment's thread
view the rest of the comments
[–] possiblylinux127@lemmy.zip 16 points 3 days ago (5 children)

JavaScript is needed to actually build anything useful. It is way easier to maintain and when done properly it can be very fast to load and use.

The problem with today's web is that pages are extremely inefficient and bloated. You can keep the same UI just don't try to use every framework and library under the sun. Also it would be nice if people actually formated assets properly instead of using tons of large images and other assets.

[–] the_wiz@feddit.org 7 points 3 days ago (1 children)

JavaScript is needed to actually build anything useful

Tell this to the people who build things you would call today a "Webapp" with CGI written in C.

[–] NigelFrobisher@aussie.zone 4 points 2 days ago

So many basic pages are still done as an SPA when they’d work fine as a postback form. It’s infuriating, but web development is rife with magic hammers.

[–] frezik@lemmy.blahaj.zone 6 points 2 days ago (1 children)

JavaScript is needed to actually build anything useful

Not even close. I wrote a management system for the keyfobs at my makerspace. I had some JavaScript in there previously for things like loading up logs with pagination over ajax calls or searching for members by name. I took all that out and made it straight server side HTML. It's fast, takes minimal browser memory, and the back button works with zero fuss.

Just try making an application that way sometime. Yes, you can find places for targeted use of JavaScript, but every web dev should at least try making a project without it.

[–] tomenzgg@midwest.social 5 points 2 days ago

It's not the bulk of your point (of which I agree with) but your mention of the back button reminded me how much I despise – sometimes above everything else – how much these sites override basic functionality of the browser, overriding inbuilt history navigation, screwing up Ctrl click behaviors, stealing my right-click menu or default key bindings.

There's a lot of reasons one might not want to use TikTok but the reason that stops me before even having to consider other reasons (but I can't really explain to most people) is that it's a site designed without any really respect or regard for the user.

Alt+d doesn't work and Ctrl+l pops up some modal about logging in. I can't open any of the recommended videos in a new tab because they clearly must've just done them as onclicks and not real anchor tags so right clicking doesn't give me the option and neither does Ctrl clicking (which – also – that's…got to be an accessibility violation, right?). And more than half the time the full page doesn't even load because it's such a strangle of resources that it needs me to click a button on the page because it wasn't able to load the videos listing of an account in time.

The whole thing is just a nightmare in terms of design and primarily not even in terms of inefficiency but direct hostility to UX. Absolute garbage.

[–] Kissaki@feddit.org 2 points 2 days ago

I'm sure you have something different in mind than me when you say JavaScript is way easier to maintain.

[–] moseschrute@lemmy.world 2 points 2 days ago

People get so mad about JavaScript then load a dozen 10mb unoptimized image files.

[–] veniasilente@lemmy.dbzer0.com 0 points 2 days ago

JavaScript is needed to actually build anything useful.

Underage user detected!