Daily Shaarli
July 10, 2022
An enormous ad-blocking list!
Voir eTag, Cache-Control, Expires, max-age, Last-Modified pour gérer le cache d'une requête HTTP.
Le billet de blog détaille comment sont gérés les ressources du cache, avec le serveur.
Check for font-palette
and @font-palette-values
.
Only usable in Chrome and Safari for now :(
Generate a CSS grid easily
.full-width {
width: 100vw;
margin-left: 50%;
transform: translate3d(-50%, 0, 0);
}
Or a responsive approach with CSS grid:
.wrapper {
display: grid;
grid-template-columns:
[full-start] 1fr [wrapper-start]
minmax(0, 70rem) [wrapper-end] 1fr [full-end];
/* Optional gap */
column-gap: var(--pad, 1rem);
}
Then
.wrapper > * {
grid-column: wrapper;
}
.wrapper > .full-width {
grid-column: full;
}
In the fig. 1, we get 4 categories of discourses of climate delay:
- redirect responsibility
- push non-transformative solutions
- emphasize the downsides
- surrender
examples are provided for each category
Build a responsive email framework with MJML and its component and templates.
Use mdx and customize its parser to generate MJML output instead of raw HTML.
Use an Email Service Provider to send email
Built with Rust and use the deno runtime.
Chiselstrike handles everything in the backend :) Can be tested someday