HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fabrice_d

no profile record

Submissions

Servo Baseline Readiness

webtransitions.org
6 points·by fabrice_d·4 เดือนที่ผ่านมา·0 comments

comments

fabrice_d
·15 วันที่ผ่านมา·discuss
A pure AOSP distribution is now lacking a lot of basic apps. Distributions like LineageOS or GrapheneOS fill the gap with their own, but pure AOSP is totally unusable.
fabrice_d
·22 วันที่ผ่านมา·discuss
You can switch to the AppView from https://mu.social/ and you'll get editing working.
fabrice_d
·22 วันที่ผ่านมา·discuss
> You can’t even accurately calculate things like post likes.

And maybe that's a good thing.
fabrice_d
·2 เดือนที่ผ่านมา·discuss
I don't believe this is a good solution: users will obviously click on that add-on install dialog box without being better informed and protected against malicious / buggy / attacker controlled web sites.

Hopefully they will move to a better solution that offers some integrity guarantees instead, like https://rwc26.waict.dev/ that they have an early implementation of in nightly builds.
fabrice_d
·2 เดือนที่ผ่านมา·discuss
It has build.rs that will run as soon as you compile the dependency. That's not the same thing but pretty close to a post install script: it's very likely to run.
fabrice_d
·2 เดือนที่ผ่านมา·discuss
It's very naive to believe the "no influence" part. I will never give to Ladybird given their closeness with fascists. Is that the kind of influence they expect?
fabrice_d
·2 เดือนที่ผ่านมา·discuss
If you are interested in new browsers / web runtimes, Servo publishes binaries monthly: https://servo.org/download/
fabrice_d
·3 เดือนที่ผ่านมา·discuss
Probably because they don't leverage cosmetic filtering yet: https://docs.rs/adblock/latest/adblock/struct.Engine.html#me...
fabrice_d
·4 เดือนที่ผ่านมา·discuss
I encourage you to read the short paragraph at https://www.w3.org/TR/html-design-principles/#priority-of-co...
fabrice_d
·5 เดือนที่ผ่านมา·discuss
> Perhaps, but in fairness the project was started in 2018 when Rust was still new and unproven.

Rust was already proven in 2018, and I'm pretty sure they went with C++ for other reasons.
fabrice_d
·5 เดือนที่ผ่านมา·discuss
You can't compare the choices made to evolve a >20 years old codebase with a brand new one. Firefox also as Rust support for XPCOM components, so you can use and write them in Rust without manual FFI (this comes with some baggage of course).

The Ladybird devs painted themselves in a corner when choosing C++ for a new web browser, with many anti-Rust folks claiming that "modern C++ was safe". Well...
fabrice_d
·5 เดือนที่ผ่านมา·discuss
Did you factor in the highest cost of life (including housing, healthcare, retirement, etc.) in the US in your 50% ?
fabrice_d
·5 เดือนที่ผ่านมา·discuss
WhatsApp was using libsignal (the C version) when I worked on the KaiOS integration in 2017/2018.
fabrice_d
·5 เดือนที่ผ่านมา·discuss
This is a cool project, and to render Simon's blog will likely become the #1 goal of AI produced "web browsers".

But we're very far from a browser here, so that's not that impressive. Writing a basic renderer is really not that hard, and matches the effort and low LoC from that experiment. This is similar to countless graphical toolkits that have been written since the 70s.

I know Servo has a "no AI contribution" policy, but I still would be more impressed by a Servo fork that gets missing APIs implemented by an AI, with WPT tests passing etc. It's a lot less marketable I guess. Go add something like WebTransport for instance, it's a recent API so the spec should be properly written and there's a good test suite.
fabrice_d
·6 เดือนที่ผ่านมา·discuss
Some people looked at some of the authors background:

https://gameboat.bearblog.dev/the-resonant-computing-manifes...

There are actually things to be very skeptical about.
fabrice_d
·6 เดือนที่ผ่านมา·discuss
Some people are also opposed because of the negative externalities when building and running AI systems (environmental consequences, intellectual property theft), even if they understand that agentic coding "works". This is a valid position.
fabrice_d
·8 เดือนที่ผ่านมา·discuss
Mozilla Corp. has > $1B in the bank. Their pockets are not empty.
fabrice_d
·8 เดือนที่ผ่านมา·discuss
The billion laughs attack has well known solutions (basically, don't recurse too deep). It's not a reason to not implement DOCTYPE support.
fabrice_d
·8 เดือนที่ผ่านมา·discuss
> I can get the source of the kernel, including all drivers, running on my android phone with a few clicks and build a custom ROM.

No, most drivers are closed source and you can just extract binary blobs for them. They run as daemons that communicate through the binder ipc - Android basically turned the Linux kernel into a microkernel.
fabrice_d
·8 เดือนที่ผ่านมา·discuss
According to Mozilla's own data at https://data.firefox.com/dashboard/hardware Windows (7, 10 & 11) make up 84% of their user base.