5 comments

  • linsomniac2 hours ago
    I had been using delta for around a year and liked it, but still found some of the diffs I was looking a bit hard to read. A few weeks ago after a discussion on HN I tried difftastic, and have become a fan. You might want to consider it if you go down this rabbit hole. <a href="https:&#x2F;&#x2F;difftastic.wilfred.me.uk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;difftastic.wilfred.me.uk&#x2F;</a>
    • nh28 minutes ago
      Still waiting for Delta + Difftastic integration:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dandavison&#x2F;delta&#x2F;issues&#x2F;535" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dandavison&#x2F;delta&#x2F;issues&#x2F;535</a>
    • TJTorola29 minutes ago
      Came here to say this, difftastic is great as long as you are working in a language where it understands the language tree (most languages). Getting away from diffs being focused on line changes to diffs that understand the actual language makes so much sense once you start to use it.
  • diath32 minutes ago
    I had to give up on diff-so-fancy because it would break a lot when used with `git diff --patch` but this post just reminded me of the issue and it turns out that it has recently been fixed, so I may give it another go.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;so-fancy&#x2F;diff-so-fancy&#x2F;issues&#x2F;498" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;so-fancy&#x2F;diff-so-fancy&#x2F;issues&#x2F;498</a>
  • baumy1 hour ago
    As someone who&#x27;s used vim + a shell as my IDE since the start of my time using computers, it&#x27;s been really awesome (and occasional eye-roll inducing...) watching people discover all these tools now that claude code is sending them into the terminal.<p>A lot of posts like this are making it to the front page of HN now that new people are exploring this world for the first time. That&#x27;s great, the more the merrier, but gets a bit frustrating when a post title is written as if it&#x27;s discovered some new awesome development tool or methodology, and it&#x27;s just something people have been doing for years or even decades. This post isn&#x27;t that big of an offender, but I&#x27;m thinking more of stuff like this [0] that it reminded me of.<p>I should try to be less grumpy about it, but I hope people also try to recognize how often these &quot;new&quot; tools they&#x27;ve been discovering have been routinely used long before LLMs. Maybe I&#x27;m just hitting my get-off-my-lawn stage, but it&#x27;s a bit jarring to come to hacker news and see upvoted posts that are just &quot;look, I can color the diffs in my terminal!&quot;. I&#x27;m glad this person discovered it, but I thought that was table stakes for the community here.<p>[0] <a href="https:&#x2F;&#x2F;x.com&#x2F;dani_avila7&#x2F;article&#x2F;2023151176758268349" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;dani_avila7&#x2F;article&#x2F;2023151176758268349</a>
    • MeetingsBrowser1 hour ago
      Having used both terminal and GUI based development environments, the good GUI environments blow terminal based workflows out of the water.<p>There are pros and cons to each. Vim can do some neat things, but GUI based IDEs are generally useful and easier to use out of the box for development.<p>The terminal tools are getting popular because people don’t need to do development. Claude is doing the development task. People just need to quickly review code in terminal.
      • rileymat239 minutes ago
        &gt; but GUI based IDEs are generally useful and easier to use out of the box for development.<p>This is true, they are much better for discovery and affordance, but as you progress with your tooling and tool usage there is a much higher ceiling on your productivity with other tools and their composability. In my opinion, not putting effort into learning tools ultimately holds a lot of people back from their potential.
        • MeetingsBrowser10 minutes ago
          I use both and mostly agree, but for me I don’t think the ROI for learning terminal based tooling is there.<p>They make some parts of text manipulation faster, but those parts of text manipulation take up less than 1% of my time spent working.<p>Things like debugging, which take up a large portion of my time, are not so nice in terminal based environments
      • ab71e555 minutes ago
        Why would you say GUI based workflows are better (ignoring LLMs for now)? I would maybe give you debugging with breakpoints but for anything else I love my neovim with tmux setup
        • MeetingsBrowser14 minutes ago
          I spend more time reading and debugging code than writing it.<p>Vim and other terminal tools make doing complex text manipulation easy, but I rarely need to do anything complex when writing code.<p>I also work from different machines and ephemeral vms regularly and don’t want to spend time setting things up each time.<p>I can install vscode and the one lsp plugin I need in under a minute. In contrast, Vim doesn’t even have line number enabled by default.
          • henrebotha7 minutes ago
            I don&#x27;t think setup time is a fair comparison here. Any dev who cares to use CLI tools has a dotfiles repo that sets up everything in &quot;under a minute&quot;.
      • backscratches33 minutes ago
        Lol terminal is better for everything except maybe the one case you mentioned: first time use feature discovery, and that&#x27;s debatable
        • rileymat226 minutes ago
          That seems a little harsh. GUI tools can give us a more vibrant and useful interface.<p>But, I think the main problem is that although there have been many attempts we have not gotten to a standard way to compose different GUI tools easily or repeat actions.
        • MeetingsBrowser20 minutes ago
          I spend half or more of my time debugging and I think I would quit if I were forced to only use terminal based tools.
      • baumy25 minutes ago
        I completely disagree. Terminal workflows are superior in a number of ways. Most important to me are that they are more composable and more customizable. The learning curve is tougher, but the &quot;skill ceiling&quot; on them is higher. The ease and speed with which somebody comfortable in their terminal based environment will navigate through the tasks they need to do will always exceed what is even possible in a GUI.<p>I would say that GUIs are superior for a few specific use cases, but otherwise sub par. Step through debugging comes to mind as a good GUI use case, but even that I&#x27;m not sure if it&#x27;s because a GUI is inherently better, or making a terminal based debugger is harder and so nobody has made a good one yet.
        • MeetingsBrowser8 minutes ago
          &gt; Terminal workflows are superior in a number of ways<p>What specific ways do you find boost your productivity the most?<p>For me, the things terminal workflows can do faster take up almost a negligible amount of my workday.<p>Curious to hear if I’m missing out on a terminal workflow, or if my workday is just very different from yours
  • jeninho31 minutes ago
    [dead]