[7925] in cryptography@c2.net mail archive
Re: human failings question
daemon@ATHENA.MIT.EDU (Rich Salz)
Wed Oct 4 21:45:46 2000
Message-ID: <39DBCC84.B2FFD782@caveosystems.com>
Date: Wed, 04 Oct 2000 20:34:12 -0400
From: Rich Salz <rsalz@caveosystems.com>
MIME-Version: 1.0
To: coderpunks@toad.com
Cc: cryptography@c2.net
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
> I kept track of the last three or four bits or something like that to
> make the prediction for the next bit, a simple majority sort of thing.
There was a really bizarre program, "rk -- the reactive keyboard", from the
early 1990's, that did prediction of general user typing. It didn't work too
well for emacs, but it was some kind of wonder to behold when it started
completing your shell commands for you. A quick search (via google) shows
that it's still around.
Anyhow, you might look at some of the papers associated with rk for
measurement and analysis ideas.
/r$