Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #78093
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <cameron@cskk.homeip.net> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'editor.': 0.09; 'spelling': 0.09; 'subject:files': 0.09; 'teh': 0.09; 'from:addr:cs': 0.16; 'from:addr:zip.com.au': 0.16; 'from:name:cameron simpson': 0.16; 'highlighted': 0.16; 'message- id:@cskk.homeip.net': 0.16; 'received:211.29': 0.16; 'received:211.29.132': 0.16; 'received:cskk.homeip.net': 0.16; 'received:homeip.net': 0.16; 'received:optusnet.com.au': 0.16; 'received:syd.optusnet.com.au': 0.16; 'sees': 0.16; 'silence': 0.16; 'simpson': 0.16; 'subject:program': 0.16; 'wrote:': 0.18; 'commit': 0.19; 'header:User-Agent:1': 0.23; 'cheers,': 0.24; 'mention': 0.26; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'function': 0.29; 'words': 0.29; "doesn't": 0.30; 'continually': 0.31; "d'aprano": 0.31; 'evil': 0.31; 'fixing': 0.31; 'publicly': 0.31; 'steven': 0.31; 'text': 0.33; 'guess': 0.33; 'programmers': 0.33; 'but': 0.35; 'there': 0.35; 'received:com.au': 0.36; 'skip:> 10': 0.36; 'subject:data': 0.36; 'charset:us-ascii': 0.36; 'throughout': 0.37; 'received:211': 0.38; 'to:addr:python-list': 0.38; 'heard': 0.39; 'to:addr:python.org': 0.39; 'even': 0.60; 'liked': 0.60; 'full': 0.61; 'content-disposition:inline': 0.62; 'terrible': 0.84 |
| Date | Sat, 20 Sep 2014 10:30:33 +1000 |
| From | Cameron Simpson <cs@zip.com.au> |
| To | python-list@python.org |
| Subject | Re: program to generate data helpful in finding duplicate large files |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii; format=flowed |
| Content-Disposition | inline |
| In-Reply-To | <541c5855$0$30003$c3e8da3$5496439d@news.astraweb.com> |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| References | <541c5855$0$30003$c3e8da3$5496439d@news.astraweb.com> |
| X-Optus-CM-Score | 0 |
| X-Optus-CM-Analysis | v=2.1 cv=BdjhjNd2 c=1 sm=1 tr=0 a=YuQlxtEQCowy2cfE5kc7TA==:117 a=YuQlxtEQCowy2cfE5kc7TA==:17 a=ZtCCktOnAAAA:8 a=PO7r1zJSAAAA:8 a=LcaDllckn3IA:10 a=d9tRquDATOQA:10 a=fxrdlrCTMIcA:10 a=kj9zAlcOel0A:10 a=vrnE16BAAAAA:8 a=kZ7UWmmPAAAA:8 a=TRTbj0cnTXni6OztpywA:9 a=CjuIK1q_8ugA:10 a=pyH5b1fOeEsA:10 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.14157.1411174972.18130.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1411174972 news.xs4all.nl 2879 [2001:888:2000:d::a6]:58497 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:78093 |
Show key headers only | View raw
On 20Sep2014 02:22, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote:
>[...] I used to work with programmers whose spelling is awful. [...]
>nevertheless their commit messages and documentation was full of things
>like "make teh function reqire a posative index". [...]
>I heard one of them mention that even though he sees the words are
>misspelled, he deliberately doesn't bother fixing them because its not
>important. I guess he just liked the look of his text having highlighted
>words scattered throughout the editor.
I guess he just liked the idea of having terrible search results:-(
Cheers,
Cameron Simpson <cs@zip.com.au>
There is one evil which...should never be passed over in silence but be
continually publicly attacked, and that is corruption of the language...
- W.H. Auden
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: program to generate data helpful in finding duplicate large files Chris Angelico <rosuav@gmail.com> - 2014-09-19 23:59 +1000
Re: program to generate data helpful in finding duplicate large files Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-09-20 02:22 +1000
Re: program to generate data helpful in finding duplicate large files Chris Angelico <rosuav@gmail.com> - 2014-09-20 03:07 +1000
Re: program to generate data helpful in finding duplicate large files Cameron Simpson <cs@zip.com.au> - 2014-09-20 10:30 +1000
Re: program to generate data helpful in finding duplicate large files Ben Finney <ben+python@benfinney.id.au> - 2014-09-20 16:29 +1000
csiph-web