15 Followers
0 Following
0 Posts

Why I Think the AI Bubble Will Not Burst

https://lemmy.world/post/39866616

Why I Think the AI Bubble Will Not Burst - Lemmy.World

Lemmy

You can hire your prison population for those jobs.

Why the U.S. Should Sanction India Over Scam Call Centers

https://lemmy.world/post/35146331

Why the U.S. Should Sanction India Over Scam Call Centers - Lemmy.World

Lemmy

You’ll never find such organized scam call centers with voluntary workers anywhere outside India. Of course there are scam call centers in Myanmar and Cambodia, but they kidnap people for those works. And African scammers aren’t that organized. They don’t have buildings full of scammers.
You read the full thing? The author isn’t overweight conservative.

Why the U.S. Should Sanction India Over Scam Call Centers

https://lemmy.world/post/35137484

Why the U.S. Should Sanction India Over Scam Call Centers - Lemmy.World

Lemmy

Google Killed Your Attention Span with SEO-Friendly Articles

https://lemmy.world/post/32636524

Google Killed Your Attention Span with SEO-Friendly Articles - Lemmy.World

Lemmy

Convert a video to fast GIF using FFmpeg (Tutorial)

https://lemmy.world/post/32341762

Convert a video to fast GIF using FFmpeg (Tutorial) - Lemmy.World

Lemmy

Convert a video to fast GIF using FFmpeg (Tutorial)

https://lemmy.world/post/32341759

Convert a video to fast GIF using FFmpeg (Tutorial) - Lemmy.World

Lemmy

Thanks for your comment. I agree with some of your points, but I really don’t understand why we should use JS frameworks for everything and render pages on the client’s device. I’m not against JavaScript, but no website should be made entirely of it.

A few years ago, I came across a Chinese e-commerce site where the product page falsely displayed an “out of stock” message until the website fully loaded. Imagine how many people left the page, thinking the product wasn’t available. This issue wouldn’t exist with server-side rendering.

Regarding companies that prioritize users with newer devices, this approach may not be economically beneficial and feels deceptive to users. If they don’t want users with older devices, they should clearly state it on their website by checking the user agent. For example, Amazon.com works even without JavaScript and runs smoothly on all devices. Any company serious about its profits should prioritize user experience, and making a webpage lightweight is one of the best ways to achieve that. It seems like these JS frameworks and their modules aren’t really about improving user experience. What’s even more concerning is that many newcomers to programming rely on these frameworks without understanding basic HTML or JavaScript.

There are many older people who still use their old laptops, and buying newer models makes it harder for them to adapt. Additionally, discarding older devices increases e-waste. This makes the behavior of big tech companies seem hypocritical—like Apple, which stopped including chargers with new iPhones while claiming to be environmentally friendly.

Back in 2011, we could use YouTube on our laptops without any issues. So why not make older versions available for older devices? I understand that companies want to block bots, but if that’s the goal, why allow old device user agents to access the site in the first place? If they assume all older devices are potential bots but still want users from those devices, why not provide an older frontend for signed-in users?

I’m sorry for the rant, but this is how I feel about modern web development.