this post was submitted on 07 Aug 2024
834 points (96.7% liked)
Technology
59086 readers
4493 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 another!
- 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
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, a browser is a massive piece of software, especially if you include the development of a render engine as Firefox does
Web standards evolve constantly, you need to keep up somehow, together with optimizations, bug fixing, patching of security vulnerabilities, etc
Indeed. People severely underestimate how complex and costly developing a browser and web renderer is.
In many ways it's far more complex than OS development.
Firefox cannot get by on user donations alone. Mozilla needs a way to generate revenue, but nobody wants Mozilla to commercialise in any way. They're stuck between a rock and a hard place.
And a JS engine! Firefox uses Mozilla's SpiderMonkey, unlike every other (Blink/chrome-family) browser which uses Google's V8.