Live data from Hacker News

Viewing profile — kerny

kerny

HN member
Joined
Thu, Jul 10, 2014, 8:07 PM UTC
HN karma
38
Public activity
35 items

About kerny

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #26658330

    Any third party code can just read your credentials file and POST it to remote server.

  3. comment
    Comment #23359878

    When you see majority of consultants from the biggest Linux company (that also focuses on desktop Linux) using Macs for their work, you know that Linux on desktops won't happen any…

  4. comment
    Comment #23241114

    They could have used: soft, hard and strict with the documentation explaining the differences.

  5. comment
    Comment #17288330

    can you expand a bit more on "not as clean" as NeoVim? I consider vim's implementation of async jobs simpler than neovim's.

  6. comment
    Comment #16916832

    No OP, but IMHO GitLab is getting quite heavyweight and that's why people are looking for more lightweight alternatives.

  7. comment
    Comment #16089010

    This diagram is not entirely correct. The remote bash startup order is further complicated by the existence of a compile time flag SSH_SOURCE_BASHRC. This flag determines if a remo…

  8. comment
    Comment #16089001

    That graph is not entirely correct: https://news.ycombinator.com/item?id=16088866

  9. comment
    Comment #16088866

    9) The remote bash startup order is further complicated by the existence of a compile time flag SSH_SOURCE_BASHRC. This flag determines if a remote non-interactive shell will load …

  10. comment
    Comment #15681114

    > That's can happen to bitcoin, as its a fixed supply. There's endless ways to compute arbitrary numbers.

  11. comment
    Comment #14245397

    Can you back up this claim? I think it's not true and authors of both projects respect each other. They simply have different views regarding backwards compatibility etc.

  12. comment
    Comment #14108578

    Which metropolis are you talking about?

  13. comment
    Comment #14058258

    Why would you leave such a great place to work?

  14. comment
    Comment #13997913

    > The're VM's They are definitely not VMs. > But they're really, really efficient compared to VM's. I think that the virtualisation CPU overhead is below 1%. Layered file systems a…

  15. comment
    Comment #13236910

    Why is it bad? Competition is always a good thing, and I'm glad that Neovim urged Braam to improve Vim as well. Personally, I'll rather use Vim as it focuses on stability and long-…

  16. comment
    Comment #12359690

    Put something like this into your .Xresources: For URxvt: ! Ctrl-Shift-A will show alternate screen URxvt.keysym.C-S-A: command:\033[?47h ! Ctrl-Shift-Z will return to regular scre…

  17. comment
    Comment #12359600

    Why so complicated? sed -ne 'X,Yp' /etc/passwd

  18. comment
    Comment #12359434

    The same can be done easily in bash with an alias: alias cd=pushd

  19. comment
    Comment #11241849

    I don't know if I'm the only one who have noticed that, but on 64 bit machines you have to change "%08X\n" to "%016X\n". Although using %08X sounds interesting, the result is not a…

  20. comment
    Comment #10576808

    http://www.stardict.org I use stardict.

  21. comment
    Comment #10303636

    I saw it in TED talk http://www.ted.com/talks/harald_haas_wireless_data_from_ever...

  22. comment
    Comment #10158843

    I'm also very interested, my e-mail: barlikr@zoho.com

  23. story
  24. comment
    Comment #9827330

    > Except... it's undefined behavior. No longer true since C99.

  25. comment
    Comment #9827328

    No undefined behavior. Perfectly legal since C99 standard.