Daily Shaarli

All links of one day in a single page.

April 25, 2024

jeremychone-channel/rust-base: Rust minimalistic base starter template.

A great starter for new rust projects.

From the video https://www.youtube.com/watch?v=oxx7MmN4Ib0

Adventures In Rust: Bringing Exchange Support To Thunderbird

Some insights on the rewrite

xpcom, xml crates, protocols and more.

Porting a cross-platform GUI application to Rust - Mozilla Hacks - the Web developer blog

The UI is not directly tested but each element has a unique ID.
We can then check the state of each element to ensure they are correct.

End-to-End Encryption in the Browser | Excalidraw Blog

The key is transmitted via the hash of the URL. Smart ! The rest is encrypted on the client side.

An example is provided with the crypto API, especially subtle.