Daily Shaarli
August 28, 2023
Because it is possible, someone mare a page with every HTML tags in it.
you reminded me in this episode of the day that someone published a crate named "nul" which made it so no one on Windows could use any crates
"error: [20/-1] Cannot checkout to invalid path '3/n/nul'" LOL
How an array was built before Ecmascript v1
Writing about Rust, Elixir and programming stuff
To solve XDG misconfiguration, if wanted.
Another one :D
Compilers are pipelines with a serie of step. Each step transform the input and provides data to the next.
Each step has then a contract with the input provided and its output 😃
The author goes in depth.
We can completely segment one component of the compiler from another by having the right form of data structure in between them. To build that data structure, you don’t need to know anything that happens to it afterwards, you just need to know what it means.