this post was submitted on 11 Mar 2025
290 points (93.7% liked)

Technology

66067 readers
4816 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

I am tired of Firefox shitty takes.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 1 day ago (1 children)

If I'm correct, the linux foundation took up development of the Servo engine when Mozilla dropped it. So they don't focus entirely on Chromium, and may be the ones to take back after Mozilla for Firefox/Gecko engine if needed (you did not said that ofc, but i think it's important to mention). There's still a long way to go with new engines such as Servo and Ladybird, but that may be good alternatives in the future.

[–] [email protected] 1 points 20 hours ago (1 children)

I don't think Mozilla had any involvement in Servo.

[–] [email protected] 8 points 19 hours ago

They started the whole thing. They invented and implemented a whole programming language to implement the thing. Then they integrated Stylo (Servo's CSS engine) and a couple smaller bits into Firefox which made it a hell a lot faster. Then they set Rust free and shelved Servo because from the perspective of Firefox going forwards with rewriting more in Rust would've been a lot of investment for diminishing returns. Stylo was the big one, enabling before unseen parallelism in rendering.

Servo, even with FSFE funding, still has ways to go. Ladybird, I wonder why they even bother. If they want a C++ browser engine that hasn't been touched by big money then there's KHTML, Webkit/Chromium's direct ancestor. There's a reason KDE dropped development: It wasn't worth the effort. Qt wasn't willing to pick it up either.