9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] how people learn things (was architectures)
Date: Fri, 13 Jul 2001 08:49:31 -0400	[thread overview]
Message-ID: <20010713124934.B1573199E4@mail.cse.psu.edu> (raw)

> J.
> Random User wants this 'cos it's shiny and flashy and they can point and
> click (have it crash on them :) and don't need to know anything about
> programming or typography.

I think the advantage of excel and word is that you don't have to
remember anything from session to session.  It helps but its not
necessary.  You can do a reasonable job of spread sheet or formatted
document by just starting the program and clicking the buttons that
look right.  The WYSIWYG aspects makes that possible since you get
immediate feedback of what you did.  If you don't like it, do something
else.  There are precious few buttons and the icons are sufficiently
descriptive that you don't have to hunt too much for what you want.

I like the interface though I tend to get absolutely potty by the huge
step in difficulty when you have to go past the obvious point and click
stuff.  Of course, troff has its own problems.  I get equally potty
trying to get breaks to happen where I want them to and usually
end up compromising with it after a few go arounds.  To get some
WYSIWYG feel, I tend to have a loop in a window that looks like:

	while(`{read}){
		troff ... |lp -dstdout > x.ps
		page x.ps
	}

That's usually good enough for me to see quickly the effect of my
changes.  However, WYSIWYG would be nicer.  It might even be worth
doing.  Its just that when most of us get used to troff, the drive
for doing a formatter for the uninitiated goes down.

> > I'm sure most of Microsoft's bad decisions were mandated by time to
> > market.
>
> no.  the core architecture is so flawed and the API so gross
> that it had to be sheer bad design.

I'm not sure these are contrary statements.  I just spent a few
days in Redmond job hunting.  MS's ability to handle complexity
both in design and code is astounding.  I spent some time with
people in the early stage of a large project, part of .NET.  They
are very thoughtful in their designs.  However, they do lack any
fear of complexity, or perhaps more correctly, given the current
weight of MS code, their idea of what's complex is an order of
magnitude or two above mine.  They are VERY focused and they
spend a lot of time feeling out interfaces.  However, they
do feel completely handcuffed by legacy API's.  They can
add to them but not subtract from them.  That means that if
time to market causes them to release a less than wonderful
interface, they're stuck with it for at least 3 releases
before thay can phase any part of it out.  That means the
API's do nothing but get wider and less coherent.


             reply	other threads:[~2001-07-13 12:49 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-13 12:49 presotto [this message]
2001-07-13 13:38 ` Boyd Roberts
2001-07-13 15:44 ` Douglas A. Gwyn
2001-07-14  0:19   ` Boyd Roberts
2001-08-02 10:27   ` Ralph
2001-08-02 11:24     ` Boyd Roberts
2001-08-03  9:05       ` Ralph Corderoy
2001-08-03 10:15         ` Boyd Roberts
  -- strict thread matches above, loose matches on Subject: below --
2001-07-16 18:15 David Gordon Hogan
2001-07-16 16:21 rog
2001-07-16 16:46 ` suspect
2001-07-13 16:32 jmk
2001-07-16  8:55 ` Douglas A. Gwyn
2001-07-16 15:21   ` Rick Hohensee
2001-07-13 16:22 rog
2001-07-14  0:23 ` Boyd Roberts
2001-07-16  8:54 ` Douglas A. Gwyn
2001-07-16 15:46   ` david presotto
2001-07-13  9:17 okamoto
2001-07-13  9:12 okamoto
2001-07-13 10:07 ` Boyd Roberts
2001-07-13 10:49   ` Lucio De Re
2001-07-13 10:59     ` Boyd Roberts
2001-07-13 11:11       ` Lucio De Re
2001-07-13 15:26         ` Douglas A. Gwyn
2001-07-13 16:20           ` Lucio De Re
2001-07-14  0:28             ` Boyd Roberts
2001-07-16  8:54             ` Douglas A. Gwyn
2001-07-16  9:55               ` Boyd Roberts
2001-07-13  8:00 Laura Creighton
2001-07-13  9:48 ` Boyd Roberts
2001-07-13 15:25   ` Douglas A. Gwyn
2001-07-13 15:44     ` Boyd Roberts
2001-07-13 20:47   ` Steve Kilbane
2001-07-14 14:45     ` Boyd Roberts
2001-07-13 15:25 ` Douglas A. Gwyn

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=20010713124934.B1573199E4@mail.cse.psu.edu \
    --to=presotto@plan9.bell-labs.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).