• bestboyfriendintheworld@sh.itjust.works
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    17 days ago

    Is this a take from the 1980s?

    Of course cli and TUIs are great. However they aren’t as discoverable and harder to learn than a nice GUI.

    Is vim or eMacs great? Sure, but so is Visual Code for other reasons.

    cli and TUI suck at drag and drop and copy and paste between applications.

      • Telorand@reddthat.com
        link
        fedilink
        arrow-up
        4
        ·
        16 days ago

        As I’ve found with nvim using the lazy-vim config, no. That program, for example, requires a separate clipboard manager if you want to copy between it and your system.

        • TwilightKiddy@programming.dev
          link
          fedilink
          English
          arrow-up
          3
          ·
          16 days ago

          That’s kind of the nature of this sort of apps. Instead of implementing the clipboard handler yourself, you just rely on whatever clipboard utility the system already has.

          • poinck@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            16 days ago

            That’s why I have disabeled it for vim. Infact I disabled mouse support alltogether.

    • somegeek@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      15 days ago

      Well, I didn’t exist in 1980s. So this is how I feel as a 2000s kid and current software engineer.

      I think good ideas are worth updating for new generations.

      • bestboyfriendintheworld@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        15 days ago

        I agree that CLI and keyboard driven systems are powerful and should be further developed. New terminal emulators like Kitty, Nerd fonts, and Lazyvim show what’s possible.

    • somegeek@programming.devOP
      link
      fedilink
      arrow-up
      1
      ·
      15 days ago

      And most of writing of gnu and fsf are a lot of words to say “free software good proprietary software bad” for example?

      That’s why we write! :) When I say “I prefer CLI and TUI over GUI” I might need to explain why. And explain when a GUI might be a better option. I write these for myself and my friends and colleagues mostly. I just happen to share them on the internet :)

  • Denys Nykula@piefed.social
    link
    fedilink
    English
    arrow-up
    6
    ·
    16 days ago

    How does btop compare against a GTK+ task manager in terms of memory usage when you include the terminal emulator in the btop count? It’d be a more technically correct comparison that way.

    • somegeek@programming.devOP
      link
      fedilink
      arrow-up
      2
      ·
      15 days ago

      Great point. But to be honest I already have an emulator open 99% of the time. So there’s no particular overhead for me. But I will include your point in the update. Thank you for your time!