Daily Shaarli

All links of one day in a single page.

March 24, 2024

hashbrown - Rust

A fast hashmap algorithm if the one of the standard library is not enough.

IDK if the collision rate is higher than the std library though. Hashbrown uses AHash as algorithm for hashing. --> it does not provide cryptographic secure hashes though.

Another use case is when std is not available (because the randomness is not available in the environment / OS).

magick.css

magick.css is a minimalistic, (mostly) classless CSS framework that is designed to be easy to use and easy to understand. It is contained in a single file, and every choice is commented. The goal is to achieve an elegant, but magically playful look, while maximizing readability and the ability to convey information; somewhat akin to the notes of a wizard.

Jugée « terroriste » : l'interminable jour d'après
Some mistakes Rust doesn't catch

Definitely worth. It's great to have high quality articles such as these.

What I think about when I edit — Eva Parish
  • Decide what you’re actually saying
  • Repeat yourself (within reason)
  • Simplify
  • Eliminate passive voice
  • Don’t use adverbs
  • Don’t assume knowledge
  • Be aware of your tone
  • Avoid jargon and cliches
  • Make use of whitespace
Micro wallet LP– Paperwallet - Le Hollandais Volant

Ces portefeuille sont très compact et tiennent plusieurs années.
Le matériau est du Tyvek, un textile fin et non tissé.

Il est possible d'en trouver sur https://www.etsy.com/fr/market/tyvek_wallet par exemple. À voir.

Pour un numérique soutenable édition 2024 infographies.pdf

De l'Arcep avec des données de 2022, publié en 2024.

Je reprends une des informations qu'a noté LeHollandaisVolant:

Autre enseignement : la consommation électrique des box internet ne dépend que très peu de leur sollicitation ou de l’importance du trafic de données. 95 % de cette consommation est invariable, que la box soit ou non sollicitée par l’utilisateur.

Artbreeder

Mix images with a text input.
Create images based on controls.
Create images based on patterns (yay like in Phtotoshop...).

It does not seem to work well though.

AI Image Generator
RFC 9457: Problem Details for HTTP APIs

It supplants the previous 8601 for http api errors.