9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: tlaronde@polynum.com
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] Re: Building GCC
Date: Thu, 24 Jan 2008 14:38:40 +0100	[thread overview]
Message-ID: <20080124133840.GA2385@polynum.com> (raw)
In-Reply-To: <8fbf4ceb-5334-4fa0-8b96-1c31cd6225f7@k2g2000hse.googlegroups.com>

On Thu, Jan 24, 2008 at 09:41:02AM +0000, pavlovetsky@gmail.com wrote:
> [...] Lets drop web browser and KDE
> for a while and say this: there are cool, interactive scientific
> visualisation tools I would like to use along with fossil+venti
> infrastructure and Plan 9 tools and I would like to see them
> integrated with each other really well. As I said, it is absolutely
> impossible to reinvent everything again, so the question is how to
> integrate the already existing applications for UNIX and Plan 9. I
> vote for emulation.

I beg to differ. And  I will take a real, named example: Public domain
CERL G.R.A.S.S. (GIS software), transformed in GPL G.R.A.S.S., and,
since 2004, KerGIS, with the core under a BSD like license.

This is a huge beast. The original CERL version did not compile anymore
(it was dropped in 1992). It had a new Motif interface that was more
than 7 MBytes of code---did not compile; was a mess I did even not tried
to fix.

When the software was running, what it does was terrific. Altogether,
the ``conservative'' approach you express has led to GPL GRASS. More and
more, since the code base is huge and since the original worked, and
since it is not admissible to reinvent the wheel, but too difficult to
maintain, they drop part of the system, ``externalize'' parts, relying 
on third parties software.

The motto is: precious but too huge to maintain, so let change the 
minimum and drop what is not understood anymore.

My motto is: reorganize and redevelop it so that it is maintenable
(french origin: able to be held in hand).

On the one hand, the bazaar: so-called tens or hundreds of people
belonging to a ``community'' (really a handful of people really working;
many more discussing).
On the other hand, a single person: myself.

