DE version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
88% Positive
Analyzed from 633 words in the discussion.
Trending Topics
#map#world#https#bytes#number#bit#here#why#bits#came

Discussion (26 Comments)Read Original on HackerNews
What was asked of Claude? The article is very sparse on this.
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
Also, can this be done with png? Most consecutive lines are very similar, so I'd expect the algebraic pass to be very useful.
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 of 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:
https://mapshaper.org/
Can the it also split Africa/Arabia/Eurasia?
Who/how decided which islands to keep and which to erase?
If you want to save a few characters, you can replace `length(v)` with the actual number.
Then it's a matter of picking a suitable way to encode numbers into bits.
I came up with groups of four bits. If the high bit is not set that is the number, if it is set then read an additional group of four bits, and interpret as a biased 7 bit number. This came out to 400 bytes not including decompressor.