Daily Shaarli

All links of one day in a single page.

April 1, 2024

Expose Platform APIs Over Wrapping Them - Jim Nielsen’s Blog

Stay close to the standard. Expose APIs instead of wrapping them.

The author asks for less HTML-in-JS and demonstrates it with the Next meta tags example.

Whenever a problem can be solved by native HTML elements, the longevity of the code improves tremendously as a result. This is a much less alienating way to learn web development, because the bulk of your knowledge will remain relevant as long as HTML does.

Adobe Developers Use WebAssembly to Improve Users’ Lives - The New Stack
Rust chez Google – Une productivité doublée et du code plus fiable

At the recent Rust Nation UK conference, Lars Bergstrom, Director of Engineering at Google, dropped a bombshell: dev teams that have switched to Rust have seen their productivity double compared to those still using C++!

It takes developers 2 months to become comfortable with the language and 4 months to reach the productivity levels of C++.

Prise de notes efficace : 12 méthodes (+ apps) - Kevin Detem
  1. La méthode Cornell
  2. Mind Mapping
  3. Les Grandes Lignes
  4. Les bulles
  5. Tableaux
  6. Sketchnote
  7. Cases
  8. Symboles
  9. Phrases
  10. Zettelkasten et les étiquettes
  11. Le Labyrinthe inversé
  12. Kwik Notes
Reply Cards
We are under DDoS attack and we do nothing | TablePlus

It simply handles it. The service is a simple binary in Rust 😃

"Planète voyages" : pour une mobilité plus écologique | SNCF Voyageurs

Les engagements de la SNCF au sujet de l'écologie (dans la portée des TGV)

Faut-il s'intéresser à Rust ? - Laurent COCAULT
10 > 64, in QR codes | Huon on the internet
April Cools' Club

The idea is pretty simple: on April Fools' Day (also known as “April 1st”), a participant produces genuine content that's very different from their normal produced content. It could be a different format, a different topic, a different style, anything. The constraints are:

  1. It is something they normally wouldn't do.
  2. It is totally genuine: no irony to it.
  3. It is up to their usual standards of quality.
proposal-signals/proposal-signals: A proposal to add signals to JavaScript.