Spotify-free link to the episode:
HN user
mifix
[ my public key: https://keybase.io/christian_mayer; my proof: https://keybase.io/christian_mayer/sigs/4BP-sFAXbGU7qqSSfc9lR24JYaOpI9nHPW_18HLAwUY ]
It is s-tui (https://github.com/amanusk/s-tui).
A way to get the same output as the first example, would be:
curl -s https://api.github.com/repos/elves/elvish/issues | jq -r '.[] | [(.number|tostring), .title] | join(": ")'According to his dotfile repo[0] it is Tomorrow-Night-Bright.
It actually explains what alpha is. The line above its first occurrence it says: "In the case of polynomials". So alpha are the coefficients of the polynomial.
What you are describing is how to remove _access_ to the secret. The issue here is, that the former employee still has _knowledge_ of the secret. Hence you have to rotate the secret.
Can someone explain to me, why this is not appropriate?
Just added a PR for the spermy operator (~>).
Even faster, I set my prefix to just Caps-Lock. See https://github.com/mifix/dotfiles/blob/master/tmux.conf#L5
CoreOS is a Linux distribution which was originally designed to _run_ Docker. So it's not really an alternative to Docker.
I guess they meant Rocket (https://github.com/coreos/rocket). Rocket is an app container runtime similar to Docker, which is developed by the CoreOS group.
Another way to find the culprit is using vim' built-in profiler:
run :profile start filename, then :profile func * Then do the slow thing, and close vim. This will write your profile data to filename.