Live data from Hacker News

Viewing profile — mifix

mifix

HN member
Joined
Wed, Oct 10, 2012, 4:18 PM UTC
HN karma
27
Public activity
11 items

About mifix

[ my public key: https://keybase.io/christian_mayer; my proof: https://keybase.io/christian_mayer/sigs/4BP-sFAXbGU7qqSSfc9lR24JYaOpI9nHPW_18HLAwUY ]

Recent public activity

  1. comment
    Comment #30301730

    Spotify-free link to the episode: https://signalsandthreads.com/what-is-an-operating-system/

  2. comment
    Comment #18082337

    It is s-tui ( https://github.com/amanusk/s-tui ).

  3. 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(": ")'

  4. comment
    Comment #13340996

    According to his dotfile repo[0] it is Tomorrow-Night-Bright. [0]: https://github.com/jwilm/dotfiles/blob/master/vimrc#L6

  5. 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.

  6. 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…

  7. comment
    Comment #11369030

    Can someone explain to me, why this is not appropriate?

  8. comment
    Comment #11368682

    Just added a PR for the spermy operator (~>).

  9. comment
    Comment #9510367

    Even faster, I set my prefix to just Caps-Lock. See https://github.com/mifix/dotfiles/blob/master/tmux.conf#L5

  10. 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…

  11. 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…