Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'correct.': 0.07; 'ascii': 0.09; 'repeated': 0.09; 'sentence': 0.09; 'cc:addr:python-list': 0.11; 'brothers': 0.16; 'fails.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mathematics.': 0.16; 'nearest': 0.16; 'reminded': 0.16; 'usenet': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'meant': 0.20; 'cc:addr:python.org': 0.22; 'unicode': 0.24; 'cc:2**0': 0.24; 'posts': 0.26; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'leave': 0.29; '[1]': 0.29; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:wiki': 0.31; 'convince': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'universal': 0.31; 'url:wikipedia': 0.31; 'wright': 0.31; 'everyone': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'building': 0.35; 'there': 0.35; "didn't": 0.36; 'url:org': 0.36; 'wrong': 0.37; 'level': 0.37; 'pm,': 0.38; 'realize': 0.39; 'sure': 0.39; 'how': 0.40; 'even': 0.60; 'face': 0.64; 'deeply': 0.69; 'url:1999': 0.75; 'dozens': 0.84; 'subject:Managing': 0.84; 'url:php': 0.85; 'to:none': 0.92; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=UBv5OqIzDnkyKq97ntuqYSNAS9Yw8vVJRzfPGGB3rng=; b=Y7BDegMywGjAUKKrb2GURaG5vr/GkORbOApPctogpvEnK/cXhnH6/MuSaS8sVD/CXH svO57NL3ZQ4YDxr0jzE8gjpUl+VSKF7lz8iZvVyE+MaLLmDKgQHeT/8nvNcp93CnZ71D YvM4r5uJsDG1+Wfrxe3owPWACKse2SPJCLPPy5kg7pxM6Sj8Hg+Ce70lcGlDJ5SLgpHM zpGUhm8MubeKkcYkgitJp1UFI+hn7905yI0Z/GJqxKbGft0AONalhRGiOCpOlmRIx50W 0ikoTlkdLA88ufQ79cMugE9NpPM7p3a93h2AjsphuHfQThFXDuc9whmpz/yrGB1jMl1V wPrA== MIME-Version: 1.0 X-Received: by 10.68.248.33 with SMTP id yj1mr9613051pbc.45.1386416991845; Sat, 07 Dec 2013 03:49:51 -0800 (PST) In-Reply-To: <52a30593$0$30003$c3e8da3$5496439d@news.astraweb.com> References: <5f370a06-8d2c-4d7d-bc22-b9a489c15c59@googlegroups.com> <132658ff-d06a-4136-ade6-353189da5769@googlegroups.com> <51007240-6bc9-4f0b-9937-4883bcc0ceb6@googlegroups.com> <5137f9a5-d0a0-4f7a-8d50-e464094392e2@googlegroups.com> <31f1bb84-1432-446c-a7d4-79ce16f2a543@googlegroups.com> <52a30593$0$30003$c3e8da3$5496439d@news.astraweb.com> Date: Sat, 7 Dec 2013 22:49:51 +1100 Subject: Re: Managing Google Groups headaches From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386416994 news.xs4all.nl 2946 [2001:888:2000:d::a6]:55917 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61237 On Sat, Dec 7, 2013 at 10:25 PM, Steven D'Aprano wrote: > On Sat, 07 Dec 2013 02:16:02 -0800, wxjmfauth wrote: > >> Rusi: >> >> "unicode as a medium is universal in the same way that ASCII used to be" >> >> Probably, you do not realize deeply how this sentence is correct. >> Unicode and ascii are constructed in the same way. It has not even to do >> with "characters", but with mathematics. >> >> It is on this level the FSR fails. It is mathematically wrong by design! > > > I'm reminded of that fellow, I don't remember his name, who *years* after > the Wright Brothers had flown, and there were dozens of people building > aeroplanes, was still trying to convince everyone that heavier-than-air > flight was mathematically impossible. Nearest I can find is: https://en.wikipedia.org/wiki/Simon_Newcomb#On_the_impossibility_of_a_flying_machine He at least accepted the Wrights' work once he found out about it. Also, he didn't make repeated usenet posts that torpedo you in the face and leave an "Uh?"-shaped hole. [1] I'm still not sure what jmf meant by the above. ChrisA [1] http://bofh.ntk.net/BOFH/1999/bastard99-24.php