Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53799
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <joel.goldstick@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.027 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'python,': 0.02; 'url:blog': 0.10; 'cc:addr:python-list': 0.11; 'article.': 0.16; 'subject:programmer': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'specifically': 0.29; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; "d'aprano": 0.31; 'sep': 0.31; 'steven': 0.31; 'supposed': 0.32; 'url:python': 0.33; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'pm,': 0.38; 'url:mail': 0.40; 'pardon': 0.84; 'url:2007': 0.84; 'joel': 0.91; '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:to :cc:content-type; bh=mPFHaG9ZydQ7QG6i/t4P2gqser0XxjQ9SoA+46Z3EBc=; b=I4fI9BS4avRCCRc0EIwQrXkqCTdhp6Z9yEYo6Eq0kvh2alOsacA3JECj5pgzCEjU7t CIUYPiUuckQ+bJQMtHc3e81u8q2dYdztuAxaUgjGfEnXWPH+bgZjWXtzxmYKnCkQNaa/ SwmcHfaRJDqG6EuRkJwEIMUhvPpBlnpT+FHM9ynvnYkyao7g/a12c8i0bDaOVQ1eyff4 CoRF4J1FyU1bg7nO3gBRQTHb6xPnP6Xlmzobf78aw4xA5qGEP2EKv1cEIRvdxxGY/iyq R7096kIsv7Agey+4eWyKR52hYS/U1MYR/0z/WlZzfZ7+yet2Kjwmk710a4au5nNXLrmk UZDw== |
| MIME-Version | 1.0 |
| X-Received | by 10.221.64.17 with SMTP id xg17mr3282250vcb.5.1378487840698; Fri, 06 Sep 2013 10:17:20 -0700 (PDT) |
| In-Reply-To | <522a0927$0$29988$c3e8da3$5496439d@news.astraweb.com> |
| References | <522a0927$0$29988$c3e8da3$5496439d@news.astraweb.com> |
| Date | Fri, 6 Sep 2013 13:17:20 -0400 |
| Subject | Re: Confessions of a terrible programmer |
| From | Joel Goldstick <joel.goldstick@gmail.com> |
| To | "Steven D'Aprano" <steve+comp.lang.python@pearwood.info> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | "python-list@python.org" <python-list@python.org> |
| 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.130.1378487843.5461.python-list@python.org> (permalink) |
| Lines | 22 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1378487843 news.xs4all.nl 15924 [2001:888:2000:d::a6]:60926 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:53799 |
Show key headers only | View raw
On Fri, Sep 6, 2013 at 12:56 PM, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote: > Not specifically about Python, but still relevant: > > http://blog.kickin-the-darkness.com/2007/09/confessions-of-terrible-programmer.html > > > > > > -- > Steven > -- > https://mail.python.org/mailman/listinfo/python-list Pardon me, but I completely don't get this article. Let me in on what is supposed to be the joke please! -- Joel Goldstick http://joelgoldstick.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Confessions of a terrible programmer Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-06 16:56 +0000
Re: Confessions of a terrible programmer Joel Goldstick <joel.goldstick@gmail.com> - 2013-09-06 13:17 -0400
Re: Confessions of a terrible programmer Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-07 00:13 +0000
Re: Confessions of a terrible programmer Chris Angelico <rosuav@gmail.com> - 2013-09-07 03:43 +1000
Re: Confessions of a terrible programmer Walter Hurry <walterhurry@lavabit.com> - 2013-09-06 18:31 +0000
Re: Confessions of a terrible programmer Terry Reedy <tjreedy@udel.edu> - 2013-09-06 14:52 -0400
Re: Confessions of a terrible programmer Skip Montanaro <skip@pobox.com> - 2013-09-06 12:48 -0500
Re: Confessions of a terrible programmer rusi <rustompmody@gmail.com> - 2013-09-16 07:56 -0700
csiph-web