<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>TextDiff</title><description>Free online textdiff tool — no signup, instant results in your browser.</description><link>https://textdiff.pro/</link><language>en</language><item><title>Myers Diff Algorithm: How git diff Finds Changes</title><link>https://textdiff.pro/blog/myers-diff-algorithm/</link><guid isPermaLink="true">https://textdiff.pro/blog/myers-diff-algorithm/</guid><description>A developer-friendly explanation of the Myers diff algorithm — the O((n+m)d) approach that powers git diff, unified diffs, and most modern code review tools.</description><pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate></item><item><title>How Does diff Work? The Algorithm Behind File Comparison</title><link>https://textdiff.pro/blog/how-does-diff-work/</link><guid isPermaLink="true">https://textdiff.pro/blog/how-does-diff-work/</guid><description>The diff utility uses the Longest Common Subsequence algorithm to find the minimal set of changes between two files. Here&apos;s how it works, step by step.</description><pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate></item><item><title>git diff Explained: Every Common Usage with Examples</title><link>https://textdiff.pro/blog/git-diff-explained/</link><guid isPermaLink="true">https://textdiff.pro/blog/git-diff-explained/</guid><description>A practical reference for git diff — comparing working tree, staged changes, branches, commits, and specific files. Includes output format and useful flags.</description><pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Unified Diff Format: How to Read and Write Patch Files</title><link>https://textdiff.pro/blog/unified-diff-format/</link><guid isPermaLink="true">https://textdiff.pro/blog/unified-diff-format/</guid><description>The unified diff format (diff -u) explained: hunk headers, context lines, applying patches with the patch command, and common gotchas.</description><pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate></item><item><title>How to Compare Two Text Files in Linux</title><link>https://textdiff.pro/blog/compare-two-text-files-linux/</link><guid isPermaLink="true">https://textdiff.pro/blog/compare-two-text-files-linux/</guid><description>Compare two text files on Linux using diff, colordiff, vimdiff, and other tools. Covers common flags, output formats, and when to use each approach.</description><pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate></item><item><title>How to Compare Strings in Python</title><link>https://textdiff.pro/blog/compare-strings-python/</link><guid isPermaLink="true">https://textdiff.pro/blog/compare-strings-python/</guid><description>Python string comparison: equality, ordering, case-insensitive matching, fuzzy similarity, and difflib for line-by-line diffs. With examples.</description><pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>