Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #31618

Re: Aggressive language on python-list

Date 2012-10-18 05:43 -0400
From Dave Angel <d@davea.name>
Subject Re: Aggressive language on python-list
References (9 earlier) <mailman.2387.1350532961.27098.python-list@python.org> <be2a9ec8-76f2-4696-8a69-159dab8514a3@v9g2000pbi.googlegroups.com> <c205400b-df0f-458d-aa78-aeb6a94e30f0@a4g2000pbo.googlegroups.com> <mailman.2400.1350537450.27098.python-list@python.org> <2a5f106f-d343-4636-9349-8b2162208bea@y5g2000pbi.googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.2416.1350553402.27098.python-list@python.org> (permalink)

Show all headers | View raw


On 10/18/2012 02:19 AM, rusi wrote:
> <snip>
>
> IOW the robustness principle http://en.wikipedia.org/wiki/Robustness_principle
> is as good for human networking as for computers.
>
>

The catch to that is that the software that is liberally accepting
anything is quite vulnerable to attacks.  Windows has a checksum in the
exe header that's been there since the MSDOS days, and to the best of my
knowledge has never been checked by the loader.  So even accidental file
corruption goes unnoticed.

Likewise IP and other protocol accept all sorts of retries and
fragments, and since different OS's overlay those pieces with differing
rules, it's quite common for different OS's to see different versions of
the packets after reconstruction.  So Intrusion detection software (sort
of like anti-virus) can be fooled.

Goals have changed over the years, and what was a good idea 20 years ago
is pretty painful now.

I suppose the human analogy might be the trusting people who believe any
scammer that comes along.  As for me, I'd rather be sometimes fooled
than never to trust anyone.  So, although I can argue against it, I
pretty much agree with the robustness principle.

-- 

DaveA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: Aggressive language on python-list Ben Finney <ben+python@benfinney.id.au> - 2012-10-15 08:58 +1100
  Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-14 20:22 -0700
    Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-14 21:36 -0700
      Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-16 09:27 -0700
        Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-16 16:49 +0000
          RE: Aggressive language on python-list "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-10-16 20:17 +0000
            Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-16 14:12 -0700
          Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-16 14:10 -0700
            Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-17 02:45 +0000
              Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-17 02:50 +0000
              Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-16 23:01 -0400
              Re: Aggressive language on python-list "Kristen J. Webb" <kwebb@teradactyl.com> - 2012-10-16 21:47 -0600
                Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-16 21:25 -0700
                Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-16 21:43 -0700
                Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-16 23:15 -0700
                Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-17 00:25 -0700
                Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-17 06:24 +0000
                Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-17 18:36 +1100
                Re: Aggressive language on python-list Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-17 09:40 +0100
                Re: Aggressive language on python-list Grant Edwards <invalid@invalid.invalid> - 2012-10-17 14:29 +0000
                Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-18 01:35 +1100
              Re: Aggressive language on python-list Ben Finney <ben+python@benfinney.id.au> - 2012-10-17 15:33 +1100
              Re: Aggressive language on python-list Terry Reedy <tjreedy@udel.edu> - 2012-10-17 01:15 -0400
                Re: Aggressive language on python-list Grant Edwards <invalid@invalid.invalid> - 2012-10-17 14:32 +0000
              Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-17 09:48 -0700
                Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-18 05:16 +1100
                Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-17 12:20 -0700
                Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-17 12:53 -0700
                Re: Aggressive language on python-list Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2012-10-17 21:28 +0100
                Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-17 14:10 -0700
                Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-17 23:17 +0000
                Re: Aggressive language on python-list Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-17 17:39 -0600
                Re: Aggressive language on python-list rurpy@yahoo.com - 2012-10-17 17:24 -0700
                Re: Aggressive language on python-list Zero Piraeus <schesis@gmail.com> - 2012-10-17 19:51 -0400
                Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-17 19:53 -0400
                Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-17 18:02 -0700
                Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-17 21:13 -0400
                Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:02 -0400
                Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-17 21:06 -0700
                Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:21 -0400
                Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-17 21:24 -0700
                Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:35 -0400
                Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-18 15:28 +1100
                Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-17 21:36 -0700
                Re: Aggressive language on python-list Zero Piraeus <schesis@gmail.com> - 2012-10-18 01:17 -0400
                Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-17 23:19 -0700
                Re: Aggressive language on python-list David Hutto <dwightdhutto@gmail.com> - 2012-10-18 02:27 -0400
                Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-18 00:30 -0700
                Re: Aggressive language on python-list Zero Piraeus <schesis@gmail.com> - 2012-10-18 03:07 -0400
                Re: Aggressive language on python-list Dave Angel <d@davea.name> - 2012-10-18 05:43 -0400
                Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:37 -0400
                Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:05 -0400
                Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-17 21:11 -0700
                Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:26 -0400
                Re: Aggressive language on python-list alex23 <wuwei23@gmail.com> - 2012-10-17 21:31 -0700
                Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:57 -0400
                Re: Aggressive language on python-list Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-18 05:29 +0000
                Re: Aggressive language on python-list David Hutto <dwightdhutto@gmail.com> - 2012-10-18 01:43 -0400
                Re: Aggressive language on python-list Robert Kern <robert.kern@gmail.com> - 2012-10-18 11:11 +0100
                Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-18 15:23 +1100
                Re: Aggressive language on python-list Dwight Hutto <dwightdhutto@gmail.com> - 2012-10-18 00:33 -0400
                Re: Aggressive language on python-list Chris Angelico <rosuav@gmail.com> - 2012-10-18 15:42 +1100
                Re: Aggressive language on python-list Hguant <hguant@gmail.com> - 2012-10-18 01:11 -0400
                Re: Aggressive language on python-list Curt <curty@free.fr> - 2012-10-18 16:09 +0000
                Re: Aggressive language on python-list Zero Piraeus <schesis@gmail.com> - 2012-10-17 20:02 -0400
                Re: Aggressive language on python-list Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2012-10-18 01:44 +0100
                Re: Aggressive language on python-list Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-10-18 01:55 +0100
        Re: Aggressive language on python-list rusi <rustompmody@gmail.com> - 2012-10-16 20:00 -0700

csiph-web