space_comrade [he/him]

  • 0 Posts
  • 151 Comments
Joined 4 years ago
cake
Cake day: November 11th, 2020

help-circle
  • How can you prove B exists if it’s not measurable?

    Because I’ve felt it, I’ve felt how understanding feels, because ultimately understanding is a conscious experience within a mind, you cannot define understanding without referencing conscious experience, you cannot possibly define it only in terms of behavior or function. So either you have to concede that every floating point multiplication in a digital chip “feels like something” at some level or you show what specific kind of floating point multiplication does.





  • space_comrade [he/him]@hexbear.nettoLinux@lemmy.mlHow to quit VIM?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 month ago

    Just switch to VSCode or something similar, it has enough features and shortcuts that will quickly make you like at least 80% as productive as you were in Vim. It even has a Vim mode so you can wean yourself off of it more easily.

    Honestly never got the appeal of Vim, you need to spend so much time learning and configuring it only to squeeze out a little bit of extra productivity out of it when compared to a “normal” editor/IDE. I don’t see why it’s so important to be able to edit and write code as quickly as possible since most of the time you’re going to be debugging or looking at the code or reading docs.

    EDIT: Just noticed you said you don’t code a lot. I think most of what I said still applies, I imagine you don’t spend 99% of the time in the editor typing away.