HackerTrans
TopNewTrendsCommentsPastAskShowJobs

soupshield

no profile record

comments

soupshield
·4 anni fa·discuss
Ah yes I've seen it in those kind of contexts too. Thanks everyone this has really clicked in to place for me :)
soupshield
·4 anni fa·discuss
> E.g. to rm file named “-f”:

I've defintely had this sort of problem in the past :)
soupshield
·4 anni fa·discuss
Thank you for this brilliant explanation (complete with interactive example :) I completely get it now.
soupshield
·4 anni fa·discuss
What do we call the "--" part in a command like this:

    git checkout HEAD -- <filename>
I find it hard to remember things unless I understand their purpose. It looks like it's specifying an argument but without an argument name (e.g. --verbose), unless it's similar to a pipe | symbol and <filename> is being passed to the checkout command as some special kind of argument?
soupshield
·4 anni fa·discuss
We have extension methods; I would like extension properties.
soupshield
·4 anni fa·discuss
Can you share how it's doing cpu/memory wise and his it's holding up in general under what I assume I heavy load from HN?
soupshield
·5 anni fa·discuss
I find it a bit strange that in this system my identity is conflated with my wallet.
soupshield
·5 anni fa·discuss
My heart is with vim but I switched to emacs as I love orgmode too much for note taking. I tried a few vim orgmode plugins but they seemed quite flakey even though I only really use orgmode for outlining. Excuse my ignorance but could all this LSP/Lua stuff allow neovim to take over from emacs?