The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] 8th Edition Research Unix on SIMH
@ 2017-03-29  0:49 Noel Chiappa
  2017-03-29  1:02 ` Grant Taylor
  2017-03-29  2:44 ` [TUHS] 8th Edition Research Unix on SIMH Tim Newsham
  0 siblings, 2 replies; 5+ messages in thread
From: Noel Chiappa @ 2017-03-29  0:49 UTC (permalink / raw)


    > From: Tim Newsham

    > Would be great if someone scripted it up to make it dog-simple.

But if people just have to press a button (basically), they won't learn
anything. I guess I'm not understanding the point of the exercise? To say they
have V6 running? So what? All they did was press a button. If it's to
experience a retro-computing environment, well, a person who's never used one
of these older systems is going to be kind of lost - what are they going to
do, type 'ls -ls' and look at the output? Not very illuminating. (On V6,
without learning 'ed', they can't even type in a small C program, and compile
and run it.) Sorry, I don't mean to be cranky, but I'm not understanding the
point.

	Noel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [TUHS] 8th Edition Research Unix on SIMH
  2017-03-29  0:49 [TUHS] 8th Edition Research Unix on SIMH Noel Chiappa
@ 2017-03-29  1:02 ` Grant Taylor
  2017-03-29 10:41   ` Steffen Nurpmeso
  2017-03-29  2:44 ` [TUHS] 8th Edition Research Unix on SIMH Tim Newsham
  1 sibling, 1 reply; 5+ messages in thread
From: Grant Taylor @ 2017-03-29  1:02 UTC (permalink / raw)


On 03/28/2017 06:49 PM, Noel Chiappa wrote:
> But if people just have to press a button (basically), they won't learn
> anything. I guess I'm not understanding the point of the exercise? To say they
> have V6 running? So what? All they did was press a button. If it's to
> experience a retro-computing environment, well, a person who's never used one
> of these older systems is going to be kind of lost - what are they going to
> do, type 'ls -ls' and look at the output? Not very illuminating. (On V6,
> without learning 'ed', they can't even type in a small C program, and compile
> and run it.) Sorry, I don't mean to be cranky, but I'm not understanding the
> point.

Conceptually I agree.

However, I've had to teach enough people to know that they need a way to 
boot strap themselves into an environment to start learning.

Thus I find having a streamlined process available to them to be 
beneficial.  Then once they have gotten a taste, presuming they like it, 
they can go back and attempt to do more complicated things.

I do consider what (I believe) Warren put together for the UUCP project 
to be a very good start.  Simple how to style directions that are easy 
to follow that yield a functional system.

Conversely, take a look at what's involved in IPLing a minimal MVS 3.8j 
system in Hercules.  (Ignoring the turn key packages.)



-- 
Grant. . . .
unix || die

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3717 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20170328/9d8da5e0/attachment-0001.bin>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [TUHS] 8th Edition Research Unix on SIMH
  2017-03-29  0:49 [TUHS] 8th Edition Research Unix on SIMH Noel Chiappa
  2017-03-29  1:02 ` Grant Taylor
@ 2017-03-29  2:44 ` Tim Newsham
  1 sibling, 0 replies; 5+ messages in thread
From: Tim Newsham @ 2017-03-29  2:44 UTC (permalink / raw)


There's a lot of fun and learning to be had besides doing an install.
An easy entry point encourags more people to learn the system and
get to the point where they could tackle an install of their own.

The script serves two purposes
1) it sets up a clean system
2) it documents the install process

you could also provide a pre-existing built system for
people to play with (which is also useful).  I personally
prefer the script.


On Tue, Mar 28, 2017 at 2:49 PM, Noel Chiappa <jnc at mercury.lcs.mit.edu>
wrote:

>     > From: Tim Newsham
>
>     > Would be great if someone scripted it up to make it dog-simple.
>
> But if people just have to press a button (basically), they won't learn
> anything. I guess I'm not understanding the point of the exercise? To say
> they
> have V6 running? So what? All they did was press a button. If it's to
> experience a retro-computing environment, well, a person who's never used
> one
> of these older systems is going to be kind of lost - what are they going to
> do, type 'ls -ls' and look at the output? Not very illuminating. (On V6,
> without learning 'ed', they can't even type in a small C program, and
> compile
> and run it.) Sorry, I don't mean to be cranky, but I'm not understanding
> the
> point.
>
>         Noel
>



-- 
Tim Newsham | www.thenewsh.com/~newsham | @newshtwit | thenewsh.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20170328/d2864664/attachment.html>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [TUHS] 8th Edition Research Unix on SIMH
  2017-03-29  1:02 ` Grant Taylor
