Open Data Archives and Ultra-Compact Code Experiments
오픈소스 | Sun Jul 05 2026 00:00:00 GMT+0000 (Coordinated Universal Time) | 2 sources
Anna's Archive announced a bounty for acquiring Google Books scans, alongside an experiment compressing a World Map into under 500 bytes.
Analysis
[Anna's Archive] announced a $200,000 bounty for acquiring the full Google Books scan collection [1]
- Aiming to obtain Google Books scan data
- Material currently only exposed as search snippets
- Also targeting similarly-sized rare book collections gathered by AI companies
- Requesting prior inquiries for scalable methodology prototypes
[Experiment Log] published an experiment rendering a World Map in under 500 bytes [2]
- An ultra-compact code challenge continuing the JS1k competition lineage
- SVG/canvas paths failed due to coordinate overhead
- Reverted to an ASCII-based land-only representation
- Compressed 8
- 523 bytes down to 445 bytes using deflate-raw
- Used Codex
- but AI performance fell short of expectations