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


Groups > comp.lang.python > #67381

Re: posting code snippets

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.005
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'board.': 0.05; 'subject:code': 0.07; 'debugging.': 0.09; 'logic': 0.09; 'subject:posting': 0.09; 'cc:addr:python-list': 0.11; 'drag': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'nail': 0.16; 'scope,': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'solution.': 0.20; 'machine': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'right.': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'strip': 0.31; 'becomes': 0.33; 'lab': 0.33; 'problem': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'problems': 0.38; 'machines': 0.38; 'itself': 0.39; 'mar': 0.68; 'absolutely': 0.87; 'edwards': 0.91; 'to:none': 0.92
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=Kqy+8rros8MVjgDE91GovroqF6x7IAXkkU/oPLFBuBk=; b=Lu13Sr+yoaID5tXdk0+WijrEHQd6ko4aJ+z7I016qi+hqh/XWgV9YH+vM8E14fsnzS 3AhrZOEX+G68XvL1pireOb62iUNS3hS/kpDzYaBXN7XNBsIR81h1Dk/Wfxl41zCMph/J aT/4ueFXOATWkyUiV/8Vg7k6iaghKba4YIeGmf8sW+XYGpRXGSfH2U0EUK+QAbOyT5ay y4M6XHcKfwYigTYCCJXi6nug7ZikT6vxaEhdwnpyO3D24Amyx1sMX0RZ7x6RoztpCP/H CUD490rlHj+0q2sgj3sU4nbfnF82lHXBVtg7Acahc5McFip/0ZELPXErxWyJ002YXBj9 QLQg==
MIME-Version 1.0
X-Received by 10.66.27.48 with SMTP id q16mr11306361pag.9.1393712195667; Sat, 01 Mar 2014 14:16:35 -0800 (PST)
In-Reply-To <leq6j9$mnb$2@reader1.panix.com>
References <e77aff42-6ec3-4749-9683-6ebb2a33ac1a@googlegroups.com> <85ppm8nqx7.fsf@benfinney.id.au> <mailman.7458.1393566098.18130.python-list@python.org> <leq6j9$mnb$2@reader1.panix.com>
Date Sun, 2 Mar 2014 09:16:35 +1100
Subject Re: posting code snippets
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <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 <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.7542.1393712199.18130.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1393712199 news.xs4all.nl 2898 [2001:888:2000:d::a6]:43511
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:67381

Show key headers only | View raw


On Sat, Mar 1, 2014 at 1:31 AM, Grant Edwards <invalid@invalid.invalid> wrote:
> You drag out the lab scope, logic analyzer, spectrum analyzer, sweep
> generator, strip plotter, and the machine that goes "ping".  You start
> to get everything set up to nail that problem securely to the
> dissecting board.  Long before you actually get to that point, the
> problem becomes intimidated and reveals itself and a solution.

*ALL* my machines go ping. It's fundamental to network debugging. I
know that's not what you meant, but somehow it comes to the same
thing. :)

And yep. That is so absolutely right. Problems know when concealment
becomes pointless.

ChrisA

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


Thread

posting code snippets "Mark H. Harris" <harrismh777@gmail.com> - 2014-02-27 04:13 -0800
  Re: posting code snippets Chris Angelico <rosuav@gmail.com> - 2014-02-27 23:27 +1100
  Re: posting code snippets Jerry Hill <malaclypse2@gmail.com> - 2014-02-27 10:01 -0500
    Re: posting code snippets "Mark H. Harris" <harrismh777@gmail.com> - 2014-02-27 07:23 -0800
  Re: posting code snippets Tim Chase <python.list@tim.thechases.com> - 2014-02-27 09:56 -0600
  Re: posting code snippets Ben Finney <ben+python@benfinney.id.au> - 2014-02-28 09:15 +1100
    Re: posting code snippets "Mark H. Harris" <harrismh777@gmail.com> - 2014-02-27 15:13 -0800
      Re: posting code snippets Dave Angel <davea@davea.name> - 2014-02-28 00:05 -0500
  Re: posting code snippets Chris Angelico <rosuav@gmail.com> - 2014-02-28 16:41 +1100
    Re: posting code snippets Grant Edwards <invalid@invalid.invalid> - 2014-02-28 14:31 +0000
      Re: posting code snippets Gene Heskett <gheskett@wdtv.com> - 2014-03-01 16:55 -0500
      Re: posting code snippets Chris Angelico <rosuav@gmail.com> - 2014-03-02 09:16 +1100
        Re: posting code snippets Alister <alister.ware@ntlworld.com> - 2014-03-02 11:25 +0000
          Re: posting code snippets Gene Heskett <gheskett@wdtv.com> - 2014-03-02 07:20 -0500
      Re: posting code snippets Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2014-03-02 17:20 +1300

csiph-web