this post was submitted on 18 Jul 2023
2 points (100.0% liked)

NotAwfulTech

364 readers
2 users here now

a community for posting cool tech news you don’t want to sneer at

non-awfulness of tech is not required or else we wouldn’t have any posts

founded 1 year ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago (1 children)

it’s a testament to how hard the Firefox team works that their browser remains competitive against an aggressive monopolization project by one of the biggest corporations in the world, all while Mozilla as a company does their best to fuck everything up

[–] [email protected] 0 points 1 year ago (2 children)

it's a shame the project to rewrite the engine in rust, I think?, was cancelled.

[–] [email protected] 1 points 1 year ago

aw fuck, was it? that’s disappointing but not surprising. I really wish Mozilla was something like a cooperative instead of the top-heavy nonprofit it is

[–] [email protected] 1 points 1 year ago (1 children)

I think the community has tried to pick up the project again recently, but it's obviously slow going without sponsorship and full time devs: https://servo.org/

[–] [email protected] 0 points 1 year ago (1 children)

Oh wow, thanks for sharing. Their task list must be huuuuuuge

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)

I just ran the nightly build and it looks like their css support is still quite far behind. I hope they can make progress though. It's such a mammoth task

[–] [email protected] 1 points 1 year ago (1 children)

Yeah, supporting every css feature in the world is a tall order. I would love if:

  1. Servo supported a small but useful subset of css features (e.g. just grid and flexbox for layout)

  2. Servo was embeddable like a WebView or electron.

Then you could use the supported subset and not have to worry about supporting every crazy feature, and hopefully get a faster lighter WebView for it.

But even that's a lot of work.

[–] [email protected] 1 points 1 year ago

I was thinking along those lines too. I’d love to use servo for projects where I know exactly what I’m going to render, or even as a docs viewer where imperfect rendering is ok