this post was submitted on 26 Aug 2026
1139 points (99.4% liked)

Open Source

48956 readers
302 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] chunes@lemmy.world 33 points 2 weeks ago (1 children)

It kills me that fucking everything is a fucking website these days, even "desktop" applications.

[–] 8oow3291d@feddit.dk 0 points 2 weeks ago* (last edited 1 week ago) (1 children)

Though not having to download and install a random program from the Internet, with full access to your hard disk, is often nice. When running in the browser, it is automatically sandboxed hard.

[–] Kangae_Hishiryo@scribe.disroot.org 4 points 2 weeks ago (1 children)

And it kills all the performance... And the security, and the privacy, as everything needs to fucking call home to be able to work.

And, why the fuck would you build over Electron or Tauri? That's just being retarded, desktop apps should be done with actual native graphic toolkits, not that fucking performance, resources, space, security and privacity that "hybrid frameworks" are.

[–] 8oow3291d@feddit.dk 3 points 2 weeks ago

Which is true and all. For many things.

But if I just want to decode some JSON for a computer game, it is nice to just be able to do it on a website, with no need to install anything.