Viewing profile — mifix
mifix
HN member- Joined
- Wed, Oct 10, 2012, 4:18 PM UTC
- HN karma
- 27
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About mifix
Recent public activity
-
comment
Comment #30301730
Spotify-free link to the episode: https://signalsandthreads.com/what-is-an-operating-system/
-
comment
Comment #18082337
It is s-tui ( https://github.com/amanusk/s-tui ).
-
comment
Comment #14700307
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(": ")'
-
comment
Comment #13340996
According to his dotfile repo[0] it is Tomorrow-Night-Bright. [0]: https://github.com/jwilm/dotfiles/blob/master/vimrc#L6
-
comment
Comment #11907905
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.
-
comment
Comment #11665668
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 secre…
-
comment
Comment #11369030
Can someone explain to me, why this is not appropriate?
-
comment
Comment #11368682
Just added a PR for the spermy operator (~>).
-
comment
Comment #9510367
Even faster, I set my prefix to just Caps-Lock. See https://github.com/mifix/dotfiles/blob/master/tmux.conf#L5
-
comment
Comment #8834259
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/roc…
-
comment
Comment #8371890
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 profi…