Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ben Finney Newsgroups: comp.lang.python Subject: QWERTY was not designed to intentionally slow typists down (was: Unicode normalisation [was Re: [beginner] What's wrong?]) Date: Sat, 09 Apr 2016 10:43:58 +1000 Lines: 36 Message-ID: References: <2796705.edb3E9ArW3@PointedEars.de> <1584744.4h7ToaqLat@PointedEars.de> <5705b9ef$0$1611$c3e8da3$5496439d@news.astraweb.com> <570748ec$0$1620$c3e8da3$5496439d@news.astraweb.com> <874mbcgfmd.fsf@elektro.pacujo.net> <753cdb8b-9f94-48d6-bc0d-589efba86afc@googlegroups.com> <8560vr627l.fsf_-_@benfinney.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de ls0qNDuEVQ9R1BgBHaz89wUZaYVy9usp51hroGo+zdjg== Cancel-Lock: sha1:8p0svkTOJRBS/6Rlk6K8VS07AqQ= Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:: [': 0.03; 'false.': 0.07; 'facts': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sane': 0.09; '\xe2\x80\x94': 0.09; 'subject:not': 0.11; '1970s.': 0.16; 'myth,': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'relevance': 0.16; 'subject:Unicode': 0.16; 'subject:beginner': 0.16; 'subject:slow': 0.16; 'typing': 0.18; 'subject:] ': 0.19; 'aims': 0.22; 'keyboard': 0.22; 'subject:skip:i 10': 0.22; 'thus': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'subject: [': 0.29; 'url:wikipedia': 0.29; 'print': 0.30; 'connection': 0.30; 'url:wiki': 0.30; 'certainly': 0.30; 'text': 0.35; 'quite': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'url:en': 0.39; 'to:addr:python.org': 0.40; 'maximum': 0.61; 'telling': 0.61; 'side': 0.62; 'back': 0.62; 'today,': 0.62; 'effective': 0.63; 'goal': 0.64; 'body.': 0.66; 'brain': 0.66; 'frequency': 0.66; 'letters': 0.67; 'article': 0.77; '_o__)': 0.84; 'fact.': 0.84; 'nearby': 0.84; 'received:125': 0.84; 'subject:down': 0.84; 'subject:skip:n 10': 0.84; 'together,': 0.84; '\xe2\x80\x94emo': 0.84; 'dennis': 0.91; 'philips': 0.93 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <8560vr627l.fsf_-_@benfinney.id.au> X-Mailman-Original-References: <2796705.edb3E9ArW3@PointedEars.de> <1584744.4h7ToaqLat@PointedEars.de> <5705b9ef$0$1611$c3e8da3$5496439d@news.astraweb.com> <570748ec$0$1620$c3e8da3$5496439d@news.astraweb.com> <874mbcgfmd.fsf@elektro.pacujo.net> <753cdb8b-9f94-48d6-bc0d-589efba86afc@googlegroups.com> Xref: csiph.com comp.lang.python:106714 Dennis Lee Bieber writes: > [The QWERTY keyboard layout] was a sane design -- for early mechanical > typewrites. It fulfills its goal of slowing down a typist to reduce > jamming print-heads at the platen. This is an often-repeated myth, with citations back as far as the 1970s. It is false. The design is intended to reduce jamming the print heads together, but the goal of this is not to reduce speed, but to enable *fast* typing. It aims to maximise the frequency in which (English-language) text has consecutive letters alternating either side of the middle of the keyboard. This should thus reduce collisions of nearby heads — and hence *increase* the effective typing speed that can be achieved on such a mechanical typewriter. The degree to which this maximum was achieved is arguable. Certainly the relevance to keyboards today, with no connection from the layout to whether print heads will jam, is negligible. What is not arguable is that there is no evidence the design had any intention of *slowing* typists in any way. Quite the opposite, in fact. , and other links from the Wikipedia article , should allow interested people to get the facts right on this canard. -- \ “I used to think that the brain was the most wonderful organ in | `\ my body. Then I realized who was telling me this.” —Emo Philips | _o__) | Ben Finney