• Re: The Rise And Fall Of Unix

    From David Wade@3:633/280.2 to All on Tue Jul 15 18:06:50 2025
    On 15/07/2025 03:56, Peter Flass wrote:
    On 7/14/25 14:02, David Wade wrote:
    On 14/07/2025 21:36, Dan Espen wrote:
    Peter Flass <Peter@Iron-Spring.com> writes:

    On 7/13/25 07:18, Niklas Karlsson wrote:
    On 2025-07-13, Nuno Silva <nunojsilva@invalid.invalid> wrote:
    On 2025-07-13, Niklas Karlsson wrote:

    Not EBCDIC, but your mention of square brackets reminded me of the >>>>>>> modified 7-bit ASCII that was used to write Swedish before ISO
    8859-1
    and later Unicode made it big.

    "} { | ] [ \" were shown as "† „ ” Ź Ž ™" on Swedish-adapted
    equipment,
    making C code look absolutely ridiculous. Similar conventions
    applied
    for the other Nordic languages and German.

    I played with ISO-646-FI/SE once in a Televideo terminal, but not for >>>>>> long enough to figure out how to handle day-to-day usage of a
    UNIX- like
    system without these characters.

    I (barely) know C has (had?) syntax and also iso646.h for such cases, >>>>>> but how would e.g. shell scripting be handled?
    Couldn't say. I came in a little to late to really have to butt
    heads
    with that issue.


    That's why C had trigraphs. PL/I(F) did the same thing with its
    "48-character set"

    I go onto my first UNIX on mainframe project and all the developers had
    already accepted TRIGRAPHS.˙ I found that totally unacceptable.˙ It took >>> me a month or 2 to find a 3270 emulator that I could patch up to finally >>> be able to see and type square brackets.

    To IBM's credit I used IBM's internally used 3270 emulator (MITE I
    believe) with some patches I came up with.˙ I dumped the binary, found
    the translate table and fixed it.

    I can't fathom why trigraphs were considered an acceptable solution.

    On a real 3178 there are no [] characters so you either lose some
    other characters, or use tri-graphs.

    By golly, you're right. The 3278 APL keyboard had them. We used 3290s
    with the APL keyboard; great piece of gear.


    This also means that two standards evolved for representing them in
    EBCDIC. I believe the Universities came up with one, and when IBM added
    them to later terminals it used different ones...
    .... I worked on coloured book software on IBM VM

    https://en.wikipedia.org/wiki/Coloured_Book_protocols

    ... always a problem

    Dave

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lawrence D'Oliveiro@3:633/280.2 to All on Tue Jul 15 18:35:52 2025
    On Tue, 15 Jul 2025 09:06:50 +0100, David Wade wrote:

    ... I worked on coloured book software on IBM VM

    The only colour I remember is “Grey Book” for email. Oh, and JANET had the domain components the other way round, didn’t it, e.g. uk.ac.ic.src.

    Do copies/scans of those books survive anywhere? It seems to me those
    specs would be of valuable historical interest nowadays.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Scott Lurndal@3:633/280.2 to All on Wed Jul 16 00:06:09 2025
    Reply-To: slp53@pacbell.net

    Peter Flass <Peter@Iron-Spring.com> writes:
    On 7/14/25 14:14, Scott Lurndal wrote:
    Dan Espen <dan1espen@gmail.com> writes:
    Peter Flass <Peter@Iron-Spring.com> writes:

    On 7/13/25 07:18, Niklas Karlsson wrote:
    On 2025-07-13, Nuno Silva <nunojsilva@invalid.invalid> wrote:
    On 2025-07-13, Niklas Karlsson wrote:

    Not EBCDIC, but your mention of square brackets reminded me of the >>>>>>> modified 7-bit ASCII that was used to write Swedish before ISO 8859-1 >>>>>>> and later Unicode made it big.

    "} { | ] [ \" were shown as "å ä ö Å Ä Ö" on Swedish-adapted equipment,
    making C code look absolutely ridiculous. Similar conventions applied >>>>>>> for the other Nordic languages and German.

    I played with ISO-646-FI/SE once in a Televideo terminal, but not for >>>>>> long enough to figure out how to handle day-to-day usage of a UNIX-like >>>>>> system without these characters.

    I (barely) know C has (had?) syntax and also iso646.h for such cases, >>>>>> but how would e.g. shell scripting be handled?
    Couldn't say. I came in a little to late to really have to butt
    heads
    with that issue.


    That's why C had trigraphs. PL/I(F) did the same thing with its
    "48-character set"

    I go onto my first UNIX on mainframe project and all the developers had
    already accepted TRIGRAPHS. I found that totally unacceptable. It took >>> me a month or 2 to find a 3270 emulator that I could patch up to finally >>> be able to see and type square brackets.

    To IBM's credit I used IBM's internally used 3270 emulator (MITE I
    believe) with some patches I came up with. I dumped the binary, found
    the translate table and fixed it.

    I can't fathom why trigraphs were considered an acceptable solution.

    Not many keypunches had a square bracket key. Granted, if one were
    skilled on the keypunch, one can synthesize any hollerith sequence;
    so assuming one knew how the hardware translated the hollerith into
    EBCDIC (and the C compiler used the same EBCDIC character) they
    could punch a square bracket, albeit rather painfully. trigraphs
    were much more convenient.

    I got pretty good at multi-punching at one time in the long ago.


    Control cards on the Burroughs systems were designated by an
    invalid punch in column one. We generally punched 1-2-3
    for the invalid column followed by the command.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: UsenetServer - www.usenetserver.com (3:633/280.2@fidonet)
  • From Peter Flass@3:633/280.2 to All on Wed Jul 16 00:21:12 2025
    On 7/14/25 22:59, Lawrence D'Oliveiro wrote:
    On Mon, 14 Jul 2025 20:01:48 -0700, Peter Flass wrote:

    On 7/14/25 18:29, Lawrence D'Oliveiro wrote:

    On Mon, 14 Jul 2025 16:36:19 -0400, Dan Espen wrote:

    I can't fathom why trigraphs were considered an acceptable solution.

    What would have been better?

    FORTRAN used .OR., .AND., etc.

    But C avoided using meaningful names for that kind of thing.

    Not meaningful with the dots.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Peter Flass@3:633/280.2 to All on Wed Jul 16 00:34:05 2025
    On 7/15/25 07:02, Scott Lurndal wrote:
    Peter Flass <Peter@Iron-Spring.com> writes:
    On 7/14/25 18:29, Lawrence D'Oliveiro wrote:
    On Mon, 14 Jul 2025 16:36:19 -0400, Dan Espen wrote:

    I can't fathom why trigraphs were considered an acceptable solution.

    What would have been better?

    FORTRAN used .OR., .AND., etc.

    FORTRAN is not C. Trigraphs worked perfectly well,
    irrespective of your personal feelings. Ugly, perhaps,
    but not as ugly as .OR.

    I don't have any feelings one way or the other, because I never used
    them, or had a need to. What I know is the number of people complaining
    about them. I am more familiar with the 48-character set in PL/I, and I
    know I hated that. I was converting a very old program recently, and the
    first thing I did was mass-change all of them.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Scott Lurndal@3:633/280.2 to All on Wed Jul 16 04:49:32 2025
    Reply-To: slp53@pacbell.net

    rbowman <bowman@montana.com> writes:
    On Mon, 14 Jul 2025 19:56:56 -0700, Peter Flass wrote:

    On 7/14/25 14:02, David Wade wrote:
    On 14/07/2025 21:36, Dan Espen wrote:
    Peter Flass <Peter@Iron-Spring.com> writes:

    On 7/13/25 07:18, Niklas Karlsson wrote:
    On 2025-07-13, Nuno Silva <nunojsilva@invalid.invalid> wrote:
    On 2025-07-13, Niklas Karlsson wrote:

    Not EBCDIC, but your mention of square brackets reminded me of the >>>>>>>> modified 7-bit ASCII that was used to write Swedish before ISO >>>>>>>> 8859-1 and later Unicode made it big.

    "} { | ] [ \" were shown as "å ä ö Å Ä Ö" on Swedish-adapted >>>>>>>> equipment,
    making C code look absolutely ridiculous. Similar conventions
    applied for the other Nordic languages and German.

    I played with ISO-646-FI/SE once in a Televideo terminal, but not >>>>>>> for long enough to figure out how to handle day-to-day usage of a >>>>>>> UNIX- like system without these characters.

    I (barely) know C has (had?) syntax and also iso646.h for such
    cases,
    but how would e.g. shell scripting be handled?
    Couldn't say. I came in a little to late to really have to butt
    heads with that issue.


    That's why C had trigraphs. PL/I(F) did the same thing with its
    "48-character set"

    I go onto my first UNIX on mainframe project and all the developers
    had already accepted TRIGRAPHS.  I found that totally unacceptable.  >>>> It took me a month or 2 to find a 3270 emulator that I could patch up
    to finally be able to see and type square brackets.

    To IBM's credit I used IBM's internally used 3270 emulator (MITE I
    believe) with some patches I came up with.  I dumped the binary, found >>>> the translate table and fixed it.

    I can't fathom why trigraphs were considered an acceptable solution.

    On a real 3178 there are no [] characters so you either lose some other
    characters, or use tri-graphs.

    By golly, you're right. The 3278 APL keyboard had them. We used 3290s
    with the APL keyboard; great piece of gear.

    APL keyboards had many strange and wondrous characters... The IBM 5120 had
    a selector switch for BASIC or APL and had the APL character set, iirc on >the front of the keycaps.

    On the 5110, the switch was on the face adjacent to the monitor, just
    above the 7/4/1 row on the numeric keypad side of the keyboard.

    I got to use one briefly in 1980.

    https://en.wikipedia.org/wiki/IBM_5110#/media/File:IBM_5110_computer_-_Ridai_Museum_of_Modern_Science,_Tokyo_-_DSC07664.JPG

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: UsenetServer - www.usenetserver.com (3:633/280.2@fidonet)
  • From Lawrence D'Oliveiro@3:633/280.2 to All on Wed Jul 16 13:59:20 2025
    On Tue, 15 Jul 2025 07:21:12 -0700, Peter Flass wrote:

    On 7/14/25 22:59, Lawrence D'Oliveiro wrote:

    On Mon, 14 Jul 2025 20:01:48 -0700, Peter Flass wrote:

    On 7/14/25 18:29, Lawrence D'Oliveiro wrote:

    On Mon, 14 Jul 2025 16:36:19 -0400, Dan Espen wrote:

    I can't fathom why trigraphs were considered an acceptable solution.

    What would have been better?

    FORTRAN used .OR., .AND., etc.

    But C avoided using meaningful names for that kind of thing.

    Not meaningful with the dots.

    You think you can’t tell that “.OR.” came from “or”, and “.AND.’ from
    “and”?

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Waldek Hebisch@3:633/280.2 to All on Wed Jul 16 14:08:34 2025
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Mon, 14 Jul 2025 16:36:19 -0400, Dan Espen wrote:

    I can't fathom why trigraphs were considered an acceptable solution.

    What would have been better?

    Digraphs. They give alternative spelling for needed C tokens.
    Trigraphs apply everwhere, including strings and to lower chance
    of accidental match they are deliberatly obscure. But
    substitution in strings is of limited use: before trigraphs there
    were already way to include arbitrary characters in C strings.

    Of course, best way is to have all characters on the keyboard.

    --
    Waldek Hebisch

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: To protect and to server (3:633/280.2@fidonet)
  • From Stefan Ram@3:633/280.2 to All on Wed Jul 16 21:27:36 2025
    antispam@fricas.org (Waldek Hebisch) wrote or quoted:
    Digraphs. They give alternative spelling for needed C tokens.
    Trigraphs apply everwhere, including strings and to lower chance
    of accidental match they are deliberatly obscure.

    Right, so even in TeX, you've got these triple combos like "^^@" -
    and that one, for example, just maps to the character with code zero,
    since the code for "@" is 64 and you're basically subtracting 64 here.

    There's a whole set of rules for this stuff, though, so any character
    can end up with a "^^" escape version. This gets handled super early
    in the input process, so if you've ever run into a missing symbol on
    your keyboard, this trick can actually sort that out. "^^M" works out
    to a carriage return, and "^^I" throws in a tab.



    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: Stefan Ram (3:633/280.2@fidonet)
  • From Peter Flass@3:633/280.2 to All on Thu Jul 17 00:54:01 2025
    On 7/15/25 20:59, Lawrence D'Oliveiro wrote:
    On Tue, 15 Jul 2025 07:21:12 -0700, Peter Flass wrote:

    On 7/14/25 22:59, Lawrence D'Oliveiro wrote:

    On Mon, 14 Jul 2025 20:01:48 -0700, Peter Flass wrote:

    On 7/14/25 18:29, Lawrence D'Oliveiro wrote:

    On Mon, 14 Jul 2025 16:36:19 -0400, Dan Espen wrote:

    I can't fathom why trigraphs were considered an acceptable solution. >>>>>
    What would have been better?

    FORTRAN used .OR., .AND., etc.

    But C avoided using meaningful names for that kind of thing.

    Not meaningful with the dots.

    You think you can’t tell that “.OR.” came from “or”, and “.AND.’ from
    “and”?

    Of course. What I meant was "not otherwise significant to the parser,"
    so not confusable with anything else.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lawrence D'Oliveiro@3:633/280.2 to All on Thu Jul 17 11:50:35 2025
    On Wed, 16 Jul 2025 07:54:01 -0700, Peter Flass wrote:

    On 7/15/25 20:59, Lawrence D'Oliveiro wrote:

    On Tue, 15 Jul 2025 07:21:12 -0700, Peter Flass wrote:

    On 7/14/25 22:59, Lawrence D'Oliveiro wrote:

    On Mon, 14 Jul 2025 20:01:48 -0700, Peter Flass wrote:

    On 7/14/25 18:29, Lawrence D'Oliveiro wrote:

    On Mon, 14 Jul 2025 16:36:19 -0400, Dan Espen wrote:

    I can't fathom why trigraphs were considered an acceptable
    solution.

    What would have been better?

    FORTRAN used .OR., .AND., etc.

    But C avoided using meaningful names for that kind of thing.

    Not meaningful with the dots.

    You think you can’t tell that “.OR.” came from “or”, and “.AND.’ from
    “and”?

    Of course. What I meant was "not otherwise significant to the parser,"
    so not confusable with anything else.

    Will cause trouble in C, because “.” already means something else.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Dan Espen@3:633/280.2 to All on Fri Jul 18 02:53:35 2025
    David Wade <g4ugm@dave.invalid> writes:

    On 14/07/2025 21:36, Dan Espen wrote:
    Peter Flass <Peter@Iron-Spring.com> writes:

    On 7/13/25 07:18, Niklas Karlsson wrote:
    On 2025-07-13, Nuno Silva <nunojsilva@invalid.invalid> wrote:
    On 2025-07-13, Niklas Karlsson wrote:

    Not EBCDIC, but your mention of square brackets reminded me of the >>>>>> modified 7-bit ASCII that was used to write Swedish before ISO 8859-1 >>>>>> and later Unicode made it big.

    "} { | ] [ \" were shown as "† „ ” Ź Ž ™" on Swedish-adapted equipment, >>>>>> making C code look absolutely ridiculous. Similar conventions applied >>>>>> for the other Nordic languages and German.

    I played with ISO-646-FI/SE once in a Televideo terminal, but not for >>>>> long enough to figure out how to handle day-to-day usage of a UNIX-like >>>>> system without these characters.

    I (barely) know C has (had?) syntax and also iso646.h for such cases, >>>>> but how would e.g. shell scripting be handled?
    Couldn't say. I came in a little to late to really have to butt
    heads
    with that issue.


    That's why C had trigraphs. PL/I(F) did the same thing with its
    "48-character set"
    I go onto my first UNIX on mainframe project and all the developers
    had
    already accepted TRIGRAPHS. I found that totally unacceptable. It took
    me a month or 2 to find a 3270 emulator that I could patch up to finally
    be able to see and type square brackets.
    To IBM's credit I used IBM's internally used 3270 emulator (MITE I
    believe) with some patches I came up with. I dumped the binary, found
    the translate table and fixed it.
    I can't fathom why trigraphs were considered an acceptable solution.

    On a real 3178 there are no [] characters so you either lose some
    other characters, or use tri-graphs.

    Did the 3178 come with an APL feature?

    Real terminals went away pretty quickly.
    The project I was on was using emulators except for some of us with
    3290s.

    --
    Dan Espen

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Charlie Gibbs@3:633/280.2 to All on Fri Jul 18 03:46:08 2025
    On 2025-07-17, Dan Espen <dan1espen@gmail.com> wrote:

    Did the 3178 come with an APL feature?

    In my university days, APL was done on a 2741 with a
    custom typeball.

    --
    /~\ Charlie Gibbs | Growth for the sake of
    \ / <cgibbs@kltpzyxm.invalid> | growth is the ideology
    X I'm really at ac.dekanfrus | of the cancer cell.
    / \ if you read it the right way. | -- Edward Abbey

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Peter Flass@3:633/280.2 to All on Fri Jul 18 03:49:35 2025
    On 7/17/25 09:53, Dan Espen wrote:
    David Wade <g4ugm@dave.invalid> writes:

    On 14/07/2025 21:36, Dan Espen wrote:
    Peter Flass <Peter@Iron-Spring.com> writes:

    On 7/13/25 07:18, Niklas Karlsson wrote:
    On 2025-07-13, Nuno Silva <nunojsilva@invalid.invalid> wrote:
    On 2025-07-13, Niklas Karlsson wrote:

    Not EBCDIC, but your mention of square brackets reminded me of the >>>>>>> modified 7-bit ASCII that was used to write Swedish before ISO 8859-1 >>>>>>> and later Unicode made it big.

    "} { | ] [ \" were shown as "† „ ” Ź Ž ™" on Swedish-adapted equipment, >>>>>>> making C code look absolutely ridiculous. Similar conventions applied >>>>>>> for the other Nordic languages and German.

    I played with ISO-646-FI/SE once in a Televideo terminal, but not for >>>>>> long enough to figure out how to handle day-to-day usage of a UNIX-like >>>>>> system without these characters.

    I (barely) know C has (had?) syntax and also iso646.h for such cases, >>>>>> but how would e.g. shell scripting be handled?
    Couldn't say. I came in a little to late to really have to butt
    heads
    with that issue.


    That's why C had trigraphs. PL/I(F) did the same thing with its
    "48-character set"
    I go onto my first UNIX on mainframe project and all the developers
    had
    already accepted TRIGRAPHS. I found that totally unacceptable. It took >>> me a month or 2 to find a 3270 emulator that I could patch up to finally >>> be able to see and type square brackets.
    To IBM's credit I used IBM's internally used 3270 emulator (MITE I
    believe) with some patches I came up with. I dumped the binary, found
    the translate table and fixed it.
    I can't fathom why trigraphs were considered an acceptable solution.

    On a real 3178 there are no [] characters so you either lose some
    other characters, or use tri-graphs.

    Did the 3178 come with an APL feature?

    I don't think so. I looked up the 3278 first, and then went to the 3278.
    I suppose it may have been an RPQ.


    Real terminals went away pretty quickly.
    The project I was on was using emulators except for some of us with
    3290s.


    FSVO "quickly" I started working with 3270s when they were relatively
    new - early 70s probably, and PPOE still had a few 3290s around when I
    left around 2010. (I was almost the last holdout, I refused to give up
    mine when most people went to emulators, although I also had a PC for up/downloads, etc.) A run of 40+ years in this business ain't bad.


    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From David Wade@3:633/280.2 to All on Fri Jul 18 07:31:23 2025

    On a real 3178 there are no [] characters so you either lose some
    other characters, or use tri-graphs.

    Did the 3178 come with an APL feature?


    Not unless you paid a lot of money. In those times every mod was an
    expensive extra, even if it was a link of wire..


    Real terminals went away pretty quickly.
    The project I was on was using emulators except for some of us with
    3290s.


    I think you were late on the scene. I started on 2260's which date from
    1964. The IBM PC wasn't released until 1981, some 17 years later. 3270 emulation didn't happen until I think a couple of years later, so almost
    20 years after the first terminals. Yes they quickly replaced terminals
    once they were available, but they were around for a long time...

    Dave

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Waldek Hebisch@3:633/280.2 to All on Sat Jul 19 04:23:23 2025
    Dan Espen <dan1espen@gmail.com> wrote:
    Lynn Wheeler <lynn@garlic.com> writes:

    other trivia: account about biggest computer "goof" ever, 360s
    originally were going to be ASCII machines, but the ASCII unit record
    gear weren't ready ... so were going to start shipping with old BCD gear
    (with EBCDIC) and move later
    https://web.archive.org/web/20180513184025/http://www.bobbemer.com/P-BIT.HTM

    I don't know what dreams they were having within IBM but those machines
    were never going to be ASCII. It would be pretty hard to do 14xx
    emulation with ASCII and IBM NEVER EVER did a competent ASCII - EBCDIC translate table.

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables
    on output and input. This could require extra space in case of
    ASCII peripherials. But normal 1401 memory size were decimal, so
    lower than corresponding binary numbers. And actual core had extra
    space for use by microcode. So it does not look like a big problem.

    It is hard to say what technical problems with ASCII were.
    BCD gear used properties of BCD, so rewiring it for ASCII
    could require some effort. But it does not look like a
    big effort. So they probably could announce ASCII before
    I/O equipement was fully ready (after all, they announced
    before they had working systems and did not ship some
    of what was announced).

    --
    Waldek Hebisch

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: To protect and to server (3:633/280.2@fidonet)
  • From Waldek Hebisch@3:633/280.2 to All on Sat Jul 19 04:42:16 2025
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Mon, 14 Jul 2025 09:40:28 GMT, Charlie Gibbs wrote:

    In the mainframe world, lower case was generally held in low regard. The
    myth was that anything not in all caps didn't look appropriately
    computerish. This myth survived for decades afterwards.

    I read somewhere that, when AT&T engineers were designing the first teletypes, they had room to include either uppercase letters or lowercase, but not both. Executives decided that entire uppercase was preferable to entire lowercase, solely because “god” seemed like a less respectful way of writing the name (or was it occupation?) of their favourite deity than “GOD”.

    I have no idea if this story is credible or not ...

    Before computer equipement there was long tradition of telegraphic
    equipement and punched cards machines using only upper case. Also,
    I think that earlies typewriters were upper case only. So for
    early computer use upper case only was a no brainer.

    Concerning upper case on earliest equipement, most people would
    be upset seeing their names in lower case. Also, lower case
    letter shapes are more complicated, so upper case is more robust
    to low quality print (say due to wear of printing mechanizm,
    used ink, etc).

    --
    Waldek Hebisch

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: To protect and to server (3:633/280.2@fidonet)
  • From Waldek Hebisch@3:633/280.2 to All on Sat Jul 19 05:02:59 2025
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Mon, 7 Jul 2025 16:10:25 -0000 (UTC), Waldek Hebisch wrote:

    Endianness matter for character/digit addresable machines.

    I thought such machines always stored the digits in order of ascending significance, because it didn’t make sense to do it the other way.

    I think that bit/digit serial machines did arithmetic starting from the
    lowest digit. But early computer equipment needed to cooperate with
    punched card equipement, that is accept mixture of character and
    numeric data written in English writing order.

    Concering sense, early equipement did various interesting things.
    1401 did arithetic starting from highest address digit and going
    to lower addresses (printing and I/O in general worked in natural
    order). Some machine loaded variable length number from memory
    to registers before doing arithmetic.

    BTW: One of early Polish machines used base -2, which meant that
    say 8-bit numbers would have range from -170 to 85 (9bit ones
    would have range from -170 to 341)

    --
    Waldek Hebisch

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: To protect and to server (3:633/280.2@fidonet)
  • From Bob Eager@3:633/280.2 to All on Sat Jul 19 06:46:37 2025
    On Fri, 18 Jul 2025 18:23:23 +0000, Waldek Hebisch wrote:

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables
    on output and input. This could require extra space in case of ASCII peripherials. But normal 1401 memory size were decimal, so lower than corresponding binary numbers. And actual core had extra space for use
    by microcode. So it does not look like a big problem.

    I worked on a mainframe that supported both ASCII and EBCDIC. There was a
    mode bit which selected which it would use.

    The difference was conversion from decimal nibbles to normal bytes, in
    that different zone bits were used.


    --
    Using UNIX since v6 (1975)...

    Use the BIG mirror service in the UK:
    http://www.mirrorservice.org

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Rich Alderson@3:633/280.2 to All on Sat Jul 19 07:17:09 2025
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    Lynn Wheeler <lynn@garlic.com> writes:

    other trivia: account about biggest computer "goof" ever, 360s
    originally were going to be ASCII machines, but the ASCII unit record
    gear weren't ready ... so were going to start shipping with old BCD gear >>> (with EBCDIC) and move later
    https://web.archive.org/web/20180513184025/http://www.bobbemer.com/P-BIT.HTM

    I don't know what dreams they were having within IBM but those machines
    were never going to be ASCII. It would be pretty hard to do 14xx
    emulation with ASCII and IBM NEVER EVER did a competent ASCII - EBCDIC
    translate table.

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables
    on output and input. This could require extra space in case of
    ASCII peripherials. But normal 1401 memory size were decimal, so
    lower than corresponding binary numbers. And actual core had extra
    space for use by microcode. So it does not look like a big problem.

    It is hard to say what technical problems with ASCII were.
    BCD gear used properties of BCD, so rewiring it for ASCII
    could require some effort. But it does not look like a
    big effort. So they probably could announce ASCII before
    I/O equipement was fully ready (after all, they announced
    before they had working systems and did not ship some
    of what was announced).

    In addition to any technical problem, there was the political problem created by IBM's version of 8-bit ASCII vs. the rest of the industry's version.

    Instead of adding a high order bit to the 7-bit code, IBM wanted to put the extra bit in position 5 (counting from the right), thus splitting the defined and undefined characters into "stripes" in the table. I have no idea why they thought this was a good idea, but the rest of the industry said FOAD, and the rest, as is said, is history.

    --
    Rich Alderson news@alderson.users.panix.com
    Audendum est, et veritas investiganda; quam etiamsi non assequamur,
    omnino tamen proprius, quam nunc sumus, ad eam perveniemus.
    --Galen

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: PANIX Public Access Internet and UNIX, NYC (3:633/280.2@fidonet)
  • From John Ames@3:633/280.2 to All on Sat Jul 19 08:07:33 2025
    On 18 Jul 2025 17:17:09 -0400
    Rich Alderson <news@alderson.users.panix.com> wrote:

    Instead of adding a high order bit to the 7-bit code, IBM wanted to
    put the extra bit in position 5 (counting from the right), thus
    splitting the defined and undefined characters into "stripes" in the
    table. I have no idea why they thought this was a good idea, but the
    rest of the industry said FOAD, and the rest, as is said, is history.

    Good Lord, that hurts just to *think* about. The only potential
    justification that springs to mind is that ASCII is already more-or-
    less divided into 32-character blocks (control characters, numerals/ punctuation, uppercase & lowercase letters) and they might've thought
    that they'd rather extend those blocks than tack on additional ones -
    but the division was *already* imperfect (English being considerably
    short of 32 letters, extra punctuation crept into the free spaces,) and
    any scheme that'd involve *that* much breakage should've been binned
    right out of the gate.

    *Gah.* Add that to "Russia wins the Cold War" and "Biff Tannen becomes President" on the list of possible timelines we can all be extremely
    grateful we'll never have to deal with...


    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Scott Lurndal@3:633/280.2 to All on Sat Jul 19 08:27:21 2025
    Reply-To: slp53@pacbell.net

    antispam@fricas.org (Waldek Hebisch) writes:
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Mon, 7 Jul 2025 16:10:25 -0000 (UTC), Waldek Hebisch wrote:

    Endianness matter for character/digit addresable machines.

    I thought such machines always stored the digits in order of ascending
    significance, because it didn’t make sense to do it the other way.

    I think that bit/digit serial machines did arithmetic starting from the >lowest digit. But early computer equipment needed to cooperate with
    punched card equipement, that is accept mixture of character and
    numeric data written in English writing order.

    Burroughs B3500 did arithmetic starting at the most significant digit, which allowed the detection of overflow before updating the receiving (sum) field
    in memory. The most significant digit would be at the lowest address.
    The least significant digit would be at address + fieldlen - 1, where the
    field length ranged from 1 to 100 and was encoded into the instruction,
    the addend and augend could differ in length, the receiveing field was the larger of the addend and augend operands. It could operate on 4-bit data,
    or 8-bit data automatically setting the zone digits to either 0x3 or 0xf depending on the processor state ASCII flag.

    Algorithm is described in 1025475_B2500_B3500_RefMan_Oct69.pdf on bitsavers,
    p. 51.


    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: UsenetServer - www.usenetserver.com (3:633/280.2@fidonet)
  • From Charlie Gibbs@3:633/280.2 to All on Sat Jul 19 09:23:12 2025
    On 2025-07-18, Rich Alderson <news@alderson.users.panix.com> wrote:

    In addition to any technical problem, there was the political problem created by IBM's version of 8-bit ASCII vs. the rest of the industry's version.

    Instead of adding a high order bit to the 7-bit code, IBM wanted to put the extra bit in position 5 (counting from the right), thus splitting the defined and undefined characters into "stripes" in the table. I have no idea why they
    thought this was a good idea, but the rest of the industry said FOAD, and the rest, as is said, is history.

    If you look at an EBCDIC code chart, you can sort of see what they were thinking of. Special characters were in the range 0x40 through 0x7f, lower-case letters were in the range 0x81-0xa9, upper-case letters
    were in the range 0xc1-0xe9, and numerics were in the range 0xf0-0xf9.
    Bit 5 (known as bit 2 in IBM parlance) split these groups up nicely,
    so IBM probably figured they could muck with ASCII in the same way.
    Or perhaps they were trying to make it so cumbersome that nobody
    would bother trying to use it. To quote Ted Nelson's _Computer Lib_:

    ASCII and ye shall receive. -- the industry
    ASCII not, what your machine can do for you. -- IBM

    --
    /~\ Charlie Gibbs | Growth for the sake of
    \ / <cgibbs@kltpzyxm.invalid> | growth is the ideology
    X I'm really at ac.dekanfrus | of the cancer cell.
    / \ if you read it the right way. | -- Edward Abbey

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Jason Howe@3:633/280.2 to All on Sat Jul 19 09:58:27 2025
    Reply-To: jason@smbfc.net

    On 10 Jul 2025 16:20:45 -0400, Rich Alderson <news@alderson.users.panix.com> wrote:
    scott@alfter.diespammersdie.us (Scott Alfter) writes:

    In article <md6n3pFgaflU8@mid.individual.net>,
    Bob Eager <news0009@eager.cx> wrote:

    Don't forget the ACT Sirius. A DOS machine, that crammed more data onto a >>> diskette buy using a variable speed drive (5 speeds, I think).

    Apple used the same trick with its 3.5" floppy drives to fit 800K onto a
    disk that was only good for 720K elsewhere.

    And before the 800K floppy, there was the single-sided 400K floppy on the same
    controller.

    Aye, I really like the internal 400k floppy on my 128k Mac because you can hear the drive speeding up and slowing down depending on which region is being read.

    --Jason

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lawrence D'Oliveiro@3:633/280.2 to All on Sat Jul 19 12:27:39 2025
    On Fri, 18 Jul 2025 18:42:16 -0000 (UTC), Waldek Hebisch wrote:

    Also, lower case letter shapes are more complicated, so upper case
    is more robust to low quality print ...

    Apparently we get more information from the upper parts of letters than
    from their lower parts. And lower-case letters have more variations in
    their upper parts. This makes them easier to distinguish, i.e. more
    readable.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lawrence D'Oliveiro@3:633/280.2 to All on Sat Jul 19 12:29:13 2025
    On Fri, 18 Jul 2025 23:23:12 GMT, Charlie Gibbs wrote:

    ASCII not, what your machine can do for you. -- IBM

    .... “ASCII what you can do for your machine”.

    Sums up IBM equipment (and software) in a nutshell.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Lawrence D'Oliveiro@3:633/280.2 to All on Sat Jul 19 12:30:36 2025
    On Fri, 18 Jul 2025 23:58:27 -0000 (UTC), Jason Howe wrote:

    Aye, I really like the internal 400k floppy on my 128k Mac because
    you can hear the drive speeding up and slowing down depending on
    which region is being read.

    Such a melodious sound ... soothing, even.

    What a pity it wasn’t around for long. Even videos on vintage channels of those particular machines seem to be rare.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Charlie Gibbs@3:633/280.2 to All on Sun Jul 20 03:49:03 2025
    On 2025-07-19, Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Fri, 18 Jul 2025 23:23:12 GMT, Charlie Gibbs wrote:

    ASCII not, what your machine can do for you. -- IBM

    ... “ASCII what you can do for your machine”.

    Sums up IBM equipment (and software) in a nutshell.

    From the Personal Computer onward, perhaps.
    I think their mainframe systems (except Linux) still use EBCDIC.

    --
    /~\ Charlie Gibbs | Growth for the sake of
    \ / <cgibbs@kltpzyxm.invalid> | growth is the ideology
    X I'm really at ac.dekanfrus | of the cancer cell.
    / \ if you read it the right way. | -- Edward Abbey

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Dan Espen@3:633/280.2 to All on Sun Jul 20 05:16:03 2025
    David Wade <g4ugm@dave.invalid> writes:


    On a real 3178 there are no [] characters so you either lose some
    other characters, or use tri-graphs.
    Did the 3178 come with an APL feature?


    Not unless you paid a lot of money. In those times every mod was an
    expensive extra, even if it was a link of wire..


    Real terminals went away pretty quickly.
    The project I was on was using emulators except for some of us with
    3290s.


    I think you were late on the scene. I started on 2260's which date
    from 1964. The IBM PC wasn't released until 1981, some 17 years
    later. 3270 emulation didn't happen until I think a couple of years
    later, so almost 20 years after the first terminals. Yes they quickly replaced terminals once they were available, but they were around for
    a long time...

    Me, late on the scene?

    I started programming in 1964 on IBM 14xx in Autocoder.
    Did my first 2260 project using BTAM and assembler in 1968.

    One of my favorite 327xs were the 3279 color terminals. Great keyboards
    on those things. Looking back there was the punched card era, the 3270
    era, then the 327x emulator era. I think I put in more years in
    emulator era than the real terminal era.


    --
    Dan Espen

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Dan Espen@3:633/280.2 to All on Sun Jul 20 05:27:12 2025
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    Lynn Wheeler <lynn@garlic.com> writes:

    other trivia: account about biggest computer "goof" ever, 360s
    originally were going to be ASCII machines, but the ASCII unit record
    gear weren't ready ... so were going to start shipping with old BCD gear >>> (with EBCDIC) and move later
    https://web.archive.org/web/20180513184025/http://www.bobbemer.com/P-BIT.HTM

    I don't know what dreams they were having within IBM but those machines
    were never going to be ASCII. It would be pretty hard to do 14xx
    emulation with ASCII and IBM NEVER EVER did a competent ASCII - EBCDIC
    translate table.

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables
    on output and input. This could require extra space in case of
    ASCII peripherials. But normal 1401 memory size were decimal, so
    lower than corresponding binary numbers. And actual core had extra
    space for use by microcode. So it does not look like a big problem.

    Can't make much sense of the above.
    14xx programs in emulation, by definition had to use BCD.
    ASCII had a different collating sequence. It's not a translation issue.

    --
    Dan Espen

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Dan Espen@3:633/280.2 to All on Sun Jul 20 05:28:53 2025
    Bob Eager <news0009@eager.cx> writes:

    On Fri, 18 Jul 2025 18:23:23 +0000, Waldek Hebisch wrote:

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables
    on output and input. This could require extra space in case of ASCII
    peripherials. But normal 1401 memory size were decimal, so lower than
    corresponding binary numbers. And actual core had extra space for use
    by microcode. So it does not look like a big problem.

    I worked on a mainframe that supported both ASCII and EBCDIC. There was a mode bit which selected which it would use.

    The difference was conversion from decimal nibbles to normal bytes, in
    that different zone bits were used.

    Every 360 had a ASCII bit. That bit took quite a while to disappear
    from the PSW. Never saw anyone attempt to turn it on.

    --
    Dan Espen

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Peter Flass@3:633/280.2 to All on Sun Jul 20 06:12:32 2025
    On 7/19/25 12:28, Dan Espen wrote:
    Bob Eager <news0009@eager.cx> writes:

    On Fri, 18 Jul 2025 18:23:23 +0000, Waldek Hebisch wrote:

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables
    on output and input. This could require extra space in case of ASCII
    peripherials. But normal 1401 memory size were decimal, so lower than
    corresponding binary numbers. And actual core had extra space for use
    by microcode. So it does not look like a big problem.

    I worked on a mainframe that supported both ASCII and EBCDIC. There was a
    mode bit which selected which it would use.

    The difference was conversion from decimal nibbles to normal bytes, in
    that different zone bits were used.

    Every 360 had a ASCII bit. That bit took quite a while to disappear
    from the PSW. Never saw anyone attempt to turn it on.


    It never did anything. Its only defined effect was to change the signs generated for packed-decimal data. I don't know what IBM was thinking.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Bob Eager@3:633/280.2 to All on Sun Jul 20 07:08:55 2025
    On Sat, 19 Jul 2025 15:28:53 -0400, Dan Espen wrote:

    Bob Eager <news0009@eager.cx> writes:

    On Fri, 18 Jul 2025 18:23:23 +0000, Waldek Hebisch wrote:

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables
    on output and input. This could require extra space in case of ASCII
    peripherials. But normal 1401 memory size were decimal, so lower than
    corresponding binary numbers. And actual core had extra space for use
    by microcode. So it does not look like a big problem.

    I worked on a mainframe that supported both ASCII and EBCDIC. There was
    a mode bit which selected which it would use.

    The difference was conversion from decimal nibbles to normal bytes, in
    that different zone bits were used.

    Every 360 had a ASCII bit. That bit took quite a while to disappear
    from the PSW. Never saw anyone attempt to turn it on.

    This was the ICL 2900 series. Also used the IBM hex floating point format.

    --
    Using UNIX since v6 (1975)...

    Use the BIG mirror service in the UK:
    http://www.mirrorservice.org

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Scott Lurndal@3:633/280.2 to All on Sun Jul 20 07:45:15 2025
    Reply-To: slp53@pacbell.net

    Dan Espen <dan1espen@gmail.com> writes:
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    Lynn Wheeler <lynn@garlic.com> writes:

    other trivia: account about biggest computer "goof" ever, 360s
    originally were going to be ASCII machines, but the ASCII unit record
    gear weren't ready ... so were going to start shipping with old BCD gear >>>> (with EBCDIC) and move later
    https://web.archive.org/web/20180513184025/http://www.bobbemer.com/P-BIT.HTM

    I don't know what dreams they were having within IBM but those machines
    were never going to be ASCII. It would be pretty hard to do 14xx
    emulation with ASCII and IBM NEVER EVER did a competent ASCII - EBCDIC
    translate table.

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables
    on output and input. This could require extra space in case of
    ASCII peripherials. But normal 1401 memory size were decimal, so
    lower than corresponding binary numbers. And actual core had extra
    space for use by microcode. So it does not look like a big problem.

    Can't make much sense of the above.
    14xx programs in emulation, by definition had to use BCD.
    ASCII had a different collating sequence. It's not a translation issue.


    With ASCII, all the alphabetic characters are contiguous A-Z and a-z,
    so testing for a lower character character can be a simple range
    comparision, while with EBCDIC there are gaps in the LC and UC sets.

    Converting from UC to LC in ASCII required addition. In EBCDIC,
    one only needed to XOR with 0x40 to flip case, AND with 0xd0 to
    switch to LC and OR with 0x40 to switch to UC.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: UsenetServer - www.usenetserver.com (3:633/280.2@fidonet)
  • From Scott Lurndal@3:633/280.2 to All on Sun Jul 20 07:46:20 2025
    Reply-To: slp53@pacbell.net

    Peter Flass <Peter@Iron-Spring.com> writes:
    On 7/19/25 12:28, Dan Espen wrote:
    Bob Eager <news0009@eager.cx> writes:

    On Fri, 18 Jul 2025 18:23:23 +0000, Waldek Hebisch wrote:

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables >>>> on output and input. This could require extra space in case of ASCII
    peripherials. But normal 1401 memory size were decimal, so lower than >>>> corresponding binary numbers. And actual core had extra space for use >>>> by microcode. So it does not look like a big problem.

    I worked on a mainframe that supported both ASCII and EBCDIC. There was a >>> mode bit which selected which it would use.

    The difference was conversion from decimal nibbles to normal bytes, in
    that different zone bits were used.

    Every 360 had a ASCII bit. That bit took quite a while to disappear
    from the PSW. Never saw anyone attempt to turn it on.


    It never did anything. Its only defined effect was to change the signs >generated for packed-decimal data. I don't know what IBM was thinking.

    On the Burroughs B3500, the ASCII bit controlled the zone digit when
    doing arithmetic on alpha (8-bit) numbers.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: UsenetServer - www.usenetserver.com (3:633/280.2@fidonet)
  • From Kerr-Mudd, John@3:633/280.2 to All on Sun Jul 20 18:37:43 2025
    :
    On Sat, 19 Jul 2025 15:16:03 -0400
    Dan Espen <dan1espen@gmail.com> wrote:

    David Wade <g4ugm@dave.invalid> writes:


    On a real 3178 there are no [] characters so you either lose some
    other characters, or use tri-graphs.
    Did the 3178 come with an APL feature?


    Not unless you paid a lot of money. In those times every mod was an expensive extra, even if it was a link of wire..


    Real terminals went away pretty quickly.
    The project I was on was using emulators except for some of us with
    3290s.


    I think you were late on the scene. I started on 2260's which date
    from 1964. The IBM PC wasn't released until 1981, some 17 years
    later. 3270 emulation didn't happen until I think a couple of years
    later, so almost 20 years after the first terminals. Yes they quickly replaced terminals once they were available, but they were around for
    a long time...

    Me, late on the scene?

    I started programming in 1964 on IBM 14xx in Autocoder.
    Did my first 2260 project using BTAM and assembler in 1968.

    One of my favorite 327xs were the 3279 color terminals. Great keyboards
    on those things. Looking back there was the punched card era, the 3270
    era, then the 327x emulator era. I think I put in more years in
    emulator era than the real terminal era.


    Yeahbut I'd have to book the colour terminal way in advance - anyhow
    green on black is more restful to the eyes. I missed out on autocoder,
    being a mere stripling.


    --
    Dan Espen


    --
    Bah, and indeed Humbug.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: Dis (3:633/280.2@fidonet)
  • From Waldek Hebisch@3:633/280.2 to All on Mon Jul 21 03:10:15 2025
    Dan Espen <dan1espen@gmail.com> wrote:
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    Lynn Wheeler <lynn@garlic.com> writes:

    other trivia: account about biggest computer "goof" ever, 360s
    originally were going to be ASCII machines, but the ASCII unit record
    gear weren't ready ... so were going to start shipping with old BCD gear >>>> (with EBCDIC) and move later
    https://web.archive.org/web/20180513184025/http://www.bobbemer.com/P-BIT.HTM

    I don't know what dreams they were having within IBM but those machines
    were never going to be ASCII. It would be pretty hard to do 14xx
    emulation with ASCII and IBM NEVER EVER did a competent ASCII - EBCDIC
    translate table.

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables
    on output and input. This could require extra space in case of
    ASCII peripherials. But normal 1401 memory size were decimal, so
    lower than corresponding binary numbers. And actual core had extra
    space for use by microcode. So it does not look like a big problem.

    Can't make much sense of the above.
    14xx programs in emulation, by definition had to use BCD.

    Yes. And using ASCII in 360 OS-es have nothing to do with the
    above.

    ASCII had a different collating sequence. It's not a translation issue.

    Internally emulator works in BCD. The only problem is to correctly
    emulate I/O when working with ASCII periperials. That is solved
    by using translation table (so that BCD code from emulator gives
    correct glyph on the printer, etc).

    --
    Waldek Hebisch

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: To protect and to server (3:633/280.2@fidonet)
  • From Dan Espen@3:633/280.2 to All on Mon Jul 21 03:38:53 2025
    "Kerr-Mudd, John" <admin@127.0.0.1> writes:

    On Sat, 19 Jul 2025 15:16:03 -0400
    Dan Espen <dan1espen@gmail.com> wrote:

    David Wade <g4ugm@dave.invalid> writes:


    On a real 3178 there are no [] characters so you either lose some
    other characters, or use tri-graphs.
    Did the 3178 come with an APL feature?


    Not unless you paid a lot of money. In those times every mod was an
    expensive extra, even if it was a link of wire..


    Real terminals went away pretty quickly.
    The project I was on was using emulators except for some of us with
    3290s.


    I think you were late on the scene. I started on 2260's which date
    from 1964. The IBM PC wasn't released until 1981, some 17 years
    later. 3270 emulation didn't happen until I think a couple of years
    later, so almost 20 years after the first terminals. Yes they quickly
    replaced terminals once they were available, but they were around for
    a long time...

    Me, late on the scene?

    I started programming in 1964 on IBM 14xx in Autocoder.
    Did my first 2260 project using BTAM and assembler in 1968.

    One of my favorite 327xs were the 3279 color terminals. Great keyboards
    on those things. Looking back there was the punched card era, the 3270
    era, then the 327x emulator era. I think I put in more years in
    emulator era than the real terminal era.


    Yeahbut I'd have to book the colour terminal way in advance - anyhow
    green on black is more restful to the eyes. I missed out on autocoder,
    being a mere stripling.

    One of my more favorite pastimes was redoing IBMs default 4-color color
    scheme of their ISPF screens. A 3279 was a 7 color terminal with
    reverse image, underlining. It's amazing how much better you can make
    a screen look with a little artistic skill.

    At Bell Labs I had the 3279 on my desk for a year or so.

    --
    Dan Espen

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Dan Espen@3:633/280.2 to All on Mon Jul 21 03:49:27 2025
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    Lynn Wheeler <lynn@garlic.com> writes:

    other trivia: account about biggest computer "goof" ever, 360s
    originally were going to be ASCII machines, but the ASCII unit record >>>>> gear weren't ready ... so were going to start shipping with old BCD gear >>>>> (with EBCDIC) and move later
    https://web.archive.org/web/20180513184025/http://www.bobbemer.com/P-BIT.HTM

    I don't know what dreams they were having within IBM but those machines >>>> were never going to be ASCII. It would be pretty hard to do 14xx
    emulation with ASCII and IBM NEVER EVER did a competent ASCII - EBCDIC >>>> translate table.

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables
    on output and input. This could require extra space in case of
    ASCII peripherials. But normal 1401 memory size were decimal, so
    lower than corresponding binary numbers. And actual core had extra
    space for use by microcode. So it does not look like a big problem.

    Can't make much sense of the above.
    14xx programs in emulation, by definition had to use BCD.

    Yes. And using ASCII in 360 OS-es have nothing to do with the
    above.

    ASCII had a different collating sequence. It's not a translation issue.

    Internally emulator works in BCD. The only problem is to correctly
    emulate I/O when working with ASCII periperials. That is solved
    by using translation table (so that BCD code from emulator gives
    correct glyph on the printer, etc).

    If printing is all your app does.

    Cards are Hollerith. A close cousin of BCD.
    The app would expect any card master file to to in BCD order.
    Tapes and disk have the same issue.

    --
    Dan Espen

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Waldek Hebisch@3:633/280.2 to All on Mon Jul 21 06:39:14 2025
    Dan Espen <dan1espen@gmail.com> wrote:
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    Lynn Wheeler <lynn@garlic.com> writes:

    other trivia: account about biggest computer "goof" ever, 360s
    originally were going to be ASCII machines, but the ASCII unit record >>>>>> gear weren't ready ... so were going to start shipping with old BCD gear >>>>>> (with EBCDIC) and move later
    https://web.archive.org/web/20180513184025/http://www.bobbemer.com/P-BIT.HTM

    I don't know what dreams they were having within IBM but those machines >>>>> were never going to be ASCII. It would be pretty hard to do 14xx
    emulation with ASCII and IBM NEVER EVER did a competent ASCII - EBCDIC >>>>> translate table.

    Emulation would work without any change, CPU and almost all microcode
    would be the same. IIUC what would differ would be translation tables >>>> on output and input. This could require extra space in case of
    ASCII peripherials. But normal 1401 memory size were decimal, so
    lower than corresponding binary numbers. And actual core had extra
    space for use by microcode. So it does not look like a big problem.

    Can't make much sense of the above.
    14xx programs in emulation, by definition had to use BCD.

    Yes. And using ASCII in 360 OS-es have nothing to do with the
    above.

    ASCII had a different collating sequence. It's not a translation issue.

    Internally emulator works in BCD. The only problem is to correctly
    emulate I/O when working with ASCII periperials. That is solved
    by using translation table (so that BCD code from emulator gives
    correct glyph on the printer, etc).

    If printing is all your app does.

    Cards are Hollerith. A close cousin of BCD.
    The app would expect any card master file to to in BCD order.

    Yes, card reader and card punch also need translation table.
    That why I wrote etc above.

    Tapes and disk have the same issue.

    That is less clear: 1401 discs and tapes stored word marks which
    made them incompatible with ususal 360 formats. And discs were
    ususally read on system of the same type. So extra translation
    program (needed anyway due to word marks) could also handle change
    of character codes when transfering data between system.

    Clearly 1401 compatibility did not prevent introduction of CKD
    discs. And CKD means different on disk format than 1401 disc.

    --
    Waldek Hebisch

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: To protect and to server (3:633/280.2@fidonet)
  • From Kerr-Mudd, John@3:633/280.2 to All on Mon Jul 21 18:26:43 2025
    :
    On Sun, 20 Jul 2025 13:38:53 -0400
    Dan Espen <dan1espen@gmail.com> wrote:

    "Kerr-Mudd, John" <admin@127.0.0.1> writes:

    On Sat, 19 Jul 2025 15:16:03 -0400
    Dan Espen <dan1espen@gmail.com> wrote:

    David Wade <g4ugm@dave.invalid> writes:


    On a real 3178 there are no [] characters so you either lose some
    other characters, or use tri-graphs.
    Did the 3178 come with an APL feature?


    Not unless you paid a lot of money. In those times every mod was an
    expensive extra, even if it was a link of wire..


    Real terminals went away pretty quickly.
    The project I was on was using emulators except for some of us with
    3290s.


    I think you were late on the scene. I started on 2260's which date
    from 1964. The IBM PC wasn't released until 1981, some 17 years
    later. 3270 emulation didn't happen until I think a couple of years
    later, so almost 20 years after the first terminals. Yes they quickly
    replaced terminals once they were available, but they were around for
    a long time...

    Me, late on the scene?

    I started programming in 1964 on IBM 14xx in Autocoder.
    Did my first 2260 project using BTAM and assembler in 1968.

    One of my favorite 327xs were the 3279 color terminals. Great keyboards >> on those things. Looking back there was the punched card era, the 3270
    era, then the 327x emulator era. I think I put in more years in
    emulator era than the real terminal era.


    Yeahbut I'd have to book the colour terminal way in advance - anyhow
    green on black is more restful to the eyes. I missed out on autocoder, being a mere stripling.

    One of my more favorite pastimes was redoing IBMs default 4-color color scheme of their ISPF screens. A 3279 was a 7 color terminal with
    reverse image, underlining. It's amazing how much better you can make
    a screen look with a little artistic skill.

    A short-term works colleague who was planning on doing-up^wrebuilding a
    cottage in mid-Wales for the quiet country life translated the ISPF panels
    into Welsh.


    At Bell Labs I had the 3279 on my desk for a year or so.



    --
    Bah, and indeed Humbug.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: Dis (3:633/280.2@fidonet)
  • From Lawrence D'Oliveiro@3:633/280.2 to All on Tue Jul 22 08:39:36 2025
    On Mon, 21 Jul 2025 09:26:43 +0100, Kerr-Mudd, John wrote:

    A short-term works colleague who was planning on doing-up^wrebuilding a cottage in mid-Wales for the quiet country life translated the ISPF
    panels into Welsh.

    For some reason, former Linux kernel developer Alan Cox immediately came
    to mind ...

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Scott Lurndal@3:633/280.2 to All on Mon Jul 14 01:34:49 2025
    Reply-To: slp53@pacbell.net

    Niklas Karlsson <nikke.karlsson@gmail.com> writes:
    On 2025-07-13, Nuno Silva <nunojsilva@invalid.invalid> wrote:
    On 2025-07-13, Niklas Karlsson wrote:

    Not EBCDIC, but your mention of square brackets reminded me of the
    modified 7-bit ASCII that was used to write Swedish before ISO 8859-1
    and later Unicode made it big.

    "} { | ] [ \" were shown as "å ä ö Å Ä Ö" on Swedish-adapted equipment,
    making C code look absolutely ridiculous. Similar conventions applied
    for the other Nordic languages and German.

    I played with ISO-646-FI/SE once in a Televideo terminal, but not for
    long enough to figure out how to handle day-to-day usage of a UNIX-like
    system without these characters.

    I (barely) know C has (had?) syntax and also iso646.h for such cases,
    but how would e.g. shell scripting be handled?

    Couldn't say. I came in a little to late to really have to butt heads
    with that issue.

    Shell scripting wouldn't have been an issue in the EBCDIC systems, which
    didn't have shells per se. On the Burroughs side, the closest was WFL (Work Flow
    Language), which was compiled into an executable. As square brackets
    weren't part of the mainframe lexicon, they weren't use in WFL scripts.

    IBM had JCL, which was excessively (even ridiculously) verbose and widely disliked, but there too, square brackets were not used or useful.

    Burroughs did have a standard for the conversion.

    "Burroughs EBCDIC/ASCII Code Translation", document 1284 9097

    I don't have a copy anymore.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: UsenetServer - www.usenetserver.com (3:633/280.2@fidonet)
  • From Dan Espen@3:633/280.2 to All on Wed Jul 23 05:10:59 2025
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    antispam@fricas.org (Waldek Hebisch) writes:

    Dan Espen <dan1espen@gmail.com> wrote:
    Lynn Wheeler <lynn@garlic.com> writes:

    other trivia: account about biggest computer "goof" ever, 360s
    originally were going to be ASCII machines, but the ASCII unit record >>>>>>> gear weren't ready ... so were going to start shipping with old BCD gear
    (with EBCDIC) and move later
    https://web.archive.org/web/20180513184025/http://www.bobbemer.com/P-BIT.HTM

    I don't know what dreams they were having within IBM but those machines >>>>>> were never going to be ASCII. It would be pretty hard to do 14xx
    emulation with ASCII and IBM NEVER EVER did a competent ASCII - EBCDIC >>>>>> translate table.

    Emulation would work without any change, CPU and almost all microcode >>>>> would be the same. IIUC what would differ would be translation tables >>>>> on output and input. This could require extra space in case of
    ASCII peripherials. But normal 1401 memory size were decimal, so
    lower than corresponding binary numbers. And actual core had extra
    space for use by microcode. So it does not look like a big problem.

    Can't make much sense of the above.
    14xx programs in emulation, by definition had to use BCD.

    Yes. And using ASCII in 360 OS-es have nothing to do with the
    above.

    ASCII had a different collating sequence. It's not a translation issue. >>>
    Internally emulator works in BCD. The only problem is to correctly
    emulate I/O when working with ASCII periperials. That is solved
    by using translation table (so that BCD code from emulator gives
    correct glyph on the printer, etc).

    If printing is all your app does.

    Cards are Hollerith. A close cousin of BCD.
    The app would expect any card master file to to in BCD order.

    Yes, card reader and card punch also need translation table.
    That why I wrote etc above.

    Tapes and disk have the same issue.

    That is less clear: 1401 discs and tapes stored word marks which
    made them incompatible with ususal 360 formats.

    True there were op codes to write word marks to tape, NEVER saw them
    used. The word marks were placed in storage according to the format of
    the date being read.

    And discs were
    ususally read on system of the same type. So extra translation
    program (needed anyway due to word marks) could also handle change
    of character codes when transfering data between system.

    I think you are missing the collating sequence difference.

    Clearly 1401 compatibility did not prevent introduction of CKD
    discs. And CKD means different on disk format than 1401 disc.

    Really, you couldn't write 100 character data blocks to a CKD disk?

    --
    Dan Espen

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: A noiseless patient Spider (3:633/280.2@fidonet)
  • From Kerr-Mudd, John@3:633/280.2 to All on Fri Jul 25 02:50:32 2025
    :
    On Mon, 21 Jul 2025 22:39:36 -0000 (UTC)
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:

    On Mon, 21 Jul 2025 09:26:43 +0100, Kerr-Mudd, John wrote:

    A short-term works colleague who was planning on doing-up^wrebuilding a cottage in mid-Wales for the quiet country life translated the ISPF
    panels into Welsh.

    For some reason, former Linux kernel developer Alan Cox immediately came
    to mind ...

    Nah, that wasn't his name.

    --
    Bah, and indeed Humbug.

    --- MBSE BBS v1.1.1 (Linux-x86_64)
    * Origin: Dis (3:633/280.2@fidonet)