this post was submitted on 27 Jan 2024
107 points (98.2% liked)

Programming

21593 readers
157 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Improved control over typography, very early support for sticky positioning and tables, plus updates to our minibrowser and build tooling.

you are viewing a single comment's thread
view the rest of the comments
[–] jlh@lemmy.jlh.name 7 points 1 year ago (3 children)

I wonder if servo could be turned into a safer electron alternative.

[–] technom@programming.dev 5 points 1 year ago

Others have linked it, so just the summary here. Tauri is an alternative to Electron. But unlike electron, Tauri doesn't bundle the web engine (blink) and uses the platform's webview instead. Tauri and Servo teams are working together on integrating the latter as the engine.

[–] grue@lemmy.world 3 points 1 year ago

Ah, like XULRunner 2.0.

Speaking of which, it's crazy how Mozilla keeps almost developing technologies that Google later copies and profits from, but keeps giving up at the last minute.