From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id 1012321772 for ; Mon, 12 Aug 2024 10:43:27 +0200 (CEST) Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Mon Aug 12 04:40:37 -0400 2024 Received: from mimir.eigenstate.org (localhost [127.0.0.1]) by mimir.eigenstate.org (OpenSMTPD) with ESMTP id 42ae2876 for <9front@9front.org>; Mon, 12 Aug 2024 01:40:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eigenstate.org; h= message-id:to:subject:date:from:in-reply-to:mime-version :content-type:content-transfer-encoding; s=mail; bh=Aua57yKysHrh BkbK2Alr5x/imj8=; b=V+KU790t04lcLOGvP2F6fD4OH4rbZ3gDOYKVq0TJKdTM Wvf7ZpNaNXjlRLYSlX0eDjOwqR2h1vIib7cmnXhqIxZSv2t0806lJVE5oXctSScl wLyFFJVCrBLDH2ChMU+4Pith/YZ4FvZIK0e0rI4pHK/bc5JRdPVU/8p91PauS6o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eigenstate.org; h=message-id :to:subject:date:from:in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=mail; b=UyrTM1iBG/VF4U92r7v iLQKYuEdSa0F9Iahe5WY82u/g+auZWijB6NJq6qwvF1AwYnpDSDNoSdlQeeddQk+ XPoA4bEdWBAtEGgVt0TIjF4IpeHIiyckjhNVsjMikqPmN02UHLlicoeRYvBrZAVZ IbEuXxfe355+pA5rSvmeyVPc= Received: from chainsaw.dev (27-142-98-120.rev.home.ne.jp [27.142.98.120]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 95cfef66 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Mon, 12 Aug 2024 01:40:34 -0700 (PDT) Message-ID: To: 9front@9front.org Date: Mon, 12 Aug 2024 04:37:59 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: software cache SVG map/reduce package Subject: Re: [9front] Blie - blended layers image editor Reply-To: 9front@9front.org Precedence: bulk Quoth sirjofri : > 12.08.2024 04:56:14 ori@eigenstate.org: > > Quoth sirjofri : > >> Initially, I wanted to have all the data in a zip and you open the zip > >> file for editing, but now I think it's probably better to just leave > >> it as individual files.  Those can still be zipped, and you can use > >> source control more easily. > > > > Yes, this kind of thing can be layered. > > > >     $ zip/fs $imgfile > >     $ blie > >     > > Is zipfs writable? The man page isn't so clear about that. I thought it was read-only. > > sirjofri if it isn't, code could be written; or some other format with a file server better suited could be used. The point is that you can layer file servers if you want a single file format, instead of putting it all into one program.