Daily Shaarli
February 2, 2020
reify (verb):to consider or represent (something abstract) as a material or concrete thing : to give definite content and form to (a concept or idea).
monomorphization is the term used in Rust.
About the classical couple heap/stack in rust, memory allocation, ... very instructive !
Addy Osmani sur Twitter : "@sundress I can indeed! Here's img:not([alt]) { filter: blur(5px); } https://t.co/KOyVeuclxS" / Twitter
Good idea ! Blur all images that doesn't have a alt attribute.
img:not([alt]) {
filter: blur(5px);
}
Or you can set a `border: 5px solid red` too.
Feel free to highlight accessibility problems :)