Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.04; 'extreme': 0.05; 'ram': 0.07; 'fond': 0.09; 'restriction': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'creativity.': 0.16; 'saying,': 0.16; 'tend': 0.16; 'loading': 0.19; 'code': 0.22; 'header:In-Reply- To:1': 0.22; 'thu,': 0.22; 'example': 0.24; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'to:addr:python-list': 0.32; '(for': 0.33; 'think': 0.36; 'received:209.85': 0.37; 'received:google.com': 0.38; 'computer.': 0.38; 'anything': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'how': 0.39; 'header:Received:5': 0.40; '2011': 0.62; 'sector': 0.72; 'often,': 0.84; 'proportional': 0.84; 'received:209.85.210.174': 0.84; 'received:mail-iy0-f174.google.com': 0.84; 'subject:Today': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=p7ImdVAIub9PCcw6SIR5pXhZ9oaQABpn9IkLwPYt2So=; b=Gby4D89Zn0+LfP+gmOpcd/6PZBf//yWpF9C2T7f37tXPaPfokvofdl8dw2GwOLx7wC WGpikcu4emYifqgEfGYO2XyCZbvblb+wiRJ9tu7YB3MPKtXeN/Sje3msSAJMy1xF76XZ MuKX6pSBgprljyukGu7CZWzFJom16B5V+m4PM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vrFiCon9yKy1iivlkdahPXkXKStaq/DX94zfPTQJ74lauKaHI5xG384FmeIKOqGs+v U67FDGXUk4tzkd7XebS/909xlEIWFFvnvhCVNjCRJwyrC/PKjuUbWf+T8ppACjvW6OKA 9H+X6OeHTpHWDCVeJIw1RtOzR7Gol/4WyA6SA= MIME-Version: 1.0 In-Reply-To: <4dc1a2b9$0$41110$e4fe514c@news.xs4all.nl> References: <4dc1a2b9$0$41110$e4fe514c@news.xs4all.nl> Date: Thu, 5 May 2011 12:22:35 +1000 Subject: Re: Today's fun and educational Python recipe From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304562159 news.xs4all.nl 65870 [::ffff:82.94.164.166]:36568 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4684 On Thu, May 5, 2011 at 5:02 AM, Irmen de Jong wrote: > I think that often, the cleverness of people is inversely proportional to > the amount of CPU power and RAM that they have in their computer. As Mark Rosewater is fond of saying, restrictions breed creativity. Lack of computational resources is a major restriction (for an extreme example of RAM shortage, look at how much code you can fit into a boot sector without loading anything more from the disk). Take away all the restrictions, and people will tend to code sloppily. Chris Angelico