this post was submitted on 18 Mar 2024
791 points (99.0% liked)

Technology

34691 readers
97 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] sramder@lemmy.world 11 points 7 months ago (1 children)

Wet Ass Pussy is clearly the answer.

[–] InFerNo@lemmy.ml 4 points 7 months ago (1 children)

I have a WAP phone, and to my surprise google loads

load more comments (1 replies)
[–] electricprism@lemmy.ml 11 points 7 months ago (2 children)
load more comments (2 replies)
[–] TechNerdWizard42@lemmy.world 8 points 7 months ago

npm install everything --force

[–] azenyr@lemmy.world 6 points 7 months ago

Thats mostly because of the overload quantity of ads, trackers, plugins, integrations, etc all websites have now. Using an adblocker halves your bandwidth usage. If you have a data cap, an adblocker is a must.

And then, optimization. As an Angular developer, knowing many websites nowadays are Angular or similar, the lack of optimization is a big problem. Most don't even use lazy loading, not to mention managing the module imports into different components. They import everything into the main component and don't do lazy loading leading you to websites that have 20-40MB (!!!) of initial load (when you open the website). This is so common that I think junior angular devs will slowly just kill angular popularity and give it a bad look. Takes work to optimize Angular, and many devs don't care enough and just rush it. And then there are companies that don't understand that web frameworks need optimization and just underpay devs or rush the dev time.

Please don't use Angular (or similar complex web frameworks like Vue or React) if you don't know how to correctly optimize it, or don't have time or care for it. And don't overload your pages with ads and integrations. You are ruining the web.

[–] NorthCountryHermit@lemm.ee 5 points 7 months ago

I'd hazard a guess and say it all stems from advancements in tech. There was a need to get the most out of something because of limited resources. Now that everyone's got some fairly serious hardware (yes, even the cheap shit), there's rarely that urge to optimize.

Rather than optimize each new technology as it comes along and gets adopted, it seems as though the mantra is "fuck it, add it to the pile". And it snowballs. As developers feel the need to optimize less, the lessons get passed down to the next generation, and so on.

So we're left with apps/end-user stuff that appear to have been on the opposite of a diet.

load more comments
view more: ‹ prev next ›