• 13 Posts
  • 264 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
  • verstratoADHD memes@lemmy.dbzer0.comCoffee
    link
    fedilink
    English
    arrow-up
    37
    ·
    2 days ago

    My solution: have a single cup that you have to find and clean before you can have a fresh cup of coffee.

    Also: don’t be hard on yourself because of these things. It’s how your brain works, it makes it you.








  • verstraOPtoProgrammer Humor10000 line PR? LGTM, lol
    link
    fedilink
    arrow-up
    17
    arrow-down
    7
    ·
    10 days ago

    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”.








  • 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