<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: diff</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/diff.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2019-04-07T20:03:20+00:00</updated><author><name>Simon Willison</name></author><entry><title>csv-diff 0.3.1</title><link href="https://simonwillison.net/2019/Apr/7/csv-diff/#atom-tag" rel="alternate"/><published>2019-04-07T20:03:20+00:00</published><updated>2019-04-07T20:03:20+00:00</updated><id>https://simonwillison.net/2019/Apr/7/csv-diff/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/simonw/csv-diff/releases/tag/0.3.1"&gt;csv-diff 0.3.1&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
I released a minor update to my csv-diff CLI tool today which does a better job of displaying a human-readable representation of rows that have been added or removed from a file—previously they were represented as an ugly JSON dump. My script monitoring changes to the official list of trees in San Francisco has been running for a month now and has captured 23 commits!

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="https://twitter.com/simonw/status/1114979445343842304"&gt;@simonw&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/cli"&gt;cli&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/csv"&gt;csv&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/diff"&gt;diff&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/projects"&gt;projects&lt;/a&gt;&lt;/p&gt;



</summary><category term="cli"/><category term="csv"/><category term="diff"/><category term="projects"/></entry><entry><title>TOSBack | The Terms-Of-Service Tracker</title><link href="https://simonwillison.net/2009/Jun/7/tosback/#atom-tag" rel="alternate"/><published>2009-06-07T10:49:33+00:00</published><updated>2009-06-07T10:49:33+00:00</updated><id>https://simonwillison.net/2009/Jun/7/tosback/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.tosback.org/"&gt;TOSBack | The Terms-Of-Service Tracker&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Fantastic idea (and implementation) from the EFF—a site that currently tracks 44 website policy documents and highlights changes to them using a diff engine (from Drupal). A global RSS feed is available—it would be useful if individual feeds for different sites and organisations were also provided.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/diff"&gt;diff&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/drupal"&gt;drupal&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/eff"&gt;eff&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/privacy"&gt;privacy&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/tosback"&gt;tosback&lt;/a&gt;&lt;/p&gt;



</summary><category term="diff"/><category term="drupal"/><category term="eff"/><category term="privacy"/><category term="tosback"/></entry><entry><title>Neil Fraser: Differential Synchronization</title><link href="https://simonwillison.net/2009/Jan/24/neil/#atom-tag" rel="alternate"/><published>2009-01-24T23:57:02+00:00</published><updated>2009-01-24T23:57:02+00:00</updated><id>https://simonwillison.net/2009/Jan/24/neil/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://neil.fraser.name/writing/sync/"&gt;Neil Fraser: Differential Synchronization&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Paper describing a robust method for “keeping two or more copies of the same document synchronized with each other in real-time”, over a variable network connection using clever diff algorithms.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/algorithms"&gt;algorithms&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/diff"&gt;diff&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/neil-fraser"&gt;neil-fraser&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/paper"&gt;paper&lt;/a&gt;&lt;/p&gt;



</summary><category term="algorithms"/><category term="diff"/><category term="neil-fraser"/><category term="paper"/></entry><entry><title>google-diff-match-patch</title><link href="https://simonwillison.net/2007/Jun/9/googlediffmatchpatch/#atom-tag" rel="alternate"/><published>2007-06-09T18:15:05+00:00</published><updated>2007-06-09T18:15:05+00:00</updated><id>https://simonwillison.net/2007/Jun/9/googlediffmatchpatch/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://code.google.com/p/google-diff-match-patch/"&gt;google-diff-match-patch&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Robust algorithms to perform the operations required for synchronizing plain text, in Java, JavaScript and Python.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://neil.fraser.name/news/2007/06/09/"&gt;Neil Fraser&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/diff"&gt;diff&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/google"&gt;google&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/java"&gt;java&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/neil-fraser"&gt;neil-fraser&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/open-source"&gt;open-source&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;&lt;/p&gt;



</summary><category term="diff"/><category term="google"/><category term="java"/><category term="javascript"/><category term="neil-fraser"/><category term="open-source"/><category term="python"/></entry><entry><title>Feedwhip</title><link href="https://simonwillison.net/2007/May/27/feedwhip/#atom-tag" rel="alternate"/><published>2007-05-27T20:43:13+00:00</published><updated>2007-05-27T20:43:13+00:00</updated><id>https://simonwillison.net/2007/May/27/feedwhip/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.feedwhip.com/"&gt;Feedwhip&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Create an RSS feed or e-mail alert for changes made to any Web page.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/diff"&gt;diff&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/feedwhip"&gt;feedwhip&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/rss"&gt;rss&lt;/a&gt;&lt;/p&gt;



</summary><category term="diff"/><category term="feedwhip"/><category term="rss"/></entry></feed>