HackerTrans
TopNewTrendsCommentsPastAskShowJobs

krowek

no profile record

comments

krowek
·قبل 3 أشهر·discuss
I think the only thing you need is grep and know what you are doing.
krowek
·قبل 6 أشهر·discuss
> Why would they do that though

You won't be the first or last asking why Russia does the thing it does. Russia is world's Dog in the Manger, why wouldn't we give it a bit of credit, though?
krowek
·قبل 8 أشهر·discuss
There's always an NPM package, even for trivial things like

  function fn(val) {
    return typeof val === "number" &&
      isFinite(val) &&
      Math.floor(val) === val;
  };
krowek
·قبل 8 أشهر·discuss
I was in the same boat until a couple of months ago.

Long time vim/neovim user, used fennel to configure it lastly, but I wanted to see what Emacs has to offer to compare.

I started by reading Mastering Emacs by Mickey Petersen and from there start adding things that I felt I needed (configure key bindings, project.el, eglot, LSP things, helm, corfu, vterm, flycheck, etc)

I still have things to do, but I'm not in a hurry, I'm quite comfortable with Emacs right now, so will approach them shortly.

There's also Protesilaos' Stavrou channel on YouTube with a good amount of videos covering Emacs' topics in depth. I highly recommend them.

(Btw, I still don't know what Vertigo and Consult provide, but I can navigate through files, text search and replacement, functions and all with comfort, so not sure if I'm missing something.)
krowek
·قبل 9 أشهر·discuss
Shameless from them to make it look like it's a user problem. It was loading fine for me one hour ago, now I refresh the page and their message states I'm doing too many requests and should chill out (1 request per hour is too many for you?)
krowek
·قبل 9 أشهر·discuss
I tried my best to start using Hetzner, but they wouldn't let me.

I got my account validation rejected despite having everything "in norm" and tried 3 times, they wouldn't give me a reason why it ended up rejected.

I think it's better that way, I wouldn't like to get the surprise my account was terminated at some point after that.
krowek
·قبل 9 أشهر·discuss
One of the major sources of funding was cut because they sided with the devil...
krowek
·قبل 9 أشهر·discuss
Curious, why did you decide to go with your own test helpers rather than using something like check?
krowek
·قبل سنتين·discuss
algorithmica.org; only if you can read Russian, as the English version is WIP and the main version they work on is the Russian one.