Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

"Help save the world!" -- Larry Wall in README


devel / comp.lang.fortran / Re: “The Forty-Year Programmer”

SubjectAuthor
* _“The_Forty-Year_Programmer”LC's No-Spam Newsreading account
`- “The Forty-Year Programmer”gah4

1
Re: “The Forty-Year Programmer”

<nycvar.QRO.7.77.849.2209171631300.31330@ntvyhys>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=3645&group=comp.lang.fortran#3645

  copy link   Newsgroups: comp.lang.fortran
Path: i2pn2.org!i2pn.org!aioe.org!bZJA6Ve5EtuNjLAZQNLNEw.user.46.165.242.75.POSTED!not-for-mail
From: nospam@home.invalid (LC's No-Spam Newsreading account)
Newsgroups: comp.lang.fortran
Subject: Re:_“The_Forty-Year_Programmer”
Date: Sat, 17 Sep 2022 16:43:14 +0200
Organization: INPS !!
Message-ID: <nycvar.QRO.7.77.849.2209171631300.31330@ntvyhys>
References: <tf6i5q$1d5u$1@gioia.aioe.org> <tf7tj6$cbu$1@newsreader4.netcologne.de> <tf83kf$1bij$1@gioia.aioe.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
Injection-Info: gioia.aioe.org; logging-data="1425"; posting-host="bZJA6Ve5EtuNjLAZQNLNEw.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Alpine 2.22 (DEB 394 2020-01-19)
X-Notice: Filtered by postfilter v. 0.9.2
 by: LC's No-Spam Ne - Sat, 17 Sep 2022 14:43 UTC

On Tue, 6 Sep 2022, Lynn McGuire wrote:

> On 9/6/2022 11:47 AM, Thomas Koenig wrote:

>> What computer did you have available to run it on? At the age of 15,
>> I was lucky that my father had a programmable calculator.
>
> A Univac 1108

When I was in the 4th or 5th year of high school (so 17-18), a
schoolmate brought in a brand new pocket
https://en.wikipedia.org/wiki/HP-35 which his father (a scientific
journalist) had in vision, and we played with it for a while (he did
not buy it after all).

I started programming (Fortran of course) on the University Univac 1108
during the 2nd year of university. Among my first (user-chosen)
programs there were: a program to print the decimal values of all
characters (Univac had 36-bit word of 6 6-bit bytes); a program to
compute with full precision (using an heuristic algorithm) Sissa's
problem https://en.wikipedia.org/wiki/Wheat_and_chessboard_problem (was
beyond the precision of 36-bit integers); a finite-difference solution
of the two body problem (on the first run Earth leaped away on a
straight line because of an incorrect implicit variable typing) :-)

Re: “The Forty-Year Programmer”

<00d7da21-c008-4ab4-8cbe-1466166ea426n@googlegroups.com>

  copy mid

https://news.novabbs.org/devel/article-flat.php?id=3646&group=comp.lang.fortran#3646

  copy link   Newsgroups: comp.lang.fortran
X-Received: by 2002:a05:622a:1387:b0:35c:bbb2:d1d3 with SMTP id o7-20020a05622a138700b0035cbbb2d1d3mr9140881qtk.436.1663437383052;
Sat, 17 Sep 2022 10:56:23 -0700 (PDT)
X-Received: by 2002:a37:f701:0:b0:6ce:f09b:9065 with SMTP id
q1-20020a37f701000000b006cef09b9065mr1184260qkj.268.1663437382787; Sat, 17
Sep 2022 10:56:22 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.fortran
Date: Sat, 17 Sep 2022 10:56:22 -0700 (PDT)
In-Reply-To: <nycvar.QRO.7.77.849.2209171631300.31330@ntvyhys>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:602:9700:4689:25ab:79d5:3c77:1e40;
posting-account=gLDX1AkAAAA26M5HM-O3sVMAXdxK9FPA
NNTP-Posting-Host: 2601:602:9700:4689:25ab:79d5:3c77:1e40
References: <tf6i5q$1d5u$1@gioia.aioe.org> <tf7tj6$cbu$1@newsreader4.netcologne.de>
<tf83kf$1bij$1@gioia.aioe.org> <nycvar.QRO.7.77.849.2209171631300.31330@ntvyhys>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <00d7da21-c008-4ab4-8cbe-1466166ea426n@googlegroups.com>
Subject: Re: “The Forty-Year Programmer”
From: gah4@u.washington.edu (gah4)
Injection-Date: Sat, 17 Sep 2022 17:56:23 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2190
 by: gah4 - Sat, 17 Sep 2022 17:56 UTC

On Saturday, September 17, 2022 at 7:43:19 AM UTC-7, LC's No-Spam Newsreading account wrote:

(snip)
> I started programming (Fortran of course) on the University Univac 1108
> during the 2nd year of university. Among my first (user-chosen)
> programs there were: a program to print the decimal values of all
> characters (Univac had 36-bit word of 6 6-bit bytes);

In high school, we had access to an IBM 370 running Call/OS,
and Teletype ASR33 terminals.

I wanted to find the EBCDIC to ASCII conversion table, so wrote
a Fortran program to print out all 256 characters, with
a loop and A1 format.

Partway through running it, the system crashed.
Oh well, try again the next day.

Partway thought running it, the system crashed.
I didn't try running it again. It seems that there is a
character that crashes the system when printed.

So, the opposite of your program.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor