• xkcd: Y2K and 2038

    From Lynn McGuire@21:1/5 to All on Fri Nov 11 14:30:25 2022
    XPost: rec.arts.sf.written

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this.

    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Lynn McGuire on Fri Nov 11 16:39:09 2022
    XPost: rec.arts.sf.written

    Lynn McGuire <[email protected]> wrote in news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was, because
    the people who run such systems aren't idiots.

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to Jibini Kula Tumbili Kujisalimisha on Fri Nov 11 22:20:58 2022
    XPost: rec.arts.sf.written

    On 11/11/2022 5:39 PM, Jibini Kula Tumbili Kujisalimisha wrote:
    Lynn McGuire <[email protected]> wrote in news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was, because
    the people who run such systems aren't idiots.

    A simple recompile with modern C compiler takes you from 2038 to 2106 if
    you are using time_t. Maybe.
    https://en.wikipedia.org/wiki/Year_2038_problem

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Jibini Kula Tumbili Kujisalimisha on Sat Nov 12 15:42:09 2022
    XPost: rec.arts.sf.written

    Jibini Kula Tumbili Kujisalimisha <[email protected]> writes:
    Lynn McGuire <[email protected]> wrote in >news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was, because
    the people who run such systems aren't idiots.

    We (Burroughs) started preparing for 2000 in 1987. None of our customers
    were affected by the rollover (and most customer software on those mainframes used two-digit year fields in 1987).

    And, on the vast majority of unix/linux servers/desktops currently running,

    sizeof(time_t)=8 (64 bits)

    Which pushes the "2038" date out to December 4th, in the year 292,277,026,596.

    For the most part, a nothingburger. However, there are likely lots of
    small embedded 32-bit processors in devices like routers which may exhibit issues, if they're still running 16 years from now.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Ninapenda Jibini on Sat Nov 12 16:57:44 2022
    XPost: rec.arts.sf.written

    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in >news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Sat Nov 12 09:07:18 2022
    XPost: rec.arts.sf.written

    On Fri, 11 Nov 2022 14:30:25 -0600, Lynn McGuire
    <[email protected]> wrote:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this.

    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    So, two questions occur:

    1. This appears to be a Unix problem. Apart of Unix and Linux and
    friends, will anyone /else/ be affected?

    2. Why go to 33 bits? If the problem is that 32 is too few, why not
    just jump to 64 and save the future some problems? Is doing things in
    the clearly least optimal way (you are going to end up with 40 bits
    anyway, since they come in 8-bit groups called "bytes") a Unix/Linux
    tradition? Do Real Programmers always to things the Most Difficult Way Possible?

    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Scott Lurndal on Sat Nov 12 16:32:55 2022
    XPost: rec.arts.sf.written

    [email protected] (Scott Lurndal) wrote in news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pyotr filipivich@21:1/5 to All on Sat Nov 12 09:48:23 2022
    XPost: rec.arts.sf.written

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44 GMT
    typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in >>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most of the current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were born.

    The question is, how many people / organizations have a system
    which has been running, is running, will be running, with little or no
    reason to replace it with a New And Improved Hardware?
    --
    pyotr filipivich
    This Week's Panel: Us & Them - Eliminating Them.
    Next Month's Panel: Having eliminated the old Them(tm)
    Selecting who insufficiently Woke(tm) as to serve as the new Them(tm)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to pyotr filipivich on Sat Nov 12 18:09:43 2022
    XPost: rec.arts.sf.written

    pyotr filipivich <[email protected]> writes:
    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44 GMT
    typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in >>>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were born.

    The question is, how many people / organizations have a system
    which has been running, is running, will be running, with little or no
    reason to replace it with a New And Improved Hardware?

    Most of those workloads are still running on legacy iron, and will
    for the forseeable future (IBM, Unisys). Modern workloads based on
    current distributed technologies (the world-wide web, for instance)
    are either already 64-bit clean. The time_t issue is uniquely an
    Unix issue and those, aside from the low-end consumer grade hardware mentioned above, are largely already 64-bit clean.

    The competence of programmers varies, and it is likely that there is
    a fair amount of software that treats time_t as interchangable with
    the C/C++ 'int' type, which is prima facia broken, but works in 32-bit environments (and may continue to work post 2038 depending on the
    context of the usage).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dave Van Domelen@21:1/5 to All on Sat Nov 12 18:09:22 2022
    XPost: rec.arts.sf.written

    Y2K was a "nothingburger" because of all the work done to stop it from being a triple-decker shit sandwitch. If everyone had treated it like no big deal, it would have been a very big deal.

    Dave Van Domelen, really tired of the attitude people have that if a problem is fixed, then it was never a problem in the first place.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ted Nolan @21:1/5 to [email protected] on Sat Nov 12 19:09:05 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    On Fri, 11 Nov 2022 14:30:25 -0600, Lynn McGuire
    <[email protected]> wrote:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this.

    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    So, two questions occur:

    1. This appears to be a Unix problem. Apart of Unix and Linux and
    friends, will anyone /else/ be affected?

    2. Why go to 33 bits? If the problem is that 32 is too few, why not
    just jump to 64 and save the future some problems? Is doing things in
    the clearly least optimal way (you are going to end up with 40 bits
    anyway, since they come in 8-bit groups called "bytes") a Unix/Linux >tradition? Do Real Programmers always to things the Most Difficult Way >Possible?


    Most systems have already gone to 64 bits for time_t. The only case
    I can think of for going to an unsigned 32 bit int would be if you
    are targeting legacy embedded hardware of some sort and 64-bit work
    is significantly slower (and/or your legacy compiler doesn't even
    support 64-bit ints).
    --
    columbiaclosings.com
    What's not in Columbia anymore..

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to Scott Lurndal on Sat Nov 12 13:13:42 2022
    XPost: rec.arts.sf.written

    On 11/12/2022 9:42 AM, Scott Lurndal wrote:
    Jibini Kula Tumbili Kujisalimisha <[email protected]> writes:
    Lynn McGuire <[email protected]> wrote in
    news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was, because
    the people who run such systems aren't idiots.

    We (Burroughs) started preparing for 2000 in 1987. None of our customers were affected by the rollover (and most customer software on those mainframes
    used two-digit year fields in 1987).

    And, on the vast majority of unix/linux servers/desktops currently running,

    sizeof(time_t)=8 (64 bits)

    Which pushes the "2038" date out to December 4th, in the year 292,277,026,596.

    For the most part, a nothingburger. However, there are likely lots of
    small embedded 32-bit processors in devices like routers which may exhibit issues, if they're still running 16 years from now.

    The operating systems arefixed but the customer software is not. The
    software at minimum needs a recompile. But the software needs a going
    through to see if it is just stuffing the time and date information into
    a 32 bit signed integer.

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Dave Van Domelen on Sat Nov 12 19:35:27 2022
    XPost: rec.arts.sf.written

    [email protected] (Dave Van Domelen) wrote in
    news:tkongi$4gc$[email protected]:

    Y2K was a "nothingburger" because of all the work done to
    stop it from
    being a triple-decker shit sandwitch. If everyone had treated
    it like no big deal, it would have been a very big deal.

    Indeed. It's almost like critical computer systems that companies and
    people depend on for Very Important Things have people whose job is
    to keep an eye on things, keep things up to date, and upgrade as
    needed.

    Dave Van Domelen, really tired of the attitude people have
    that if a
    problem is fixed, then it was never a problem in the first
    place.

    Cheese Eating Surrender Monkey, really tired of idiots who assume
    that because professionals did their job once, they can't possibly do
    so again.

    It's not a big deal if those professionals keep doing their jobs, and
    - this is the part you're apparently too stupid to understand -
    *doing* *their* *jobs* *isn't* *a* *big* *deal* *either*.

    It's *routine.*

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to Paul S Person on Sat Nov 12 13:32:31 2022
    XPost: rec.arts.sf.written

    On 11/12/2022 11:07 AM, Paul S Person wrote:
    On Fri, 11 Nov 2022 14:30:25 -0600, Lynn McGuire
    <[email protected]> wrote:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this. >>
    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    So, two questions occur:

    1. This appears to be a Unix problem. Apart of Unix and Linux and
    friends, will anyone /else/ be affected?

    2. Why go to 33 bits? If the problem is that 32 is too few, why not
    just jump to 64 and save the future some problems? Is doing things in
    the clearly least optimal way (you are going to end up with 40 bits
    anyway, since they come in 8-bit groups called "bytes") a Unix/Linux tradition? Do Real Programmers always to things the Most Difficult Way Possible?

    1. Anyone who stuffs a time value into a 32 bit signed integer is going
    to have problems at some point. Lots of mainframes did that over the years.

    2. The 33 bits is joke and is difficult to implement. Randall Munroe
    (the xkcd dude) is a physics dude with an incredibly popular stick
    figure comic strip that runs three times a week.
    https://xkcd.com/about/

    I started off programming on the Univac 1108, a 36 bit machine. When we
    ported to the IBM 370 in 1977?, a 32 bit machine, we had tremendous
    problems with precision in our floating point. Turns out after all
    these years, 32 bit still sucks.

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Scott Lurndal on Sat Nov 12 19:32:18 2022
    XPost: rec.arts.sf.written

    [email protected] (Scott Lurndal) wrote in news:cgQbL.91949 $[email protected]:

    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in >>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely.

    Unlikely enough to not be worth considering. Or mentioning.

    However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    *Just* like Gary North.

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Paul S Person on Sat Nov 12 19:37:07 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Fri, 11 Nov 2022 14:30:25 -0600, Lynn McGuire
    <[email protected]> wrote:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    So, two questions occur:

    1. This appears to be a Unix problem. Apart of Unix and Linux
    and friends, will anyone /else/ be affected?

    2. Why go to 33 bits? If the problem is that 32 is too few, why
    not just jump to 64 and save the future some problems? Is doing
    things in the clearly least optimal way (you are going to end up
    with 40 bits anyway, since they come in 8-bit groups called
    "bytes") a Unix/Linux tradition? Do Real Programmers always to
    things the Most Difficult Way Possible?

    Perhaps it's comic, and 33 bits is funnier than 64, and _you missed
    the joke_.

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Lynn McGuire on Sat Nov 12 19:37:53 2022
    XPost: rec.arts.sf.written

    Lynn McGuire <[email protected]> wrote in news:tkor96$177j$[email protected]:

    On 11/12/2022 9:42 AM, Scott Lurndal wrote:
    Jibini Kula Tumbili Kujisalimisha <[email protected]> writes:
    Lynn McGuire <[email protected]> wrote in
    news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was,
    because the people who run such systems aren't idiots.

    We (Burroughs) started preparing for 2000 in 1987. None of our
    customers were affected by the rollover (and most customer
    software on those mainframes used two-digit year fields in
    1987).

    And, on the vast majority of unix/linux servers/desktops
    currently running,

    sizeof(time_t)=8 (64 bits)

    Which pushes the "2038" date out to December 4th, in the year
    292,277,026,596.

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like
    routers which may exhibit issues, if they're still running 16
    years from now.

    The operating systems arefixed but the customer software is not.
    The software at minimum needs a recompile. But the software
    needs a going through to see if it is just stuffing the time and
    date information into a 32 bit signed integer.

    Do you anticipate a lot of problems getting that done in the next
    16 years?

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dimensional Traveler@21:1/5 to pyotr filipivich on Sat Nov 12 12:26:50 2022
    XPost: rec.arts.sf.written

    On 11/12/2022 9:48 AM, pyotr filipivich wrote:
    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44 GMT
    typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most of the current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were born.

    The question is, how many people / organizations have a system
    which has been running, is running, will be running, with little or no
    reason to replace it with a New And Improved Hardware?

    A surprisingly large number would be my guess.

    --
    I've done good in this world. Now I'm tired and just want to be a cranky
    dirty old man.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to Ninapenda Jibini on Sat Nov 12 14:40:56 2022
    XPost: rec.arts.sf.written

    On 11/12/2022 1:37 PM, Ninapenda Jibini wrote:
    Lynn McGuire <[email protected]> wrote in news:tkor96$177j$[email protected]:

    On 11/12/2022 9:42 AM, Scott Lurndal wrote:
    Jibini Kula Tumbili Kujisalimisha <[email protected]> writes:
    Lynn McGuire <[email protected]> wrote in
    news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was,
    because the people who run such systems aren't idiots.

    We (Burroughs) started preparing for 2000 in 1987. None of our
    customers were affected by the rollover (and most customer
    software on those mainframes used two-digit year fields in
    1987).

    And, on the vast majority of unix/linux servers/desktops
    currently running,

    sizeof(time_t)=8 (64 bits)

    Which pushes the "2038" date out to December 4th, in the year
    292,277,026,596.

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like
    routers which may exhibit issues, if they're still running 16
    years from now.

    The operating systems arefixed but the customer software is not.
    The software at minimum needs a recompile. But the software
    needs a going through to see if it is just stuffing the time and
    date information into a 32 bit signed integer.

    Do you anticipate a lot of problems getting that done in the next
    16 years?

    Hard to tell. There is an enormous amount of custom software in companies.

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mark Jackson@21:1/5 to Ninapenda Jibini on Sat Nov 12 15:36:19 2022
    XPost: rec.arts.sf.written

    On 11/12/2022 2:35 PM, Ninapenda Jibini wrote:
    [email protected] (Dave Van Domelen) wrote in

    Dave Van Domelen, really tired of the attitude people have
    that if a
    problem is fixed, then it was never a problem in the first
    place.

    Cheese Eating Surrender Monkey, really tired of idiots who assume
    that because professionals did their job once, they can't possibly do
    so again.

    It's not a big deal if those professionals keep doing their jobs, and
    - this is the part you're apparently too stupid to understand -
    *doing* *their* *jobs* *isn't* *a* *big* *deal* *either*.

    It's *routine.*

    Not a regular reader of the Risks digest, then.

    --
    Mark Jackson - https://mark-jackson.online/
    Reasoning will never make a man correct an ill opinion, which
    by reasoning he never acquired: for in the course of things,
    men always grow vicious before they become unbelievers.
    - Jonathan Swift

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Ninapenda Jibini on Sat Nov 12 16:48:06 2022
    XPost: rec.arts.sf.written

    On 11/12/22 11:32 AM, Ninapenda Jibini wrote:
    [email protected] (Scott Lurndal) wrote in news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/


    Do not misunderstand. The Y2K problem was very real, and started causing serious damage at least as early as August 16, 1972 (9999 days before
    Y2K), when tapes on IBM mainframes that were supposed to be marked
    “retain forever” started to be marked "ready for recycling” instead.

    (It was also about that time that our operating system—to be fair to
    IBM, it was a beta—started crashing every day at exactly 7:00PM EST. It turned out to be caused by a zero divide in the rollover-GMT code—7:00PM
    EST is midnight, GMT. And why the zero divide? Ultimately, because one
    IBM coder was aware that, in the Gregorian Calendar, AD 1900 had skipped
    leap year, while another coder was blissfully unaware of it.)

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Scott Lurndal on Sat Nov 12 16:57:15 2022
    XPost: rec.arts.sf.written

    On 11/12/22 1:09 PM, Scott Lurndal wrote:
    pyotr filipivich <[email protected]> writes:
    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44 GMT
    typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were born.

    The question is, how many people / organizations have a system
    which has been running, is running, will be running, with little or no
    reason to replace it with a New And Improved Hardware?

    Most of those workloads are still running on legacy iron, and will
    for the forseeable future (IBM, Unisys). Modern workloads based on
    current distributed technologies (the world-wide web, for instance)
    are either already 64-bit clean.

    Lots of business-related stuff on the web is based on code that
    screen-scrapes virtual 3270s running on ancient COBOL programs, or at
    least was until recently.

    The time_t issue is uniquely an
    Unix issue and those, aside from the low-end consumer grade hardware mentioned
    above, are largely already 64-bit clean.

    The competence of programmers varies, and it is likely that there is
    a fair amount of software that treats time_t as interchangable with
    the C/C++ 'int' type, which is prima facia broken, but works in 32-bit environments (and may continue to work post 2038 depending on the
    context of the usage).

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Paul S Person on Sat Nov 12 16:51:33 2022
    XPost: rec.arts.sf.written

    On 11/12/22 12:07 PM, Paul S Person wrote:
    On Fri, 11 Nov 2022 14:30:25 -0600, Lynn McGuire
    <[email protected]> wrote:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this. >>
    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    So, two questions occur:

    1. This appears to be a Unix problem. Apart of Unix and Linux and
    friends, will anyone /else/ be affected?

    Don’t forget that macOS, iOS, iPadOS, tvOS, audioOS, and watchOS are all built on Unix. However, programs for those operating systems are
    normally coded using the Foundation library, and are all 64-bit-only by
    now, so they shouldn’t have too much trouble.

    2. Why go to 33 bits? If the problem is that 32 is too few, why not
    just jump to 64 and save the future some problems? Is doing things in
    the clearly least optimal way (you are going to end up with 40 bits
    anyway, since they come in 8-bit groups called "bytes") a Unix/Linux tradition? Do Real Programmers always to things the Most Difficult Way Possible?

    I’m fairly certain 33 bits is a joke.

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to pyotr filipivich on Sat Nov 12 16:52:54 2022
    XPost: rec.arts.sf.written

    On 11/12/22 12:48 PM, pyotr filipivich wrote:
    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44 GMT
    typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most of the current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were born.

    Some say it was only thanks to Y2K that emulated 1401s finally vanished.

    The question is, how many people / organizations have a system
    which has been running, is running, will be running, with little or no
    reason to replace it with a New And Improved Hardware?

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Mark Jackson on Sat Nov 12 22:06:42 2022
    XPost: rec.arts.sf.written

    Mark Jackson <[email protected]> wrote in news:[email protected]:

    On 11/12/2022 2:35 PM, Ninapenda Jibini wrote:
    [email protected] (Dave Van Domelen) wrote in

    Dave Van Domelen, really tired of the attitude people have
    that if a
    problem is fixed, then it was never a problem in the first
    place.

    Cheese Eating Surrender Monkey, really tired of idiots who
    assume that because professionals did their job once, they
    can't possibly do so again.

    It's not a big deal if those professionals keep doing their
    jobs, and - this is the part you're apparently too stupid to
    understand - *doing* *their* *jobs* *isn't* *a* *big* *deal*
    *either*.

    It's *routine.*

    Not a regular reader of the Risks digest, then.

    I was for a while. Yes, stupid people do stupid things.

    But the world didn't end at midnight, December 31, 1999, despite the predictions of idiots like you.

    And it won't in 2038, either, despite predictions by idiots like you.

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Lynn McGuire on Sat Nov 12 22:07:26 2022
    XPost: rec.arts.sf.written

    Lynn McGuire <[email protected]> wrote in news:tkp0co$1bor$[email protected]:

    On 11/12/2022 1:37 PM, Ninapenda Jibini wrote:
    Lynn McGuire <[email protected]> wrote in
    news:tkor96$177j$[email protected]:

    On 11/12/2022 9:42 AM, Scott Lurndal wrote:
    Jibini Kula Tumbili Kujisalimisha <[email protected]>
    writes:
    Lynn McGuire <[email protected]> wrote in
    news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was,
    because the people who run such systems aren't idiots.

    We (Burroughs) started preparing for 2000 in 1987. None of
    our customers were affected by the rollover (and most
    customer software on those mainframes used two-digit year
    fields in 1987).

    And, on the vast majority of unix/linux servers/desktops
    currently running,

    sizeof(time_t)=8 (64 bits)

    Which pushes the "2038" date out to December 4th, in the year
    292,277,026,596.

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    The operating systems arefixed but the customer software is
    not.
    The software at minimum needs a recompile. But the software
    needs a going through to see if it is just stuffing the time
    and date information into a 32 bit signed integer.

    Do you anticipate a lot of problems getting that done in the
    next 16 years?

    Hard to tell. There is an enormous amount of custom software in
    companies.

    But then, given your preference for post apocalyptic revcenge
    fantasies, you might be a tad biased.

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to John W Kennedy on Sat Nov 12 22:09:36 2022
    XPost: rec.arts.sf.written

    John W Kennedy <[email protected]> wrote in news:[email protected]:

    On 11/12/22 11:32 AM, Ninapenda Jibini wrote:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do
    you actually believe will still be functional in another 16
    years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/


    Do not misunderstand. The Y2K problem was very real, and started
    causing serious damage at least as early as August 16, 1972
    (9999 days before Y2K), when tapes on IBM mainframes that were
    supposed to be marked “retain forever” started to be marked
    "ready for recycling” instead.

    Serious, perhaps, but not especially wide spread.

    (It was also about that time that our operating system—to be
    fair to IBM, it was a beta—started crashing every day at
    exactly 7:00PM EST. It turned out to be caused by a zero divide
    in the rollover-GMT code—7:00PM EST is midnight, GMT. And why
    the zero divide? Ultimately, because one IBM coder was aware
    that, in the Gregorian Calendar, AD 1900 had skipped leap year,
    while another coder was blissfully unaware of it.)

    And did hellfire rain down from the heavens, with cats and dogs
    living together, heralding the end of human civilization? No.
    Nobody kicked your dog, either. Professionals fixed it, and life
    went on.

    And we know 2038 is coming. Decades in advance.

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Your Name@21:1/5 to Jibini Kula Tumbili Kujisalimisha on Sun Nov 13 13:57:59 2022
    XPost: rec.arts.sf.written

    On 11/11/2022 5:39 PM, Jibini Kula Tumbili Kujisalimisha wrote:
    Lynn McGuire <[email protected]> wrote in news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was, because
    the people who run such systems aren't idiots.

    Y2K was massively over-hyped - largely by the media, as usual. There
    was never going to be huge issues with with things like traffic lights
    and elevators suddenly not working. There were also a lot of tech
    people who jumped on this scaremongering bandwagon to greedily increase
    their own pay-packets.

    2038, and whatever other year turnovers they discover, will be no different.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to Your Name on Sun Nov 13 14:42:51 2022
    XPost: rec.arts.sf.written

    Your Name <[email protected]> wrote:
    On 11/11/2022 5:39 PM, Jibini Kula Tumbili Kujisalimisha wrote:
    Lynn McGuire <[email protected]> wrote in
    news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was, because
    the people who run such systems aren't idiots.

    Y2K was massively over-hyped - largely by the media, as usual. There
    was never going to be huge issues with with things like traffic lights
    and elevators suddenly not working. There were also a lot of tech
    people who jumped on this scaremongering bandwagon to greedily increase
    their own pay-packets.

    Well, I'll admit that I got a very nice boost for the holiday by volunteering (at 8x times my normal pay) to sit at work rather than stay home with the family on New Year's Eve.
    There were a LOT of function-breaking bugs fixed in significant bits of infrastructure leading up to Y2K. Other than generating a whole lot of sales
    to preppers, the hype did one really important thing...it got the bean
    counters listening to what the the engineers had been saying for years.
    Which was, essentially, that the bean counters were going to regret their inaction when the lawsuits started rolling in. Even if the failures weren't
    of the "All die. Oh the embarrassment." type, customers tend to frown on things like, for example, discovering that the service they were charging by the minute for stopped recording usage on January 1st.
    It was never a matter of not knowing that there was a problem, it was a
    matter of prioritizing remediation over new features and other bugs.
    Even with the effort put in, we still saw plenty of unpatched (mostly
    cosmetic) issues. The most common was probably seeing dates displayed as "1-1-19100".

    Robert
    --
    Robert K. Shull Email: rkshull at rosettacon dot com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Sun Nov 13 09:10:30 2022
    XPost: rec.arts.sf.written

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44 GMT
    typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in >>>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were born.

    The question is, how many people / organizations have a system
    which has been running, is running, will be running, with little or no
    reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled the
    plug.)
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Sun Nov 13 09:12:45 2022
    XPost: rec.arts.sf.written

    On Sat, 12 Nov 2022 22:06:42 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    Mark Jackson <[email protected]> wrote in >news:[email protected]:

    On 11/12/2022 2:35 PM, Ninapenda Jibini wrote:
    [email protected] (Dave Van Domelen) wrote in

    Dave Van Domelen, really tired of the attitude people have
    that if a
    problem is fixed, then it was never a problem in the first
    place.

    Cheese Eating Surrender Monkey, really tired of idiots who
    assume that because professionals did their job once, they
    can't possibly do so again.

    It's not a big deal if those professionals keep doing their
    jobs, and - this is the part you're apparently too stupid to
    understand - *doing* *their* *jobs* *isn't* *a* *big* *deal*
    *either*.

    It's *routine.*

    Not a regular reader of the Risks digest, then.

    I was for a while. Yes, stupid people do stupid things.

    But the world didn't end at midnight, December 31, 1999, despite the >predictions of idiots like you.

    The first workday after that, however, a key command stopped working.

    Nobody updated it to pull the data it needed from its new position in
    the field, two bytes further to the right than before.

    It got fixed real fast.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Paul S Person on Sun Nov 13 18:12:29 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> wrote in news:[email protected]:

    It got fixed real fast.

    But according to the predictions, that's impossible, because
    civilization has ended, and cannibals living in caves lack the
    ability to fix complicated electronics.

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Sun Nov 13 09:19:02 2022
    XPost: rec.arts.sf.written

    On Sat, 12 Nov 2022 19:37:07 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in >news:[email protected]:

    On Fri, 11 Nov 2022 14:30:25 -0600, Lynn McGuire
    <[email protected]> wrote:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    So, two questions occur:

    1. This appears to be a Unix problem. Apart of Unix and Linux
    and friends, will anyone /else/ be affected?

    2. Why go to 33 bits? If the problem is that 32 is too few, why
    not just jump to 64 and save the future some problems? Is doing
    things in the clearly least optimal way (you are going to end up
    with 40 bits anyway, since they come in 8-bit groups called
    "bytes") a Unix/Linux tradition? Do Real Programmers always to
    things the Most Difficult Way Possible?

    Perhaps it's comic, and 33 bits is funnier than 64, and _you missed
    the joke_.

    Quite quite possible.

    Thanks for pointing that out.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Paul S Person on Sun Nov 13 18:11:28 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44
    GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in >>>>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with little
    or no reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled
    the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to All on Sun Nov 13 11:12:41 2022
    XPost: rec.arts.sf.written

    On 2022-11-13 11:08, Ted Nolan <tednolan> wrote:
    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44
    GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with little
    or no reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled
    the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    --

    Well, I post to Usenet from a 1997 desktop, read SF on a 2011 Kindle,
    and have a 2002 Sun Ultrasparc I do my email on..

    Don't bother Terry with facts...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ted Nolan @21:1/5 to [email protected] on Sun Nov 13 19:08:38 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    Paul S Person <[email protected]d> wrote in >news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44
    GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in >>>>>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll >>>>>DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with little
    or no reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled
    the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    --

    Well, I post to Usenet from a 1997 desktop, read SF on a 2011 Kindle,
    and have a 2002 Sun Ultrasparc I do my email on..
    --
    columbiaclosings.com
    What's not in Columbia anymore..

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Ninapenda Jibini on Sun Nov 13 11:12:14 2022
    XPost: rec.arts.sf.written

    On 2022-11-13 10:11, Ninapenda Jibini wrote:
    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44
    GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with little
    or no reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled
    the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    My Braun coffee maker dates from well before 1994...

    ...because I got it from my Dad when I bought my condo in 1994...

    ...and he'd had it for ages when I got it.

    It's probably more than 40 years old.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ted Nolan @21:1/5 to [email protected] on Sun Nov 13 20:37:35 2022
    XPost: rec.arts.sf.written

    In article <tkrjr0$832$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    On 11/13/2022 1:08 PM, Ted Nolan <tednolan> wrote:
    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44
    GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with little
    or no reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled
    the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    --

    Well, I post to Usenet from a 1997 desktop, read SF on a 2011 Kindle,
    and have a 2002 Sun Ultrasparc I do my email on..

    I have been thinking about seeing if my 1993 Sun workstation will boot.
    The last time I booted it (maybe 20 years ago), the disk was squealing.
    I've got some code on there I would like to have again.

    Lynn

    Well then, have a plan to get it on the network quick (and enable
    FTP on another system behind your firewall) because you may not
    have long to do the transfer..
    --
    columbiaclosings.com
    What's not in Columbia anymore..

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to All on Sun Nov 13 14:25:02 2022
    XPost: rec.arts.sf.written

    On 11/13/2022 1:08 PM, Ted Nolan <tednolan> wrote:
    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44
    GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with little
    or no reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled
    the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    --

    Well, I post to Usenet from a 1997 desktop, read SF on a 2011 Kindle,
    and have a 2002 Sun Ultrasparc I do my email on..

    I have been thinking about seeing if my 1993 Sun workstation will boot.
    The last time I booted it (maybe 20 years ago), the disk was squealing.
    I've got some code on there I would like to have again.

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dimensional Traveler@21:1/5 to All on Sun Nov 13 15:50:13 2022
    XPost: rec.arts.sf.written

    On 11/13/2022 12:37 PM, Ted Nolan <tednolan> wrote:
    In article <tkrjr0$832$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    On 11/13/2022 1:08 PM, Ted Nolan <tednolan> wrote:
    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44
    GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with little
    or no reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled
    the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    --

    Well, I post to Usenet from a 1997 desktop, read SF on a 2011 Kindle,
    and have a 2002 Sun Ultrasparc I do my email on..

    I have been thinking about seeing if my 1993 Sun workstation will boot.
    The last time I booted it (maybe 20 years ago), the disk was squealing.
    I've got some code on there I would like to have again.

    Lynn

    Well then, have a plan to get it on the network quick (and enable
    FTP on another system behind your firewall) because you may not
    have long to do the transfer..

    May be a good idea to hire a data retrieval service to recover the
    contents of the drive.

    --
    I've done good in this world. Now I'm tired and just want to be a cranky
    dirty old man.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to [email protected] on Mon Nov 14 03:28:40 2022
    XPost: rec.arts.sf.written

    [email protected] (Ted Nolan <tednolan>) wrote in news:[email protected]:

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    Paul S Person <[email protected]d> wrote in >>news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022
    16:57:44 GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in >>>>>>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or
    you'll DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may
    continue to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with
    little or no reason to replace it with a New And Improved
    Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the
    DSL modem/router was an exception, but only because the ISP
    pulled the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    --

    Well, I post to Usenet from a 1997 desktop,

    Which, of course, caught on fire, exploded, and killed your dog at
    midnight on December 31, 1999, because these things are unsolvable
    catatrophes that will end human civilization.

    This entire converstaion is an hallucination during your death
    throes at the hands of cannibals.

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ted Nolan @21:1/5 to [email protected] on Mon Nov 14 03:41:06 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Ted Nolan <tednolan>) wrote in >news:[email protected]:

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    Paul S Person <[email protected]d> wrote in >>>news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022
    16:57:44 GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in >>>>>>>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or
    you'll DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may
    continue to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL >>>>>programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with
    little or no reason to replace it with a New And Improved
    Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the
    DSL modem/router was an exception, but only because the ISP
    pulled the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    --

    Well, I post to Usenet from a 1997 desktop,

    Which, of course, caught on fire, exploded, and killed your dog at
    midnight on December 31, 1999, because these things are unsolvable >catatrophes that will end human civilization.

    This entire converstaion is an hallucination during your death
    throes at the hands of cannibals.


    Nah, I perished when the end of Net Neutrality destroyed the world.

    (O the embarassment..)
    --
    columbiaclosings.com
    What's not in Columbia anymore..

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Your Name@21:1/5 to Alan on Mon Nov 14 16:50:19 2022
    XPost: rec.arts.sf.written

    On 2022-11-13 19:12:14 +0000, Alan said:
    On 2022-11-13 10:11, Ninapenda Jibini wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44
    GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system which has been running, is running, will be running, with little >>>> or no reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled
    the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    My Braun coffee maker dates from well before 1994...

    ...because I got it from my Dad when I bought my condo in 1994...

    ...and he'd had it for ages when I got it.

    It's probably more than 40 years old.

    There's a UK show called "The Repair Shop" where people bring all sorts
    of old things in to be repaired by experts. A few episodes ago there
    was one woman with her mother's old electric food mixer, which was at
    least 50 years old. After the expert took it apart to fully clean it,
    it was working again like new. Another woman wrote in to the local TV
    GUide magazine to say she had the same model of food mixer that was
    also still going well.

    Our clothes tumble dryer is probably about that old too and has never
    had any problems. Our dishwasher on the other hand is about 20 years
    old, but we rarely use it, so has probably only been turned on about
    half a dozen times over those yeras, yet the control panel is still
    broken (it's a now-known fault because they stupidly used cheap plastic
    which gets ruined by teh water and heat).

    Things these days simply aren't made to last, and in many cases they're difficult or impossible to even fix. :-(

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Your Name@21:1/5 to [email protected] on Mon Nov 14 16:54:57 2022
    XPost: rec.arts.sf.written

    On 2022-11-13 14:42:51 +0000, [email protected] said:
    Your Name <[email protected]> wrote:
    On 11/11/2022 5:39 PM, Jibini Kula Tumbili Kujisalimisha wrote:
    Lynn McGuire <[email protected]> wrote in
    news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was, because
    the people who run such systems aren't idiots.

    Y2K was massively over-hyped - largely by the media, as usual. There
    was never going to be huge issues with with things like traffic lights
    and elevators suddenly not working. There were also a lot of tech
    people who jumped on this scaremongering bandwagon to greedily increase
    their own pay-packets.

    Well, I'll admit that I got a very nice boost for the holiday by volunteering (at 8x times my normal pay) to sit at work rather than stay home with the family on New Year's Eve.
    There were a LOT of function-breaking bugs fixed in significant bits of infrastructure leading up to Y2K. Other than generating a whole lot of sales to preppers, the hype did one really important thing...it got the bean counters listening to what the the engineers had been saying for years.
    Which was, essentially, that the bean counters were going to regret their inaction when the lawsuits started rolling in. Even if the failures weren't of the "All die. Oh the embarrassment." type, customers tend to frown on things
    like, for example, discovering that the service they were charging by the minute for stopped recording usage on January 1st.
    It was never a matter of not knowing that there was a problem, it was a matter of prioritizing remediation over new features and other bugs.
    Even with the effort put in, we still saw plenty of unpatched (mostly cosmetic) issues. The most common was probably seeing dates displayed as "1-1-19100".

    There were some Y2K issues, but they were relatively few. The vast
    majority of it was at inconvenient at worst, if not simply over-hyped
    nonsense.

    The date battery on my old Mac computer stoped working a few times over
    the 20 years I had it, but it was never really anything other than a
    cosmetic problem ... newly saved files would be dated as 1969 (or
    whatever the default date was). Otherwise it still worked perfectly
    well until I got around to replacing the battery.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pyotr filipivich@21:1/5 to All on Sun Nov 13 20:24:50 2022
    XPost: rec.arts.sf.written

    Alan <[email protected]> on Sun, 13 Nov 2022 11:12:14 -0800 typed in rec.arts.sf.written the following:

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled
    the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    My Braun coffee maker dates from well before 1994...

    ...because I got it from my Dad when I bought my condo in 1994...

    ...and he'd had it for ages when I got it.

    It's probably more than 40 years old.

    I've had mine for twenty years. How long Mom had it before then,
    I have no idea.

    But then again, it doesn't have any electronics involved. One
    switch - on / off.
    --
    pyotr filipivich
    This Week's Panel: Us & Them - Eliminating Them.
    Next Month's Panel: Having eliminated the old Them(tm)
    Selecting who insufficiently Woke(tm) as to serve as the new Them(tm)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Your Name@21:1/5 to pyotr filipivich on Mon Nov 14 19:10:57 2022
    XPost: rec.arts.sf.written

    On 2022-11-12 17:48:23 +0000, pyotr filipivich said:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44 GMT
    typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most of the current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were born.

    The question is, how many people / organizations have a system
    which has been running, is running, will be running, with little or no
    reason to replace it with a New And Improved Hardware?

    I used my Apple PowerMac G3 computer for just over 20 years before I
    had to replace it due to it irrepairably breaking down. It was used for
    both leisure time and for running my own work-from-home IT business.
    For all that time it was also connected to the internet via a dial-up
    modem. It was only when I was forced to get the newer replacement
    computer that I also had to upgrade the internet connection to a home
    4G modem-router instead.

    I've never owned a mobile phone and just used the standard copper
    landline, until this year when they dropped the copper services, so the landline is now also bundled through the 4G modem-router. Not sure how
    long we've had the landline phone wireless handsets, but quite a few
    years.

    My car is 28 years old, and I've had it for 24 of those years. :-)

    As in another post, our clothes tumble dryer is around 50 years old. My mother's bed would be about the same vintage (she doesn't want to
    replace it).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Your Name on Mon Nov 14 08:12:11 2022
    XPost: rec.arts.sf.written

    Your Name <[email protected]> wrote in
    news:tksm5h$18d7$[email protected]:

    On 2022-11-12 17:48:23 +0000, pyotr filipivich said:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022
    16:57:44 GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with
    little or no reason to replace it with a New And Improved
    Hardware?

    I used my Apple PowerMac G3 computer for just over 20 years
    before I had to replace it due to it irrepairably breaking down.

    Precisely my point.


    My car is 28 years old, and I've had it for 24 of those years.

    My car is a lot newer than that, and is completely unaware of what
    the date is. So I'm pretty sure it won't care about 2038, either.

    As in another post, our clothes tumble dryer is around 50 years
    old. My mother's bed would be about the same vintage (she
    doesn't want to replace it).

    And?

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Your Name on Mon Nov 14 08:09:56 2022
    XPost: rec.arts.sf.written

    Your Name <[email protected]> wrote in
    news:tksdtr$13hk$[email protected]:

    On 2022-11-13 19:12:14 +0000, Alan said:
    On 2022-11-13 10:11, Ninapenda Jibini wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022
    16:57:44 GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in
    devices like routers which may exhibit issues, if they're
    still running 16 years from now.

    You sound just like the doom criers ("Give me money or
    you'll DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which
    is quite unlikely. However, cheap-ass manufacturers may
    continue to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the current batch of programmers have no idea that there
    are COBOL programs still running which were compiled before
    they were born.

    The question is, how many people / organizations have a
    system which has been running, is running, will be running,
    with little or no reason to replace it with a New And
    Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the
    DSL modem/router was an exception, but only because the ISP
    pulled the plug.)

    And how often do you have inexpensive appliance devices last
    16 years? How many do you have right now that were bought in
    2006?

    My Braun coffee maker dates from well before 1994...

    ...because I got it from my Dad when I bought my condo in
    1994...

    ...and he'd had it for ages when I got it.

    It's probably more than 40 years old.

    There's a UK show called "The Repair Shop" where people bring
    all sorts of old things in to be repaired by experts. A few
    episodes ago there was one woman with her mother's old electric
    food mixer, which was at least 50 years old. After the expert
    took it apart to fully clean it, it was working again like new.
    Another woman wrote in to the local TV GUide magazine to say she
    had the same model of food mixer that was also still going well.

    Our clothes tumble dryer is probably about that old too and has
    never had any problems. Our dishwasher on the other hand is
    about 20 years old, but we rarely use it, so has probably only
    been turned on about half a dozen times over those yeras, yet
    the control panel is still broken (it's a now-known fault
    because they stupidly used cheap plastic which gets ruined by
    teh water and heat).

    Things these days simply aren't made to last, and in many cases
    they're difficult or impossible to even fix. :-(

    That's a nice list of appliances that don't have computer chips in
    them, or if they don't, don't keep track of the date, or if they
    do, don't give a shit (and can't tell) if it's set to 50 years ago.
    (And that all survived Y2K without an issue, obviously.)

    Which is to say, you're supporting my position.

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Mon Nov 14 08:49:51 2022
    XPost: rec.arts.sf.written

    On Sun, 13 Nov 2022 18:12:29 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in >news:[email protected]:

    It got fixed real fast.

    But according to the predictions, that's impossible, because
    civilization has ended, and cannibals living in caves lack the
    ability to fix complicated electronics.

    Fortunately, this was a rare occurrence, not the new normal.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Paul S Person on Mon Nov 14 09:01:25 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Sun, 13 Nov 2022 18:12:29 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in >>news:[email protected]:

    It got fixed real fast.

    But according to the predictions, that's impossible, because
    civilization has ended, and cannibals living in caves lack the
    ability to fix complicated electronics.

    Fortunately, this was a rare occurrence, not the new normal.

    Doomcriers doing their Chicken Little impersonantion is, indeed, and
    old, old phenomenon. Old enough to have a fable about it, in fact.

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to pyotr filipivich on Mon Nov 14 09:02:41 2022
    XPost: rec.arts.sf.written

    pyotr filipivich <[email protected]> wrote in news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022 16:50:19
    +1300 typed in rec.arts.sf.written the following:

    Things these days simply aren't made to last, and in many cases
    they're difficult or impossible to even fix. :-(

    Things are designed with (at best) ease of assembly /
    installation
    in mind. Remember the Manza 2+2 which had access to one of the
    spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off the motor
    mounts to access the spark plugs?

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Mon Nov 14 09:07:58 2022
    XPost: rec.arts.sf.written

    On Sun, 13 Nov 2022 18:11:28 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in >news:[email protected]:

    On Sat, 12 Nov 2022 09:48:23 -0800, pyotr filipivich
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) on Sat, 12 Nov 2022 16:57:44
    GMT typed in rec.arts.sf.written the following:
    Ninapenda Jibini <[email protected]> writes:
    [email protected] (Scott Lurndal) wrote in >>>>>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll >>>>>DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most
    of the
    current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were
    born.

    The question is, how many people / organizations have a
    system
    which has been running, is running, will be running, with little
    or no reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL
    modem/router was an exception, but only because the ISP pulled
    the plug.)

    And how often do you have inexpensive appliance devices last 16
    years? How many do you have right now that were bought in 2006?

    The Belkin DSL Line Filter I bought to replace the el-cheapo that came
    with the first DSL modem and which was preventing my phone from
    picking up on incoming calls was working right up to the point it
    became redundant because my ISP pulled the plug on DSL. That was last
    January.

    My other "inexpensive appliance devices" were purchased more recently,
    but /not last week or even last year/. My HP Envy was purchased in
    2014, the HP Mini in 2010, and the HP Pavillion in 2015.

    The older of the two Kindles and the Squeezebox Touch would have been
    purchased after/concurrent with the HP Mini and my first 11n router to
    test WiFi.

    The HP Mini was an experimental purchase, to see what a small laptop
    might be used for. It is what was called a "Netbook", and apparently
    was run out of the market by tablets. The HP Pavillion was purchased
    because a laptop had turned out to have its uses, and I needed one
    with more disk space. The HP Envy was purchased when the motherboard
    in my XP computer died. Well, either that or both hard drives and
    other attachments all got flaky at the same time.

    My faithful Nova Electronic L.E.D. Alarm Clock, BTW, was purchased in
    1999 and is still going strong. But whether that qualifies as an
    "inexpensive appliance device" or not is a good question.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Mon Nov 14 09:16:07 2022
    XPost: rec.arts.sf.written

    On Sun, 13 Nov 2022 20:24:50 -0800, pyotr filipivich
    <[email protected]> wrote:

    Paul S Person <[email protected]d> on Sun, 13 Nov 2022
    09:10:30 -0800 typed in rec.arts.sf.written the following:

    You sound just like the doom criers ("Give me money or you'll >>>>>DIE!!!") in the run up to y2k.

    I said "if they're still running 16 years from now", which is
    quite unlikely. However, cheap-ass manufacturers may continue
    to use the same software in newer devices, sadly.

    It is possible. As the cliche was "back in my day" - most of the >>>current batch of programmers have no idea that there are COBOL
    programs still running which were compiled before they were born.

    The question is, how many people / organizations have a system
    which has been running, is running, will be running, with little or no >>>reason to replace it with a New And Improved Hardware?

    Raises hand.

    (I tend to use my equipment until it literally dies. OK, the DSL >>modem/router was an exception, but only because the ISP pulled the
    plug.)

    "it was ... a mercy killing." B-)

    Considering that I am now paying a different ISP less per month than I
    was for DSL (granted, after a $20/mo discount for being a long-term
    customer) for optic fibre, as opposed to paying the same amount plus
    $10 for "equipment rental" and a 10Mb/s limit (what I have is "up to"
    900+Mb/s and the equipment and installation were free), you may have a
    point.

    But the DSL worked well for me. I doubt that I would /ever/ have
    changed, left to my own devices (so to speak).
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to Jibini Kula Tumbili Kujisalimisha on Mon Nov 14 17:04:52 2022
    XPost: rec.arts.sf.written

    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha wrote:
    pyotr filipivich <[email protected]> wrote in news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022 16:50:19
    +1300 typed in rec.arts.sf.written the following:

    Things these days simply aren't made to last, and in many cases
    they're difficult or impossible to even fix. :-(

    Things are designed with (at best) ease of assembly /
    installation
    in mind. Remember the Manza 2+2 which had access to one of the
    spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off the motor
    mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air cleaner to
    get to the back two plugs in the 460 in3 V8. When I changed the plugs
    at 30,000+ miles, it was obvious that the back two plugs had never been
    changed as the electrodes were totally burnt off.

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Lynn McGuire on Mon Nov 14 15:09:09 2022
    XPost: rec.arts.sf.written

    On 2022-11-14 15:04, Lynn McGuire wrote:
    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022 16:50:19
    +1300 typed in rec.arts.sf.written  the following:

    Things these days simply aren't made to last, and in many cases
    they're difficult or impossible to even fix.  :-(

          Things are designed with (at best) ease of assembly /
          installation
    in mind.  Remember the Manza 2+2 which had access to one of the
    spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off the motor
    mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air cleaner to
    get to the back two plugs in the 460 in3 V8.  When I changed the plugs
    at 30,000+ miles, it was obvious that the back two plugs had never been changed as the electrodes were totally burnt off.

    A buddy of mine was working on Ford pickup for his son to replace some
    broken exhaust manifold studs...

    (A KNOWN problem with this particular truck)

    ...because the official Ford repair procedure involved...

    ...REMOVING THE ENTIRE CAB!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Lynn McGuire on Mon Nov 14 15:26:15 2022
    XPost: rec.arts.sf.written

    Lynn McGuire <[email protected]> wrote in news:tkuhik$1rt0u$[email protected]:

    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022 16:50:19
    +1300 typed in rec.arts.sf.written the following:

    Things these days simply aren't made to last, and in many
    cases they're difficult or impossible to even fix. :-(

    Things are designed with (at best) ease of assembly /
    installation
    in mind. Remember the Manza 2+2 which had access to one of
    the spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off the
    motor mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air
    cleaner to get to the back two plugs in the 460 in3 V8. When I
    changed the plugs at 30,000+ miles, it was obvious that the back
    two plugs had never been changed as the electrodes were totally
    burnt off.

    I had an Oldsmobile that would run OK on six cylinders, provided it
    was the *right* six (the #1 plug would foul with oil within a hundred
    miles due to a leaky valve guide). Got pretty rough, though, at five.
    (#1 wasn't the only valve guide that leaked, just the worst.)

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Tue Nov 15 09:14:28 2022
    XPost: rec.arts.sf.written

    On Mon, 14 Nov 2022 17:04:52 -0600, Lynn McGuire
    <[email protected]> wrote:

    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022 16:50:19
    +1300 typed in rec.arts.sf.written the following:

    Things these days simply aren't made to last, and in many cases
    they're difficult or impossible to even fix. :-(

    Things are designed with (at best) ease of assembly /
    installation
    in mind. Remember the Manza 2+2 which had access to one of the
    spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off the motor
    mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air cleaner to
    get to the back two plugs in the 460 in3 V8. When I changed the plugs
    at 30,000+ miles, it was obvious that the back two plugs had never been >changed as the electrodes were totally burnt off.

    Did that improve it's performance or did they turn out to be
    superfluous?
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to Mark Jackson on Tue Nov 15 18:03:34 2022
    XPost: rec.arts.sf.written

    Mark Jackson <[email protected]> schrieb:
    On 11/12/2022 2:35 PM, Ninapenda Jibini wrote:
    [email protected] (Dave Van Domelen) wrote in

    Dave Van Domelen, really tired of the attitude people have
    that if a
    problem is fixed, then it was never a problem in the first
    place.

    Cheese Eating Surrender Monkey, really tired of idiots who assume
    that because professionals did their job once, they can't possibly do
    so again.

    It's not a big deal if those professionals keep doing their jobs, and
    - this is the part you're apparently too stupid to understand -
    *doing* *their* *jobs* *isn't* *a* *big* *deal* *either*.

    It's *routine.*

    Not a regular reader of the Risks digest, then.

    There hasn't been an issue of RISKS for quite some time.
    (I'm a reader, and very occasionally a contributor).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to Alan on Tue Nov 15 09:16:46 2022
    XPost: rec.arts.sf.written

    On Mon, 14 Nov 2022 15:09:09 -0800, Alan <[email protected]> wrote:

    On 2022-11-14 15:04, Lynn McGuire wrote:
    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022 16:50:19
    +1300 typed in rec.arts.sf.written� the following:

    Things these days simply aren't made to last, and in many cases
    they're difficult or impossible to even fix.� :-(

    ����� Things are designed with (at best) ease of assembly /
    ����� installation
    in mind.� Remember the Manza 2+2 which had access to one of the
    spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off the motor
    mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air cleaner to
    get to the back two plugs in the 460 in3 V8.� When I changed the plugs
    at 30,000+ miles, it was obvious that the back two plugs had never been
    changed as the electrodes were totally burnt off.

    A buddy of mine was working on Ford pickup for his son to replace some
    broken exhaust manifold studs...

    (A KNOWN problem with this particular truck)

    ...because the official Ford repair procedure involved...

    ...REMOVING THE ENTIRE CAB!

    Well, if it's under warranty so Ford is paying for it, that /might/ be
    OK.

    If not, then a known problem combined with a perhaps overly-elaborate
    repair procedure doesn't speak well for Ford.

    But then, my dad, not a Ford fan, gave two "explanations" for the
    name:
    Found On Road Dead
    Fix Or Replace Daily
    and who can say he was wrong?
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Thomas Koenig on Tue Nov 15 18:09:06 2022
    XPost: rec.arts.sf.written

    Thomas Koenig <[email protected]> writes:
    Mark Jackson <[email protected]> schrieb:
    On 11/12/2022 2:35 PM, Ninapenda Jibini wrote:
    [email protected] (Dave Van Domelen) wrote in

    Dave Van Domelen, really tired of the attitude people have
    that if a
    problem is fixed, then it was never a problem in the first
    place.

    Cheese Eating Surrender Monkey, really tired of idiots who assume
    that because professionals did their job once, they can't possibly do
    so again.

    It's not a big deal if those professionals keep doing their jobs, and
    - this is the part you're apparently too stupid to understand -
    *doing* *their* *jobs* *isn't* *a* *big* *deal* *either*.

    It's *routine.*

    Not a regular reader of the Risks digest, then.

    There hasn't been an issue of RISKS for quite some time.
    (I'm a reader, and very occasionally a contributor).

    There is one every week. The latest is 33.52, published
    November 13, 2022. 33.51 was published November 9,2022.

    See comp.risks.

    RISKS-LIST: Risks-Forum Digest Sunday 13 November 2022 Volume 33 : Issue 52

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to Paul S Person on Tue Nov 15 14:00:18 2022
    XPost: rec.arts.sf.written

    On 11/15/2022 11:14 AM, Paul S Person wrote:
    On Mon, 14 Nov 2022 17:04:52 -0600, Lynn McGuire
    <[email protected]> wrote:

    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022 16:50:19
    +1300 typed in rec.arts.sf.written the following:

    Things these days simply aren't made to last, and in many cases
    they're difficult or impossible to even fix. :-(

    Things are designed with (at best) ease of assembly /
    installation
    in mind. Remember the Manza 2+2 which had access to one of the
    spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off the motor
    mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air cleaner to
    get to the back two plugs in the 460 in3 V8. When I changed the plugs
    at 30,000+ miles, it was obvious that the back two plugs had never been
    changed as the electrodes were totally burnt off.

    Did that improve it's performance or did they turn out to be
    superfluous?

    Gas mileage changed from 5 mpg to 6 mpg.

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Paul S Person on Tue Nov 15 11:40:46 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Mon, 14 Nov 2022 15:09:09 -0800, Alan <[email protected]>
    wrote:

    On 2022-11-14 15:04, Lynn McGuire wrote:
    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha
    wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022
    16:50:19 +1300 typed in rec.arts.sf.written� the following:

    Things these days simply aren't made to last, and in many
    cases they're difficult or impossible to even fix.� :-(

    ����� Things are designed with (at best) ease of assembly /
    ����� installation
    in mind.� Remember the Manza 2+2 which had access to one of
    the spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off
    the motor mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air
    cleaner to get to the back two plugs in the 460 in3 V8.� When
    I changed the plugs at 30,000+ miles, it was obvious that the
    back two plugs had never been changed as the electrodes were
    totally burnt off.

    A buddy of mine was working on Ford pickup for his son to
    replace some broken exhaust manifold studs...

    (A KNOWN problem with this particular truck)

    ...because the official Ford repair procedure involved...

    ...REMOVING THE ENTIRE CAB!

    Well, if it's under warranty so Ford is paying for it, that
    /might/ be OK.

    If not, then a known problem combined with a perhaps
    overly-elaborate repair procedure doesn't speak well for Ford.

    But then, my dad, not a Ford fan, gave two "explanations" for
    the name:
    Found On Road Dead
    Fix Or Replace Daily
    and who can say he was wrong?

    The other old saw is, of course, First On Race Day, which has about
    as much basis in history (which is to say, a tiny bit, but not
    much.)

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ted Nolan @21:1/5 to [email protected] on Tue Nov 15 20:20:29 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Jibini Kula Tumbili Kujisalimisha <[email protected]> wrote:
    Paul S Person <[email protected]d> wrote in >news:[email protected]:

    On Mon, 14 Nov 2022 15:09:09 -0800, Alan <[email protected]>
    wrote:

    On 2022-11-14 15:04, Lynn McGuire wrote:
    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha
    wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022
    16:50:19 +1300 typed in rec.arts.sf.written� the following:

    Things these days simply aren't made to last, and in many
    cases they're difficult or impossible to even fix.� :-(

    ����� Things are designed with (at best) ease of assembly /
    ����� installation
    in mind.� Remember the Manza 2+2 which had access to one of
    the spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off
    the motor mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air
    cleaner to get to the back two plugs in the 460 in3 V8.� When
    I changed the plugs at 30,000+ miles, it was obvious that the
    back two plugs had never been changed as the electrodes were
    totally burnt off.

    A buddy of mine was working on Ford pickup for his son to
    replace some broken exhaust manifold studs...

    (A KNOWN problem with this particular truck)

    ...because the official Ford repair procedure involved...

    ...REMOVING THE ENTIRE CAB!

    Well, if it's under warranty so Ford is paying for it, that
    /might/ be OK.

    If not, then a known problem combined with a perhaps
    overly-elaborate repair procedure doesn't speak well for Ford.

    But then, my dad, not a Ford fan, gave two "explanations" for
    the name:
    Found On Road Dead
    Fix Or Replace Daily
    and who can say he was wrong?

    The other old saw is, of course, First On Race Day, which has about
    as much basis in history (which is to say, a tiny bit, but not
    much.)


    I found an entire Ford Joke Book at my aunt's house once. Probably
    from the 1920s:

    Did you know Ford is mentioned in the Bible?

    Really?

    Well, what other car could Ascend to Heaven on 'High'?

    Did you know all Fords must now be painted red?

    No, why?

    Because the law says any tin-can filled with gasoline must
    be painted red!


    --
    columbiaclosings.com
    What's not in Columbia anymore..

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Ninapenda Jibini on Tue Nov 15 15:31:24 2022
    XPost: rec.arts.sf.written

    On 11/12/22 5:09 PM, Ninapenda Jibini wrote:
    John W Kennedy <[email protected]> wrote in news:[email protected]:

    On 11/12/22 11:32 AM, Ninapenda Jibini wrote:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do
    you actually believe will still be functional in another 16
    years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/


    Do not misunderstand. The Y2K problem was very real, and started
    causing serious damage at least as early as August 16, 1972
    (9999 days before Y2K), when tapes on IBM mainframes that were
    supposed to be marked “retain forever” started to be marked
    "ready for recycling” instead.

    Serious, perhaps, but not especially wide spread.

    Really? Tell me, are you saying that IBM mainframes were uncommon in
    1972, or that few of them used 2400-foot tapes?

    (It was also about that time that our operating system—to be
    fair to IBM, it was a beta—started crashing every day at
    exactly 7:00PM EST. It turned out to be caused by a zero divide
    in the rollover-GMT code—7:00PM EST is midnight, GMT. And why
    the zero divide? Ultimately, because one IBM coder was aware
    that, in the Gregorian Calendar, AD 1900 had skipped leap year,
    while another coder was blissfully unaware of it.)

    And did hellfire rain down from the heavens, with cats and dogs
    living together, heralding the end of human civilization? No.
    Nobody kicked your dog, either. Professionals fixed it, and life
    went on.

    And we know 2038 is coming. Decades in advance.


    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to [email protected] on Tue Nov 15 20:35:59 2022
    XPost: rec.arts.sf.written

    [email protected] (Ted Nolan <tednolan>) writes:
    In article <[email protected]>,
    Jibini Kula Tumbili Kujisalimisha <[email protected]> wrote:
    Paul S Person <[email protected]d> wrote in >>news:[email protected]:

    Well, if it's under warranty so Ford is paying for it, that
    /might/ be OK.

    If not, then a known problem combined with a perhaps
    overly-elaborate repair procedure doesn't speak well for Ford.

    But then, my dad, not a Ford fan, gave two "explanations" for
    the name:
    Found On Road Dead
    Fix Or Replace Daily
    and who can say he was wrong?

    The other old saw is, of course, First On Race Day, which has about
    as much basis in history (which is to say, a tiny bit, but not
    much.)


    I found an entire Ford Joke Book at my aunt's house once. Probably
    from the 1920s:

    Did you know Ford is mentioned in the Bible?

    Really?

    Well, what other car could Ascend to Heaven on 'High'?

    Did you know all Fords must now be painted red?

    No, why?

    Because the law says any tin-can filled with gasoline must
    be painted red!

    Yet, the Model T, Model A and pony cars are quite highly sought after,
    even today.

    My Ranger was rock solid until a dereecho dropped a tree on it (18 years
    after purchase).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to John W Kennedy on Tue Nov 15 12:45:17 2022
    XPost: rec.arts.sf.written

    John W Kennedy <[email protected]> wrote in news:[email protected]:

    On 11/12/22 5:09 PM, Ninapenda Jibini wrote:
    John W Kennedy <[email protected]> wrote in
    news:[email protected]:

    On 11/12/22 11:32 AM, Ninapenda Jibini wrote:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do
    you actually believe will still be functional in another 16
    years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/


    Do not misunderstand. The Y2K problem was very real, and
    started causing serious damage at least as early as August 16,
    1972 (9999 days before Y2K), when tapes on IBM mainframes that
    were supposed to be marked “retain forever” started to be
    marked "ready for recycling” instead.

    Serious, perhaps, but not especially wide spread.

    Really? Tell me, are you saying that IBM mainframes were
    uncommon in 1972, or that few of them used 2400-foot tapes?

    By comparison to today, yes, they were uncommon. And they were all
    being handled by people who knew what they were doing. And few
    businesses relied on them to the degree that most businesses do
    today, so that if they're without it for a short time, it's not a
    catastrophe.

    Can you point me to a single news story about how catastrophic a
    problem it was? No? Why do you suppose that is?

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Jibini Kula Tumbili Kujisalimisha on Tue Nov 15 12:50:29 2022
    XPost: rec.arts.sf.written

    On 2022-11-15 11:45, Jibini Kula Tumbili Kujisalimisha wrote:
    John W Kennedy <[email protected]> wrote in news:[email protected]:

    On 11/12/22 5:09 PM, Ninapenda Jibini wrote:
    John W Kennedy <[email protected]> wrote in
    news:[email protected]:

    On 11/12/22 11:32 AM, Ninapenda Jibini wrote:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do
    you actually believe will still be functional in another 16
    years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/


    Do not misunderstand. The Y2K problem was very real, and
    started causing serious damage at least as early as August 16,
    1972 (9999 days before Y2K), when tapes on IBM mainframes that
    were supposed to be marked “retain forever” started to be
    marked "ready for recycling” instead.

    Serious, perhaps, but not especially wide spread.

    Really? Tell me, are you saying that IBM mainframes were
    uncommon in 1972, or that few of them used 2400-foot tapes?

    By comparison to today, yes, they were uncommon.

    If by allowing personal computers into the comparison...

    And they were all
    being handled by people who knew what they were doing.

    LOL!

    And few
    businesses relied on them to the degree that most businesses do
    today, so that if they're without it for a short time, it's not a catastrophe.

    LOL!


    Can you point me to a single news story about how catastrophic a
    problem it was? No? Why do you suppose that is?

    Because people reacted with appropriate seriousness to the problem.

    Just like how at least some of the people in charge reacted with
    appropriate serious to COVID-19 when you were dismissing it as nothing
    more than a bad flu season.

    You remember that, right?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Wed Nov 16 00:09:08 2022
    XPost: rec.arts.sf.written

    In article <tkmbd3$uc0u$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this.

    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    (Hal Heydt)
    The *nix world is well into the shift to 64-bit date variables.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to Dorothy J Heydt on Tue Nov 15 21:43:24 2022
    XPost: rec.arts.sf.written

    On 11/15/2022 6:09 PM, Dorothy J Heydt wrote:
    In article <tkmbd3$uc0u$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this. >>
    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    (Hal Heydt)
    The *nix world is well into the shift to 64-bit date variables.

    Yup. But has the client software been upgraded ?

    Thanks,
    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Lynn McGuire on Wed Nov 16 15:16:38 2022
    XPost: rec.arts.sf.written

    Lynn McGuire <[email protected]> writes:
    On 11/15/2022 6:09 PM, Dorothy J Heydt wrote:
    In article <tkmbd3$uc0u$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this. >>>
    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    (Hal Heydt)
    The *nix world is well into the shift to 64-bit date variables.

    Yup. But has the client software been upgraded ?

    For the most part, yes.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to Lynn McGuire on Wed Nov 16 16:27:40 2022
    XPost: rec.arts.sf.written

    Lynn McGuire <[email protected]> schrieb:
    On 11/15/2022 6:09 PM, Dorothy J Heydt wrote:
    In article <tkmbd3$uc0u$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this. >>>
    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    (Hal Heydt)
    The *nix world is well into the shift to 64-bit date variables.

    Yup. But has the client software been upgraded ?

    Recompile and you're done, unless your code made some seriously
    bad assumptions about pointers. With the 64-bit Unices which are
    used today, sizeof(long) == sizeof(void *) still holds, same as
    in the day of the VAX.

    Apparently, some people thought that sizeof(int) == sizeof(void *)
    would be guaranteed for all times in the future. That turned out
    not to be the case.

    And as for big-endian vs. little-endian - that has been won by
    little-endian.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Wed Nov 16 08:45:07 2022
    XPost: rec.arts.sf.written

    On Tue, 15 Nov 2022 14:00:18 -0600, Lynn McGuire
    <[email protected]> wrote:

    On 11/15/2022 11:14 AM, Paul S Person wrote:
    On Mon, 14 Nov 2022 17:04:52 -0600, Lynn McGuire
    <[email protected]> wrote:

    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022 16:50:19
    +1300 typed in rec.arts.sf.written the following:

    Things these days simply aren't made to last, and in many cases
    they're difficult or impossible to even fix. :-(

    Things are designed with (at best) ease of assembly /
    installation
    in mind. Remember the Manza 2+2 which had access to one of the
    spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off the motor
    mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air cleaner to
    get to the back two plugs in the 460 in3 V8. When I changed the plugs
    at 30,000+ miles, it was obvious that the back two plugs had never been
    changed as the electrodes were totally burnt off.

    Did that improve it's performance or did they turn out to be
    superfluous?

    Gas mileage changed from 5 mpg to 6 mpg.

    A 20% improvement!

    But rather low by today's standards, surely?

    (I haven't owned a vehicle since 1982 -- and that was in Germany.)
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Wed Nov 16 08:43:39 2022
    XPost: rec.arts.sf.written

    On Tue, 15 Nov 2022 11:40:46 -0700, Jibini Kula Tumbili Kujisalimisha <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in >news:[email protected]:

    On Mon, 14 Nov 2022 15:09:09 -0800, Alan <[email protected]>
    wrote:

    On 2022-11-14 15:04, Lynn McGuire wrote:
    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha
    wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022
    16:50:19 +1300 typed in rec.arts.sf.written� the following:

    Things these days simply aren't made to last, and in many
    cases they're difficult or impossible to even fix.� :-(

    ����� Things are designed with (at best) ease of assembly /
    ����� installation
    in mind.� Remember the Manza 2+2 which had access to one of
    the spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off
    the motor mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air
    cleaner to get to the back two plugs in the 460 in3 V8.� When
    I changed the plugs at 30,000+ miles, it was obvious that the
    back two plugs had never been changed as the electrodes were
    totally burnt off.

    A buddy of mine was working on Ford pickup for his son to
    replace some broken exhaust manifold studs...

    (A KNOWN problem with this particular truck)

    ...because the official Ford repair procedure involved...

    ...REMOVING THE ENTIRE CAB!

    Well, if it's under warranty so Ford is paying for it, that
    /might/ be OK.

    If not, then a known problem combined with a perhaps
    overly-elaborate repair procedure doesn't speak well for Ford.

    But then, my dad, not a Ford fan, gave two "explanations" for
    the name:
    Found On Road Dead
    Fix Or Replace Daily
    and who can say he was wrong?

    The other old saw is, of course, First On Race Day, which has about
    as much basis in history (which is to say, a tiny bit, but not
    much.)

    I don't recall every hearing that one.

    Perhaps, not being a Fan of Ford, my dad ... ignored it.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Paul S Person on Wed Nov 16 11:02:50 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Tue, 15 Nov 2022 11:40:46 -0700, Jibini Kula Tumbili
    Kujisalimisha <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in >>news:[email protected]:

    On Mon, 14 Nov 2022 15:09:09 -0800, Alan <[email protected]>
    wrote:

    On 2022-11-14 15:04, Lynn McGuire wrote:
    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha
    wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022
    16:50:19 +1300 typed in rec.arts.sf.written� the
    following:

    Things these days simply aren't made to last, and in many
    cases they're difficult or impossible to even fix.� :-(

    ����� Things are designed with (at best) ease of assembly
    / ����� installation
    in mind.� Remember the Manza 2+2 which had access to one
    of the spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off
    the motor mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air
    cleaner to get to the back two plugs in the 460 in3 V8.�
    When I changed the plugs at 30,000+ miles, it was obvious
    that the back two plugs had never been changed as the
    electrodes were totally burnt off.

    A buddy of mine was working on Ford pickup for his son to
    replace some broken exhaust manifold studs...

    (A KNOWN problem with this particular truck)

    ...because the official Ford repair procedure involved...

    ...REMOVING THE ENTIRE CAB!

    Well, if it's under warranty so Ford is paying for it, that
    /might/ be OK.

    If not, then a known problem combined with a perhaps
    overly-elaborate repair procedure doesn't speak well for Ford.

    But then, my dad, not a Ford fan, gave two "explanations" for
    the name:
    Found On Road Dead
    Fix Or Replace Daily
    and who can say he was wrong?

    The other old saw is, of course, First On Race Day, which has
    about as much basis in history (which is to say, a tiny bit, but
    not much.)

    I don't recall every hearing that one.

    Perhaps, not being a Fan of Ford, my dad ... ignored it.

    Quite likely. All of the above were common enough among the
    gearheads I hung out with in high school. (The most popular
    vehicle, however was the GTO.)

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Paul S Person on Wed Nov 16 11:06:40 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Tue, 15 Nov 2022 14:00:18 -0600, Lynn McGuire
    <[email protected]> wrote:

    On 11/15/2022 11:14 AM, Paul S Person wrote:
    On Mon, 14 Nov 2022 17:04:52 -0600, Lynn McGuire
    <[email protected]> wrote:

    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha
    wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022
    16:50:19 +1300 typed in rec.arts.sf.written the following:

    Things these days simply aren't made to last, and in many
    cases they're difficult or impossible to even fix. :-(

    Things are designed with (at best) ease of assembly
    / installation
    in mind. Remember the Manza 2+2 which had access to one of
    the spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off
    the motor mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air
    cleaner to get to the back two plugs in the 460 in3 V8. When
    I changed the plugs at 30,000+ miles, it was obvious that the
    back two plugs had never been changed as the electrodes were
    totally burnt off.

    Did that improve it's performance or did they turn out to be
    superfluous?

    Gas mileage changed from 5 mpg to 6 mpg.

    A 20% improvement!

    But rather low by today's standards, surely?

    A bit.

    Friend of mine had a Dodge Super Bee (of the 68-71 year models, not
    the modern revival) with whatever the biggest motor they put in it.
    He said he could watch the gas gauge visibly drop when he floored
    it. (And not because the sensor was in the front of the tank.)

    But hey, it's still better mileage than a 747 gets!

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Jibini Kula Tumbili Kujisalimisha on Wed Nov 16 12:06:54 2022
    XPost: rec.arts.sf.written

    On 2022-11-16 10:06, Jibini Kula Tumbili Kujisalimisha wrote:
    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Tue, 15 Nov 2022 14:00:18 -0600, Lynn McGuire
    <[email protected]> wrote:

    On 11/15/2022 11:14 AM, Paul S Person wrote:
    On Mon, 14 Nov 2022 17:04:52 -0600, Lynn McGuire
    <[email protected]> wrote:

    On 11/14/2022 10:02 AM, Jibini Kula Tumbili Kujisalimisha
    wrote:
    pyotr filipivich <[email protected]> wrote in
    news:[email protected]:

    Your Name <[email protected]> on Mon, 14 Nov 2022
    16:50:19 +1300 typed in rec.arts.sf.written the following:

    Things these days simply aren't made to last, and in many
    cases they're difficult or impossible to even fix. :-(

    Things are designed with (at best) ease of assembly
    / installation
    in mind. Remember the Manza 2+2 which had access to one of
    the spark plugs blocked by an engine mount?

    Wasn't there a Cadillac that required lifting the block off
    the motor mounts to access the spark plugs?

    My Dad's 1977 Ford F-350 required laying on top of the air
    cleaner to get to the back two plugs in the 460 in3 V8. When
    I changed the plugs at 30,000+ miles, it was obvious that the
    back two plugs had never been changed as the electrodes were
    totally burnt off.

    Did that improve it's performance or did they turn out to be
    superfluous?

    Gas mileage changed from 5 mpg to 6 mpg.

    A 20% improvement!

    But rather low by today's standards, surely?

    A bit.

    Friend of mine had a Dodge Super Bee (of the 68-71 year models, not
    the modern revival) with whatever the biggest motor they put in it.
    He said he could watch the gas gauge visibly drop when he floored
    it. (And not because the sensor was in the front of the tank.)

    He might have said...

    ...or more likely you're making it up...

    ...either way, it's bullshit.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Alan on Wed Nov 16 20:16:37 2022
    XPost: rec.arts.sf.written

    Alan <[email protected]> writes:
    On 2022-11-16 10:06, Jibini Kula Tumbili Kujisalimisha wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:


    Friend of mine had a Dodge Super Bee (of the 68-71 year models, not
    the modern revival) with whatever the biggest motor they put in it.
    He said he could watch the gas gauge visibly drop when he floored
    it. (And not because the sensor was in the front of the tank.)

    He might have said...

    ...or more likely you're making it up...

    ...either way, it's bullshit.

    It is more likely the gas sloshing to the back of the
    tank under acceleration causing the needle to move.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Scott Lurndal on Wed Nov 16 13:31:34 2022
    XPost: rec.arts.sf.written

    On 2022-11-16 12:16, Scott Lurndal wrote:
    Alan <[email protected]> writes:
    On 2022-11-16 10:06, Jibini Kula Tumbili Kujisalimisha wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:


    Friend of mine had a Dodge Super Bee (of the 68-71 year models, not
    the modern revival) with whatever the biggest motor they put in it.
    He said he could watch the gas gauge visibly drop when he floored
    it. (And not because the sensor was in the front of the tank.)

    He might have said...

    ...or more likely you're making it up...

    ...either way, it's bullshit.

    It is more likely the gas sloshing to the back of the
    tank under acceleration causing the needle to move.

    Essentially certain.

    Assuming an absolute worst case scenario:

    Instantaneous fuel consumption of 1 mpg.

    At 1 mph = 1 gallon per hour usage.

    A 1 gallon tank

    Means a needle the moves from full to empty...

    in ONE HOUR!

    If the needle is the typical quarter of a circle sweep (90 degrees),
    then that means it moves 1.5 degrees per minute. The minute hand on a
    clock moves at 6 degrees per minute.

    Does anyone want to claim they can see the minute hand on a clock
    "visibly move"?

    :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Scott Lurndal on Wed Nov 16 13:40:41 2022
    XPost: rec.arts.sf.written

    [email protected] (Scott Lurndal) wrote in news:FybdL.139383$[email protected]:

    Alan <[email protected]> writes:
    On 2022-11-16 10:06, Jibini Kula Tumbili Kujisalimisha wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:


    Friend of mine had a Dodge Super Bee (of the 68-71 year
    models, not the modern revival) with whatever the biggest
    motor they put in it. He said he could watch the gas gauge
    visibly drop when he floored it. (And not because the sensor
    was in the front of the tank.)

    He might have said...

    ...or more likely you're making it up...

    ...either way, it's bullshit.

    It is more likely the gas sloshing to the back of the
    tank under acceleration causing the needle to move.

    That does happen, but this was more than that.

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan@21:1/5 to Jibini Kula Tumbili Kujisalimisha on Wed Nov 16 14:36:59 2022
    XPost: rec.arts.sf.written

    On 2022-11-16 12:40, Jibini Kula Tumbili Kujisalimisha wrote:
    [email protected] (Scott Lurndal) wrote in news:FybdL.139383$[email protected]:

    Alan <[email protected]> writes:
    On 2022-11-16 10:06, Jibini Kula Tumbili Kujisalimisha wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:


    Friend of mine had a Dodge Super Bee (of the 68-71 year
    models, not the modern revival) with whatever the biggest
    motor they put in it. He said he could watch the gas gauge
    visibly drop when he floored it. (And not because the sensor
    was in the front of the tank.)

    He might have said...

    ...or more likely you're making it up...

    ...either way, it's bullshit.

    It is more likely the gas sloshing to the back of the
    tank under acceleration causing the needle to move.

    That does happen, but this was more than that.

    No... ...it really, really wasn't.

    DO THE MATH.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Buckley@21:1/5 to Thomas Koenig on Thu Nov 17 04:24:05 2022
    XPost: rec.arts.sf.written

    On 2022-11-16, Thomas Koenig <[email protected]> wrote:
    Lynn McGuire <[email protected]> schrieb:
    On 11/15/2022 6:09 PM, Dorothy J Heydt wrote:
    In article <tkmbd3$uc0u$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this. >>>>
    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    (Hal Heydt)
    The *nix world is well into the shift to 64-bit date variables.

    Yup. But has the client software been upgraded ?

    Recompile and you're done, unless your code made some seriously
    bad assumptions about pointers. With the 64-bit Unices which are
    used today, sizeof(long) == sizeof(void *) still holds, same as
    in the day of the VAX.

    Apparently, some people thought that sizeof(int) == sizeof(void *)
    would be guaranteed for all times in the future. That turned out
    not to be the case.

    And as for big-endian vs. little-endian - that has been won by
    little-endian.

    There are other possible gotchas as well; it's not that simple. Bit
    masks and encoding/decoding routines could have problems. The big
    problem, though, is that the language standards may have changed.
    Include file names and standard constant names change. The old client
    software may very well not recompile easily on a modern 32-bit
    setup, even if the change to 64-bits wouldn't cause additional problems.
    I've shepherded my major C program through many such changes over the past
    40 years!

    Minor niggle: The start of the day of the VAX predates the definition
    of (void *) by quite a few years (5+?)

    Chris

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to Slcott Lurndal on Thu Nov 17 16:32:09 2022
    XPost: rec.arts.sf.written

    In article <l9PbL.74464$[email protected]>,
    Slcott Lurndal <[email protected]> wrote:
    Jibini Kula Tumbili Kujisalimisha <[email protected]> writes:
    Lynn McGuire <[email protected]> wrote in >>news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was, because
    the people who run such systems aren't idiots.

    We (Burroughs) started preparing for 2000 in 1987. None of our customers >were affected by the rollover (and most customer software on those mainframes >used two-digit year fields in 1987).

    And, on the vast majority of unix/linux servers/desktops currently running,

    sizeof(time_t)=8 (64 bits)

    Which pushes the "2038" date out to December 4th, in the year 292,277,026,596.

    For the most part, a nothingburger. However, there are likely lots of
    small embedded 32-bit processors in devices like routers which may exhibit >issues, if they're still running 16 years from now.

    (Hal Heydt)
    And just because the hardware uses 32-bit words doesn't prevent it
    from having 64-bit numeric variables.

    All the programmers I knew in the 1970s were well aware of the
    Y2K issue then. One shop I was in in the mid-70s had a program
    to print 30 year amortization tables. Even then it was written
    to handle post-2000 end dates.

    For a long time, businesses usually replaced application systems
    about every 5 to 7 years. As a result, most IT people assumed
    that sometime from the late 1980s to early 1990s, the
    replacement cycle would shift everything to date routines that
    handled the century rollover. Then companies quit *replacing*
    systems and it became apparent (years before panic set in among
    the MBAs) that Something Needed to be Done. The bean counters
    weren't willing to spend the money to fix things until the panic
    struck in the late 1990s. At that point, it cost a lot more, of
    course.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Alan on Thu Nov 17 15:37:14 2022
    XPost: rec.arts.sf.written

    On 11/16/22 4:31 PM, Alan wrote:
    On 2022-11-16 12:16, Scott Lurndal wrote:
    Alan <[email protected]> writes:
    On 2022-11-16 10:06, Jibini Kula Tumbili Kujisalimisha wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:


    Friend of mine had a Dodge Super Bee (of the 68-71 year models, not
    the modern revival) with whatever the biggest motor they put in it.
    He said he could watch the gas gauge visibly drop when he floored
    it. (And not because the sensor was in the front of the tank.)

    He might have said...

    ...or more likely you're making it up...

    ...either way, it's bullshit.

    It is more likely the gas sloshing to the back of the
    tank under acceleration causing the needle to move.

    Essentially certain.

    Assuming an absolute worst case scenario:

    Instantaneous fuel consumption of 1 mpg.

    At 1 mph = 1 gallon per hour usage.

    A 1 gallon tank

    Means a needle the moves from full to empty...

    in ONE HOUR!

    If the needle is the typical quarter of a circle sweep (90 degrees),
    then that means it moves 1.5 degrees per minute. The minute hand on a
    clock moves at 6 degrees per minute.

    Does anyone want to claim they can see the minute hand on a clock
    "visibly move"?

    I can, on an antique grandfather clock.

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to John W Kennedy on Thu Nov 17 20:53:02 2022
    XPost: rec.arts.sf.written

    John W Kennedy <[email protected]> writes:
    On 11/16/22 4:31 PM, Alan wrote:
    On 2022-11-16 12:16, Scott Lurndal wrote:
    Alan <[email protected]> writes:
    On 2022-11-16 10:06, Jibini Kula Tumbili Kujisalimisha wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:


    Friend of mine had a Dodge Super Bee (of the 68-71 year models, not
    the modern revival) with whatever the biggest motor they put in it.
    He said he could watch the gas gauge visibly drop when he floored
    it. (And not because the sensor was in the front of the tank.)

    He might have said...

    ...or more likely you're making it up...

    ...either way, it's bullshit.

    It is more likely the gas sloshing to the back of the
    tank under acceleration causing the needle to move.

    Essentially certain.

    Assuming an absolute worst case scenario:

    Instantaneous fuel consumption of 1 mpg.

    At 1 mph = 1 gallon per hour usage.

    A 1 gallon tank

    Means a needle the moves from full to empty...

    in ONE HOUR!

    If the needle is the typical quarter of a circle sweep (90 degrees),
    then that means it moves 1.5 degrees per minute. The minute hand on a
    clock moves at 6 degrees per minute.

    Does anyone want to claim they can see the minute hand on a clock
    "visibly move"?

    I can, on an antique grandfather clock.

    On pretty much any mechanical clock, even electric clocks.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Thu Nov 17 21:22:42 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in >news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is? (As for longevity, if I go
    out to buy a new refrigerator now, I sure as heck expect it to
    still be functioning in 2038. Same for other major appliances.)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to Dorothy J Heydt on Thu Nov 17 21:25:39 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Dorothy J Heydt <[email protected]> wrote:
    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in >>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is? (As for longevity, if I go
    out to buy a new refrigerator now, I sure as heck expect it to
    still be functioning in 2038. Same for other major appliances.)

    (Hal Heydt)
    I should have added... *I* may not still be operational in 2038.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Thu Nov 17 21:27:02 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    On Fri, 11 Nov 2022 14:30:25 -0600, Lynn McGuire
    <[email protected]> wrote:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this.

    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    So, two questions occur:

    1. This appears to be a Unix problem. Apart of Unix and Linux and
    friends, will anyone /else/ be affected?

    2. Why go to 33 bits? If the problem is that 32 is too few, why not
    just jump to 64 and save the future some problems? Is doing things in
    the clearly least optimal way (you are going to end up with 40 bits
    anyway, since they come in 8-bit groups called "bytes") a Unix/Linux >tradition? Do Real Programmers always to things the Most Difficult Way >Possible?

    (Hal Heydt)
    A Real Programmer can write a FORTRAN program in *any* language.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Dorothy J Heydt on Thu Nov 17 21:41:48 2022
    XPost: rec.arts.sf.written

    [email protected] (Dorothy J Heydt) writes:
    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in >>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is?

    SOHO Routers, for instance, may use the current time for log timestamps
    and for time-based web-site blocking.

    I wish smoke detectors knew the time, so the damned low-battery beeps
    would never occur at 0130 :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Scott Lurndal on Thu Nov 17 14:09:45 2022
    XPost: rec.arts.sf.written

    [email protected] (Scott Lurndal) wrote in
    news:wUxdL.10$[email protected]:

    [email protected] (Dorothy J Heydt) writes:
    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in >>>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are
    likely lots of small embedded 32-bit processors in devices
    like routers which may exhibit issues, if they're still
    running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do
    you actually believe will still be functional in another 16
    years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is?

    SOHO Routers, for instance, may use the current time for log
    timestamps and for time-based web-site blocking.

    Anything that keeps logs of any kind should care about the date.
    Whether or not an appliance of that sort needs to keep logs that no
    one will *ever* look at is another question.

    I wish smoke detectors knew the time, so the damned low-battery
    beeps would never occur at 0130 :-)

    That would probably violate some regulation about why it beeps in
    the first place. (But then, so does removing the batter to make the
    damn thing stop so you can sleep, technically.)

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Scott Lurndal on Thu Nov 17 22:09:44 2022
    XPost: rec.arts.sf.written

    On 11/17/22 4:41 PM, Scott Lurndal wrote:
    [email protected] (Dorothy J Heydt) writes:
    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is?

    SOHO Routers, for instance, may use the current time for log timestamps
    and for time-based web-site blocking.

    I wish smoke detectors knew the time, so the damned low-battery beeps
    would never occur at 0130 :-)


    One might note, however, that IBM’s DB2 (SQL database) “timestamps” the main log with the number of bytes thus far written in the log.

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to Dorothy J Heydt on Fri Nov 18 11:56:46 2022
    XPost: rec.arts.sf.written

    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    And just because the hardware uses 32-bit words doesn't prevent it
    from having 64-bit numeric variables.

    All the programmers I knew in the 1970s were well aware of the
    Y2K issue then. One shop I was in in the mid-70s had a program
    to print 30 year amortization tables. Even then it was written
    to handle post-2000 end dates.

    For a long time, businesses usually replaced application systems
    about every 5 to 7 years. As a result, most IT people assumed
    that sometime from the late 1980s to early 1990s, the
    replacement cycle would shift everything to date routines that
    handled the century rollover. Then companies quit *replacing*
    systems and it became apparent (years before panic set in among
    the MBAs) that Something Needed to be Done. The bean counters
    weren't willing to spend the money to fix things until the panic
    struck in the late 1990s. At that point, it cost a lot more, of
    course.

    I always thought that the Y2K problem was one reason to move away
    from legacy mainframe systems. If you have to redo the system
    anyway, you might as well move to a different system.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gary R. Schmidt@21:1/5 to Thomas Koenig on Sat Nov 19 02:11:23 2022
    XPost: rec.arts.sf.written

    On 18/11/2022 22:56, Thomas Koenig wrote:
    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    And just because the hardware uses 32-bit words doesn't prevent it
    from having 64-bit numeric variables.

    All the programmers I knew in the 1970s were well aware of the
    Y2K issue then. One shop I was in in the mid-70s had a program
    to print 30 year amortization tables. Even then it was written
    to handle post-2000 end dates.

    For a long time, businesses usually replaced application systems
    about every 5 to 7 years. As a result, most IT people assumed
    that sometime from the late 1980s to early 1990s, the
    replacement cycle would shift everything to date routines that
    handled the century rollover. Then companies quit *replacing*
    systems and it became apparent (years before panic set in among
    the MBAs) that Something Needed to be Done. The bean counters
    weren't willing to spend the money to fix things until the panic
    struck in the late 1990s. At that point, it cost a lot more, of
    course.

    I always thought that the Y2K problem was one reason to move away
    from legacy mainframe systems. If you have to redo the system
    anyway, you might as well move to a different system.

    Replacing a mainframe with anything else is not trivial.

    Which is why most large mainframe sites still use mainframes.

    Nothing moves data about whilst transforming it as fast as a
    mainframe[1], which is where most, "We can move you to <insert
    Relational Database and x64 box> in six months", attempts hit the wall.

    Banks really don't like the idea of waiting 36 hours for the end-of-day processing to complete.

    Lots of people what think they're really shmott guys come a cropper on this.

    Cheers,
    Gary B-)

    1 - No, massively parallel Linux boxes don't do the same job[2]. I was
    in storage at SGI, they're really good at applying the *same* transform
    to a lot of data, not things like, "Here's a set of payroll rules, apply
    them to the records on this DASD, and write the resulting records on
    that DASD over there".

    2 - Those big Linux systems are really, really good at recording and
    processing telephone calls looking for "interesting" content. For some
    reason the NSA buys them and installs them near large routing hubs in
    the USA, I can't think why...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Gary R. Schmidt on Fri Nov 18 15:19:54 2022
    XPost: rec.arts.sf.written

    "Gary R. Schmidt" <[email protected]> writes:
    On 18/11/2022 22:56, Thomas Koenig wrote:
    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    And just because the hardware uses 32-bit words doesn't prevent it
    from having 64-bit numeric variables.

    All the programmers I knew in the 1970s were well aware of the
    Y2K issue then. One shop I was in in the mid-70s had a program
    to print 30 year amortization tables. Even then it was written
    to handle post-2000 end dates.

    For a long time, businesses usually replaced application systems
    about every 5 to 7 years. As a result, most IT people assumed
    that sometime from the late 1980s to early 1990s, the
    replacement cycle would shift everything to date routines that
    handled the century rollover. Then companies quit *replacing*
    systems and it became apparent (years before panic set in among
    the MBAs) that Something Needed to be Done. The bean counters
    weren't willing to spend the money to fix things until the panic
    struck in the late 1990s. At that point, it cost a lot more, of
    course.

    I always thought that the Y2K problem was one reason to move away
    from legacy mainframe systems. If you have to redo the system
    anyway, you might as well move to a different system.

    Replacing a mainframe with anything else is not trivial.

    Which is why most large mainframe sites still use mainframes.

    Nothing moves data about whilst transforming it as fast as a
    mainframe[1], which is where most, "We can move you to <insert
    Relational Database and x64 box> in six months", attempts hit the wall.

    Back in 2010, the last of the Burroughs medium systems was retired
    by the City of Santa Ana. They replaced it (and it was 25 years
    old at the time) with 25 windows boxen.


    1 - No, massively parallel Linux boxes don't do the same job[2]. I was
    in storage at SGI, they're really good at applying the *same* transform
    to a lot of data, not things like, "Here's a set of payroll rules, apply
    them to the records on this DASD, and write the resulting records on
    that DASD over there".

    The Unisys OPUS MPP (SVr4+Chorus uKernel) boxes were mainly decision
    support, running OPS (aka RAC) and/or RedBrick data warehousing
    software.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to Heydt on Fri Nov 18 08:34:18 2022
    XPost: rec.arts.sf.written

    On Thu, 17 Nov 2022 21:22:42 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in >>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is? (As for longevity, if I go
    out to buy a new refrigerator now, I sure as heck expect it to
    still be functioning in 2038. Same for other major appliances.)

    Just make sure it is /not/ part of the "smart house/internet of
    things" nonsense.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to Heydt on Fri Nov 18 08:37:51 2022
    XPost: rec.arts.sf.written

    On Thu, 17 Nov 2022 16:32:09 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <l9PbL.74464$[email protected]>,
    Slcott Lurndal <[email protected]> wrote:
    Jibini Kula Tumbili Kujisalimisha <[email protected]> writes:
    Lynn McGuire <[email protected]> wrote in >>>news:tkmbd3$uc0u$[email protected]:

    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to
    investigate this.

    I'll start doing so as soon as the check clears.

    Or it could end up being as big a nothingburger as y2k was, because
    the people who run such systems aren't idiots.

    We (Burroughs) started preparing for 2000 in 1987. None of our customers >>were affected by the rollover (and most customer software on those mainframes
    used two-digit year fields in 1987).

    And, on the vast majority of unix/linux servers/desktops currently running, >>
    sizeof(time_t)=8 (64 bits)

    Which pushes the "2038" date out to December 4th, in the year 292,277,026,596.

    For the most part, a nothingburger. However, there are likely lots of >>small embedded 32-bit processors in devices like routers which may exhibit >>issues, if they're still running 16 years from now.

    (Hal Heydt)
    And just because the hardware uses 32-bit words doesn't prevent it
    from having 64-bit numeric variables.

    No, it doesn't. Or 128-bitters either.

    But there may be a cost (in cycles used) for using them. And, perhaps,
    also for having to remember to use special functions instead of
    operators.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Magewolf@21:1/5 to Dorothy J Heydt on Fri Nov 18 19:10:46 2022
    XPost: rec.arts.sf.written

    On Thu, 17 Nov 2022 21:22:42 +0000, Dorothy J Heydt wrote:

    In article <[email protected]>, Ninapenda
    Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in >>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely lots
    of small embedded 32-bit processors in devices like routers which may
    exhibit issues, if they're still running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll DIE!!!")
    in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is? (As for longevity, if I go out to
    buy a new refrigerator now, I sure as heck expect it to still be
    functioning in 2038. Same for other major appliances.)

    You might be disappointed. My mother's church has gone through three new refrigerators in two years. Meanwhile a refrigerator my father bought in
    the fifties to keep drinks cold for the tobacco croppers is still running(unless it has stopped in the last few days) under a shelter
    outback.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Titus G@21:1/5 to Magewolf on Sat Nov 19 15:52:19 2022
    XPost: rec.arts.sf.written

    On 19/11/22 08:10, Magewolf wrote:
    On Thu, 17 Nov 2022 21:22:42 +0000, Dorothy J Heydt wrote:

    In article <[email protected]>, Ninapenda
    Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely lots
    of small embedded 32-bit processors in devices like routers which may
    exhibit issues, if they're still running 16 years from now.

    You sound just like the doom criers ("Give me money or you'll DIE!!!")
    in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is? (As for longevity, if I go out to
    buy a new refrigerator now, I sure as heck expect it to still be
    functioning in 2038. Same for other major appliances.)

    You might be disappointed. My mother's church has gone through three new refrigerators in two years.

    The practice of chilling souls is a relatively recent phenomenon whose
    premise is based on the false assumption that a condemned soul does not
    begin to burn until it reaches the depths of hell. Perhaps unreasonable
    to criticise the refrigerator, perhaps not but my personal opinion is
    that smoke alarms in refrigerators should not be compulsory.

    Meanwhile a refrigerator my father bought in
    the fifties to keep drinks cold for the tobacco croppers is still running(unless it has stopped in the last few days) under a shelter
    outback.

    Drinks! Tobacco! A refrigerator obviously powered by the devil.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to Gary R. Schmidt on Sat Nov 19 16:06:37 2022
    XPost: rec.arts.sf.written

    Gary R. Schmidt <[email protected]> schrieb:
    On 18/11/2022 22:56, Thomas Koenig wrote:
    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    And just because the hardware uses 32-bit words doesn't prevent it
    from having 64-bit numeric variables.

    All the programmers I knew in the 1970s were well aware of the
    Y2K issue then. One shop I was in in the mid-70s had a program
    to print 30 year amortization tables. Even then it was written
    to handle post-2000 end dates.

    For a long time, businesses usually replaced application systems
    about every 5 to 7 years. As a result, most IT people assumed
    that sometime from the late 1980s to early 1990s, the
    replacement cycle would shift everything to date routines that
    handled the century rollover. Then companies quit *replacing*
    systems and it became apparent (years before panic set in among
    the MBAs) that Something Needed to be Done. The bean counters
    weren't willing to spend the money to fix things until the panic
    struck in the late 1990s. At that point, it cost a lot more, of
    course.

    I always thought that the Y2K problem was one reason to move away
    from legacy mainframe systems. If you have to redo the system
    anyway, you might as well move to a different system.

    Replacing a mainframe with anything else is not trivial.

    Which is why most large mainframe sites still use mainframes.

    Around the 2000 timeframe, a lot of mainframe sites became
    no-longer-mainframe sites.

    SAP R/3 had a lot to do with it, I believe. The company I worked
    for still had 3270 terminal emulators running on PCs in the late
    1990s. Before 2000, they were all gone when they replaced their
    home-grown accounting system with SAP R/3, which ran client-server.

    If that transformation saved any money, I'm not sure, the project
    was horrible. No, it wasn't horrible, it was _really_ horrible.
    Fortunately, I wasn't involved, I just heard a few tidbits from
    people who were in that project.

    Nothing moves data about whilst transforming it as fast as a
    mainframe[1], which is where most, "We can move you to <insert
    Relational Database and x64 box> in six months", attempts hit the wall.

    Those who can convert easily have already converted, I believe.

    Banks really don't like the idea of waiting 36 hours for the end-of-day processing to complete.

    Lots of people what think they're really shmott guys come a cropper on this.

    Cheers,
    Gary B-)

    1 - No, massively parallel Linux boxes don't do the same job[2].

    You've looked at what IBM mainframe run these days, right? zOS isn't
    the only game in town :-)

    And SAP HANA will run exclusively on Linux by 2027, zOS will no
    longer be supported. Nor will SAP continue to support Oracle or
    or DB2 as unerlying database.

    "Marketing by crowbar" comes to mind.

    I was
    in storage at SGI, they're really good at applying the *same* transform
    to a lot of data, not things like, "Here's a set of payroll rules, apply
    them to the records on this DASD, and write the resulting records on
    that DASD over there".

    2 - Those big Linux systems are really, really good at recording and processing telephone calls looking for "interesting" content. For some reason the NSA buys them and installs them near large routing hubs in
    the USA, I can't think why...

    The NSA has always been a big driver for computer development. Didn't
    Cray implement POPCNT due to their demanding it?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Sat Nov 19 08:57:46 2022
    XPost: rec.arts.sf.written

    On Sat, 19 Nov 2022 16:06:37 -0000 (UTC), Thomas Koenig
    <[email protected]> wrote:

    Gary R. Schmidt <[email protected]> schrieb:
    On 18/11/2022 22:56, Thomas Koenig wrote:
    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    And just because the hardware uses 32-bit words doesn't prevent it
    from having 64-bit numeric variables.

    All the programmers I knew in the 1970s were well aware of the
    Y2K issue then. One shop I was in in the mid-70s had a program
    to print 30 year amortization tables. Even then it was written
    to handle post-2000 end dates.

    For a long time, businesses usually replaced application systems
    about every 5 to 7 years. As a result, most IT people assumed
    that sometime from the late 1980s to early 1990s, the
    replacement cycle would shift everything to date routines that
    handled the century rollover. Then companies quit *replacing*
    systems and it became apparent (years before panic set in among
    the MBAs) that Something Needed to be Done. The bean counters
    weren't willing to spend the money to fix things until the panic
    struck in the late 1990s. At that point, it cost a lot more, of
    course.

    I always thought that the Y2K problem was one reason to move away
    from legacy mainframe systems. If you have to redo the system
    anyway, you might as well move to a different system.

    Replacing a mainframe with anything else is not trivial.

    Which is why most large mainframe sites still use mainframes.

    Around the 2000 timeframe, a lot of mainframe sites became >no-longer-mainframe sites.

    SAP R/3 had a lot to do with it, I believe. The company I worked
    for still had 3270 terminal emulators running on PCs in the late
    1990s. Before 2000, they were all gone when they replaced their
    home-grown accounting system with SAP R/3, which ran client-server.

    If that transformation saved any money, I'm not sure, the project
    was horrible. No, it wasn't horrible, it was _really_ horrible.
    Fortunately, I wasn't involved, I just heard a few tidbits from
    people who were in that project.

    Nothing moves data about whilst transforming it as fast as a
    mainframe[1], which is where most, "We can move you to <insert
    Relational Database and x64 box> in six months", attempts hit the wall.

    Those who can convert easily have already converted, I believe.

    Banks really don't like the idea of waiting 36 hours for the end-of-day
    processing to complete.

    Lots of people what think they're really shmott guys come a cropper on this. >>
    Cheers,
    Gary B-)

    1 - No, massively parallel Linux boxes don't do the same job[2].

    You've looked at what IBM mainframe run these days, right? zOS isn't
    the only game in town :-)

    And SAP HANA will run exclusively on Linux by 2027, zOS will no
    longer be supported. Nor will SAP continue to support Oracle or
    or DB2 as unerlying database.

    "Marketing by crowbar" comes to mind.

    IIRC, they used to change the plugs on each new generation of
    mainframe. Forcing their competitors for peripherals to scramble to
    catch up.

    Apparently, old habits die hard.

    I was
    in storage at SGI, they're really good at applying the *same* transform
    to a lot of data, not things like, "Here's a set of payroll rules, apply
    them to the records on this DASD, and write the resulting records on
    that DASD over there".

    2 - Those big Linux systems are really, really good at recording and
    processing telephone calls looking for "interesting" content. For some
    reason the NSA buys them and installs them near large routing hubs in
    the USA, I can't think why...

    The NSA has always been a big driver for computer development. Didn't
    Cray implement POPCNT due to their demanding it?

    Well, they probable /were/ (and, for all I know, may still be) Cray's
    most lucrative client.

    And he who pays the piper calls the tune.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gary R. Schmidt@21:1/5 to Thomas Koenig on Sun Nov 20 12:35:20 2022
    XPost: rec.arts.sf.written

    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2].

    You've looked at what IBM mainframe run these days, right? zOS isn't
    the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I
    work in at Fujitsu Oz. :-)

    Cheers,
    Gary B-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to Gary R. Schmidt on Sun Nov 20 09:57:49 2022
    XPost: rec.arts.sf.written

    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2].

    You've looked at what IBM mainframe run these days, right? zOS isn't
    the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I
    work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gary R. Schmidt@21:1/5 to Thomas Koenig on Mon Nov 21 18:55:47 2022
    XPost: rec.arts.sf.written

    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2].

    You've looked at what IBM mainframe run these days, right? zOS isn't
    the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I
    work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating
    point.

    Cheers,
    Gary B-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Mon Nov 21 19:49:17 2022
    XPost: rec.arts.sf.written

    In article <tl1m8r$29gpm$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    On 11/15/2022 6:09 PM, Dorothy J Heydt wrote:
    In article <tkmbd3$uc0u$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this. >>>
    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    (Hal Heydt)
    The *nix world is well into the shift to 64-bit date variables.

    Yup. But has the client software been upgraded ?

    (Hal Heydt)
    Can't speak for anyone else (I retired about 10 years ago), but
    the system I run (ConReg for DunDraCon), all dates used are in a
    MariaDB database. Since they get added as either CURRENT or in
    yyyy-mm-dd format, I'm not worried about Y2K38. Besides...I
    expect it'll be Someone Else's Problem by then.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to Gary R. Schmidt on Mon Nov 21 20:21:46 2022
    XPost: rec.arts.sf.written

    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2].

    You've looked at what IBM mainframe run these days, right? zOS isn't
    the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I
    work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gary R. Schmidt@21:1/5 to Thomas Koenig on Tue Nov 22 14:23:35 2022
    XPost: rec.arts.sf.written

    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2].

    You've looked at what IBM mainframe run these days, right? zOS isn't >>>>> the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I >>>> work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating
    point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall
    which FP is used, not my cuppa either way.

    The mooted replacement, which may have died as I am typing this, is a
    64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of
    this. The plan seems to be to replace everything across the line -
    lappies to supers - with CPUs using this architecture.

    Cheers,
    Gary B-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to Gary R. Schmidt on Tue Nov 22 06:43:58 2022
    XPost: rec.arts.sf.written

    Gary R. Schmidt <[email protected]> schrieb:
    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2].

    You've looked at what IBM mainframe run these days, right? zOS isn't >>>>>> the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I >>>>> work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating >>> point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall
    which FP is used, not my cuppa either way.

    No in-memory database like SAP HANA, then.

    An iPad has 3GB RAM these days, it is astonishing that serious
    business work can be done in a 2GB address space. But I suspect
    that many applications come from earlier times, when 2GB was
    luxury undreamt of.

    The mooted replacement, which may have died as I am typing this, is a
    64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of
    this. The plan seems to be to replace everything across the line -
    lappies to supers - with CPUs using this architecture.

    The ARMv8 spec is up to 12000 pages. All that time will be needed for
    somebody to read that, I believe :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Tue Nov 22 09:19:54 2022
    XPost: rec.arts.sf.written

    On Tue, 22 Nov 2022 14:23:35 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2].

    You've looked at what IBM mainframe run these days, right? zOS isn't >>>>>> the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I >>>>> work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating >>> point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall
    which FP is used, not my cuppa either way.

    The mooted replacement, which may have died as I am typing this, is a
    64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of
    this. The plan seems to be to replace everything across the line -
    lappies to supers - with CPUs using this architecture.

    Seems to me I heard that before ... back in the 1990s, in fact.

    You know, back when ARM was supposed to solve the "lost resources"
    problem by getting rid of segmented architectures and Windows.

    Judging from my devices, that didn't work out to well: they halt and
    reboot from time time, after slowing down in classic Windows fashion.
    Except they ain't running Windows and ain't running segmented
    processors either, so far as I can tell.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to Paul S Person on Tue Nov 22 14:06:25 2022
    XPost: rec.arts.sf.written

    On 11/22/2022 11:19 AM, Paul S Person wrote:
    On Tue, 22 Nov 2022 14:23:35 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2]. >>>>>>>
    You've looked at what IBM mainframe run these days, right? zOS isn't >>>>>>> the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I >>>>>> work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating >>>> point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall
    which FP is used, not my cuppa either way.

    The mooted replacement, which may have died as I am typing this, is a
    64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of
    this. The plan seems to be to replace everything across the line -
    lappies to supers - with CPUs using this architecture.

    Seems to me I heard that before ... back in the 1990s, in fact.

    You know, back when ARM was supposed to solve the "lost resources"
    problem by getting rid of segmented architectures and Windows.

    Judging from my devices, that didn't work out to well: they halt and
    reboot from time time, after slowing down in classic Windows fashion.
    Except they ain't running Windows and ain't running segmented
    processors either, so far as I can tell.

    Failed garbage collection threads in Java can kill a box.

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Thomas Koenig on Tue Nov 22 17:53:43 2022
    XPost: rec.arts.sf.written

    On 11/22/22 1:43 AM, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2]. >>>>>>>
    You've looked at what IBM mainframe run these days, right? zOS isn't >>>>>>> the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I >>>>>> work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating >>>> point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall
    which FP is used, not my cuppa either way.

    No in-memory database like SAP HANA, then.

    An iPad has 3GB RAM these days, it is astonishing that serious
    business work can be done in a 2GB address space. But I suspect
    that many applications come from earlier times, when 2GB was
    luxury undreamt of.

    Bwah-ha-ha-ha! I can remember when IBM’s most popular mainframe maxed
    out at 16,000 six-bit characters.

    The mooted replacement, which may have died as I am typing this, is a
    64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of
    this. The plan seems to be to replace everything across the line -
    lappies to supers - with CPUs using this architecture.

    The ARMv8 spec is up to 12000 pages. All that time will be needed for somebody to read that, I believe :-)

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gary R. Schmidt@21:1/5 to Paul S Person on Wed Nov 23 13:41:15 2022
    XPost: rec.arts.sf.written

    On 23/11/2022 04:19, Paul S Person wrote:
    On Tue, 22 Nov 2022 14:23:35 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2]. >>>>>>>
    You've looked at what IBM mainframe run these days, right? zOS isn't >>>>>>> the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I >>>>>> work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating >>>> point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall
    which FP is used, not my cuppa either way.

    The mooted replacement, which may have died as I am typing this, is a
    64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of
    this. The plan seems to be to replace everything across the line -
    lappies to supers - with CPUs using this architecture.

    Seems to me I heard that before ... back in the 1990s, in fact.

    You know, back when ARM was supposed to solve the "lost resources"
    problem by getting rid of segmented architectures and Windows.

    Judging from my devices, that didn't work out to well: they halt and
    reboot from time time, after slowing down in classic Windows fashion.
    Except they ain't running Windows and ain't running segmented
    processors either, so far as I can tell.

    Badly written software - or simply badly /conceived/ software - can kill
    any CPU.

    Cheers,
    Gary B-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Wed Nov 23 09:03:14 2022
    XPost: rec.arts.sf.written

    On Wed, 23 Nov 2022 13:41:15 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 23/11/2022 04:19, Paul S Person wrote:
    On Tue, 22 Nov 2022 14:23:35 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2]. >>>>>>>>
    You've looked at what IBM mainframe run these days, right? zOS isn't >>>>>>>> the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I >>>>>>> work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating >>>>> point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall
    which FP is used, not my cuppa either way.

    The mooted replacement, which may have died as I am typing this, is a
    64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of
    this. The plan seems to be to replace everything across the line -
    lappies to supers - with CPUs using this architecture.

    Seems to me I heard that before ... back in the 1990s, in fact.

    You know, back when ARM was supposed to solve the "lost resources"
    problem by getting rid of segmented architectures and Windows.

    Judging from my devices, that didn't work out to well: they halt and
    reboot from time time, after slowing down in classic Windows fashion.
    Except they ain't running Windows and ain't running segmented
    processors either, so far as I can tell.

    Badly written software - or simply badly /conceived/ software - can kill
    any CPU.

    That's /always/ the excuse when the big promises turn out to be, at
    best, overly optimistic.

    I seem to recall that the theory was that no such software could
    possibly exist with the new OSes.

    But perhaps my memory is playing me false on that point.

    The point is -- been there, been promised that, didn't happen.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Wed Nov 23 09:00:45 2022
    XPost: rec.arts.sf.written

    On Tue, 22 Nov 2022 14:06:25 -0600, Lynn McGuire
    <[email protected]> wrote:

    On 11/22/2022 11:19 AM, Paul S Person wrote:
    On Tue, 22 Nov 2022 14:23:35 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2]. >>>>>>>>
    You've looked at what IBM mainframe run these days, right? zOS isn't >>>>>>>> the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I >>>>>>> work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating >>>>> point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall
    which FP is used, not my cuppa either way.

    The mooted replacement, which may have died as I am typing this, is a
    64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of
    this. The plan seems to be to replace everything across the line -
    lappies to supers - with CPUs using this architecture.

    Seems to me I heard that before ... back in the 1990s, in fact.

    You know, back when ARM was supposed to solve the "lost resources"
    problem by getting rid of segmented architectures and Windows.

    Judging from my devices, that didn't work out to well: they halt and
    reboot from time time, after slowing down in classic Windows fashion.
    Except they ain't running Windows and ain't running segmented
    processors either, so far as I can tell.

    Failed garbage collection threads in Java can kill a box.

    I don't doubt it, but I don't think they are running Java.

    At least, not under that name. The Squeezebox Touch shows:

    OS: SqueezeOS - EN - utf8
    Platform: arm-linux-gnueabl
    Perl Version: 5.10.0 - arm-linux-gnueabl
    Database Version: DBD::SQLite 1.34_01

    Sadly, the processor is not identified.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Wed Nov 23 20:42:22 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    On Thu, 17 Nov 2022 21:22:42 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in >>>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you >>>actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is? (As for longevity, if I go
    out to buy a new refrigerator now, I sure as heck expect it to
    still be functioning in 2038. Same for other major appliances.)

    Just make sure it is /not/ part of the "smart house/internet of
    things" nonsense.

    (Hal Heydt)
    Or--at least--will do its primary function(s) without any
    connectivity. But, then, that would be one of my purchase
    criteria to begin with.

    I know a couple who are both in the top parts of a tech charity
    plus R&D supporting arm. He was was asked once what sort of
    "smart speaker" he had at home. His reply was, "None." The
    reason being that corporate business gets discussed over the
    table at meals and having something always listening is a *major*
    security risk.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to Heydt on Thu Nov 24 09:13:48 2022
    XPost: rec.arts.sf.written

    On Wed, 23 Nov 2022 20:42:22 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    On Thu, 17 Nov 2022 21:22:42 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in >>>>news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you >>>>actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded >>>processors "care" what the date is? (As for longevity, if I go
    out to buy a new refrigerator now, I sure as heck expect it to
    still be functioning in 2038. Same for other major appliances.)

    Just make sure it is /not/ part of the "smart house/internet of
    things" nonsense.

    (Hal Heydt)
    Or--at least--will do its primary function(s) without any
    connectivity. But, then, that would be one of my purchase
    criteria to begin with.

    I know a couple who are both in the top parts of a tech charity
    plus R&D supporting arm. He was was asked once what sort of
    "smart speaker" he had at home. His reply was, "None." The
    reason being that corporate business gets discussed over the
    table at meals and having something always listening is a *major*
    security risk.

    Indeed.

    I /know/ that my HP Envy is not spying on me because it (or, rather,
    both of the monitors it connects to) has /no/ camera and neither it
    nor the monitors have a microphone.

    The only /real/ way to be sure is to buy something that cannot connect
    if even if you want it to. Or, more to the point, even if the
    /manufacturer/ wants it to so much that you can't actually turn the
    connection off.

    As you may be able to guess, I am a firm believer in being just
    paranoid enough (but not more).
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dimensional Traveler@21:1/5 to Paul S Person on Thu Nov 24 10:54:54 2022
    XPost: rec.arts.sf.written

    On 11/24/2022 9:13 AM, Paul S Person wrote:
    On Wed, 23 Nov 2022 20:42:22 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    On Thu, 17 Nov 2022 21:22:42 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers
    which may exhibit issues, if they're still running 16 years from
    now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is? (As for longevity, if I go
    out to buy a new refrigerator now, I sure as heck expect it to
    still be functioning in 2038. Same for other major appliances.)

    Just make sure it is /not/ part of the "smart house/internet of
    things" nonsense.

    (Hal Heydt)
    Or--at least--will do its primary function(s) without any
    connectivity. But, then, that would be one of my purchase
    criteria to begin with.

    I know a couple who are both in the top parts of a tech charity
    plus R&D supporting arm. He was was asked once what sort of
    "smart speaker" he had at home. His reply was, "None." The
    reason being that corporate business gets discussed over the
    table at meals and having something always listening is a *major*
    security risk.

    Indeed.

    I /know/ that my HP Envy is not spying on me because it (or, rather,
    both of the monitors it connects to) has /no/ camera and neither it
    nor the monitors have a microphone.

    The only /real/ way to be sure is to buy something that cannot connect
    if even if you want it to. Or, more to the point, even if the
    /manufacturer/ wants it to so much that you can't actually turn the connection off.

    As you may be able to guess, I am a firm believer in being just
    paranoid enough (but not more).

    No such thing as too paranoid, why would you even suggest it! You must
    be part of the conspiracy!

    --
    I've done good in this world. Now I'm tired and just want to be a cranky
    dirty old man.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Paul S Person on Thu Nov 24 15:36:29 2022
    XPost: rec.arts.sf.written

    On 11/23/22 12:03 PM, Paul S Person wrote:
    On Wed, 23 Nov 2022 13:41:15 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 23/11/2022 04:19, Paul S Person wrote:
    On Tue, 22 Nov 2022 14:23:35 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2]. >>>>>>>>>
    You've looked at what IBM mainframe run these days, right? zOS isn't >>>>>>>>> the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I
    work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit.
    Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating >>>>>> point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall
    which FP is used, not my cuppa either way.

    The mooted replacement, which may have died as I am typing this, is a
    64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of
    this. The plan seems to be to replace everything across the line -
    lappies to supers - with CPUs using this architecture.

    Seems to me I heard that before ... back in the 1990s, in fact.

    You know, back when ARM was supposed to solve the "lost resources"
    problem by getting rid of segmented architectures and Windows.

    Judging from my devices, that didn't work out to well: they halt and
    reboot from time time, after slowing down in classic Windows fashion.
    Except they ain't running Windows and ain't running segmented
    processors either, so far as I can tell.

    Badly written software - or simply badly /conceived/ software - can kill
    any CPU.

    That's /always/ the excuse when the big promises turn out to be, at
    best, overly optimistic.

    I seem to recall that the theory was that no such software could
    possibly exist with the new OSes.

    Huh? ARM isn’t an OS; it’s a RISC architecture.

    But perhaps my memory is playing me false on that point.

    The point is -- been there, been promised that, didn't happen.

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to Thomas Koenig on Thu Nov 24 23:32:22 2022
    XPost: rec.arts.sf.written

    Thomas Koenig <[email protected]> wrote:
    Lynn McGuire <[email protected]> schrieb:
    On 11/15/2022 6:09 PM, Dorothy J Heydt wrote:
    In article <tkmbd3$uc0u$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this. >>>>
    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    (Hal Heydt)
    The *nix world is well into the shift to 64-bit date variables.

    Yup. But has the client software been upgraded ?

    Recompile and you're done, unless your code made some seriously
    bad assumptions about pointers. With the 64-bit Unices which are
    used today, sizeof(long) == sizeof(void *) still holds, same as
    in the day of the VAX.

    Not that easy. Binary data files, many backed up to tape and required to be restorable for 7-10 years, mean that you have to support that legacy format
    for the entire period. You also have to be able to differentiate between the two when you do a read. If it's client-server software the server has to be able to handle both formats if the client is in the hands of the enemy. Just because you tell a customer that they have to upgrade doesn't mean they're going to do it.
    I ran into this problem a few years back recompiling an old piece of Usenet software. The change from 32-bit to 64-bit went fine until it tried to read
    the old binary data files, which had records with 32-bit timestamps.
    I think I ended up writing a quick program to read the files with 32-bit timestamps and copy them to files with 64-bit timestamps. But I didn't have
    to worry about years of backups.

    Robert
    --
    Robert K. Shull Email: rkshull at rosettacon dot com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to [email protected] on Fri Nov 25 10:56:08 2022
    XPost: rec.arts.sf.written

    [email protected] <[email protected]> schrieb:
    Thomas Koenig <[email protected]> wrote:
    Lynn McGuire <[email protected]> schrieb:
    On 11/15/2022 6:09 PM, Dorothy J Heydt wrote:
    In article <tkmbd3$uc0u$[email protected]>,
    Lynn McGuire <[email protected]> wrote:
    xkcd: Y2K and 2038
    https://xkcd.com/2697/

    It shouldn't cost more than a trillion dollars or two to investigate this.

    Explained at:
    https://www.explainxkcd.com/wiki/index.php/2697:_Y2K_and_2038

    (Hal Heydt)
    The *nix world is well into the shift to 64-bit date variables.

    Yup. But has the client software been upgraded ?

    Recompile and you're done, unless your code made some seriously
    bad assumptions about pointers. With the 64-bit Unices which are
    used today, sizeof(long) == sizeof(void *) still holds, same as
    in the day of the VAX.

    Not that easy. Binary data files, many backed up to tape and required to be restorable for 7-10 years, mean that you have to support that legacy format for the entire period.

    Binary formats are certainly a problem, especially if they are not well
    thought out. Using naked ints or longs for anything is a good example.

    As an example, gfortran inherited an unformatted file format from
    g77 where record lengths were specified as "long". Of course, this
    led to incompatibilities between 32-bit and 64-bit computers.
    This was resolved by using 32-bit extensible records, in a format stolen^H^H^H^H^H^Hinspired by and compatible with the Intel compiler,
    plus an option to set the record marker to 64 bits for compatibility
    to read older files.

    Big and little endian is another thing.

    You also have to be able to differentiate between the
    two when you do a read. If it's client-server software the server has to be able to handle both formats if the client is in the hands of the enemy. Just because you tell a customer that they have to upgrade doesn't mean they're going to do it.

    With client server software, there is less excuse for lazy design. The
    first RFC for XDR was published 1987, and it had 64-bit integers
    (charmingly called "hyper integer").

    But then, just because the right way to do it was known, that does not
    mean that people actually got it right, or cared if they did.

    I ran into this problem a few years back recompiling an old piece of Usenet software. The change from 32-bit to 64-bit went fine until it tried to read the old binary data files, which had records with 32-bit timestamps.
    I think I ended up writing a quick program to read the files with 32-bit timestamps and copy them to files with 64-bit timestamps. But I didn't have to worry about years of backups.

    That is probably the best way.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Fri Nov 25 09:00:24 2022
    XPost: rec.arts.sf.written

    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:

    On 11/23/22 12:03 PM, Paul S Person wrote:
    On Wed, 23 Nov 2022 13:41:15 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 23/11/2022 04:19, Paul S Person wrote:
    On Tue, 22 Nov 2022 14:23:35 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2]. >>>>>>>>>>
    You've looked at what IBM mainframe run these days, right? zOS isn't
    the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I
    work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit. >>>>>>>> Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating
    point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM
    relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall >>>>> which FP is used, not my cuppa either way.

    The mooted replacement, which may have died as I am typing this, is a >>>>> 64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of >>>>> this. The plan seems to be to replace everything across the line -
    lappies to supers - with CPUs using this architecture.

    Seems to me I heard that before ... back in the 1990s, in fact.

    You know, back when ARM was supposed to solve the "lost resources"
    problem by getting rid of segmented architectures and Windows.

    Judging from my devices, that didn't work out to well: they halt and
    reboot from time time, after slowing down in classic Windows fashion.
    Except they ain't running Windows and ain't running segmented
    processors either, so far as I can tell.

    Badly written software - or simply badly /conceived/ software - can kill >>> any CPU.

    That's /always/ the excuse when the big promises turn out to be, at
    best, overly optimistic.

    I seem to recall that the theory was that no such software could
    possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose anything.
    IIRC.

    It was the End of Windows, the End of DLL Hell, the End of Lost
    Resources -- a New Age of Computing.

    And my point -- been there, seen that, it didn't work -- still
    remains.

    But perhaps my memory is playing me false on that point.

    The point is -- been there, been promised that, didn't happen.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Fri Nov 25 08:57:39 2022
    XPost: rec.arts.sf.written

    On Thu, 24 Nov 2022 10:54:54 -0800, Dimensional Traveler
    <[email protected]> wrote:

    On 11/24/2022 9:13 AM, Paul S Person wrote:
    On Wed, 23 Nov 2022 20:42:22 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    On Thu, 17 Nov 2022 21:22:42 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Scott Lurndal) wrote in
    news:l9PbL.74464$[email protected]:

    For the most part, a nothingburger. However, there are likely
    lots of small embedded 32-bit processors in devices like routers >>>>>>> which may exhibit issues, if they're still running 16 years from >>>>>>> now.

    You sound just like the doom criers ("Give me money or you'll
    DIE!!!") in the run up to y2k.

    How many appliances with embedded processors running today do you
    actually believe will still be functional in another 16 years?

    https://www.wired.com/2000/01/y2k-alarmist-wha-happened/

    (Hal Heydt)
    Actually, more to the point... How many appliances with embedded
    processors "care" what the date is? (As for longevity, if I go
    out to buy a new refrigerator now, I sure as heck expect it to
    still be functioning in 2038. Same for other major appliances.)

    Just make sure it is /not/ part of the "smart house/internet of
    things" nonsense.

    (Hal Heydt)
    Or--at least--will do its primary function(s) without any
    connectivity. But, then, that would be one of my purchase
    criteria to begin with.

    I know a couple who are both in the top parts of a tech charity
    plus R&D supporting arm. He was was asked once what sort of
    "smart speaker" he had at home. His reply was, "None." The
    reason being that corporate business gets discussed over the
    table at meals and having something always listening is a *major*
    security risk.

    Indeed.

    I /know/ that my HP Envy is not spying on me because it (or, rather,
    both of the monitors it connects to) has /no/ camera and neither it
    nor the monitors have a microphone.

    The only /real/ way to be sure is to buy something that cannot connect
    if even if you want it to. Or, more to the point, even if the
    /manufacturer/ wants it to so much that you can't actually turn the
    connection off.

    As you may be able to guess, I am a firm believer in being just
    paranoid enough (but not more).

    No such thing as too paranoid, why would you even suggest it! You must
    be part of the conspiracy!

    I don't entirely disagree with you, but most things /do/ have limits.

    Back when the NSA reading emails was in the news, some people insisted
    on going to encrypted email. I did not.

    I did not because I was sufficiently paranoid to realize that the NSA
    had very likely broken /all/ known encryption systems, particularly computer-based, so it made more sense to just take it for granted that
    would be reading mine and not worry about it. Why worry about what you
    can't fix? Particularly if you aren't writing about anything remotely interesting to anyone else.

    And, anyway, given how long they have had those Crays, up to how many
    bits do you think they have identified /every single prime/ in that
    range? And so can (relatively) quickly crack any encryption based on
    prime numbers? 32-bit? 64-bit? 128-bit? 256-bit? 512-bit? 1Kb? 1Mb?
    Who can say? Certainly not me!
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Paul S Person on Fri Nov 25 17:59:17 2022
    XPost: rec.arts.sf.written

    On 11/25/22 12:00 PM, Paul S Person wrote:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:

    On 11/23/22 12:03 PM, Paul S Person wrote:
    On Wed, 23 Nov 2022 13:41:15 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 23/11/2022 04:19, Paul S Person wrote:
    On Tue, 22 Nov 2022 14:23:35 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2]. >>>>>>>>>>>
    You've looked at what IBM mainframe run these days, right? zOS isn't
    the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I
    work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit. >>>>>>>>> Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating
    point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM >>>>>>> relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall >>>>>> which FP is used, not my cuppa either way.

    The mooted replacement, which may have died as I am typing this, is a >>>>>> 64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of >>>>>> this. The plan seems to be to replace everything across the line - >>>>>> lappies to supers - with CPUs using this architecture.

    Seems to me I heard that before ... back in the 1990s, in fact.

    You know, back when ARM was supposed to solve the "lost resources"
    problem by getting rid of segmented architectures and Windows.

    Judging from my devices, that didn't work out to well: they halt and >>>>> reboot from time time, after slowing down in classic Windows fashion. >>>>> Except they ain't running Windows and ain't running segmented
    processors either, so far as I can tell.

    Badly written software - or simply badly /conceived/ software - can kill >>>> any CPU.

    That's /always/ the excuse when the big promises turn out to be, at
    best, overly optimistic.

    I seem to recall that the theory was that no such software could
    possibly exist with the new OSes.

    Huh? ARM isn’t an OS; it’s a RISC architecture.

    It was claimed that the associated OSes would never lose anything. IIRdffdfdfdfdfdff
    What “associated OSes” would they be? RISC OS? Palm OS Cobalt? Virtually all system software running on ARM has been ported to it after having
    been created on some other architecture, from 68xxx to 8086. The hottest
    ARM system right now is macOS, which has a history of three prior architectures.

    The selling points of ARM have always been performance, low power
    consumption, and, lately, system-on-a-chip suitability
    It was the End of Windows, the End of DLL Hell, the End of Lost
    Resources -- a New Age of Computing.

    And my point -- been there, seen that, it didn't work -- still
    remains.

    But perhaps my memory is playing me false on that point.

    The point is -- been there, been promised that, didn't happen.

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Sat Nov 26 08:46:45 2022
    XPost: rec.arts.sf.written

    On Fri, 25 Nov 2022 17:59:17 -0500, John W Kennedy
    <[email protected]> wrote:

    On 11/25/22 12:00 PM, Paul S Person wrote:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:

    On 11/23/22 12:03 PM, Paul S Person wrote:
    On Wed, 23 Nov 2022 13:41:15 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 23/11/2022 04:19, Paul S Person wrote:
    On Tue, 22 Nov 2022 14:23:35 +1100, "Gary R. Schmidt"
    <[email protected]> wrote:

    On 22/11/2022 07:21, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 20:57, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    On 20/11/2022 03:06, Thomas Koenig wrote:
    Gary R. Schmidt <[email protected]> schrieb:
    [SNIP]

    1 - No, massively parallel Linux boxes don't do the same job[2]. >>>>>>>>>>>>
    You've looked at what IBM mainframe run these days, right? zOS isn't
    the only game in town :-)

    No, MSP and XSP are still alive and paying some salaries in the group I
    work in at Fujitsu Oz. :-)

    Last time I read it, the Fujitsu mainframes were still 31 bit. >>>>>>>>>> Is that the case?
    Tep.

    But only an idiot does anything other than approximations using floating
    point.

    Hm, I meant address space :-)

    Or is Fujitus still on the infamous IBM floating point only? IBM >>>>>>>> relented and put in IEEE (I forgot when).

    Address space - yes, 31-bit - but the SSU is 47-bit. I can't recall >>>>>>> which FP is used, not my cuppa either way.

    The mooted replacement, which may have died as I am typing this, is a >>>>>>> 64-bit ARM-based design, due around 2030.

    Unless I win the lottery, I may have to deal with the early stages of >>>>>>> this. The plan seems to be to replace everything across the line - >>>>>>> lappies to supers - with CPUs using this architecture.

    Seems to me I heard that before ... back in the 1990s, in fact.

    You know, back when ARM was supposed to solve the "lost resources" >>>>>> problem by getting rid of segmented architectures and Windows.

    Judging from my devices, that didn't work out to well: they halt and >>>>>> reboot from time time, after slowing down in classic Windows fashion. >>>>>> Except they ain't running Windows and ain't running segmented
    processors either, so far as I can tell.

    Badly written software - or simply badly /conceived/ software - can kill >>>>> any CPU.

    That's /always/ the excuse when the big promises turn out to be, at
    best, overly optimistic.

    I seem to recall that the theory was that no such software could
    possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose anything.
    IIRdffdfdfdfdfdff
    What �associated OSes� would they be? RISC OS? Palm OS Cobalt? Virtually
    all system software running on ARM has been ported to it after having
    been created on some other architecture, from 68xxx to 8086. The hottest
    ARM system right now is macOS, which has a history of three prior >architectures.

    I don't remember if they were specific or not.

    The selling points of ARM have always been performance, low power >consumption, and, lately, system-on-a-chip suitability

    And still is.

    Been there, seen that, nothing happened. That's my point.

    Those who fail to learn from their own history are, it appears, eager
    to be doomed to repeat it.

    It was the End of Windows, the End of DLL Hell, the End of Lost
    Resources -- a New Age of Computing.

    And my point -- been there, seen that, it didn't work -- still
    remains.

    But perhaps my memory is playing me false on that point.

    The point is -- been there, been promised that, didn't happen.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Paul S Person on Sat Nov 26 17:26:44 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:



    Badly written software - or simply badly /conceived/ software - can kill >>>> any CPU.

    That's /always/ the excuse when the big promises turn out to be, at
    best, overly optimistic.

    I seem to recall that the theory was that no such software could
    possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose anything.
    IIRC.

    Claimed by whom?


    It was the End of Windows, the End of DLL Hell, the End of Lost
    Resources -- a New Age of Computing.

    Computing preceeded Windows and has never been dependent upon
    it.

    There is far more to the computing world than Microsoft.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to All on Sun Nov 27 08:32:09 2022
    XPost: rec.arts.sf.written

    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott Lurndal)
    wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy >><[email protected]> wrote:



    Badly written software - or simply badly /conceived/ software - can kill >>>>> any CPU.

    That's /always/ the excuse when the big promises turn out to be, at
    best, overly optimistic.

    I seem to recall that the theory was that no such software could
    possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose anything.
    IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    It was the End of Windows, the End of DLL Hell, the End of Lost
    Resources -- a New Age of Computing.

    Computing preceeded Windows and has never been dependent upon
    it.

    There is far more to the computing world than Microsoft.

    It is the RISC proponents who were making these predictions.

    And, BTW, my Windows computers run on /segmented archtectures/, not on
    RISC.

    IIRC, Intel /tried/ a RISC processor -- but nobody was willing to take
    a chance on it for a really /lucrative/ market, like the PC Clone
    market.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Paul S Person on Sun Nov 27 17:53:17 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott Lurndal)
    wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy >>><[email protected]> wrote:



    Badly written software - or simply badly /conceived/ software - can kill >>>>>> any CPU.

    That's /always/ the excuse when the big promises turn out to be, at
    best, overly optimistic.

    I seem to recall that the theory was that no such software could
    possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose anything.
    IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for longer
    than that, and worked on and OS for the early RISC processor
    from Motrola, the 88100. I've never heard such a claim about
    "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.


    And, BTW, my Windows computers run on /segmented archtectures/, not on
    RISC.

    Windows hasn't run on a "segmented architecture" since NT was
    introduced. And the current generation 64-bit x86 architecture
    is very RISC-like in the hardware internals. They've done a masterful
    job in keeping an ancient 16-bit architecture relevent in modern
    times.


    IIRC, Intel /tried/ a RISC processor -- but nobody was willing to take
    a chance on it for a really /lucrative/ market, like the PC Clone
    market.

    The main issue with the i860 (and later with the P7/Merced/Itanium)
    is the difficulty in predicting code paths at compile time rather
    than at run-time (as is done in modern RISC designs).

    Both the failed processor projects (i860 and Itanium) performance
    relied on advanced compiler technology being able to predict the
    hot code-paths at compile time. Didn't work out. That was not
    related to RISC, but rather the design choices of the processor
    vendor.

    RISC, as an acronym (Reduced Instruction Set Computer) is somewhat
    of a misnomer today; Many modern RISC processors have hundreds
    or even thousands (e.g. ARMv8) of instructions; many optional.

    A more modern definition may be that a RISC processor today has
    dedicated load and store instructions for accessing memory and
    have a large general purpose register file (where in a classic
    CISC CPU like the VAX or x86, many instructions can access memory
    directly without first loading a value in a small register file).

    [*] Although there were claims floating around about MVS being
    fairly robust, that was due the OS code checking pre and post-
    conditions in almost every function at the cost of some performance.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to Paul S Person on Sun Nov 27 18:23:30 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> schrieb:

    And, BTW, my Windows computers run on /segmented archtectures/, not on
    RISC.

    You are still running a 32-bit versions of Windows? Wow.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Scott Lurndal on Sun Nov 27 18:30:23 2022
    XPost: rec.arts.sf.written

    [email protected] (Scott Lurndal) wrote in news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott
    Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy >>>><[email protected]> wrote:



    Badly written software - or simply badly /conceived/
    software - can kill any CPU.

    That's /always/ the excuse when the big promises turn out
    to be, at best, overly optimistic.

    I seem to recall that the theory was that no such software
    could possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose
    anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for longer
    than that, and worked on and OS for the early RISC processor
    from Motrola, the 88100. I've never heard such a claim about
    "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Scott Lurndal on Sun Nov 27 16:33:14 2022
    XPost: rec.arts.sf.written

    On 11/27/22 12:53 PM, Scott Lurndal wrote:
    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott Lurndal)
    wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:



    Badly written software - or simply badly /conceived/ software - can kill
    any CPU.

    That's /always/ the excuse when the big promises turn out to be, at >>>>>> best, overly optimistic.

    I seem to recall that the theory was that no such software could
    possibly exist with the new OSes.

    Huh? ARM isn’t an OS; it’s a RISC architecture.

    It was claimed that the associated OSes would never lose anything.
    IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for longer
    than that, and worked on and OS for the early RISC processor
    from Motrola, the 88100. I've never heard such a claim about
    "OS never loosing anything"[*].

    I first encountered the RISC concept in the article in the IBM Journal
    of R&D about the experimental 801 processor and I don’t recall ever
    hearing such a claim, either. They talked about performance, compiler simplification, and cost (especially by completely purging microcode).
    And it’s fairly well known that, when Acorn picked up the concept, it
    was to meet an “impossible” spec.

    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.


    And, BTW, my Windows computers run on /segmented archtectures/, not on
    RISC.

    Windows hasn't run on a "segmented architecture" since NT was
    introduced. And the current generation 64-bit x86 architecture
    is very RISC-like in the hardware internals. They've done a masterful
    job in keeping an ancient 16-bit architecture relevent in modern
    times.

    There is an ARM Windows, though, is there not?

    IIRC, Intel /tried/ a RISC processor -- but nobody was willing to take
    a chance on it for a really /lucrative/ market, like the PC Clone
    market.

    The main issue with the i860 (and later with the P7/Merced/Itanium)
    is the difficulty in predicting code paths at compile time rather
    than at run-time (as is done in modern RISC designs).

    Both the failed processor projects (i860 and Itanium) performance
    relied on advanced compiler technology being able to predict the
    hot code-paths at compile time. Didn't work out. That was not
    related to RISC, but rather the design choices of the processor
    vendor.

    RISC, as an acronym (Reduced Instruction Set Computer) is somewhat
    of a misnomer today; Many modern RISC processors have hundreds
    or even thousands (e.g. ARMv8) of instructions; many optional.

    A more modern definition may be that a RISC processor today has
    dedicated load and store instructions for accessing memory and
    have a large general purpose register file (where in a classic
    CISC CPU like the VAX or x86, many instructions can access memory
    directly without first loading a value in a small register file).

    [*] Although there were claims floating around about MVS being
    fairly robust, that was due the OS code checking pre and post-
    conditions in almost every function at the cost of some performance.

    Sometime in the 70s or 80s, IBM adopted a new policy of fixing all
    reported security flaws in MVS. But even OS/360 had tried to be secure.

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Thomas Koenig on Sun Nov 27 21:29:13 2022
    XPost: rec.arts.sf.written

    Thomas Koenig <[email protected]> writes:
    Paul S Person <[email protected]d> schrieb:

    And, BTW, my Windows computers run on /segmented archtectures/, not on
    RISC.

    You are still running a 32-bit versions of Windows? Wow.

    32-bit versions of windows after WIN2k use a flat
    32-bit paged address space. Win95 may have been still using
    286-style segmentation - I never have used windows myself
    thankfully.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Sun Nov 27 21:35:09 2022
    XPost: rec.arts.sf.written

    In article <tlhr3e$3nihq$[email protected]>,
    Thomas Koenig <[email protected]> wrote:
    An iPad has 3GB RAM these days, it is astonishing that serious
    business work can be done in a 2GB address space. But I suspect
    that many applications come from earlier times, when 2GB was
    luxury undreamt of.

    (Hal Heydt)
    Raspberry Pi 4 Model B comes with up to 8GB. I run the DunDraCon
    con reg on a pair (replicated database) of 4GB models. I used to
    run it on 1GB SBCs. The shift was because the Pi4B finally got
    fast enough I/O to suit me. Con reg kind of rattles around loose
    with that much RAM. I suspect that MariaDB just sucks the entire
    database into memory.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to John W Kennedy on Sun Nov 27 23:08:40 2022
    XPost: rec.arts.sf.written

    John W Kennedy <[email protected]> writes:
    On 11/27/22 12:53 PM, Scott Lurndal wrote:
    Paul S Person <[email protected]d> writes:

    And, BTW, my Windows computers run on /segmented archtectures/, not on
    RISC.

    Windows hasn't run on a "segmented architecture" since NT was
    introduced. And the current generation 64-bit x86 architecture
    is very RISC-like in the hardware internals. They've done a masterful
    job in keeping an ancient 16-bit architecture relevent in modern
    times.

    There is an ARM Windows, though, is there not?

    There have been Windows implementations for MIPS, ARM, Alpha and PowerPC.

    None of which are segmented architectures (leaving aside MIPS KSEG0/1/2/U
    which aren't segments in the traditional sense; the user portion of the address space is paged).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Sun Nov 27 22:00:43 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    John W Kennedy <[email protected]> wrote:
    Bwah-ha-ha-ha! I can remember when IBM’s most popular mainframe maxed
    out at 16,000 six-bit characters.

    (Hal Heydt)
    That would be the IBM 1401. Minimum memory was 1.2K.

    Autocoder is one the languages I learned Way Back When. Then
    proceeded to use it on an IBM S/360-30 with 1401 emulation because
    that shop was still running Autocoder programs in production in
    the early 1970s.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gary R. Schmidt@21:1/5 to Paul S Person on Mon Nov 28 12:33:49 2022
    XPost: rec.arts.sf.written

    On 28/11/2022 03:32, Paul S Person wrote:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott Lurndal)
    wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:



    Badly written software - or simply badly /conceived/ software - can kill >>>>>> any CPU.

    That's /always/ the excuse when the big promises turn out to be, at
    best, overly optimistic.

    I seem to recall that the theory was that no such software could
    possibly exist with the new OSes.

    Huh? ARM isn’t an OS; it’s a RISC architecture.

    It was claimed that the associated OSes would never lose anything.
    IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    It was the End of Windows, the End of DLL Hell, the End of Lost
    Resources -- a New Age of Computing.

    Computing preceeded Windows and has never been dependent upon
    it.

    There is far more to the computing world than Microsoft.

    It is the RISC proponents who were making these predictions.

    And, BTW, my Windows computers run on /segmented archtectures/, not on
    RISC.

    No, it doesn't.

    Just because your i[0-9] or Xeon processor handles the same old x86 code
    that you ran on an 8088 doesn't mean a thing, the actual underlying
    hardware is RISC. Well, RISC-ish, things are not simply divided between
    the two - and they never really were. (Except, I suppose, for the 801.)

    IIRC, Intel /tried/ a RISC processor -- but nobody was willing to take
    a chance on it for a really /lucrative/ market, like the PC Clone
    market.

    The Itanic was an over-priced mistake, the one thing they *did* get
    right with it, at first, was it's ability to move data, which was why it
    was so expensive. Later versions sacrificed this, probably due to accountant-driven engineering changes.

    Cheers,
    Gary B-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gary R. Schmidt@21:1/5 to Scott Lurndal on Mon Nov 28 13:16:10 2022
    XPost: rec.arts.sf.written

    On 28/11/2022 10:08, Scott Lurndal wrote:
    John W Kennedy <[email protected]> writes:
    On 11/27/22 12:53 PM, Scott Lurndal wrote:
    Paul S Person <[email protected]d> writes:

    And, BTW, my Windows computers run on /segmented archtectures/, not on >>>> RISC.

    Windows hasn't run on a "segmented architecture" since NT was
    introduced. And the current generation 64-bit x86 architecture
    is very RISC-like in the hardware internals. They've done a masterful
    job in keeping an ancient 16-bit architecture relevent in modern
    times.

    There is an ARM Windows, though, is there not?

    There have been Windows implementations for MIPS, ARM, Alpha and PowerPC.

    You forgot SPARC. Rumour has it that NT 4 first booted on a SPARC CPU.
    (But you know about rumours. :-) )

    None of which are segmented architectures (leaving aside MIPS KSEG0/1/2/U which aren't segments in the traditional sense; the user portion of the address space is paged).

    I'd forgotten that about MIPS, my major recollection of that
    architecture is being told by a Siemens-Nixdorf engineer that I didn't
    know how to write code for UNIX systems. Specifically , that I did not understand how flock/lockf/fcntl worked.

    Of course I did... well, Stevens did... and I wasn't stupid enough *not*
    to follow what he wrote.

    Turns out the actual problem was that the default SysV time-slices were
    fine for 8MHz (or was it KHz??), but things don't behave the same way at
    36 (or whatever) thingies. So the RM-6000(??)[1] box got a critical OS
    patch rushed out the door - when the client is Deutsche Bundespost you
    don't risk (ha ha!) upsetting them[2].

    Not that it mattered, just doing a sleep(0) after unlocking a file
    released the current slice and stopped the batch process from hogging
    the CPU and starving the interactive sessions.

    Oh, and the SNI engineer lost his job. Making the big, bad happy does
    have its payoffs. ;-)

    Cheers,
    Gary B-)

    1 - IIRC, I built the base code (PFXplus) on an RM-600 (a small 32-user departmental server) here in Melbourne (using a system at ICL/Fujitsu,
    amusing, as fifteen years later I joined Fujitsu), the acceptance
    testing was done on a small-ish RM-600 (a bigger, faster, departmental
    server, 128 or so users) in Hamburg(?), but the final product was
    unleashed on the biggest, fastest, expensive-est RM-6000 (and ooh, ever
    *so* many users) (in Bonn) that SNI could produce, because, well, this
    was German Computer Engineering at its finest. And it didn't work. So
    SNI decided it was all our fault, until I faxed the fix to Axel in
    Hamburg and he added one line to his source code. :->

    2 - Deutsche Bundespost, and why you didn't piss them off.
    For those who came in late, after the Second World War, the surviving members of the Gestapo who were not co-opted by the Americans or Soviets
    went into one of two places. In East Germany it was the Staasi. In
    West Germany, Deutsche Bundespost.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to Scott Lurndal on Mon Nov 28 06:47:40 2022
    XPost: rec.arts.sf.written

    Scott Lurndal <[email protected]> schrieb:
    John W Kennedy <[email protected]> writes:
    On 11/27/22 12:53 PM, Scott Lurndal wrote:
    Paul S Person <[email protected]d> writes:

    And, BTW, my Windows computers run on /segmented archtectures/, not on >>>> RISC.

    Windows hasn't run on a "segmented architecture" since NT was
    introduced. And the current generation 64-bit x86 architecture
    is very RISC-like in the hardware internals. They've done a masterful
    job in keeping an ancient 16-bit architecture relevent in modern
    times.

    There is an ARM Windows, though, is there not?

    There have been Windows implementations for MIPS, ARM, Alpha and PowerPC.

    Vobis (a German computer discounter at the
    time) actually offered an Alpha with Windows, the
    "Highscreen Alpha 5000". You can see their catalog at https://www.schmalenstroer.net/books/Alte%20Kataloge/Vobis%20Denkzettel%201997-07-24.pdf
    (have to scroll down a bit).

    With its PALcode, the Alpha was designed with different operating
    systems in mind.

    None of which are segmented architectures (leaving aside MIPS KSEG0/1/2/U which aren't segments in the traditional sense; the user portion of the address space is paged).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to All on Mon Nov 28 09:19:56 2022
    XPost: rec.arts.sf.written

    n Sun, 27 Nov 2022 21:35:09 GMT, [email protected] (Dorothy J Heydt)
    wrote:

    In article <tlhr3e$3nihq$[email protected]>,
    Thomas Koenig <[email protected]> wrote:
    An iPad has 3GB RAM these days, it is astonishing that serious
    business work can be done in a 2GB address space. But I suspect
    that many applications come from earlier times, when 2GB was
    luxury undreamt of.

    (Hal Heydt)
    Raspberry Pi 4 Model B comes with up to 8GB. I run the DunDraCon
    con reg on a pair (replicated database) of 4GB models. I used to
    run it on 1GB SBCs. The shift was because the Pi4B finally got
    fast enough I/O to suit me. Con reg kind of rattles around loose
    with that much RAM. I suspect that MariaDB just sucks the entire
    database into memory.

    My HP Envy has 12GB (IIRC, the HP Pavilion has 8GB).

    Back in the bad-old-days of Superfetch, the Envy was slowed down when
    6GB were reserved for pre-downloade-direct-to-RAM junk -- and the
    Pavilion was brought to its knees.

    But that was years ago.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Mon Nov 28 09:21:50 2022
    XPost: rec.arts.sf.written

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in >news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott
    Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy >>>>><[email protected]> wrote:



    Badly written software - or simply badly /conceived/
    software - can kill any CPU.

    That's /always/ the excuse when the big promises turn out
    to be, at best, overly optimistic.

    I seem to recall that the theory was that no such software
    could possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose
    anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for longer
    than that, and worked on and OS for the early RISC processor
    from Motrola, the 88100. I've never heard such a claim about
    "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or DDJ. So
    perhaps "enthusiasts" rather than "marketing".
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Mon Nov 28 09:27:15 2022
    XPost: rec.arts.sf.written

    On Sun, 27 Nov 2022 18:23:30 -0000 (UTC), Thomas Koenig
    <[email protected]> wrote:

    Paul S Person <[email protected]d> schrieb:

    And, BTW, my Windows computers run on /segmented archtectures/, not on
    RISC.

    You are still running a 32-bit versions of Windows? Wow.

    My Netbook (HP Mini) is resolutely 32-bit -- the processor is 32-bit
    and so the Windows 7 Starter it runs is also 32-bit.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Paul S Person on Mon Nov 28 11:08:29 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in >>news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott
    Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy >>>>>><[email protected]> wrote:



    Badly written software - or simply badly /conceived/
    software - can kill any CPU.

    That's /always/ the excuse when the big promises turn out
    to be, at best, overly optimistic.

    I seem to recall that the theory was that no such
    software could possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose
    anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for
    longer than that, and worked on and OS for the early RISC
    processor from Motrola, the 88100. I've never heard such a
    claim about "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or DDJ.
    So perhaps "enthusiasts" rather than "marketing".

    Entusiasts are simply parroting the marketing spiel.

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Dorothy J Heydt on Mon Nov 28 13:31:28 2022
    XPost: rec.arts.sf.written

    On 11/27/22 5:00 PM, Dorothy J Heydt wrote:
    In article <[email protected]>,
    John W Kennedy <[email protected]> wrote:
    Bwah-ha-ha-ha! I can remember when IBM’s most popular mainframe maxed
    out at 16,000 six-bit characters.

    (Hal Heydt)
    That would be the IBM 1401. Minimum memory was 1.2K.

    1,400. I don't know whether the system name was based on that or the
    other way around, or neither.

    Autocoder is one the languages I learned Way Back When. Then
    proceeded to use it on an IBM S/360-30 with 1401 emulation because
    that shop was still running Autocoder programs in production in
    the early 1970s.

    I remember it well. I worked briefly on a 1401 (and its souped-up
    sister, the 1460), and in 1401 compatibility on a 360/30, but then moved
    to a corporation that had had only a 402 two years before, so there was
    no pre-360 legacy. In the 29 years I was there, we progressed from a
    360/30 to a five-processor 3090.

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jaimie Vandenbergh@21:1/5 to [email protected] on Mon Nov 28 22:25:53 2022
    XPost: rec.arts.sf.written

    On 27 Nov 2022 at 21:33:14 GMT, "John W Kennedy"
    <[email protected]> wrote:

    I first encountered the RISC concept in the article in the IBM Journal
    of R&D about the experimental 801 processor and I don’t recall ever
    hearing such a claim, either. They talked about performance, compiler simplification, and cost (especially by completely purging microcode).
    And it’s fairly well known that, when Acorn picked up the concept, it
    was to meet an “impossible” spec.

    Good ARM history article series (two parts so far) on Ars lately, https://arstechnica.com/gadgets/2022/09/a-history-of-arm-part-1-building-the-first-chip/
    https://arstechnica.com/gadgets/2022/11/a-history-of-arm-part-2-everything-starts-to-come-together/

    And an older article more oriented around Acorn, https://arstechnica.com/features/2020/12/how-an-obscure-british-pc-maker-invented-arm-and-changed-the-world/

    Windows hasn't run on a "segmented architecture" since NT was
    introduced. And the current generation 64-bit x86 architecture
    is very RISC-like in the hardware internals. They've done a masterful
    job in keeping an ancient 16-bit architecture relevent in modern
    times.

    There is an ARM Windows, though, is there not?

    There is. It includes full x86-64 emulation, for the obvious reasons.

    Cheers - Jaimie
    --
    Sent from my SGI Onyx

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jay E. Morris@21:1/5 to Thomas Koenig on Mon Nov 28 16:24:02 2022
    XPost: rec.arts.sf.written

    On 11/28/2022 12:47 AM, Thomas Koenig wrote:
    There have been Windows implementations for MIPS, ARM, Alpha and PowerPC.
    Vobis (a German computer discounter at the
    time) actually offered an Alpha with Windows, the
    "Highscreen Alpha 5000". You can see their catalog at https://www.schmalenstroer.net/books/Alte%20Kataloge/Vobis%20Denkzettel%201997-07-24.pdf
    (have to scroll down a bit).

    With its PALcode, the Alpha was designed with different operating
    systems in mind.


    There were at least a couple dozen Alphas that could run NT or 2000. At
    one orkspace I maintained three DS10s, two VMS and one NT.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gary R. Schmidt@21:1/5 to Jibini Kula Tumbili Kujisalimisha on Tue Nov 29 23:56:24 2022
    XPost: rec.arts.sf.written

    On 29/11/2022 05:08, Jibini Kula Tumbili Kujisalimisha wrote:
    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in
    news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott
    Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:



    Badly written software - or simply badly /conceived/
    software - can kill any CPU.

    That's /always/ the excuse when the big promises turn out
    to be, at best, overly optimistic.

    I seem to recall that the theory was that no such
    software could possibly exist with the new OSes.

    Huh? ARM isn’t an OS; it’s a RISC architecture.

    It was claimed that the associated OSes would never lose
    anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for
    longer than that, and worked on and OS for the early RISC
    processor from Motrola, the 88100. I've never heard such a
    claim about "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or DDJ.
    So perhaps "enthusiasts" rather than "marketing".

    Entusiasts are simply parroting the marketing spiel.

    But how do you tell the difference???? :-)

    Cheers,
    Gary B-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Tue Nov 29 09:10:18 2022
    XPost: rec.arts.sf.written

    On Mon, 28 Nov 2022 11:08:29 -0700, Jibini Kula Tumbili Kujisalimisha <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in >news:[email protected]:

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in >>>news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott
    Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy >>>>>>><[email protected]> wrote:



    Badly written software - or simply badly /conceived/
    software - can kill any CPU.

    That's /always/ the excuse when the big promises turn out
    to be, at best, overly optimistic.

    I seem to recall that the theory was that no such
    software could possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose >>>>>>>anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for
    longer than that, and worked on and OS for the early RISC
    processor from Motrola, the 88100. I've never heard such a
    claim about "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or DDJ.
    So perhaps "enthusiasts" rather than "marketing".

    Entusiasts are simply parroting the marketing spiel.

    I'm not sure that was the case. There were, and probably still are, a
    /lot/ of people who really really hate segmented architectures and
    Windows. The marketing campaign was much, much tamer.

    BTW, has anyone else noticed this interesting progression:
    1) A claim is reported that RISC processors will take over the world.
    2) I point out that this same claim was made 25 (say) years ago, and
    it didn't happen.
    3) Others claim that modern "segmented" processors are really RISC
    processors which mimic segmentation so the software will run.

    Which, of course, leads to the question:

    If RISC processors have /already/ taken over the world, why was the
    new prediction made at all?

    I suspect that, as always, we have long-since descended into semantic
    mush.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@21:1/5 to Jay E. Morris on Tue Nov 29 17:06:29 2022
    XPost: rec.arts.sf.written

    Jay E. Morris <[email protected]> wrote:
    On 11/28/2022 12:47 AM, Thomas Koenig wrote:
    There have been Windows implementations for MIPS, ARM, Alpha and PowerPC. >> Vobis (a German computer discounter at the
    time) actually offered an Alpha with Windows, the
    "Highscreen Alpha 5000". You can see their catalog at
    https://www.schmalenstroer.net/books/Alte%20Kataloge/Vobis%20Denkzettel%201997-07-24.pdf
    (have to scroll down a bit).

    With its PALcode, the Alpha was designed with different operating
    systems in mind.


    There were at least a couple dozen Alphas that could run NT or 2000. At
    one orkspace I maintained three DS10s, two VMS and one NT.

    Also OSF/1...we were a Unix shop we ran that on ours.

    Robert
    --
    Robert K. Shull Email: rkshull at rosettacon dot com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Gary R. Schmidt on Tue Nov 29 08:35:42 2022
    XPost: rec.arts.sf.written

    "Gary R. Schmidt" <[email protected]> wrote in news:[email protected]:

    On 29/11/2022 05:08, Jibini Kula Tumbili Kujisalimisha wrote:
    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in
    news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected]
    (Scott Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:



    Badly written software - or simply badly /conceived/
    software - can kill any CPU.

    That's /always/ the excuse when the big promises turn
    out to be, at best, overly optimistic.

    I seem to recall that the theory was that no such
    software could possibly exist with the new OSes.

    Huh? ARM isn’t an OS; it’s a RISC architecture.

    It was claimed that the associated OSes would never lose
    anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for
    longer than that, and worked on and OS for the early RISC
    processor from Motrola, the 88100. I've never heard such a
    claim about "OS never loosing anything"[*].


    It is the RISC proponents who were making these
    predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or
    DDJ. So perhaps "enthusiasts" rather than "marketing".

    Entusiasts are simply parroting the marketing spiel.

    But how do you tell the difference???? :-)

    Rather the point.

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Paul S Person on Tue Nov 29 17:55:11 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> writes:
    On Mon, 28 Nov 2022 11:08:29 -0700, Jibini Kula Tumbili Kujisalimisha ><[email protected]> wrote:


    BTW, has anyone else noticed this interesting progression:
    1) A claim is reported that RISC processors will take over the world.

    Reported by whom? An anonymous poster in a Usenet newsgroup?

    2) I point out that this same claim was made 25 (say) years ago, and
    it didn't happen.

    Again, cite please. Not a cite to your claim, but a period cite.

    3) Others claim that modern "segmented" processors are really RISC
    processors which mimic segmentation so the software will run.

    There have been no "modern segmented" processors since the 286.

    There hasn't been any segmented software running, even under windows
    since the 286 (except in compatability mode, e.g. v86, which was
    not implemented in the 64-bit x86 processors and has been obsolete
    for over two decades).

    The internal structure of a modern intel or amd processor quite
    strikingly resembles the internal structure of a modern RISC
    processor. That doesn't make it a RISC processor, it just notes
    that the internal implementation (where the macro instructions
    are fissioned into micro-operations that are scheduled to the
    relevent units - arithmetic, load/store, simd - for execution)
    has the same implementation and performance qualities of
    RISC architectures.


    Which, of course, leads to the question:

    If RISC processors have /already/ taken over the world, why was the
    new prediction made at all?

    ARM has taken over the world - they've shipped over 200 billion
    processors, and there are server-grade ARM processors already
    in production in various cloud datacenters from various
    vendors.

    Intel's share price (and history over the last two decades)
    should tell you a great deal about the RISC impact on their
    business. Hint, the stock price today is a bit less per
    share than it was in 2000.



    I suspect that, as always, we have long-since descended into semantic
    mush.

    I suspect that you are reaching to make a pointless argument.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Scott Lurndal on Tue Nov 29 09:58:11 2022
    XPost: rec.arts.sf.written

    [email protected] (Scott Lurndal) wrote in
    news:3IrhL.7$[email protected]:

    Paul S Person <[email protected]d> writes:

    I suspect that, as always, we have long-since descended into
    semantic mush.

    I suspect that you are reaching to make a pointless argument.

    Isn't that the whole purpose of Usenet?

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Paul S Person on Tue Nov 29 09:32:14 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Mon, 28 Nov 2022 11:08:29 -0700, Jibini Kula Tumbili
    Kujisalimisha <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in >>news:[email protected]:

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in >>>>news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott >>>>>>Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy >>>>>>>><[email protected]> wrote:



    Badly written software - or simply badly /conceived/
    software - can kill any CPU.

    That's /always/ the excuse when the big promises turn
    out to be, at best, overly optimistic.

    I seem to recall that the theory was that no such
    software could possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose >>>>>>>>anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for
    longer than that, and worked on and OS for the early RISC
    processor from Motrola, the 88100. I've never heard such a
    claim about "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or
    DDJ. So perhaps "enthusiasts" rather than "marketing".

    Entusiasts are simply parroting the marketing spiel.

    I'm not sure that was the case. There were, and probably still
    are, a /lot/ of people who really really hate segmented
    architectures and Windows. The marketing campaign was much, much
    tamer.

    BTW, has anyone else noticed this interesting progression:
    1) A claim is reported that RISC processors will take over the
    world. 2) I point out that this same claim was made 25 (say)
    years ago, and it didn't happen.
    3) Others claim that modern "segmented" processors are really
    RISC processors which mimic segmentation so the software will
    run.

    Which, of course, leads to the question:

    If RISC processors have /already/ taken over the world, why was
    the new prediction made at all?

    I suspect that, as always, we have long-since descended into
    semantic mush.

    Semantic mush is the building block of all marketing hype. They're
    glued together with more semantic mush as mortar, plastered over
    with more semantic much, and deocrated with pieces of art made out
    of semantic mush (hung with picture hangers made out of semantic
    mush).

    It's turtles all the way down.

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Paul S Person on Wed Nov 30 09:14:54 2022
    XPost: rec.arts.sf.written

    Paul S Person <[email protected]d> wrote in news:[email protected]:

    On Tue, 29 Nov 2022 09:58:11 -0700, Jibini Kula Tumbili
    Kujisalimisha <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in
    news:3IrhL.7$[email protected]:

    Paul S Person <[email protected]d> writes:

    I suspect that, as always, we have long-since descended into
    semantic mush.

    I suspect that you are reaching to make a pointless argument.

    Isn't that the whole purpose of Usenet?

    I don't know that that is the /whole/ purpose of Usenet -- but
    it is certainly a common use and a lot of fun.
    \

    On the other hand . . .

    https://www.youtube.com/watch?v=LTJvdGcb7Fs

    (But technically speaking, Usenet is not the internet.)

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to [email protected] on Wed Nov 30 09:04:44 2022
    XPost: rec.arts.sf.written

    On Tue, 29 Nov 2022 09:58:11 -0700, Jibini Kula Tumbili Kujisalimisha <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in
    news:3IrhL.7$[email protected]:

    Paul S Person <[email protected]d> writes:

    I suspect that, as always, we have long-since descended into
    semantic mush.

    I suspect that you are reaching to make a pointless argument.

    Isn't that the whole purpose of Usenet?

    I don't know that that is the /whole/ purpose of Usenet -- but it is
    certainly a common use and a lot of fun.
    \
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Paul S Person on Wed Nov 30 20:08:33 2022
    XPost: rec.arts.sf.written

    On 11/29/22 12:10 PM, Paul S Person wrote:
    On Mon, 28 Nov 2022 11:08:29 -0700, Jibini Kula Tumbili Kujisalimisha <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in
    news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott
    Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:



    Badly written software - or simply badly /conceived/
    software - can kill any CPU.

    That's /always/ the excuse when the big promises turn out
    to be, at best, overly optimistic.

    I seem to recall that the theory was that no such
    software could possibly exist with the new OSes.

    Huh? ARM isn’t an OS; it’s a RISC architecture.

    It was claimed that the associated OSes would never lose
    anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for
    longer than that, and worked on and OS for the early RISC
    processor from Motrola, the 88100. I've never heard such a
    claim about "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or DDJ.
    So perhaps "enthusiasts" rather than "marketing".

    Entusiasts are simply parroting the marketing spiel.

    I'm not sure that was the case. There were, and probably still are, a
    /lot/ of people who really really hate segmented architectures and
    Windows. The marketing campaign was much, much tamer.

    BTW, has anyone else noticed this interesting progression:
    1) A claim is reported that RISC processors will take over the world.

    Apart from legacy architectures dating back to the 60s or 70s, haven’t
    they? And even the current implementations of z/Architecture are
    implemented mostly as RISC, with a minority of opcodes invisibly
    implemented in software using the hardware opcodes (a paradigm that
    actually goes back to the S/360-44).

    2) I point out that this same claim was made 25 (say) years ago, and
    it didn't happen.
    3) Others claim that modern "segmented" processors are really RISC
    processors which mimic segmentation so the software will run.

    Which, of course, leads to the question:

    If RISC processors have /already/ taken over the world, why was the
    new prediction made at all?

    I suspect that, as always, we have long-since descended into semantic
    mush.

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to John W Kennedy on Thu Dec 1 17:33:16 2022
    XPost: rec.arts.sf.written

    John W Kennedy <[email protected]> schrieb:
    On 11/29/22 12:10 PM, Paul S Person wrote:
    On Mon, 28 Nov 2022 11:08:29 -0700, Jibini Kula Tumbili Kujisalimisha
    <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in
    news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott
    Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:



    Badly written software - or simply badly /conceived/
    software - can kill any CPU.

    That's /always/ the excuse when the big promises turn out >>>>>>>>>>> to be, at best, overly optimistic.

    I seem to recall that the theory was that no such
    software could possibly exist with the new OSes.

    Huh? ARM isn’t an OS; it’s a RISC architecture.

    It was claimed that the associated OSes would never lose
    anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for
    longer than that, and worked on and OS for the early RISC
    processor from Motrola, the 88100. I've never heard such a
    claim about "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or DDJ.
    So perhaps "enthusiasts" rather than "marketing".

    Entusiasts are simply parroting the marketing spiel.

    I'm not sure that was the case. There were, and probably still are, a
    /lot/ of people who really really hate segmented architectures and
    Windows. The marketing campaign was much, much tamer.

    BTW, has anyone else noticed this interesting progression:
    1) A claim is reported that RISC processors will take over the world.

    Apart from legacy architectures dating back to the 60s or 70s, haven’t they?

    Well, yes and no - it is very much a matter of debate.

    Old systems (like almost all versions of the /360, the VAX, the
    Motorola 6800 or the DG Eclipse/MV of "The Soul of a New Machine"
    fame ) used static microcode, where each instruction was split into
    one or several microcode instructions, which were then executed.

    The original RISC designs were, in a way, machines which exposed
    the microcode directly to the user. At least the 801 was indeed
    used as such, to run a /370 (I believe). They also used pipeplining
    on their instructions to gain performance. They also (usually) had
    one cycle per instruction, later versions had superscalar execution, out-of-order execution and whatnot.

    Today's CISC designs like the different AMD64 versions out there
    first translate their CICS instructions into micro-ops (microcode,
    if you will), which they then pipeline, schedule out-of-order
    and whatnot.

    A relatively pure RISC design like the POWER still has many
    instructions as a single micro-instructions, others are cracked
    into two. I believe RISC-V is designed so that it is a relatively
    pure RISC, and each instruction is designed so it more or
    less can be implemented directly. Of course, they advertise
    for instruction fusion for things they left out.

    So... has RISC taken over the world? You could argue as well that
    microcode (not static, but instructions that can be scheduled)
    rules supreme in x86-world. This is slightly at variance with
    the definition of microcode as it is used now (which is static
    RAM the same sort of micro-ops that the main engine uses).

    And even the current implementations of z/Architecture are
    implemented mostly as RISC, with a minority of opcodes invisibly
    implemented in software using the hardware opcodes (a paradigm that
    actually goes back to the S/360-44).

    That is _really_ hard to define. IIRC, the hardware runs a superset
    of a subset of the instructions that the programmer sees, and they
    use millicode (executing one machine instructions via several
    other machine instructions of the same format, but with some additional
    ones available which the programmer cannot use).

    Backwards compatibility to the mid-1960s comes at a price...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to Thomas Koenig on Thu Dec 1 15:09:11 2022
    XPost: rec.arts.sf.written

    On 12/1/2022 11:33 AM, Thomas Koenig wrote:
    John W Kennedy <[email protected]> schrieb:
    On 11/29/22 12:10 PM, Paul S Person wrote:
    On Mon, 28 Nov 2022 11:08:29 -0700, Jibini Kula Tumbili Kujisalimisha
    <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in
    news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott
    Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:



    Badly written software - or simply badly /conceived/ >>>>>>>>>>>>> software - can kill any CPU.

    That's /always/ the excuse when the big promises turn out >>>>>>>>>>>> to be, at best, overly optimistic.

    I seem to recall that the theory was that no such
    software could possibly exist with the new OSes.

    Huh? ARM isn’t an OS; it’s a RISC architecture.

    It was claimed that the associated OSes would never lose
    anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for
    longer than that, and worked on and OS for the early RISC
    processor from Motrola, the 88100. I've never heard such a
    claim about "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or DDJ.
    So perhaps "enthusiasts" rather than "marketing".

    Entusiasts are simply parroting the marketing spiel.

    I'm not sure that was the case. There were, and probably still are, a
    /lot/ of people who really really hate segmented architectures and
    Windows. The marketing campaign was much, much tamer.

    BTW, has anyone else noticed this interesting progression:
    1) A claim is reported that RISC processors will take over the world.

    Apart from legacy architectures dating back to the 60s or 70s, haven’t
    they?

    Well, yes and no - it is very much a matter of debate.

    Old systems (like almost all versions of the /360, the VAX, the
    Motorola 6800 or the DG Eclipse/MV of "The Soul of a New Machine"
    fame ) used static microcode, where each instruction was split into
    one or several microcode instructions, which were then executed.

    The original RISC designs were, in a way, machines which exposed
    the microcode directly to the user. At least the 801 was indeed
    used as such, to run a /370 (I believe). They also used pipeplining
    on their instructions to gain performance. They also (usually) had
    one cycle per instruction, later versions had superscalar execution, out-of-order execution and whatnot.

    Today's CISC designs like the different AMD64 versions out there
    first translate their CICS instructions into micro-ops (microcode,
    if you will), which they then pipeline, schedule out-of-order
    and whatnot.

    A relatively pure RISC design like the POWER still has many
    instructions as a single micro-instructions, others are cracked
    into two. I believe RISC-V is designed so that it is a relatively
    pure RISC, and each instruction is designed so it more or
    less can be implemented directly. Of course, they advertise
    for instruction fusion for things they left out.

    So... has RISC taken over the world? You could argue as well that
    microcode (not static, but instructions that can be scheduled)
    rules supreme in x86-world. This is slightly at variance with
    the definition of microcode as it is used now (which is static
    RAM the same sort of micro-ops that the main engine uses).

    And even the current implementations of z/Architecture are
    implemented mostly as RISC, with a minority of opcodes invisibly
    implemented in software using the hardware opcodes (a paradigm that
    actually goes back to the S/360-44).

    That is _really_ hard to define. IIRC, the hardware runs a superset
    of a subset of the instructions that the programmer sees, and they
    use millicode (executing one machine instructions via several
    other machine instructions of the same format, but with some additional
    ones available which the programmer cannot use).

    Backwards compatibility to the mid-1960s comes at a price...

    But American Expresses old software written in assembly and Cobol still
    runs on IBM mainframes ...

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Thomas Koenig on Thu Dec 1 18:05:12 2022
    XPost: rec.arts.sf.written

    On 12/1/22 12:33 PM, Thomas Koenig wrote:
    John W Kennedy <[email protected]> schrieb:
    On 11/29/22 12:10 PM, Paul S Person wrote:
    On Mon, 28 Nov 2022 11:08:29 -0700, Jibini Kula Tumbili Kujisalimisha
    <[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in
    news:[email protected]:

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in
    news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott
    Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy
    <[email protected]> wrote:



    Badly written software - or simply badly /conceived/ >>>>>>>>>>>>> software - can kill any CPU.

    That's /always/ the excuse when the big promises turn out >>>>>>>>>>>> to be, at best, overly optimistic.

    I seem to recall that the theory was that no such
    software could possibly exist with the new OSes.

    Huh? ARM isn’t an OS; it’s a RISC architecture.

    It was claimed that the associated OSes would never lose
    anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for
    longer than that, and worked on and OS for the early RISC
    processor from Motrola, the 88100. I've never heard such a
    claim about "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or DDJ.
    So perhaps "enthusiasts" rather than "marketing".

    Entusiasts are simply parroting the marketing spiel.

    I'm not sure that was the case. There were, and probably still are, a
    /lot/ of people who really really hate segmented architectures and
    Windows. The marketing campaign was much, much tamer.

    BTW, has anyone else noticed this interesting progression:
    1) A claim is reported that RISC processors will take over the world.

    Apart from legacy architectures dating back to the 60s or 70s, haven’t
    they?

    Well, yes and no - it is very much a matter of debate.

    Old systems (like almost all versions of the /360, the VAX, the
    Motorola 6800 or the DG Eclipse/MV of "The Soul of a New Machine"
    fame ) used static microcode, where each instruction was split into
    one or several microcode instructions, which were then executed.

    The original RISC designs were, in a way, machines which exposed
    the microcode directly to the user. At least the 801 was indeed
    used as such, to run a /370 (I believe).

    The IBM JRD article compared the performance of the 801 to—a 165, I think—one of the almost-an-85 models at any rate—but they talk about it
    as a target for production programs written in a PL/I derivative. (They
    were, by the way, rather astonished that they could breadboard a machine
    that could beat a water-cooled monster.)

    They also used pipeplining
    on their instructions to gain performance. They also (usually) had
    one cycle per instruction, later versions had superscalar execution, out-of-order execution and whatnot.

    Today's CISC designs like the different AMD64 versions out there
    first translate their CICS instructions into micro-ops (microcode,
    if you will), which they then pipeline, schedule out-of-order
    and whatnot.

    A relatively pure RISC design like the POWER still has many
    instructions as a single micro-instructions, others are cracked
    into two. I believe RISC-V is designed so that it is a relatively
    pure RISC, and each instruction is designed so it more or
    less can be implemented directly. Of course, they advertise
    for instruction fusion for things they left out.

    So... has RISC taken over the world? You could argue as well that
    microcode (not static, but instructions that can be scheduled)
    rules supreme in x86-world. This is slightly at variance with
    the definition of microcode as it is used now (which is static
    RAM the same sort of micro-ops that the main engine uses).

    And even the current implementations of z/Architecture are
    implemented mostly as RISC, with a minority of opcodes invisibly
    implemented in software using the hardware opcodes (a paradigm that
    actually goes back to the S/360-44).

    That is _really_ hard to define. IIRC, the hardware runs a superset
    of a subset of the instructions that the programmer sees, and they
    use millicode (executing one machine instructions via several
    other machine instructions of the same format, but with some additional
    ones available which the programmer cannot use).

    Backwards compatibility to the mid-1960s comes at a price...

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Sat Dec 3 20:42:16 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    n Sun, 27 Nov 2022 21:35:09 GMT, [email protected] (Dorothy J Heydt)
    wrote:

    In article <tlhr3e$3nihq$[email protected]>,
    Thomas Koenig <[email protected]> wrote:
    An iPad has 3GB RAM these days, it is astonishing that serious
    business work can be done in a 2GB address space. But I suspect
    that many applications come from earlier times, when 2GB was
    luxury undreamt of.

    (Hal Heydt)
    Raspberry Pi 4 Model B comes with up to 8GB. I run the DunDraCon
    con reg on a pair (replicated database) of 4GB models. I used to
    run it on 1GB SBCs. The shift was because the Pi4B finally got
    fast enough I/O to suit me. Con reg kind of rattles around loose
    with that much RAM. I suspect that MariaDB just sucks the entire
    database into memory.

    My HP Envy has 12GB (IIRC, the HP Pavilion has 8GB).

    (Hal Heydt)
    Ah...but do either of those machines sell for $55? (Ganted,
    that's without PSU, keyboard, mouse/tracball, mass storage
    device, cables, or monitor. But with a KVM switch, some of that
    can be shared. Since I'm using 120GB SSDs for mass storage, the
    *total* outlay for each Pi4B-4 is right about $100 since I
    already had some of the required devices on hand.)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ninapenda Jibini@21:1/5 to Dorothy J Heydt on Sat Dec 3 21:44:53 2022
    XPost: rec.arts.sf.written

    [email protected] (Dorothy J Heydt) wrote in
    news:[email protected]:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    n Sun, 27 Nov 2022 21:35:09 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <tlhr3e$3nihq$[email protected]>,
    Thomas Koenig <[email protected]> wrote:
    An iPad has 3GB RAM these days, it is astonishing that serious
    business work can be done in a 2GB address space. But I
    suspect that many applications come from earlier times, when
    2GB was luxury undreamt of.

    (Hal Heydt)
    Raspberry Pi 4 Model B comes with up to 8GB. I run the
    DunDraCon con reg on a pair (replicated database) of 4GB
    models. I used to run it on 1GB SBCs. The shift was because
    the Pi4B finally got fast enough I/O to suit me. Con reg kind
    of rattles around loose with that much RAM. I suspect that
    MariaDB just sucks the entire database into memory.

    My HP Envy has 12GB (IIRC, the HP Pavilion has 8GB).

    (Hal Heydt)
    Ah...but do either of those machines sell for $55? (Ganted,
    that's without PSU, keyboard, mouse/tracball, mass storage
    device, cables, or monitor. But with a KVM switch, some of that
    can be shared. Since I'm using 120GB SSDs for mass storage, the
    *total* outlay for each Pi4B-4 is right about $100 since I
    already had some of the required devices on hand.)

    Complete kits start under $200, and prices in the last couple of
    years have been *outrageiously* high. They'll come back down
    eventually, to probably 2/3 of that or less.

    --
    Terry Austin

    Proof that Alan Baker is a liar and a fool, and even stupider than
    Lynn:
    https://www.cbp.gov/newsroom/stats/sw-border-migration


    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Sun Dec 4 01:10:15 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    On Mon, 28 Nov 2022 11:08:29 -0700, Jibini Kula Tumbili Kujisalimisha ><[email protected]> wrote:

    Paul S Person <[email protected]d> wrote in >>news:[email protected]:

    On Sun, 27 Nov 2022 18:30:23 GMT, Ninapenda Jibini
    <[email protected]> wrote:

    [email protected] (Scott Lurndal) wrote in >>>>news:huNgL.314169$[email protected]:

    Paul S Person <[email protected]d> writes:
    On Sat, 26 Nov 2022 17:26:44 GMT, [email protected] (Scott >>>>>>Lurndal) wrote:

    Paul S Person <[email protected]d> writes:
    On Thu, 24 Nov 2022 15:36:29 -0500, John W Kennedy >>>>>>>><[email protected]> wrote:



    Badly written software - or simply badly /conceived/
    software - can kill any CPU.

    That's /always/ the excuse when the big promises turn out
    to be, at best, overly optimistic.

    I seem to recall that the theory was that no such
    software could possibly exist with the new OSes.

    Huh? ARM isn�t an OS; it�s a RISC architecture.

    It was claimed that the associated OSes would never lose >>>>>>>>anything. IIRC.

    Claimed by whom?

    The people making the promises about RISC. IIRC.

    This was, what, 30 years ago? 25? Details fade.

    I've been in the hardware and OS side of the business for
    longer than that, and worked on and OS for the early RISC
    processor from Motrola, the 88100. I've never heard such a
    claim about "OS never loosing anything"[*].


    It is the RISC proponents who were making these predictions.

    You'll need to find some citations to support your memory.

    The claims about RISC have always been around the simplicity
    of the hardware providing a path to easier and less
    expensive implementation.

    I suspect that, as an industry insider, you've seen technical
    claims by technical people, and he's seen marketing claims by
    marketing "people".

    And you know how accurate marketing claims are.

    I think both points are quite possible.

    Although some of it may have come from articles in BYTE or DDJ.
    So perhaps "enthusiasts" rather than "marketing".

    Entusiasts are simply parroting the marketing spiel.

    I'm not sure that was the case. There were, and probably still are, a
    /lot/ of people who really really hate segmented architectures and
    Windows. The marketing campaign was much, much tamer.

    BTW, has anyone else noticed this interesting progression:
    1) A claim is reported that RISC processors will take over the world.
    2) I point out that this same claim was made 25 (say) years ago, and
    it didn't happen.
    3) Others claim that modern "segmented" processors are really RISC
    processors which mimic segmentation so the software will run.

    Which, of course, leads to the question:

    If RISC processors have /already/ taken over the world, why was the
    new prediction made at all?

    I suspect that, as always, we have long-since descended into semantic
    mush.

    (Hal Heydt)
    In a sense...RISC (in the form of ARM designs) *has* taken over
    the world. Compare the annual sales of desktop and laptop sales
    (mostly x86, Intel and AMD) against the sales of tablets and
    "smart" phones (almost exclusively ARM/ARM-derived RISC designs).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to Dorothy J Heydt on Sun Dec 4 12:45:06 2022
    XPost: rec.arts.sf.written

    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    In a sense...RISC (in the form of ARM designs) *has* taken over
    the world. Compare the annual sales of desktop and laptop sales
    (mostly x86, Intel and AMD) against the sales of tablets and
    "smart" phones (almost exclusively ARM/ARM-derived RISC designs).

    And now for the discussion if an architecture with 12000 pages of
    manual can be called "reduced" in any meaningful way :-)

    I have the Motorola 6800 handbook from 1979 upstairs, it's rather
    thin.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to All on Sun Dec 4 08:38:05 2022
    XPost: rec.arts.sf.written

    On Sat, 3 Dec 2022 20:42:16 GMT, [email protected] (Dorothy J Heydt)
    wrote:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    n Sun, 27 Nov 2022 21:35:09 GMT, [email protected] (Dorothy J Heydt) >>wrote:

    In article <tlhr3e$3nihq$[email protected]>,
    Thomas Koenig <[email protected]> wrote:
    An iPad has 3GB RAM these days, it is astonishing that serious
    business work can be done in a 2GB address space. But I suspect
    that many applications come from earlier times, when 2GB was
    luxury undreamt of.

    (Hal Heydt)
    Raspberry Pi 4 Model B comes with up to 8GB. I run the DunDraCon
    con reg on a pair (replicated database) of 4GB models. I used to
    run it on 1GB SBCs. The shift was because the Pi4B finally got
    fast enough I/O to suit me. Con reg kind of rattles around loose
    with that much RAM. I suspect that MariaDB just sucks the entire >>>database into memory.

    My HP Envy has 12GB (IIRC, the HP Pavilion has 8GB).

    (Hal Heydt)
    Ah...but do either of those machines sell for $55? (Ganted,
    that's without PSU, keyboard, mouse/tracball, mass storage
    device, cables, or monitor. But with a KVM switch, some of that
    can be shared. Since I'm using 120GB SSDs for mass storage, the
    *total* outlay for each Pi4B-4 is right about $100 since I
    already had some of the required devices on hand.)

    Of course not.

    Even though I bought a desktop version [1] through Office Depot at a
    discount. (This had two video outputs, DVI and VGA, rather than one
    HDMI. As it happened, my existing monitors were both VGA, but one of
    them had a DVI port and even included a DVI cable. OTOH, I had no
    choice between wired and wireless mouse/keyboard; I got wireless and
    so kept the existing trackball/keyboard.)

    [1] It has been a while since I checked but, at least at one time, a
    /portable/ version of the HP Envy existed -- at a much higher price
    than the HP Pavilion I eventually bought or the desktop HP Envy.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gary R. Schmidt@21:1/5 to Thomas Koenig on Mon Dec 5 12:44:39 2022
    XPost: rec.arts.sf.written

    On 04/12/2022 23:45, Thomas Koenig wrote:
    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    In a sense...RISC (in the form of ARM designs) *has* taken over
    the world. Compare the annual sales of desktop and laptop sales
    (mostly x86, Intel and AMD) against the sales of tablets and
    "smart" phones (almost exclusively ARM/ARM-derived RISC designs).

    And now for the discussion if an architecture with 12000 pages of
    manual can be called "reduced" in any meaningful way :-)

    I have the Motorola 6800 handbook from 1979 upstairs, it's rather
    thin.
    And somewhere in a box I have the same for the M88000 - it's two
    volumes. :-)

    Cheers,
    Gary B-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From John W Kennedy@21:1/5 to Thomas Koenig on Sun Dec 4 20:26:02 2022
    XPost: rec.arts.sf.written

    On 12/4/22 7:45 AM, Thomas Koenig wrote:
    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    In a sense...RISC (in the form of ARM designs) *has* taken over
    the world. Compare the annual sales of desktop and laptop sales
    (mostly x86, Intel and AMD) against the sales of tablets and
    "smart" phones (almost exclusively ARM/ARM-derived RISC designs).

    And now for the discussion if an architecture with 12000 pages of
    manual can be called "reduced" in any meaningful way :-)

    I have the Motorola 6800 handbook from 1979 upstairs, it's rather
    thin.

    All that proves is that not all architectures are documented in the same detail. The most complex instructions that I know of in ARM are Load
    Multiple and Store Multiple. Have you looked at any recent edition of z/Architecture Principles of Operation?

    --
    John W. Kennedy
    Algernon Burbage, Lord Roderick, Father Martin, Bishop Baldwin,
    King Pellinore, Captain Bailey, Merlin -- A Kingdom for a Stage!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to John W Kennedy on Mon Dec 5 14:14:05 2022
    XPost: rec.arts.sf.written

    John W Kennedy <[email protected]> writes:
    On 12/4/22 7:45 AM, Thomas Koenig wrote:
    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    In a sense...RISC (in the form of ARM designs) *has* taken over
    the world. Compare the annual sales of desktop and laptop sales
    (mostly x86, Intel and AMD) against the sales of tablets and
    "smart" phones (almost exclusively ARM/ARM-derived RISC designs).

    And now for the discussion if an architecture with 12000 pages of
    manual can be called "reduced" in any meaningful way :-)

    I have the Motorola 6800 handbook from 1979 upstairs, it's rather
    thin.

    All that proves is that not all architectures are documented in the same >detail. The most complex instructions that I know of in ARM are Load
    Multiple and Store Multiple.

    You haven't been paying attention. ARM processors support three distinct instructions sets (T32, A32, A64). The A64 set includes three distinct
    SIMD instruction sets (NEON, SVE, SME). The A64 set inclues instructions
    for memory tagging, for pointer authentication, for cryptography, for
    data movement (instructions to implement memcpy and memset), in addition
    to the normal integer data and bit manipulation instructions.

    And the total documentation for the latest ARM processors runs to well
    more than 20,000 pages when the interrupt controller, IOMMU and coresight (external JTAG debug) deocumentation is included.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Scott Lurndal@21:1/5 to Gary R. Schmidt on Mon Dec 5 14:19:23 2022
    XPost: rec.arts.sf.written

    "Gary R. Schmidt" <[email protected]> writes:
    On 04/12/2022 23:45, Thomas Koenig wrote:
    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    In a sense...RISC (in the form of ARM designs) *has* taken over
    the world. Compare the annual sales of desktop and laptop sales
    (mostly x86, Intel and AMD) against the sales of tablets and
    "smart" phones (almost exclusively ARM/ARM-derived RISC designs).

    And now for the discussion if an architecture with 12000 pages of
    manual can be called "reduced" in any meaningful way :-)

    I have the Motorola 6800 handbook from 1979 upstairs, it's rather
    thin.
    And somewhere in a box I have the same for the M88000 - it's two
    volumes. :-)

    The original 88100 manual was a single volume for the processor
    and a second for the 88200 (MMU).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Koenig@21:1/5 to John W Kennedy on Mon Dec 5 22:16:53 2022
    XPost: rec.arts.sf.written

    John W Kennedy <[email protected]> schrieb:
    On 12/4/22 7:45 AM, Thomas Koenig wrote:
    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    In a sense...RISC (in the form of ARM designs) *has* taken over
    the world. Compare the annual sales of desktop and laptop sales
    (mostly x86, Intel and AMD) against the sales of tablets and
    "smart" phones (almost exclusively ARM/ARM-derived RISC designs).

    And now for the discussion if an architecture with 12000 pages of
    manual can be called "reduced" in any meaningful way :-)

    I have the Motorola 6800 handbook from 1979 upstairs, it's rather
    thin.

    All that proves is that not all architectures are documented in the same detail. The most complex instructions that I know of in ARM are Load
    Multiple and Store Multiple.

    Not in the 64-bit version of ARM (aka ARMv8). Take a look at their
    vector instructions one day, like (random grab) UQRSHL.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Gary R. Schmidt@21:1/5 to Scott Lurndal on Tue Dec 6 14:27:52 2022
    XPost: rec.arts.sf.written

    On 06/12/2022 01:19, Scott Lurndal wrote:
    "Gary R. Schmidt" <[email protected]> writes:
    On 04/12/2022 23:45, Thomas Koenig wrote:
    Dorothy J Heydt <[email protected]> schrieb:

    (Hal Heydt)
    In a sense...RISC (in the form of ARM designs) *has* taken over
    the world. Compare the annual sales of desktop and laptop sales
    (mostly x86, Intel and AMD) against the sales of tablets and
    "smart" phones (almost exclusively ARM/ARM-derived RISC designs).

    And now for the discussion if an architecture with 12000 pages of
    manual can be called "reduced" in any meaningful way :-)

    I have the Motorola 6800 handbook from 1979 upstairs, it's rather
    thin.
    And somewhere in a box I have the same for the M88000 - it's two
    volumes. :-)

    The original 88100 manual was a single volume for the processor
    and a second for the 88200 (MMU).

    Mayhap that's what I'm remembering - it's not like I've looked at them
    in the last thirty-odd years!

    Cheers,
    Gary B-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Thu Dec 8 16:38:09 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Dorothy J Heydt) wrote in
    news:[email protected]:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    n Sun, 27 Nov 2022 21:35:09 GMT, [email protected] (Dorothy J
    Heydt) wrote:

    In article <tlhr3e$3nihq$[email protected]>,
    Thomas Koenig <[email protected]> wrote:
    An iPad has 3GB RAM these days, it is astonishing that serious >>>>>business work can be done in a 2GB address space. But I
    suspect that many applications come from earlier times, when
    2GB was luxury undreamt of.

    (Hal Heydt)
    Raspberry Pi 4 Model B comes with up to 8GB. I run the
    DunDraCon con reg on a pair (replicated database) of 4GB
    models. I used to run it on 1GB SBCs. The shift was because
    the Pi4B finally got fast enough I/O to suit me. Con reg kind
    of rattles around loose with that much RAM. I suspect that
    MariaDB just sucks the entire database into memory.

    My HP Envy has 12GB (IIRC, the HP Pavilion has 8GB).

    (Hal Heydt)
    Ah...but do either of those machines sell for $55? (Ganted,
    that's without PSU, keyboard, mouse/tracball, mass storage
    device, cables, or monitor. But with a KVM switch, some of that
    can be shared. Since I'm using 120GB SSDs for mass storage, the
    *total* outlay for each Pi4B-4 is right about $100 since I
    already had some of the required devices on hand.)

    Complete kits start under $200, and prices in the last couple of
    years have been *outrageiously* high. They'll come back down
    eventually, to probably 2/3 of that or less.

    (Hal Heydt)
    Depends on how you buy them. If you go on FleaBay or the like,
    yes, you'll pay way over list. If you stick to the authorized
    resellers, then you get the RPF parts (SBC, case, video cable,
    PSU) for list price.

    The current problem is that, like every other electronics
    manufacturer on the planet, Pis have been adversely affected by
    COVID-induced supply chain disruptions. The RPTL folks have been
    open and up-front about the issues, and how they are working to
    deal with them. They have give some priority to commercial
    customers so as to minimize the adverse impact of shortages on
    employment. The rest go into the retail channels--where, due to
    high demand and limited supply--they sell out practically as fast
    as they can be delivered.

    What the RPTL has *not* done is respond to these pressures by
    raising list price (with one, very minor, exception). So *if*
    you can find a Pi in stock at an authorized reseller, you can buy
    it at list price (plus the usual local taxes and shipping).

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jibini Kula Tumbili Kujisalimisha@21:1/5 to Dorothy J Heydt on Thu Dec 8 09:38:18 2022
    XPost: rec.arts.sf.written

    [email protected] (Dorothy J Heydt) wrote in
    news:[email protected]:

    In article <[email protected]>,
    Ninapenda Jibini <[email protected]> wrote:
    [email protected] (Dorothy J Heydt) wrote in >>news:[email protected]:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    n Sun, 27 Nov 2022 21:35:09 GMT, [email protected] (Dorothy
    J Heydt) wrote:

    In article <tlhr3e$3nihq$[email protected]>,
    Thomas Koenig <[email protected]> wrote:
    An iPad has 3GB RAM these days, it is astonishing that
    serious business work can be done in a 2GB address space.
    But I suspect that many applications come from earlier
    times, when 2GB was luxury undreamt of.

    (Hal Heydt)
    Raspberry Pi 4 Model B comes with up to 8GB. I run the
    DunDraCon con reg on a pair (replicated database) of 4GB
    models. I used to run it on 1GB SBCs. The shift was because
    the Pi4B finally got fast enough I/O to suit me. Con reg
    kind of rattles around loose with that much RAM. I suspect
    that MariaDB just sucks the entire database into memory.

    My HP Envy has 12GB (IIRC, the HP Pavilion has 8GB).

    (Hal Heydt)
    Ah...but do either of those machines sell for $55? (Ganted,
    that's without PSU, keyboard, mouse/tracball, mass storage
    device, cables, or monitor. But with a KVM switch, some of
    that can be shared. Since I'm using 120GB SSDs for mass
    storage, the *total* outlay for each Pi4B-4 is right about
    $100 since I already had some of the required devices on
    hand.)

    Complete kits start under $200, and prices in the last couple of
    years have been *outrageiously* high. They'll come back down
    eventually, to probably 2/3 of that or less.

    (Hal Heydt)
    Depends on how you buy them. If you go on FleaBay or the like,
    yes, you'll pay way over list. If you stick to the authorized
    resellers, then you get the RPF parts (SBC, case, video cable,
    PSU) for list price.

    If you can find them. Therein lies the problem.

    --
    Terry Austin

    "Terry Austin: like the polio vaccine, only with more asshole."
    -- David Bilek

    Jesus forgives sinners, not criminals.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dorothy J Heydt@21:1/5 to [email protected] on Fri Dec 9 04:55:53 2022
    XPost: rec.arts.sf.written

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    On Sat, 3 Dec 2022 20:42:16 GMT, [email protected] (Dorothy J Heydt)
    wrote:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    n Sun, 27 Nov 2022 21:35:09 GMT, [email protected] (Dorothy J Heydt) >>>wrote:

    In article <tlhr3e$3nihq$[email protected]>,
    Thomas Koenig <[email protected]> wrote:
    An iPad has 3GB RAM these days, it is astonishing that serious >>>>>business work can be done in a 2GB address space. But I suspect
    that many applications come from earlier times, when 2GB was
    luxury undreamt of.

    (Hal Heydt)
    Raspberry Pi 4 Model B comes with up to 8GB. I run the DunDraCon
    con reg on a pair (replicated database) of 4GB models. I used to
    run it on 1GB SBCs. The shift was because the Pi4B finally got
    fast enough I/O to suit me. Con reg kind of rattles around loose
    with that much RAM. I suspect that MariaDB just sucks the entire >>>>database into memory.

    My HP Envy has 12GB (IIRC, the HP Pavilion has 8GB).

    (Hal Heydt)
    Ah...but do either of those machines sell for $55? (Ganted,
    that's without PSU, keyboard, mouse/tracball, mass storage
    device, cables, or monitor. But with a KVM switch, some of that
    can be shared. Since I'm using 120GB SSDs for mass storage, the
    *total* outlay for each Pi4B-4 is right about $100 since I
    already had some of the required devices on hand.)

    Of course not.

    Even though I bought a desktop version [1] through Office Depot at a >discount. (This had two video outputs, DVI and VGA, rather than one
    HDMI. As it happened, my existing monitors were both VGA, but one of
    them had a DVI port and even included a DVI cable. OTOH, I had no
    choice between wired and wireless mouse/keyboard; I got wireless and
    so kept the existing trackball/keyboard.)

    [1] It has been a while since I checked but, at least at one time, a >/portable/ version of the HP Envy existed -- at a much higher price
    than the HP Pavilion I eventually bought or the desktop HP Envy.

    (Hal Heydt)
    DVI-D is signal compatable with HDMI. All you need is--a quite inexpensive--HDMI to DVI adapter. Or you can get HDMI to DVI
    cables. I've got a good sized collection of monitors that all
    have at least DVI input. Last batch of adapters I got were less
    than $2 each.

    VGA is a whole 'nother animal. Conversion requires an active
    device and most of the cheap devices to do that aren't very
    good. Plus converters are one way only. You get *either* HDMI to
    VGA *or* VGA to HDMI.

    The other headache that's coming along is DisplyPort (DP). Like
    VGA conversion, any given device is either DP to HDMI or HDMI to
    DP. DP to HDMI are very common. To find an HDMI to DP, you've
    got to sift through a lot of entries. And, again, there are
    quality issues as well as having to be an active device.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lynn McGuire@21:1/5 to Dorothy J Heydt on Fri Dec 9 00:08:00 2022
    XPost: rec.arts.sf.written

    On 12/8/2022 10:55 PM, Dorothy J Heydt wrote:
    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    On Sat, 3 Dec 2022 20:42:16 GMT, [email protected] (Dorothy J Heydt)
    wrote:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    n Sun, 27 Nov 2022 21:35:09 GMT, [email protected] (Dorothy J Heydt) >>>> wrote:

    In article <tlhr3e$3nihq$[email protected]>,
    Thomas Koenig <[email protected]> wrote:
    An iPad has 3GB RAM these days, it is astonishing that serious
    business work can be done in a 2GB address space. But I suspect
    that many applications come from earlier times, when 2GB was
    luxury undreamt of.

    (Hal Heydt)
    Raspberry Pi 4 Model B comes with up to 8GB. I run the DunDraCon
    con reg on a pair (replicated database) of 4GB models. I used to
    run it on 1GB SBCs. The shift was because the Pi4B finally got
    fast enough I/O to suit me. Con reg kind of rattles around loose
    with that much RAM. I suspect that MariaDB just sucks the entire
    database into memory.

    My HP Envy has 12GB (IIRC, the HP Pavilion has 8GB).

    (Hal Heydt)
    Ah...but do either of those machines sell for $55? (Ganted,
    that's without PSU, keyboard, mouse/tracball, mass storage
    device, cables, or monitor. But with a KVM switch, some of that
    can be shared. Since I'm using 120GB SSDs for mass storage, the
    *total* outlay for each Pi4B-4 is right about $100 since I
    already had some of the required devices on hand.)

    Of course not.

    Even though I bought a desktop version [1] through Office Depot at a
    discount. (This had two video outputs, DVI and VGA, rather than one
    HDMI. As it happened, my existing monitors were both VGA, but one of
    them had a DVI port and even included a DVI cable. OTOH, I had no
    choice between wired and wireless mouse/keyboard; I got wireless and
    so kept the existing trackball/keyboard.)

    [1] It has been a while since I checked but, at least at one time, a
    /portable/ version of the HP Envy existed -- at a much higher price
    than the HP Pavilion I eventually bought or the desktop HP Envy.

    (Hal Heydt)
    DVI-D is signal compatable with HDMI. All you need is--a quite inexpensive--HDMI to DVI adapter. Or you can get HDMI to DVI
    cables. I've got a good sized collection of monitors that all
    have at least DVI input. Last batch of adapters I got were less
    than $2 each.

    VGA is a whole 'nother animal. Conversion requires an active
    device and most of the cheap devices to do that aren't very
    good. Plus converters are one way only. You get *either* HDMI to
    VGA *or* VGA to HDMI.

    The other headache that's coming along is DisplyPort (DP). Like
    VGA conversion, any given device is either DP to HDMI or HDMI to
    DP. DP to HDMI are very common. To find an HDMI to DP, you've
    got to sift through a lot of entries. And, again, there are
    quality issues as well as having to be an active device.

    I have already been fighting the DisplayPort battle with my new PCs with
    MSI motherboards and LG monitors. I bought about five of the cables
    plus converters.

    Lynn

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul S Person@21:1/5 to All on Fri Dec 9 09:31:52 2022
    XPost: rec.arts.sf.written

    On Fri, 9 Dec 2022 04:55:53 GMT, [email protected] (Dorothy J Heydt)
    wrote:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    On Sat, 3 Dec 2022 20:42:16 GMT, [email protected] (Dorothy J Heydt) >>wrote:

    In article <[email protected]>,
    Paul S Person <[email protected]d> wrote:
    n Sun, 27 Nov 2022 21:35:09 GMT, [email protected] (Dorothy J Heydt) >>>>wrote:

    In article <tlhr3e$3nihq$[email protected]>,
    Thomas Koenig <[email protected]> wrote:
    An iPad has 3GB RAM these days, it is astonishing that serious >>>>>>business work can be done in a 2GB address space. But I suspect >>>>>>that many applications come from earlier times, when 2GB was
    luxury undreamt of.

    (Hal Heydt)
    Raspberry Pi 4 Model B comes with up to 8GB. I run the DunDraCon
    con reg on a pair (replicated database) of 4GB models. I used to
    run it on 1GB SBCs. The shift was because the Pi4B finally got
    fast enough I/O to suit me. Con reg kind of rattles around loose >>>>>with that much RAM. I suspect that MariaDB just sucks the entire >>>>>database into memory.

    My HP Envy has 12GB (IIRC, the HP Pavilion has 8GB).

    (Hal Heydt)
    Ah...but do either of those machines sell for $55? (Ganted,
    that's without PSU, keyboard, mouse/tracball, mass storage
    device, cables, or monitor. But with a KVM switch, some of that
    can be shared. Since I'm using 120GB SSDs for mass storage, the
    *total* outlay for each Pi4B-4 is right about $100 since I
    already had some of the required devices on hand.)

    Of course not.

    Even though I bought a desktop version [1] through Office Depot at a >>discount. (This had two video outputs, DVI and VGA, rather than one
    HDMI. As it happened, my existing monitors were both VGA, but one of
    them had a DVI port and even included a DVI cable. OTOH, I had no
    choice between wired and wireless mouse/keyboard; I got wireless and
    so kept the existing trackball/keyboard.)

    [1] It has been a while since I checked but, at least at one time, a >>/portable/ version of the HP Envy existed -- at a much higher price
    than the HP Pavilion I eventually bought or the desktop HP Envy.

    (Hal Heydt)
    DVI-D is signal compatable with HDMI. All you need is--a quite >inexpensive--HDMI to DVI adapter. Or you can get HDMI to DVI
    cables. I've got a good sized collection of monitors that all
    have at least DVI input. Last batch of adapters I got were less
    than $2 each.

    I'm sorry to hear that; the impression I had was that, at least with a computer, the DVI plug would work in the HDMI socket.

    VGA is a whole 'nother animal. Conversion requires an active
    device and most of the cheap devices to do that aren't very
    good. Plus converters are one way only. You get *either* HDMI to
    VGA *or* VGA to HDMI.

    The one I purchased back in 2016 [https://www.amazon.com/StarTech-com-HDMI-VGA-Adapter-1920x1080/dp/B00BUKO4WY?psc=1&pd_rd_w=4NiFO&content-id=amzn1.sym.9b6c7c5b-711f-47e9-8510-2ca3ff59483f&pf_rd_p=9b6c7c5b-711f-47e9-8510-2ca3ff59483f&pf_rd_r=ZZ6PVN2GGX6RT0M0QJAB&pd_rd_wg=HBXvO&pd_rd_r=
    2db6983d-164b-40ee-811e-5c670e83b40d&ref_=sspa_dk_rhf_yoy_pt_sub_3&spLa= ZW5jcnlwdGVkUXVhbGlmaWVyPUEzUFJZOTNNMTJIUzFaJmVuY3J5cHRlZElkPUEwNTEwMzE4TVVHNVFJU1JGR0lYJmVuY3J5cHRlZEFkSWQ9QTAyMDU0NDIyQURQUk1OWEZMRUZKJndpZGdldE5hbWU9c3BfcmhmX3lveSZhY3Rpb249Y2xpY2tSZWRpcmVjdCZkb05vdExvZ0NsaWNrPXRydWU=]
    is powered by the HDMI input, no dongle required. For non-HD
    programming, it works with my laptop (presumably because the laptop is
    smart enough to not require HDCP for non-HD programming, as opposed to
    the BD Player, which requires it for its own menu). For the BD Player
    and HD programming on the laptop, HDCP must be provided.

    This is not one of the "cheap" ones but is not all that expensive
    either.

    So an HDMI splitter with two outputs and one of these and an HDMI to
    DVI convertor should work with a new computer.

    I have no idea whether the monitors provide HDCP or not. If they
    don't, then I will need to finesse that, just as I did for video.

    The other headache that's coming along is DisplyPort (DP). Like
    VGA conversion, any given device is either DP to HDMI or HDMI to
    DP. DP to HDMI are very common. To find an HDMI to DP, you've
    got to sift through a lot of entries. And, again, there are
    quality issues as well as having to be an active device.

    My first stop on Amazon would be /StarTech/ devices. They may not be
    "cheap", but they do seem to work.

    For example, [https://www.amazon.com/StarTech-com-DisplayPort-HDMI-Adapter-1920x1200/dp/B0035PS57M/ref=sr_1_1_sspa?crid=3G96231Y36T8J&keywords=startech%2Bhdmi%2Bto%2Bdisplayport%2Badapter&qid=1670606753&s=electronics&sprefix=StarTech%2Bhdmi%2Bto%2Celectronics%2C143&
    sr=1-1-spons&spLa=ZW5jcnlwdGVkUXVhbGlmaWVyPUExN0Y5VzJQRUNaMllCJmVuY3J5cHRlZElkPUExMDM1MDY2T1M5SUVTR1NHQkMmZW5jcnlwdGVkQWRJZD1BMDM5MjcyMDNOSzFZTEI1T1YzODkmd2lkZ2V0TmFtZT1zcF9hdGYmYWN0aW9uPWNsaWNrUmVkaXJlY3QmZG9Ob3RMb2dDbGljaz10cnVl&th=1]
    may or may not be what you are after. "startech hdmi to displayport"
    brings up other choices, some of which accomodate 4K.

    When dealing with East Asian Technotrash, restricting yourself to a
    brand (or brands) you know are reliable is one way to cut down the
    clutter and avoid the el-cheapo losers.
    --
    "In this connexion, unquestionably the most significant
    development was the disintegration, under Christian
    influence, of classical conceptions of the family and
    of family right."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)