Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mifix
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mifix
5y ago
Spotify-free link to the episode: https://signalsandthreads.com/what-is-an-operating-system/
2.
▲
by
mifix
8y ago
It is s-tui ( https://github.com/amanusk/s-tui ).
3.
▲
by
mifix
9y ago
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(": ")'
4.
▲
by
mifix
10y ago
According to his dotfile repo[0] it is Tomorrow-Night-Bright. [0]: https://github.com/jwilm/dotfiles/blob/master/vimrc#L6
5.
▲
by
mifix
10y ago
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.
6.
▲
by
mifix
10y ago
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.
7.
▲
by
mifix
10y ago
Can someone explain to me, why this is not appropriate?
8.
▲
by
mifix
10y ago
Just added a PR for the spermy operator (~>).
9.
▲
by
mifix
11y ago
Even faster, I set my prefix to just Caps-Lock. See https://github.com/mifix/dotfiles/blob/master/tmux.conf#L5
10.
▲
by
mifix
12y ago
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 r
11.
▲
by
mifix
12y ago
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.