Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'true,': 0.04; 'bits': 0.07; 'omit': 0.07; 'cc:addr:python-list': 0.09; '22,': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; '(usually': 0.22; 'install,': 0.22; 'sat,': 0.23; 'header:In-Reply-To:1': 0.24; 'linux': 0.26; 'message-id:@mail.gmail.com': 0.27; 'cpu': 0.29; 'windows,': 0.29; 'system,': 0.30; 'certain': 0.31; 'run': 0.33; 'ram': 0.33; 'ubuntu': 0.33; 'running': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'but': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'still': 0.40; 'some': 0.40; 'default': 0.61; 'more': 0.63; 'grab': 0.64; 'demand': 0.79; 'chrisa': 0.84; 'grabbing': 0.84; 'to:none': 0.91 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=KAD8I1jA+ug8QFx5kQog4ja7JYrLFSX44TmRjwqg7CU=; b=vt01hfjDqqRXko9UDJ/VkqJfpZMlZKf+GlVoXHz3/c2XB4uhr1roYZvu8ENnUf/nDJ /UiCiD4BdsQkbAAqNALH8UuaelBhbu+92+vO5yp5mvs//3BPZirFjo6CYH5wEZj2qjl6 2MDw9s4ORTZjJthdRCXWPZtEg8g+iOnsGyCm2DuqGOdkBc/5Jjf6UzLNWepPZMWk7vaM D7RPJQ4XW7P936+nFaNtJzwER9dwaZ9fsb2lr3zPmatdvef8yIkwmn6WwrwI1vTxnkoJ RF9cgaOypsrVpKwxUYUACD5MxVANFE2pXjAPkha5NB+zWfqGZ9oYtnMpa+mlyn4uf9Wh nfIg== MIME-Version: 1.0 X-Received: by 10.50.114.100 with SMTP id jf4mr6670808igb.94.1440220582964; Fri, 21 Aug 2015 22:16:22 -0700 (PDT) In-Reply-To: <8d78aea8-ca82-41a5-89c0-697e4698e771@googlegroups.com> References: <2a6a9035-33bb-42a0-a034-027fbb873872@googlegroups.com> <8d78aea8-ca82-41a5-89c0-697e4698e771@googlegroups.com> Date: Sat, 22 Aug 2015 15:16:22 +1000 Subject: Re: Bug! From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1440220591 news.xs4all.nl 23813 [2001:888:2000:d::a6]:43386 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95545 On Sat, Aug 22, 2015 at 2:37 PM, Rustom Mody wrote: > One of the charms of linux used to be (dunno how true today) that it could > run reasonably well on extremely underpowered hardware Still true, although it's not so much "Linux is better than Windows" as "Linux is more modular than Windows, so you can omit the bits you don't want". If you grab a default Ubuntu install, it'll demand a certain amount of RAM and CPU and so on; but if you're running it on a low-end system, you can kick off some of the heaviest parts (usually the pretty graphics), either manually or by grabbing a dedicated low-end-system distro like AntiX. ChrisA