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
RustFS: Una gran alternativa para almacenar objetos S3 - ochobitshacenunbyte

Descubre RustFS: la alternativa open source a MinIO para almacenamiento S3. Alto rendimiento en Rust, escalabilidad y seguridad

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

Announcing Textual Diff View!

Add beautiful diffs to your terminal application.

⭐ Unified and split view
⭐ Line and character highlights
⭐ Many themes
⭐ Horizontal scrolling

https://github.com/batrachianai/textual-diff-view

#Python #Textual #Diff #AI

→ Markdown Ate The World (by @matdevdug)
https://matduggan.com/markdown-ate-the-world/

“Most writing is about getting words down in a structure that makes sense, and then getting those words in front of other people. #Markdown does that with less #friction than anything else ever created. You can learn it in ten minutes, write it in any text editor on any device, read the source file without rendering it, diff it in version control, and convert it to virtually any output format.”

#text #diff #write #format

Markdown Ate The World

I have always enjoyed the act of typing words and seeing them come up on screen. While my favorite word processor of all time might be WordPerfect (here), I've used almost all of them. These programs were what sold me on the entire value proposition of computers. They were like

matduggan.com

[diffnav - GitHub 스타일의 Git diff pager

Delta의 렌더링 기능을 기반으로 GitHub의 파일 트리 UI를 터미널 환경에서 재현한 TUI 도구인 Diffnav가 발표되었습니다. Go 언어와 Bubble Tea 프레임워크로 구현되어 맥, 리눅스, 윈도우를 지원하며, 사이드바 파일 트리를 통해 변경된 파일 간 빠르게 이동할 수 있습니다. 양쪽 비교 및 통합 보기 전환, 파일 상태별 색상 표시 및 아이콘 스타일 커스터마이징, 설정 파일 통한 UI 조정 등이 가능하며, GitHub CLI와 함께 사용 시 PR diff 탐색에 적합합니다.

https://news.hada.io/topic?id=27515

#tui #git #diff #terminal #github

diffnav - GitHub 스타일의 Git diff pager | GeekNews

delta 의 렌더링 기능을 기반으로 GitHub의 파일 트리 UI를 터미널 환경에서 재현파일 트리와 diff 내용을 동시에 표시해 대규모 코드 변경 내역을 빠르게 시각적으로 탐색 가능Go 언어와 Bubble Tea 프레임워크로 구현된 TUI로 맥/리눅스/윈도우 지원사이드바 파일 트리를 통해 변경된 파일 간 빠른 이동 가능양쪽 비교(side-by-side)

GeekNews
They really should have taught me about #diff and #patch at uni. Knowing how they work - beyond the surface level of make diff, apply patch - is so immensely useful, and the knowledge goes across all #programming languages and all version control systems.