curl https://am-i-eligible.covid19vaccine.health.ny.gov/api/list-providers | jq
I hereby claim:
- I am aviflax on github.
- I am flaximus (https://keybase.io/flaximus) on keybase.
- I have a public key ASBSIzxLu2iytAPJKnBUgLv87uynRxSFH8oACr1iHvzikwo
To claim this, I am signing this object:
OS | Year of Initial Release |
---|---|
BSD | 1977 |
MINIX | 1987 |
NextStep | 1989 |
Linux | 1991 |
Solaris | 1992 |
This next abbreviation should be denoted as such, IIRC.
https://www.newyorker.com/tech/annals-of-technology/the-rise-and-fall-of-getting-things-done
This initially reads as though it might be a profile of Merlin Mann, who helped popularize David Allen’s productivity technique Getting Things Done. But it quickly goes deeper, way deeper, into our conception of productivity, its history in our culture, its implication in the current wave of burnout, and how it might evolve in the future.
This paragraph is the inflection point:
Before there was “personal productivity,” there was just productivity: a measure of how much a worker could produce in a fixed interval of time. At the turn of the twentieth century, Frederick Taylor and his acolytes had studied the physical movements of factory workers, looking for places to save time and reduce costs. It wasn’t immediately obvious how this industrial concept of productivi
#!/usr/bin/env node | |
const slackifyMarkdown = require('slackify-markdown'); | |
const fs = require('fs'); | |
const markdown = fs.readFileSync(0, 'utf-8'); | |
const slacked = slackifyMarkdown(markdown); | |
console.log(slacked); |
#!/bin/sh | |
# This can be run from anywhere within the repo. | |
set -eu | |
# This is the trick | |
repo_root=$(git rev-parse --show-toplevel) | |
# Now that we have the absolute path to the repo root, we can just use it |
@media print { | |
div.read_content_container > main > div#story { | |
column-count: 2 !important; | |
font-size: smaller; | |
} | |
div.read_content_container > main a[href] { | |
color: rgb(19, 127, 179) !important; | |
text-decoration: underline !important; | |
} |