That's nothing - look at lzip (lossy zip):
http://lzip.sourceforge.net
Reduces all files down to 10% or even 0% of their original size!
From the FAQ:
======================
It utilizes a two-pass bit-sieve to first remove all unimportant data
from the data set. Lzip implements this quiet effectively by eliminating all
of the 0's. It then sorts the remaining bits into increasing order, and
begins searching for patterns. The number of passes in this search is set to
(10-N) in lzip, where N is the numeric command-line argument we've been
telling you about.
For every pattern of length (10/N) found in the data set, the algorithm
makes a mark in its hash table. By keeping the hash table small, we can
reduce memory overhead. Lzip uses a two-entry hash table. Then data in this
table is then plotted in three dimensions, and a discrete cosine transform
transforms it into frequency and amplitude data. This data is filtered for
sounds that are beyond the range of the human ear, and the result is
transformed back (via an indiscrete cosine) into the hash table, in random
order.
Take each pattern in the original data set, XOR it with the log of it's
entry in the new hash table, then shuffle each byte two positions to the left
and you're done!
And you can see, there is some very advanced thinking going on here. It
is no wonder this algorithm took so long to develop!
================================
> On Mon, 14 Jan 2002, Stephane Dudzinski wrote:
> Wow! Infinite compressions and backups on a floppy, what a great new
> company !
>>http://www.zeosync.com/flash/pressrelease.htm>
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!