this post was submitted on 05 Mar 2025
707 points (96.8% liked)
Technology
64074 readers
5893 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
To expand on your second point in case anyone isn't sure what you mean:
Different browsers render webpages slightly differently, because they use different "engines". The most popular browsers are Chrome or Edge, both of these which use the Blink engine, whereas Firefox uses a different engine called Gecko.
Web developers want their websites to work for most people, so they develop websites that are optimized to run in Blink, which means they sometimes don't look as intended on Gecko (Firefox). It's not Firefox's fault that developers are doing this -- of course developers want to reach the most users possible. There's nothing wrong with Gecko, either -- if it were more popular, then developers would build sites for it instead of for Blink. But, this issue of sites breaking can sometimes turn people off.
(Conversely, I develop for Firefox first, so sometimes webpages I make don't render properly in Chrome/Edge. That's not ideal, but I don't care much. I think Gecko is the better + more consistent engine, and I'm not interested in chasing mass appeal.)