Help pick a syntax for CSS nesting
Two competing syntaxes need your help in determining which should be championed through to a specification candidate.
Source: Help pick a syntax for CSS nesting, an article by Adam Argyle and Miriam Suzanne.
Two competing syntaxes need your help in determining which should be championed through to a specification candidate.
Source: Help pick a syntax for CSS nesting, an article by Adam Argyle and Miriam Suzanne.
This constrained size means that SQLite doesn't include every bell and whistle. It's careful to include the 95% of what you need in a database—strong SQL support, transactions, windowing functions, CTEs, etc—without cluttering the source with more esoteric features. This limited feature set also means the structure of the database can stay simple and makes it easy for anyone to understand.
Source: SQLite Internals: Pages & B-trees, an article by Ben Johnson.
I accidentally stumbled upon something yesterday that I felt like sharing, which fell squarely into the "why the hell didn’t I know about this before?" category. In this post, I’ll describe how to manage the various configuration files in your GNU/Linux home directory (aka "dotfiles" like
.bashrc
) using GNU Stow.
Source: Using GNU Stow to manage your dotfiles, an article by Brandon Invergo.