Daily Shaarli

All links of one day in a single page.

August 28, 2023

Patrick Weaver

Because it is possible, someone mare a page with every HTML tags in it.

Fresh install unable to install anything · Issue #3982 · rust-lang/cargo

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

make-array.js · GitHub

How an array was built before Ecmascript v1

recreationally human

Writing about Rust, Elixir and programming stuff

GitHub - queer/boxxy: boxxy puts bad Linux applications in a box with only their files.

To solve XDG misconfiguration, if wanted.

How organisations respond to accessibility monitoring - Accessibility in government
Ted Kaminski

Another one :D

What can we learn from how compilers are designed?

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.