this post was submitted on 19 Feb 2026
93 points (95.1% liked)
Privacy
46487 readers
1892 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Servo is a bloated GUI framework?
It's an HTML, CSS, JS renderer. The fact so many use Electron for bloated app GUIs doesn't mean that's what it is. Every browser is functionally the same thing as Electron (with even more stuff), but the use case requires it.
This surely will be used to make bloated GUIs, but that's good if it replaces Electron and is faster. There is a use for Electron. It's just over-used.
Not sure i agree. They take a engine made to render a Document Object Model and shoehorn GUI widgets on it, no? At least, every Electron tool i've used was laggy, heavy and reserved GBs of RAM.
And what, you count the major webbrowsers not as heavy and bloated?
Well, one example would be a web browser. I'm sure you can at least agree with the utility there. I would say it could also be a useful tool for a prototype, but the problem is, once you have a working prototype, that tends to become the final product.