I watched oppenheimer in emacs, u watched it in imax, we are not the same

  • victron@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Late 30s dev here: I’ve never cared to learn emacs or vim, tried when younger, but left it. Am I a fraud?

    • edriseur@jlai.lu
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      I used to be a vim fan but now I only use it for modifying files over SSH. Other than that I code with an IDE, you can’t beat all the plugins and linters with a in-terminal editor. A colleague still codes in emacs and its code is dirty af.

      • Ajen@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        A colleague still codes in emacs and its code is dirty af.

        PEBKAC - don’t blame emacs (not sure why anyone would use it when vim exists, though)

        • mea_rah@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Yeah it’s pretty amazing system all things considered. It’s kind of as if 8-bit home computer systems continued to evolve, but keep the same principles of being really closely tied to the HW and with very blurry line between kernel and user space. It radiates strong user ownership of the system. If you look at modern systems where you sometimes don’t even get superuser privileges (for better of worse) it’s quite a contrast.

          Which is why it reminds me of Emacs so much. You can mess with most of the internals, there’s no major separation between “Emacs-space” and userspace. There are these jokes about Emacs being OS, but it really does remind me of those early days of home computing where you could tinker with low level stuff and there were no guardrails or locks stopping you.