On Wed, Oct 31, 2001 at 06:58:56PM +0100, Xuân Baldauf wrote:
> Stefan Traby wrote:
>
> > On Wed, Oct 31, 2001 at 05:09:31PM +0100, Klaus Ridder wrote:
> >
> > > According to http://www.ccsf.caltech.edu/~roy/dataquan/ ,
> > > 5 Exabytes are the equivalent to all words ever spoken by human beings. So
> >
> > Don't forget to add an additional exabyte for my girlfriend. thanks.
> >
>
> That is... insulting, I think. If your girlfriend talked 100 years without
> interruption, that speech would only need 48 TeraBytes if it was recorded in
> standard stereo mp3 format. So you are exaggerating at least by 2100000%.
Why wasting CPU cycles in mp3 encoding ? Target is /dev/null anyway.
It really makes no sense to store it, it's just an exabyte
for the "entropy pool" of /dev/random.
Please read drivers/char/random.c:
* Sources of randomness from the environment include inter-keyboard
* timings, inter-interrupt timings from some interrupts, and other
* events which are both (a) non-deterministic and (b) hard for an
* outside observer to measure. Randomness from these sources are
So if I would patch the driver, I could remove the hash transformation
because her speak is (a) perfect non-deterministic and
(b) extremely hard for an outside observer to measure.
--
ciao -
Stefan