Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Learning Lisp

Received: by 10.68.191.225 with SMTP id hb1mr2955677pbc.5.1336570040617;
        Wed, 09 May 2012 06:27:20 -0700 (PDT)
Path: pr3ni6268pbb.0!nntp.google.com!news1.google.com!goblin2!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
Date: Wed, 09 May 2012 16:27:18 +0300
From: Alex Mizrahi <alex.mizr...@gmail.com>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1
MIME-Version: 1.0
Newsgroups: comp.lang.lisp
Subject: Re: Learning Lisp
References: <866f3c88-3bc9-4744-8608-9830f85d59ed@l7g2000vbz.googlegroups.com> <871umvk2mi.fsf@gmail.com> <4fa90311$0$286$14726298@news.sunsite.dk> <87bolyj44x.fsf@gmail.com> <4fa96cd6$0$285$14726298@news.sunsite.dk> <jod6on$q8r$3@speranza.aioe.org>
In-Reply-To: <jod6on$q8r$3@speranza.aioe.org>
Lines: 19
Message-ID: <4faa70b7$0$288$14726298@news.sunsite.dk>
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: 46.150.96.87
X-Trace: news.sunsite.dk DXC=H[@<^FBm@^>RV[Kf06ReB9YSB=nbEKnk;RaZ^n=Xfmb7mIU[I3RaIB88OOk^m8EQV8E;hILY7RfM5H7;\^cn]kG;BY^M;]CnI_3
X-Complaints-To: staff@sunsite.dk
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

>>> Using the cursor keys is like using
>>> the mouse, you have to leave your home row.

>> No, it's not. It takes order of magnitude less time.

> Where the hell is your mouse? Floating out there among the moons of
> Jupiter? Mine is only about as far beyond the cursor keys as those are
> beyond the alphabetic keys.

It's not so much about distance to mouse as about nature of mouse 
movement -- basically, you cannot position cursor without watching it 
move. (Unless you're a Counter Strike pro who can headshot as soon as he 
sees something.) A process of watching cursor move and coordinating your 
hand is much slower than just sending commands to hands. It takes ~100 
ms just to see something, latency of human sensory input is significant. 
The only way you can do something quickly is to 'buffer' command to 
muscles, but it's not possible with actions which require feedback.