A computer science enthusiast.

https://myxi.envs.net

  • 4 Posts
  • 30 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle

  • I also leave out little syntax errors and only only focus on the rough idea during my train of thoughts. And the variables, aren’t really supposed to be implied as private or unused – I do eventually meaningfully use them. If I have to prefix all my variables with a underscore to avoid the LSP, I might instead just disable the LSP. When I eventually turn the LSP back on, it tells me the actually unused variables and imports that I can now get rid of.

    Because of the LSP, I used to write maybe three hundred lines of code per hour, but now I probably average at least five hundred or more.


  • I turn off LSPs during my train of thoughts. I don’t want all red and yellow underline bullshit to disrupt my thoughts. Like, calm the fuck down. I WILL write the correct code eventually; just give me some fucking time.

    Well, I use Neovim, so turning off the LSPs or restarting them is sufficiently simple.

    When I work on a new project, or on a new feature, I temporarily turn off the LSP, and rely on the compiler to figure out where the code errors. Plain white text gives me the freedom to write whatever the fuck I want without any disruption. Of course, I eventually turn on the LSP again to fix the little issues.














  • myxi@feddit.nlOPtoUnixporn@lemmy.ml[Awesome WM] My First Customisation
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    I experienced this too. That’s why I stopped asking them anything after my first query (why my keybindings were not working when defined in another file) and relied on guess work. I also found the community kind of dead, so you don’t actually get the answers quicker than the guess work will get you there.


  • myxi@feddit.nlOPtoUnixporn@lemmy.ml[Awesome WM] My First Customisation
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    I had to look through the source code of their widgets (like wibox.widget.textclock, awful.titlebar.widget.maximizedbutton) they use in their default config file to have a grasp of what’s happening. Looking through others’ dotfiles was more pain because it’s not supposed to be looked upon by the beginners, so they cram all they know in a few lines and leave you guessing.





  • myxi@feddit.nlOPtoUnixporn@lemmy.mlKDE Plasma
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 years ago

    I am not really into shells, so my experience is very novice when it comes to shell scripting, but I’ll let you know that I went from bash to zsh, and then I also tried fish but went back to zsh because I felt that it was superior. Generally I find zsh to be little easier than Bash, but bash isn’t bad in itself too. I disliked having to learn new syntax for basic shell scripting for fish the most I think.