HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fabrice_d

no profile record

投稿

Servo Baseline Readiness

webtransitions.org
6 ポイント·投稿者 fabrice_d·4 か月前·0 コメント

コメント

fabrice_d
·17 日前·議論
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
·24 日前·議論
You can switch to the AppView from https://mu.social/ and you'll get editing working.
fabrice_d
·24 日前·議論
> You can’t even accurately calculate things like post likes.

And maybe that's a good thing.
fabrice_d
·2 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
If you are interested in new browsers / web runtimes, Servo publishes binaries monthly: https://servo.org/download/
fabrice_d
·3 か月前·議論
Probably because they don't leverage cosmetic filtering yet: https://docs.rs/adblock/latest/adblock/struct.Engine.html#me...
fabrice_d
·4 か月前·議論
I encourage you to read the short paragraph at https://www.w3.org/TR/html-design-principles/#priority-of-co...
fabrice_d
·5 か月前·議論
> 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 か月前·議論
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 か月前·議論
Did you factor in the highest cost of life (including housing, healthcare, retirement, etc.) in the US in your 50% ?
fabrice_d
·6 か月前·議論
WhatsApp was using libsignal (the C version) when I worked on the KaiOS integration in 2017/2018.
fabrice_d
·6 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
Mozilla Corp. has > $1B in the bank. Their pockets are not empty.
fabrice_d
·8 か月前·議論
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 か月前·議論
> 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 か月前·議論
According to Mozilla's own data at https://data.firefox.com/dashboard/hardware Windows (7, 10 & 11) make up 84% of their user base.