this post was submitted on 03 Oct 2023
345 points (95.0% liked)

Unpopular Opinion

6228 readers
99 users here now

Welcome to the Unpopular Opinion community!


How voting works:

Vote the opposite of the norm.


If you agree that the opinion is unpopular give it an arrow up. If it's something that's widely accepted, give it an arrow down.



Guidelines:

Tag your post, if possible (not required)


  • If your post is a "General" unpopular opinion, start the subject with [GENERAL].
  • If it is a Lemmy-specific unpopular opinion, start it with [LEMMY].


Rules:

1. NO POLITICS


Politics is everywhere. Let's make this about [general] and [lemmy] - specific topics, and keep politics out of it.


2. Be civil.


Disagreements happen, but that doesn’t provide the right to personally attack others. No racism/sexism/bigotry. Please also refrain from gatekeeping others' opinions.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Shitposts and memes are allowed but...


Only until they prove to be a problem. They can and will be removed at moderator discretion.


5. No trolling.


This shouldn't need an explanation. If your post or comment is made just to get a rise with no real value, it will be removed. You do this too often, you will get a vacation to touch grass, away from this community for 1 or more days. Repeat offenses will result in a perma-ban.



Instance-wide rules always apply. https://legal.lemmy.world/tos/

founded 1 year ago
MODERATORS
 

Ignoring the security implications, I miss kb large old raw html websites that loaded instantly on DSL internet. Nowadays shit is too fancy because hardware allows that, but I feel we're just constantly running into more bugs first and then worry about them later.

Edit: I've thought more about it, and I think I just missed the simplicity of the internet back then. There's just too much bloat these days with ad trackers and misinformation. I kinda forgot just how bright and eye jarring most old UIs were lol.

you are viewing a single comment's thread
view the rest of the comments
[–] krey@sh.itjust.works 5 points 1 year ago (2 children)

The need to have a "responsive" layout and webdesigners. At work i see this happeneing a lot. Someone has a quick loading basic website, but it's old and it's sometimes complicated to use on phones. They hire a webdesigner to modernize it, to make the UI rearrange when you tilt your phone sideways and have a big menu on big desktop screens and a folded hamburger menu on small phone screens. They need touch support and want less reloads. Every requirement adds code and libraries. The result really has better usability and neat spinners instead of complete page reloads, but it initially loads a bit slower and has bigger components.

[–] calzone_gigante@lemmy.world 5 points 1 year ago

I dont think that usability or acessibility gets so much in the way. It's more about thinking webpages as applications instead of documents. Plain html is easier for screenreaders and larger fonts. You can also get responsive with very little css.

Simplicity is just not the goal anymore.

[–] qyron@sopuli.xyz 0 points 1 year ago (1 children)

So essentially what you are saying is getting in between people and smaller, simpler and faster loading sites is convinience and other people?

[–] krey@sh.itjust.works 2 points 1 year ago (1 children)

Yes, if they were comfortable with stuff like pinch zooming the site a lot between actions on their phone, they would not need a modernized UI. Of course, there's also peer preasure, ie. the competition having a cool redesign and getting more often linked to on social media, etc

[–] qyron@sopuli.xyz 2 points 1 year ago (1 children)

I don't have any real knowledge of html but I have a vague memory about reading an article where it was mentioned there was a very simple way for a website to "ask" what was the available resolution and fit itself to it in human friendly format.

When comes to manually zooming in or out - especially when on a smartphone - on a webpage, I admit I prefer it. It had a very short learning curve and it transmits a cleaner feeling of interacting with the website instead of having whatever it may be running behind the scenes shifting and adjusting the focus to some random point I have no interest on.

[–] krey@sh.itjust.works 1 points 1 year ago (1 children)

This is the wiki of an old game: wiki.spiralknights.com

As you can see, on mibile the text is hard to read and you have to zoom and move around a lot to navigate. It's the same software as wikipedia, but an older design.

What responsive UI optimization does is it changes all of this into vertical scrolling and makes it readable right away. You just swipe up until you see what you wanted to. As you can see on the modernized en.m.wikipedia.org on mobile the search is right on top and the font size and zoom are easily readable. If you tilt your phone it auto rearranges some content for better readability. That's what some people and designers want for sites nowadays.

I have used the search of that old game a lot and I tell you: It sucks when you miss tapping the search box and hit a button instead. It loads a different page and the server is often slow. I could prevent it by pinch zooming beforehand, so it's more easy to hit, but it's unintuitive. I usually forget to do it.

[–] qyron@sopuli.xyz 0 points 1 year ago (1 children)

You mention wikipedia and that is one site where regardless being essentialy text, pages can take immense time to load.

I respect the efforts to make things more accessible but there is the feeling that much more effort goes towards fluff and eye-candy than real, tangible, improvement.

[–] krey@sh.itjust.works 1 points 1 year ago (1 children)

Yeah, thar's not a counter argument; just demonstrates the usability gains.

Btw, did you open the browser tools (usually F12) of a desktop browser and check if it's the server response or the rendering, that takes long for you in the network tab? I'm asking, because for me wikioedia isn't that slow.

[–] qyron@sopuli.xyz 1 points 1 year ago

Never looked into it but I'll check.