Viewing profile — kerny
kerny
HN member- Joined
- Thu, Jul 10, 2014, 8:07 PM UTC
- HN karma
- 38
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About kerny
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #26658330
Any third party code can just read your credentials file and POST it to remote server.
-
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…
-
comment
Comment #23241114
They could have used: soft, hard and strict with the documentation explaining the differences.
-
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.
-
comment
Comment #16916832
No OP, but IMHO GitLab is getting quite heavyweight and that's why people are looking for more lightweight alternatives.
-
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…
-
comment
Comment #16089001
That graph is not entirely correct: https://news.ycombinator.com/item?id=16088866
-
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 …
-
comment
Comment #15681114
> That's can happen to bitcoin, as its a fixed supply. There's endless ways to compute arbitrary numbers.
-
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.
-
comment
Comment #14108578
Which metropolis are you talking about?
-
comment
Comment #14058258
Why would you leave such a great place to work?
-
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…
-
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-…
-
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…
-
comment
Comment #12359600
Why so complicated? sed -ne 'X,Yp' /etc/passwd
-
comment
Comment #12359434
The same can be done easily in bash with an alias: alias cd=pushd
-
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…
-
comment
Comment #10576808
http://www.stardict.org I use stardict.
-
comment
Comment #10303636
I saw it in TED talk http://www.ted.com/talks/harald_haas_wireless_data_from_ever...
-
comment
Comment #10158843
I'm also very interested, my e-mail: barlikr@zoho.com
- story
-
comment
Comment #9827330
> Except... it's undefined behavior. No longer true since C99.
-
comment
Comment #9827328
No undefined behavior. Perfectly legal since C99 standard.