Skip to content

Comment on A ridiculous patent for arbitrary compression

Comments

When I was 15 I spent a lot of time working on my own compression algorithm... The idea was to treat the data as one giant integer and divide it by 2 recursively, each time reducing the size of the data by one bit.

The hard part was finding a way to store the remainder of the division if the data was odd...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.