this post was submitted on 14 Jul 2025
85 points (95.7% liked)

Programming

21621 readers
413 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

What's your guys general thought on how everything is web based now? For me, I don't really like it. I would just rather have an actual program that runs. But I am merely a user, not a programmer.

you are viewing a single comment's thread
view the rest of the comments
[–] GamingChairModel@lemmy.world 2 points 2 days ago

From a business perspective it makes sense, to throw all the rendering to the devices to save cost.

Not just to save cost. It's basically OS-agnostic from the user's point of view. The web app works fine in desktop Linux, MacOS, or Windows. In other words, when I'm on Linux I can have a solid user experience on apps that were designed by people who have never thought about Linux in their life.

Meanwhile, porting native programs between OSes often means someone's gotta maintain the libraries that call the right desktop/windowing APIs and behavior between each version of Windows, MacOS, and the windowing systems of Linux, not all of which always work in expected or consistent ways.