Daily Shaarli

All links of one day in a single page.

September 18, 2024

gaytalogger : « mozilla's main problem right now appears to be th… » - Treehouse Mastodon

mozilla's main problem right now appears to be they just do not recognise that they have pissed users' trust up a wall and now we are suspicious of everything they do.

you cannot, in a position like that, just do things which look dodgy as fuck and expect users to suck it up quietly, whether or not they are as they look.

Mes aides Réno - beta.gouv.fr

Estimez vos aides pour rénover votre logement

Une rénovation énergétique pour des factures moins élevées dans un logement plus confortable et plus écologique.

Contexte: https://www.service-public.fr/particuliers/actualites/A17676?xtor=RSS-111

What's the difference between `FnOnce`, `Fn` and `FnMut` - Reddit - Dive into anything

How to Choose

  • If the closure only reads from the environment: Use Fn.
  • If the closure needs to mutate the environment: Use FnMut.
  • If the closure needs to consume ownership of values from the environment: Use FnOnce.
The HTTP QUERY Method

An idea to put URL query parameters in the body pf the request.

It is useful to avoid the limitations of the URL length. Another use case is a custom DSL inside the request body.

At the end, it's a less readable than GET but more powerful.

web.crev.dev - Rust crates review

Crev is a scalable, social, distributed Code Review and recommendation system that we desperately need for establishing trust in Open Source code.

Getting started: https://web.crev.dev/rust-reviews/your_personal_reviews/

The project is not maintained anymore though.