HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thdhhghgbhy

no profile record

comments

thdhhghgbhy
·8 months ago·discuss
I love this.
thdhhghgbhy
·8 months ago·discuss
Does the fixed window layout really work with emacs though? In the past when trying this type of setup, I'd end up in the treemacs side panel showing a code buffer instead of the file viewer that is supposed to be there.
thdhhghgbhy
·8 months ago·discuss
lazygit is too slow at patching big files. If performance ever improves I'll come back from fugitive.
thdhhghgbhy
·8 months ago·discuss
Is there something this nice for JS, with the decorators like that?
thdhhghgbhy
·9 months ago·discuss
Doesn't this mean you are not regionally isolated from us-east-1?
thdhhghgbhy
·9 months ago·discuss
Thank you, nice.
thdhhghgbhy
·9 months ago·discuss
Thanks. You've put some work into this.
thdhhghgbhy
·9 months ago·discuss
>You could have incorporated some snark

Why even say this?
thdhhghgbhy
·9 months ago·discuss
Thanks for the response. I would like to use fzf with rg to search file contents with a previewer open. However when I first open fzf I don't wish to pass any argument to rg, until I start typing. Something like Telescope live_grep.
thdhhghgbhy
·9 months ago·discuss
For searching file contents, is there a way to start rg with no search string?
thdhhghgbhy
·9 months ago·discuss
I found Neogit quite buggy. Not even in the same league as Magit.
thdhhghgbhy
·9 months ago·discuss
Love Magit, it is a work of art. I moved to vim a few years back and miss magit dearly. The most feature complete Neovim magit clone is buggy.
thdhhghgbhy
·9 months ago·discuss
That's convenient, will probably take him through to retirement.
thdhhghgbhy
·9 months ago·discuss
First answer: "you're prompting it wrong." I've heard that a few times now about demented autocomplete.
thdhhghgbhy
·9 months ago·discuss
How is the steel for the wind turbines made? They are end of life after 5 years I thought.
thdhhghgbhy
·9 months ago·discuss
He's abandoned it now though.
thdhhghgbhy
·9 months ago·discuss
That's the DOM API, it's not part of the language! They had reasons for querySelectorAll not returning an array.
thdhhghgbhy
·9 months ago·discuss
I always thought JS map filter reduce felt quite nice, especially playing around with data in the REPL. Java maps with all the conversions back and forth to streams are clumsy.
thdhhghgbhy
·9 months ago·discuss
>delimited continuations?

Yes, sorry typed this up on the run.
thdhhghgbhy
·9 months ago·discuss
Well the delimited continuation primops are there in ghc for anyone to use. But even with the proliferation of effects libraries in Haskell, I haven't heard a whisper of any of them using the delimited continuation primitives in ghc. There was one very expwrimental extension to Bluefin from memory, but that's it.