@ 2017-03-29 10:41   ` Steffen Nurpmeso
  2017-03-29 11:19     ` [TUHS] Release of 8th, 9th and 10th Editions Unix (was: Re: 8th Edition Research Unix on SIMH) Steffen Nurpmeso
  0 siblings, 1 reply; 5+ messages in thread
From: Steffen Nurpmeso @ 2017-03-29 10:41 UTC (permalink / raw)


Grant Taylor via TUHS <tuhs at minnie.tuhs.org> wrote:
 |On 03/28/2017 06:49 PM, Noel Chiappa wrote:
 |> But if people just have to press a button (basically), they won't learn
 |> anything. I guess I'm not understanding the point of the exercise? \
 |> To say they
 |> have V6 running? So what? All they did was press a button. If it's to
 |> experience a retro-computing environment, well, a person who's never \
 |> used one
 |> of these older systems is going to be kind of lost - what are they \
 |> going to
 |> do, type 'ls -ls' and look at the output? Not very illuminating. (On V6,
 |> without learning 'ed', they can't even type in a small C program, \
 |> and compile
 |> and run it.) Sorry, I don't mean to be cranky, but I'm not understanding \
 |> the
 |> point.
 |
 |Conceptually I agree.
 |
 |However, I've had to teach enough people to know that they need a way to 
 |boot strap themselves into an environment to start learning.

That reminds me of the only service call i ever made to the RedHat
Service in Germany, likely about 18 years ago, when i asked them
how a system can be bootstrapped, how to overcome that chicken and
egg problem.

 |Thus I find having a streamlined process available to them to be 
 |beneficial.  Then once they have gotten a taste, presuming they like it, 
 |they can go back and attempt to do more complicated things.

There was only silence (but he really was a really good one and it
was a deafening silence).

That is what you are for, we only know about roasted chicken and
fried egg (only meant idiomatic) in real practice.

And thanks all living and all passed for the 8th, 9th and 10th
Edition, now i can complete the complete mail history (already
Mail and mailx in V10!).

--steffen


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [TUHS] Release of 8th, 9th and 10th Editions Unix (was: Re: 8th Edition Research Unix on SIMH)
  2017-03-29 10:41   ` Steffen Nurpmeso
@ 2017-03-29 11:19     ` Steffen Nurpmeso
  0 siblings, 0 replies; 5+ messages in thread
From: Steffen Nurpmeso @ 2017-03-29 11:19 UTC (permalink / raw)


i wrote:
 |And thanks all living and all passed for the 8th, 9th and 10th
 |Edition, now i can complete the complete mail history (already
 |Mail and mailx in V10!).

The V9 ball does not show any trace of Mail/mailx?, however.
I would be tremendously thrilled if i could get my hands on a copy
of V9 code of the mentioned, may it be today or in the future.

Thank you so much!

--steffen


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-29 11:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-29  0:49 [TUHS] 8th Edition Research Unix on SIMH Noel Chiappa
2017-03-29  1:02 ` Grant Taylor
2017-03-29 10:41   ` Steffen Nurpmeso
2017-03-29 11:19     ` [TUHS] Release of 8th, 9th and 10th Editions Unix (was: Re: 8th Edition Research Unix on SIMH) Steffen Nurpmeso
2017-03-29  2:44 ` [TUHS] 8th Edition Research Unix on SIMH Tim Newsham

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).