Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.04; 'sufficient': 0.05; 'messing': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'losing': 0.16; 'referencing': 0.16; 'subject:non': 0.16; 'prevent': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'subject:] ': 0.20; 'memory': 0.22; 'cc:addr:python.org': 0.22; 'file.': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'michael': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'embedding': 0.31; 'subject:programs': 0.31; 'though.': 0.31; 'file': 0.32; 'limitation': 0.33; 'subject:from': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'ram': 0.36; 'massive': 0.38; 'files': 0.38; 'does': 0.39; 'more': 0.64; 'subject:free': 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=An5uLf2dq0PZsimUCJE9q+91v9SD8KsqNjvJcfgLLNk=; b=ecodhdCbe1axYiYBcVZJNlQHaPQuZXRBainMzQDmVwUNzx+O9JxqpHl1sWLrIab3s5 WZ2PG93qHmcDn4HG6WamYhhC50Swmpjh0+f0en9jVWR1k6d3igLzIPYQZ06g3yNlDqoG 1kZrxZbIuerm1RTtVUYHE0DqUAVPxSMwKyvTGfKXlnutklc9lrxmTOQSS/1PJ6bhTKgH jAM+b9JlYvNQ62ej9Xaw3fnE5LX7Y62kRt9hwMj4LCKXxJQbWRqzm+rw0IvmBtKjip7l 1qne4e7Varv3feN+RNjVd2Rvfzfj6zECZC/AEBDKw3oDf4/TOhHysGKY7pIo4Y0KoVwT Ys3g== MIME-Version: 1.0 X-Received: by 10.68.183.164 with SMTP id en4mr14926589pbc.169.1389114840263; Tue, 07 Jan 2014 09:14:00 -0800 (PST) In-Reply-To: <52CC34EC.4000805@gmail.com> References: <7wfvp2gg6v.fsf_-_@benfinney.id.au> <52CC2F0F.8040703@gmail.com> <52CC34EC.4000805@gmail.com> Date: Wed, 8 Jan 2014 04:14:00 +1100 Subject: Re: [way OT] Migrating from non-free programs to LibreOffice 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.15 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389114843 news.xs4all.nl 2958 [2001:888:2000:d::a6]:35132 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63441 On Wed, Jan 8, 2014 at 4:10 AM, Michael Torrie wrote: > LO does reference images if you would like. But I find embedding the > whole works is just more self-contained. And with multiple file > documents the chances of losing data or messing with pagination are > contained to individual sections. Referencing isn't sufficient to prevent the massive memory use, though. Whatever's in the document will need to be loaded into RAM in order to edit the file. It's a fundamental limitation of big files and WYSIWYG editors. ChrisA