Parents counting children in CSS
The other day I was driving home when suddenly it hit me: We can use
:has()
to determine how many children a parent element has.
Source: Parents counting children in CSS, an article by Manuel Matuzović.
The other day I was driving home when suddenly it hit me: We can use
:has()
to determine how many children a parent element has.
Source: Parents counting children in CSS, an article by Manuel Matuzović.
This post walks through how to take a standalone Haskell file and progressively package the file using Nix. In other words, we will tour a spectrum of packaging options ranging from simple to fancy.
Source: Incrementally package a Haskell program using Nix, an article by Gabriella Gonzalez.
This blog series will examine Git’s internals to help make your engineering system more efficient. Part I discusses how Git stores its data in packfiles using custom compression techniques.
Source: Git's database internals I: packed object store, an article by Derrick Stolee.