Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Dennis Lee Bieber Newsgroups: comp.lang.python Subject: Re: Guido sees the light: PEP 8 updated Date: Tue, 19 Apr 2016 19:20:13 -0400 Organization: IISS Elusive Unicorn Lines: 24 Message-ID: References: <93639142-6b82-4b8a-8bd0-7f4593e1f692@googlegroups.com> <5716595b$0$1585$c3e8da3$5496439d@news.astraweb.com> <3d95437c-6427-46d2-8e9f-470f121194cd@googlegroups.com> <20160419124321.361751dc@bigbox.christie.dr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de oz0DD+X8OlrUWEsp50TTMQ5Jrg1WtBSQH3mqxTYNHLgA== 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; 'subject:PEP': 0.07; 'message-id:@4ax.com': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'refresh': 0.09; 'sqlite': 0.09; '2016': 0.16; 'data...': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'wifi': 0.16; 'later': 0.16; 'url:home': 0.18; 'machine': 0.21; 'space.': 0.22; 'tim': 0.24; 'testing': 0.25; 'header:X-Complaints-To:1': 0.26; 'disk': 0.27; '-0500,': 0.29; 'chase': 0.29; 'cpu': 0.29; 'figured': 0.29; 'markup': 0.29; 'mind,': 0.29; 'convert': 0.29; "i'd": 0.31; 'extract': 0.33; 'stream': 0.33; 'tue,': 0.34; 'could': 0.35; 'text': 0.35; 'formats': 0.35; 'something': 0.35; 'but': 0.36; 'instead': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'stuff': 0.38; 'copying': 0.38; 'format': 0.39; 'subject:the': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'export': 0.63; 'capture': 0.66; 'decided': 0.66; 'corporate': 0.71; '1gb': 0.84; '2gb': 0.84; '>of': 0.84; 'captures': 0.84; 'tie': 0.84; 'dennis': 0.91; 'received:108': 0.93 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: adsl-108-68-176-206.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 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: X-Mailman-Original-References: <93639142-6b82-4b8a-8bd0-7f4593e1f692@googlegroups.com> <5716595b$0$1585$c3e8da3$5496439d@news.astraweb.com> <3d95437c-6427-46d2-8e9f-470f121194cd@googlegroups.com> <20160419124321.361751dc@bigbox.christie.dr> Xref: csiph.com comp.lang.python:107375 On Tue, 19 Apr 2016 12:43:21 -0500, Tim Chase declaimed the following: > >So wireshark is the only outlier in my mind, though since it captures >binary packets, I suspect the native format is optimized for >streaming stuff from the NIC to the disk as fast as possible (though >given CPU and disk speeds, I would have figured that a gzipped stream >of text markup would be almost as good). > One of its export formats is XML... But extremely wasteful of space. For some latency testing I'd had to convert something like a 2GB native capture into 20+GB export format -- just so I could later extract fields and time-stamps to produce a 1GB SQLite database... Recently underwent the 3-year mandatory computer refresh at work and decided not to tie up the WiFi copying the old capture data... (90GB at corporate WiFi rates?) Instead I let the old machine zip the captures -- and that 90GB shrank to less than 5GB. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/