TIL
Today I Learned — snippets and quick notes to remind myself.
- Multiple GitHub accounts on the same deviceSwitch account and SSH key automatically per directory, via includeIf and ~/.ssh/config.
- Postgres LATERAL join for top-N per groupGet the N most recent rows of each group without a window function.
- xargs in parallel with -PRun a command over many items using all cores.