GetCompress
Summary
GetCompress is a tool for lossless media compression without context switching.
Similar Articles
MediaOptim
MediaOptim is a tool that compresses images, video, and audio locally to save storage without uploading files.
OpenZL
OpenZL is a compression library that generates specialized compressors for specific data formats, achieving high compression ratios at high speeds suitable for datacenter workloads like AI processing.
Lossless GIF recompression via exhaustive search
Blog post exploring lossless recompression of GIF images using exhaustive search over LZW encoding, similar to Zopfli for PNG, to achieve smaller file sizes.
Fc, a lossless compressor for floating-point streams
fc is an open-source lossless compressor for IEEE-754 64-bit double streams, offering superior compression ratios for structured data compared to zstd and fpzip, though with slower encoding speeds.
What should context compression keep? I looked at how six agents handle it[D]
An analysis of how six AI coding agents (Claude Code, Codex CLI, OpenCode, Cline, Cursor, Amp) converge on layered progressive compression for long contexts, differing in what they protect (user messages, stateful tool outputs) and whether they inform the model of compression, with tradeoffs between cost and accuracy.