The result is that redoing, thinking about what makes sense and in
particular the split between terminals and CPUs (more and more today,
since a real, heavy computing system is a specialized beast, out of
reach of small entities, unless they can share it, i.e. buy some "shared
time" on some remote computing center), I have remade a lot of things
(not finished yet).

The last in time result is the split between computing and accessing,
with the generation of a 2D interface to _represent_ data and commands
(push a button instead of typing line code) independent of computing,
allowing to use KerGIS not only on Unix, but on any other type of system
(my goal is to allow KerGIS to run natively on Plan 9 or derived systems
or any other system with a C compiler with the minimum of system
dependent stuff).

So KerGIS is now _less code_ than CERL GRASS or GPL GRASS, but with more
features than the original, more than GPL GRASS 5.x (comparison is more
difficult with 6.x that I don't know), more maintainability, more future
potential.

And for the example of the Motif interface, that was
everything melt in CERL GRASS, and just a backend in KerGIS for the GiG
(Graphical interface Generation) numbers are:


CERL GRASS (in Kbytes):

7470	cerl/src/xgrass


KerGIS (in Kbytes):

316	kergis/bin2/monitor

being under KerGIS 4 CWEB files (Donald E. Knuth and Silvio Levy
litterate programming, C for code and TeX for explanations), that is a
great part of documentation: the library, handling geometrical elements
(representations in graphic coordinates and keeping identity of
individual elements---redrawing, changing color etc is local to the
terminal since the informations are kept), a X11 low level back-end, 
a Motif implementation of the toolkit for GiG, and GiG.

One has not to reinvent the wheel if it is a wheel: the best simple
thing. But if this is a wheel, it can be ported easily to other system.

If portability is difficult, this is because what ``works'', nolens 
volens, is not a wheel. This is time to engineer the thing to invent a 
wheel doing the stuff.
-- 
Thierry Laronde (Alceste) <tlaronde +AT+ polynum +dot+ com>
                 http://www.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C


  parent reply	other threads:[~2008-01-24 13:38 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-20 20:08 [9fans] " Pietro Gagliardi
2008-01-20 20:57 ` andrey mirtchovski
2008-01-20 21:05   ` Pietro Gagliardi
2008-01-20 22:22     ` Federico G. Benavento
2008-01-20 23:41       ` Pietro Gagliardi
2008-01-20 23:44         ` Pietro Gagliardi
2008-01-20 23:47           ` benavento
2008-01-20 23:50             ` Pietro Gagliardi
2008-01-21 14:09               ` Pietro Gagliardi
2008-01-21 14:39                 ` erik quanstrom
2008-01-21 15:01                 ` Kernel Panic
2008-01-21 16:02                 ` Brantley Coile
2008-01-21 20:54                   ` Steve Simon
2008-01-21 21:58                     ` Pietro Gagliardi
2008-01-21 22:47                     ` Pietro Gagliardi
2008-01-21 22:59                       ` erik quanstrom
2008-01-21 23:25                       ` Fazlul Shahriar
2008-01-21 23:31                         ` Pietro Gagliardi
2008-01-22  0:39                           ` Pietro Gagliardi
2008-01-22 12:15                       ` Russ Cox
2008-01-22 12:38                         ` Harri Haataja
2008-01-22 13:09                           ` lucio
2008-01-22 15:03                           ` erik quanstrom
2008-01-22 15:37                             ` Brantley Coile
2008-01-23  9:35                               ` [9fans] " pavlovetsky
2008-01-23 11:15                                 ` Harri Haataja
2008-01-24  9:41                                   ` pavlovetsky
2008-01-24 10:05                                     ` Steve Simon
2008-01-24 10:44                                       ` benavento
2008-01-24 15:05                                         ` erik quanstrom
2008-01-24 15:14                                           ` benavento
2008-01-24 15:51                                         ` lucio
2008-01-24 18:12                                           ` benavento
2008-01-25  9:55                                         ` pavlovetsky
2008-01-24 16:55                                       ` Uriel
2008-01-24 11:19                                     ` Paulo Pocinho
2008-01-24 11:24                                       ` Christopher Nielsen
2008-01-24 11:48                                         ` Paulo Pocinho
2008-01-24 12:46                                           ` mattmobile
2008-01-24 13:23                                             ` Paulo Pocinho
2008-01-24 15:37                                       ` lucio
2008-01-24 18:04                                         ` ron minnich
2008-01-24 18:06                                           ` andrey mirtchovski
2008-01-24 18:15                                             ` erik quanstrom
2008-01-24 18:19                                           ` lucio
2008-01-24 18:38                                             ` Paulo Pocinho
2008-01-24 18:44                                               ` lucio
2008-01-24 19:01                                               ` lucio
2008-01-24 18:50                                       ` Joel C. Salomon
2008-01-24 19:04                                         ` Pietro Gagliardi
2008-01-24 21:52                                           ` Russ Cox
2008-01-25  9:56                                             ` Douglas A. Gwyn
2008-01-25 12:19                                               ` Martin Neubauer
2008-01-24 13:38                                     ` tlaronde [this message]
2008-01-23 14:17                                 ` Iruata Souza
2008-01-23 16:13                                   ` ron minnich
2008-01-23 16:57                                     ` Pietro Gagliardi
2008-01-23 17:36                                     ` Iruata Souza
2008-01-23 18:26                                       ` Uriel
2008-01-24  9:59                                   ` sqweek
2008-01-24 17:21                                     ` lucio
2008-01-24 18:04                                       ` erik quanstrom
2008-01-24 18:21                                         ` Pietro Gagliardi
2008-01-24 18:37                                           ` lucio
2008-01-24 22:16                                             ` Gary Wright
2008-01-25  2:47                                             ` Pietro Gagliardi
2008-01-25  3:21                                               ` Pietro Gagliardi
2008-01-25  6:08                                               ` lucio
2008-01-24 18:52                                           ` erik quanstrom
2008-01-24 19:09                                             ` Pietro Gagliardi
2008-01-24 19:27                                               ` erik quanstrom
2008-01-24 19:38                                                 ` Pietro Gagliardi
2008-01-24 21:26                                                   ` Lorenzo Fernando Bivens de la Fuente
2008-01-25  9:55                                                 ` pavlovetsky
2008-01-25 14:14                                                   ` Iruata Souza
2008-01-25 14:26                                                     ` Brantley Coile
2008-01-25 17:49                                                       ` Bakul Shah
2008-01-25 18:09                                                         ` lucio
2008-01-25 18:29                                                           ` John Floren
2008-01-25 19:12                                                             ` lucio
2008-01-25 19:38                                                             ` Bakul Shah
2008-01-25 20:04                                                               ` Skip Tavakkolian
2008-01-26  2:28                                                             ` dave.l
2008-01-26  3:08                                                               ` John Floren
2008-01-26  3:17                                                                 ` Pietro Gagliardi
2008-01-28  3:11                                                                 ` erik quanstrom
2008-01-28  3:34                                                                   ` Eric Van Hensbergen
2008-01-25 18:32                                                           ` Pietro Gagliardi
2008-01-25 18:15                                                         ` erik quanstrom
2008-01-25 18:30                                                           ` lucio
2008-01-25 18:17                                                         ` Roman Shaposhnik
2008-01-25 18:19                                                         ` John Floren
2008-01-25 14:35                                                     ` [9fans] importing web browsers (was Building GCC) Charles Forsyth
2008-01-25 14:45                                                       ` Iruata Souza
2008-01-25 17:50                                                         ` lucio
2008-01-26 15:47                                                           ` Iruata Souza
2008-01-26 15:50                                                             ` Iruata Souza
2008-01-25 16:17                                                     ` [9fans] Re: Building GCC pavlovetsky
2008-01-25 18:04                                                     ` lucio
2008-01-26 15:29                                                       ` Iruata Souza
2008-01-24 19:13                                             ` Pietro Gagliardi
2008-01-24 19:18                                             ` lucio
2008-01-24 19:26                                               ` erik quanstrom
2008-01-25  9:56                                             ` pavlovetsky
2008-01-25 11:21                                               ` lucio
2008-01-25 14:07                                                 ` Pietro Gagliardi
2008-01-25 18:43                                                   ` [9fans] Higher level document rendering and editing (Was: Building GCC) lucio
2008-01-28 10:04                                                   ` [9fans] Re: Higher level document rendering and editing (Was pavlovetsky
2008-01-28 10:36                                                     ` Federico G. Benavento
2008-01-24 18:23                                         ` [9fans] Re: Building GCC lucio
2008-01-25 10:00                                         ` pavlovetsky
2008-01-22 17:15                           ` [9fans] " Pietro Gagliardi
2008-01-22 18:19                             ` Iruata Souza
2008-01-22 18:28                               ` Pietro Gagliardi
2008-01-22 18:37                                 ` Iruata Souza
2008-01-22 13:26                         ` John Stalker
2008-01-22 16:35                         ` ron minnich
2008-01-22 17:00                           ` Eric Van Hensbergen
2008-01-22 17:07                             ` erik quanstrom
2008-01-22 17:18                               ` Eric Van Hensbergen
2008-01-22 17:25                               ` ron minnich
2008-01-22 17:46                                 ` erik quanstrom
2008-01-22 17:07                           ` erik quanstrom
2008-01-22 17:15                             ` ron minnich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080124133840.GA2385@polynum.com \
    --to=tlaronde@polynum.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).