222 private links
Michael Zemmour relativise les propos des intervenants sur le plateau de LCI et explique les raisons de la politique actuelle, celle du RN et celle du Front Populaire. Il exprime aussi le désordre économique qui rend la planification difficile, or l'enjeu économique entre les parties politiques repose sur la stratégie (ou l'angle d'approche)
A great example of how rust shines and how to use it.
https://youtu.be/LB8KwiiUGy0?t=525
NPM started as a bash script. It's a MVP approach that succeeded.
- Add display in the keyframes to set display none at the end of the keyframe
transition-behavior: allow-discrete
(but it does only work on chromium at the moment https://caniuse.com/?search=allow-discrete)
- There are many cases.
- It is dynamic.
- There is this handling of extra seconds... leap seconds: google hacks it by adding an extra ms to each second or minute to avoid it.
Jon Gjengset always does great stuff
Nous savons maintenant d'où vient ce son
"In the realm of digital education, we can now confidently state and uphold that digital commons are the default horizon for projects supported and operated by the French Ministry of Education.
This means that the codes, data, and content we develop are primarily intended to be free, open, and interoperable.
For reasons of sovereignty, security, transparency, sustainability, cost control, and internalisation of skills."
Audran Le Baron, March 2024
- use
[class]
and:not([class]]
- selecting ranges of content
- selecting all the elements except the one I am interacting with
- using nesting to style an element depending on context
La dinum à un compte sur peertube
Virtual hugs from many people
- pg_trunk is a package manager for PostgresSQL databases.
- stored procedures allows to put logic into the postgres database
- extensions can generate JWT tokens, auth, ...
- caching with K/V stores: pg_cron & h_store
- pub/sub: PSQL notify/listen
- message queue with pgmg
- NoSQL databases are moving to support SQL (or mimic such a language)
- Time series with TimescaleDB
- Search terms with full-text search
- Rest API with PostgREST.
- Omnigres to create a complete platform
- Writing mode
- Gap in flex or grid layouts
- Flip with transform
- scroll-behavior: smooth;
- Scroll-snapping with
scroll-snap-type
for the container andscroll-snap-align
for the children - Resize elements both with
overflow: auto; resize: both;
- Line clamp based on how many lines is expected.
- Linear gradient and apply the gradient on text only
object-fit: cover
to avoid the fill effect of images. The image is not fully displayed thoughts.pointer-events: none;
make elements not selectable anymore.
Well I knew them 😁
background-repeat: space
makes the background kind of responsive.
Legit on Hacktoberfest.