Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)VE
Posts
10
Comments
195
Joined
2 yr. ago

  • My quick guess would be that this a theory that explain some weird phenomenon we don't have a good explanation for yet. Like how we observe that stars and galaxies don't orbit as they should and then say that there is "dark mass" which is responsible.

  • Linksys MR7360. I just got official support, so i had to install a snapshot and manually install luci.

    Why this one? Because it was 50% off due to a local shop closing. Last one on the shelf too.

  • If I have a complex regular expression to code into my app, I write it in pomsky, then copy paste the compiled regex to my source file, but also keep the pomsky source nearby. Much more maintainable.

  • No it is not. It depends on the codebase - if it is something relatively new, a proof of concept or something that is bound to change soon, there is no point in slowing the development down just because it is "too large to digest".

  • I've tried helix and used it for work today. At first, it was super slow, relearning how to jump between buffers, but at the end of the day, i got decent at it.

    But I cannot hjkl. It's just unnatural. The moment I stop thinking about it, my hand is back at arrow keys.

  • That's a good argument. The editing speed is not the limiting factor in my workflow.

    Honestly, I think my interest for modal editing is a bit irrational. Maybe I don't want to be a normie, using the default keybindings :D

  • Thanks for the overview. I'll work with tutor and see how frustrated I get :D


    Regarding language servers:

    Recently, I got into this philosophy of "every project needs a declarative environment". It means that there is a committed file that should contain all tooling need to work with the project. Compilers, formatters, test runners and also: language servers.

    This fights with vscode extensions which try to be clever and download their language server / bundle it into the extension itself. "No, rust-analyzer, I don't want your build because it does not work with xtensa target arch I'm using in this project".

    So actually, this ties nicely with helix not providing the language servers itself, but allowing you to bring your own.

  • A coworker has told me that in a previous job, he was talking to an intern and mentioned IRC and intern asked what was that. He told him that it is the "old instant messaging", which another senior coworker overheard and chimed in that "no, IRC is the new messaging thing".

    If someone would be asking be what netbean is, I'd say "an IDE from the old generation of editors", but I guess that is all relative :D

  • was concerned about missing out on learning more standard vim bindings and functionality.

    What do you mean? Do the standard vim bindings have some specific quality that you are after? Or do you work with many different servers and would have to use what ever editor is installed there?