308 private links
Images, videos and icons are great. Signal comes with stickers with its proper format.
A great tool could convert such images into stickers, and bundle it into sticker packs.
A greater tool could export these stickers.
Oh wait there is already a website referencing them: https://signalstickers.org/.
A quick documentation about them is available on the dedicated signal webpage
A good rule of thumb is to begin with the absolute basics - to start only with what you need to be safe and to participate.
[...] most of the time, anyone framing them as a barrier to entry is bullshitting you. Ignore them in everything but matters of safety or common sense (I mean, don’t go running without trainers or rock climbing without a harness).
Seulement afficher le contenu cible via :target du hash de l'URL. Ce sélecteur peut se révéler utile, notamment pour afficher du contenu et masquer le reste sur la page avec :has et :not().
OU BIEN
afficher la partie sélectionnée sur la page.
“The simplicity of HTML and CSS now feels like a radical act. To build a website with just these tools is a small protest against platform capitalism: a way to assert sustainability, independence, longevity.” — Jarrett Fuller
A list of the best crates for each subject. A sort of extended std lib.
As rust will last, an decades long IT-project needs to plan for long-term. This blog post provides an overview.
A grateful post.
Buy coffee through SSH. The checkout is definitely too soon though.
I'll keep banana republic, pulling punches and the dunning-kruger effect.
An open web interface to use LLMs
- IdType trait: a trait that marks a type used for database identifiers
- the read-only/read-write transaction pattern (and create two SQLite connections: a read-only and a write-only)
Composition let you implement, hand pick and choose what you need when you need it.
It allows to build to thing that fits, in opposition to inheritance. Inheritance forces to predict the future.