Privacy Policy
Analytics are measured with Umami, a privacy-respecting solution.
Visting a website means your IP address is sent to several systems. We make no effort to retain it anywhere.
Donors (see Terms and Conditions) have their Patreon/GitHub display name appear in the “thanks” section of some articles, unless they opt out of it (only GitHub lets you mark a donation as “private”).
Cancelling donation makes the name disappear (automatically) from those credits.
You can e-mail contact@fasterthanli.me if you have questions.
Here's another article just for you:
A terminal case of Linux
Has this ever happened to you?
You want to look at a JSON file in your terminal, so you pipe it into jq so you can look at it with colors and stuff.
That’s a useless use of cat.
…oh hey cool bear. No warm-up today huh.
Sure, fine, okay, I’ll read the darn man page for jq
… okay it takes
a “filter” and then some files. And the filter we want is.. .
which, just
like files, means “the current thing”: