delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/09/21/04:06:32

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-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
:content-type;
bh=N5d6h+nElTTgVIbOxTYuJ7nMu9/FhLBfx/5YpD4nL+8=;
b=IUdip/kDFlbQdgejf4W5K54yZ+DmikACSjVmVjfffIAeqn6WXvPRe1obkFJIOnAkz/
FpXDR3KLS/6e8kcyFJHcOBxeFlaMJaTkox08w/ql/GgGmPzw0ikQSF32vAksRPW48L2c
lwJVx7X0NnY9bbg47MPtoFp31bzfcgr/F2QNLdxtuLVwK64TXZA7Zx5ERqS4szkcSuT2
eFCiNEzmk/jjK2AU7bKxg54Xh6/jW3Dg5xM4g7USubfl5/UvqXqarWZFjtj3KR9fXG0J
gvOmzphZ7Z1yPB6cv3bpC8uPxFq50+RilX9OdCaiUgr/vAYseY/Bpo9cvMGFbJvDzfCj
2/6g==
MIME-Version: 1.0
X-Received: by 10.50.43.161 with SMTP id x1mr8591056igl.64.1442822750282; Mon,
21 Sep 2015 01:05:50 -0700 (PDT)
In-Reply-To: <W5w.JVu3.5kXDpeU8xTy.1L}wqD@seznam.cz>
References: <20150921001659 DOT 0c211170 AT jive DOT levalinux DOT org>
<W5w.JVu3.5kXDpeU8xTy.1L}wqD AT seznam DOT cz>
Date: Mon, 21 Sep 2015 10:05:50 +0200
Message-ID: <CACwWb3CMfnekVQ76+0fg8b5Vx8wLxGgMQixETXd2qfDzWCSv5Q@mail.gmail.com>
Subject: Re: [geda-user] Apollon the technical thread
From: "Levente (leventelist AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: gEDA User Mailing List <geda-user AT delorie DOT com>
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

--089e0111bffe812bba05203d59a9
Content-Type: text/plain; charset=UTF-8

I'm talking about PCB only.

What you do is you fire up your editor and make changes to the pcb file.
With the new file format, you have to fire up the sqlitebrowser tool.

SQL speed is fast. Parsing a text file and converting all the data to
binary is slow. Please note that this is a self contained,
configuration-less single file database.

Lev

On Mon, Sep 21, 2015 at 9:09 AM, Vaclav Peroutka (vaclavpe AT seznam DOT cz) [via
geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote:

> Hi Lev,
>
> I might not clearly see the advantages of the new format now. What I miss
> is the text form of the new format.
>
> What I do is to open SCH or PCB in text editor and make changes manually
> (for example exact positions of components in PCB, moving of particular
> tracks, etc.). And with the new format, I am loosing this possibility. So
> if it will be possible, I will use the actual file format.
>
> Have you thought about extension of current file formats ?
>
> What about SQL speed ? Is it much slower to open/save schematic or pcb ?
> What about component attributes ? You will have some generic text fields
> and another parser ?
>
> My 0.05$ - my opinion is that get rid of guile and other obscure packages
> is more crucial than changing file formats (which I personally like and am
> accustomed to them).
>
>
>
> It has been a very busy week for me. My house is under renovation, and
> there will be power cuts, so I can't really access my computer in the
> next coming weeks. I can access emails though, but I don't really like
> Google's interface.
>
> I've noticed that the other apollon thread is still alive, although it
> is hijacked. I start a new thread.
>
> What I was able to do on the new data structure is this:
>
> 1. Get rid of the fixed layer format.
>
> The layer data structure is now cut into two tables. One for the layer, and
> the other is a layer type.
>
> 2. Angular definition is now in micro degrees.
>
>
> Regards,
> Lev
>
> --
> 73 de HA5OGL
> Op.: Levente
>
>

--089e0111bffe812bba05203d59a9
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div>I&#39;m talking about PCB only.<br><br></di=
v>What you do is you fire up your editor and make changes to the pcb file. =
With the new file format, you have to fire up the sqlitebrowser tool.<br><b=
r></div>SQL speed is fast. Parsing a text file and converting all the data =
to binary is slow. Please note that this is a self contained, configuration=
-less single file database.<br><br></div>Lev<br></div><div class=3D"gmail_e=
xtra"><br><div class=3D"gmail_quote">On Mon, Sep 21, 2015 at 9:09 AM, Vacla=
v Peroutka (<a href=3D"mailto:vaclavpe AT seznam DOT cz">vaclavpe AT seznam DOT cz</a>) [=
via <a href=3D"mailto:geda-user AT delorie DOT com">geda-user AT delorie DOT com</a>] <sp=
an dir=3D"ltr">&lt;<a href=3D"mailto:geda-user AT delorie DOT com" target=3D"_blan=
k">geda-user AT delorie DOT com</a>&gt;</span> wrote:<br><blockquote class=3D"gmai=
l_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left=
:1ex"><div>Hi Lev,<br><br>I might not clearly see the advantages of the new=
=20
format now. What I miss is the text form of the new format.<br><br>What I d=
o=20
is to open SCH or PCB in text editor and make changes manually (for example=
=20
exact positions of components in PCB, moving of particular tracks, etc.). A=
nd=20
with the new format, I am loosing this possibility. So if it will be possib=
le,
 I will use the actual file format.<br><br>Have you thought about extension=
 of
 current file formats ?<br><br>What about SQL speed ? Is it much slower to=
=20
open/save schematic or pcb ? What about component attributes ? You will hav=
e=20
some generic text fields and another parser ?<br><br>My 0.05$ - my opinion =
is=20
that get rid of guile and other obscure packages is more crucial than chang=
ing
 file formats (which I personally like and am accustomed to=20
them).<div><div class=3D"h5"><br><br><br><blockquote>It has been a very bus=
y week for me. My house is
 under renovation, and<br>there will be power cuts, so I can&#39;t really a=
ccess=20
my computer in the<br>next coming weeks. I can access emails though, but I=
=20
don&#39;t really like<br>Google&#39;s interface.<br><br>I&#39;ve noticed th=
at the other=20
apollon thread is still alive, although it<br>is hijacked. I start a new=20
thread.<br><br>What I was able to do on the new data structure is=20
this:<br><br>1. Get rid of the fixed layer format.<br><br>The layer data=20
structure is now cut into two tables. One for the layer, and<br>the other i=
s a
 layer type.<br><br>2. Angular definition is now in micro=20
degrees.<br><br><br>Regards,<br>Lev<br><br>-- <br>73 de HA5OGL<br>Op.:=20
Levente</blockquote></div></div></div></blockquote></div><br></div>

--089e0111bffe812bba05203d59a9--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019