297 private links
Fresh from Setptember 2023
These are relevant arguments in favor of Go.
- the loud newbie
- the grumpy old timer
- the bug chronicler
- the documentarian
- the "today I learned"
- the "I've read the entire internet"
- the tool builder
- the question answerer
- ?
A project to list all email issues.
The state of the art CSS parser and minifier.
This tool is used by Mozilla for Firefox.
A template engine for HTML. It allows to build custom expression.
It is used by #FoundryVTT
Add snippets to get statistics from Core Web Vitals
There are a lot of differences between the two tools
Each theme provides an accent, special, and neutral palette with 6 tints and 6 shades for a total of 13 generated colors each. Some themes use preset hues for each color, and others are generated based on color-theory.
A dark mode with an invert option is provided.
A contrast checker that can also convert colors to new CSS units.
Made by oddsbird.com
Another one ! He's not much active, but there's one Hello World post.
When to choose a responsive website over Progressive Web Apps over native Apps
Using 0 as CSS value breaks the calc function if the two values are not pixels.
The only difference between a
, a , and a
Actually
For zero and only zero, we can use a
when CSS expects a .
0 is not allowed in some functions such as rgb or HSL, because these expects degree or percentages.
Une enseignante de cycle 3
Une enseignante du cycle 2
A color gamut is a dimension in which we define colors, and the color space defines how we define a color inside the gamut.
For example, sRGB is a color gamut that spans a range of colors, and Hex, RGB and HSL are the spaces available to explore the gamut.
and the sRGB gamut becomes inconvenient:
- The technology allows better colors (at least a wider gamut than allowed by sRGB)
- Dead grey zones between two points in space.
- inconsistent levels of lightness
So two units have landed. One is oklch:
- l controls the lightness, and measured in a range of 0% to 100%
- c is the chroma value, measured in decimals between 0 and 0.37
- h is the same old hue of HSL, in the same range of 0deg to 360deg
/ ais the alpha in the oklch.
The chroma limit value could be infinite, but P3 Iphone display and sRGB are limited to 0.37.
“Chroma refers to the purity of a color. A hue with high chroma has no black, white, or gray added to it. Conversely, adding white, black, or gray reduces its chroma. It’s similar to saturation but not quite the same. Chroma can be thought of as the brightness of a color in comparison to white.” — Cameron Chapman