WinMerge - You will see the difference…

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.

#TIL
Verifying copying a directory worked:

diff -qr dir1 dir2

Yeah, that can be done the #Unix or #Linux way.
#diff

Releases · nkzw-tech/codiff

a fast local diff viewer. Contribute to nkzw-tech/codiff development by creating an account on GitHub.

GitHub

my coworker is implementing #FeatureFlags in our project and it's a big #diff.

him: Please #CodeReview, but I'm not going to #merge it in just yet

me: You could always put it behind a feature flag, and... oh

him: that actually made me crack up

#tech #dev

One of the beautiful things about Sublime Merge¹ (and git/diffs) is that you can see exactly what has changed in complex expected values in tests to ensure that you’re updating the tests without overlooking regressions.

(This is from the Markdown page loader tests in Kitten², as I’m refactoring to implement the upcoming breaking change in the stateful components API³ as it affects the generated code for stateful layout components in Markdown pages.)

¹ Which I always have running, full-screen on its own monitor.
² https://kitten.small-web.org
³ Currently experimental and undocumented but that should change once this breaking change is implemented.

#git #diff #unitTests #tape #SublimeMerge #Kitten #SmallWeb #web #dev #developerExperience

✨ New post

“Difftastic — my new favourite diff viewer”

https://pawelgrzybek.com/difftastic-my-new-favourite-diff-viewer/

#git #diff

Difftastic — my new favourite diff viewer | pawelgrzybek.com

Difftastic works fundamentally different than Delta, and can be used as an individual diff tool to compare files/folders or as a git diff pager.

pawelgrzybek.com
He aprovechado una vez ya he acabado con la limpieza del piso de los sábados, en finiquitar una entrada que hacía años que tenía en borradores. Es sobre la herramienta "diff", muy útil para comparar archivos en GNU/Linux y Unix, espero que os guste!! https://www.ochobitshacenunbyte.com/2026/04/25/ejemplos-practicos-del-comando-diff-en-linux/ #diff #unix #linux #gnu #sysadmin
Descubre Beszel: Monitorización ligera para tus contenedores - ochobitshacenunbyte

Descubre Beszel, el monitor de servidores ligero y Open Source ideal para Docker y Raspberry Pi. ¡Controla tu Homelab!

ochobitshacenunbyte

The new Claude Desktop app includes a new diff viewer. I compared three ways to review Claude's code changes: the Desktop app diff viewer, the Claude Code CLI, and plain git diff, with a note on when to reach for each one.

https://www.lotharschulz.info/2026/04/17/claude-code-desktop-diff-viewer-vs-claude-code-cli-vs-git-diff-a-hands-on-comparison/

#claude_code #diff

gvc (git-visual-compare) is a new visual git diff tool that I'm releasing today! Try it out at: https://dafoster.net/projects/gvc/ #coding #programming #diff #git

I've been using the diff mode of the venerable yet unmaintained GitX tool for a decade. But now I need my diffs to support dark mode, to avoid waking the baby at night. Astonishingly, existing GUI diff tools only support diffing *individual* commits, not ranges . So I finally bit the bullet and wrote my own. Enjoy!

gvc (Git Visual Compare) | A Visual Diff Viewer for macOS | DaFoster

A lightweight macOS GUI for viewing git diff output. The ease of a visual diff viewer, the power of a command-line diffing tool.

How to build a `git diff` driver · Jamie Tanna | Software Engineer

How to write an external tool for `git diff` to delegate complex diffs to.

Jamie Tanna | Software Engineer