After OWL (look it up) died, we were left without map monitoring tools. So I wrote a backend in Perl, learnt OpenLayers and made this website.
WhoDidIt tracks node edits and groups them into small rectangles, so you can see where people changed geometries, and could subscribe to an area.
My instance did non survive the https, but thankfully Simon made a fork. Alas I can't get it to work either:
https://simon04.dev.openstreetmap.org/whodidit/
It's definitely old, OSMCha covers all that better. But it was pretty.
For a possible new version that also accounted for ways and relations, I first looked at augmented diffs. But every time I try to use them, I regret it.
So I started writing "changechange": a script that keeps track of references and enriches official osmChange files with geometries and references.
https://github.com/Zverik/changechange
It would not lead to 100 MB minutely diffs, like in Overpass, but enough to keep track of changes and maintain filtered extracts.
Didn't have resources to finish though.
For a possible new version that also accounted for ways and relations, I first looked at augmented diffs. But every time I try to use them, I regret it.
So I started writing "changechange": a script that keeps track of references and enriches official osmChange files with geometries and references.
https://github.com/Zverik/changechange