this post was submitted on 14 Jul 2025
83 points (95.6% liked)

Programming

21650 readers
267 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
[–] Supercrunchy@programming.dev 2 points 3 days ago

For splitting the app in the taskbar I found it useful to "install" the PWA (you got to find the hidden option in chrome for that..), if it's supported by the website... It still uses the same cookies and addons, but at least it doesn't easily get merged with the main browser window and behaves like a proper desktop application. I mainly use firefox though and it doesn't support PWAs (easily, at least). It's a shame it's not more common, because it's a much better way to run software than the many electron apps, each having their own chromium installation (no download, no long installation process, full sandboxing, and you can have addons & adblockers affect the pwa!)