Also, can this be done with png? Most consecutive lines are very similar, so I'd expect the algebraic pass to be very useful.
I’m asking here instead of asking an LLM because that’s what humans used to do and it was pleasant.
I too would be interested in approximations or heuristics if anyone has any
fetch('data:;base64,1ZpLsgIxCEXnrM...==').then(
r => r.body.pipeThrough(new DecompressionStream('deflate-raw'))
).then(
s => new Response(s).text()
).then(
t => b.innerHTML = '<pre style=font-size:.65vw>' + t
)What was asked of Claude? The article is very sparse on this.
Makes me think a project-and-rasterize pipeline, sampling a simplified world water boundary map under a variety of projection parameters should give you a range of bitmaps, and then it is up to whoever to decide if the detail lost in all if this renders it incompatible with the world as they know it.
The site below takes detailed map files and removes significant detail for practical purposes:
iweczek•3d ago