Daily Shaarli
November 12, 2025
Google uses AI to report security vulnerability.
They order a fix and they plan to release the vulnerability after 90 days.
FFmpeg is an open source project though. The project owes nothing to Google, and Google has no right to impose anything on the project. The company can largely finance or submit fixes.
A great explanation of how servo came to be and how is it developed now.
It highlights Rust advantages over C++ (massive parallelism, ...) and its independance. Servo is hosted under the Linux Foundation and managed openly by the Technical Steering Committee.
A webview (for android and apps) is currently built!
Recent developments: Incremental layout (computation optimisation), WebDriver support to automate the browser (and testing), SVG support and DevTools from Firefox
Plans: editability and interactivity enhancements, CSS Grid Layout support, Embedding API, initial accessibility support and performance improvements.
Long-term: leading embeddable web rendering engine ecosystem, powering innovative applications and framework, offering unparalleled performance, stability and modern web standards compliance.
All infos can be found on https://github.com/servo or https://servo.org/
An example of semantic class names and a teaser on server of Kelp to have dynamic HTML through WebComponents.