• Linux 32 bit support days are numbered

    From John McCue@jmclnx@SPAMisBADgmail.com to comp.os.linux.misc on Tue Sep 2 15:43:17 2025
    From Newsgroup: comp.os.linux.misc

    I ram across this long article. It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also
    be looking to remove all 32 bit support. *But* as a user I
    will be a bit sad to see it go.
    --
    [t]csh(1) - "An elegant shell, for a more... civilized age."
    - Paraphrasing Star Wars
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Tue Sep 2 19:35:24 2025
    From Newsgroup: comp.os.linux.misc

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article. It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also
    be looking to remove all 32 bit support. *But* as a user I
    will be a bit sad to see it go.

    It's alive and well on ARM and likely to remain that way.
    --
    Microsoft : the best reason to go to Linux that ever existed.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Jason H@jason_hindle@yahoo.com to comp.os.linux.misc on Tue Sep 2 18:58:50 2025
    From Newsgroup: comp.os.linux.misc

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article. It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also
    be looking to remove all 32 bit support. *But* as a user I
    will be a bit sad to see it go.

    There are distributions committed to 32 bit Linux, so I don't think that
    will be a problem for the next few years. Browsers OTOH might end up being
    a problem, but then again, a thing doesn't need a desktop and browser to
    sit in a place and do something useful :-).
    --
    --
    A PICKER OF UNCONSIDERED TRIFLES
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Tue Sep 2 20:38:42 2025
    From Newsgroup: comp.os.linux.misc

    On 02/09/2025 19:58, Jason H wrote:
    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article.  It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted.  I know if I was maintaining Linux I would also
    be looking to remove all 32 bit support.  *But* as a user I
    will be a bit sad to see it go.

    There are distributions committed to 32 bit Linux, so I don't think that
    will be a problem for the next few years. Browsers OTOH might end up being
    a problem, but then again, a thing doesn't need a desktop and browser to
    sit in a place and do something useful :-).

    Indeed. IIRC it was the ghastliness of browsers in general that lead me
    to ditch 32 bit...
    --
    There is something fascinating about science. One gets such wholesale
    returns of conjecture out of such a trifling investment of fact.

    Mark Twain

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Tue Sep 2 20:51:29 2025
    From Newsgroup: comp.os.linux.misc

    On Tue, 2 Sep 2025 15:43:17 -0000 (UTC), John McCue wrote:

    I ram across this long article. It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also be looking
    to remove all 32 bit support. *But* as a user I will be a bit sad to
    see it go.

    I'm running 32-bit Debian Bullseye at work. While the sites run the legacy software on Windows using the Nutcracker runtime they're dependent on the legacy Esri 32-bit API and 32-bit DB2 drivers.

    I don't remember the release numbers but for a while we could build on 64-
    bit Ubuntu by setting the compiler flags and loading 32-bit libraries. The next Ubuntu release made it impossible to find all the libraries so it was easier to go to a 32-bit distro.

    i386 was removed from the kernel and many would like to remove 32-bit completely but I think it will be a while yet.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Wed Sep 3 00:08:08 2025
    From Newsgroup: comp.os.linux.misc

    On Tue, 2 Sep 2025 15:43:17 -0000 (UTC), John McCue wrote:

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also
    be looking to remove all 32 bit support. *But* as a user I
    will be a bit sad to see it go.

    I wonder if big-endian support is not similarly on its last legs. Even architectures that started out firmly big-endian eventually gave in and
    added little-endian operation modes.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Sep 3 04:37:21 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 00:08:08 -0000 (UTC), Lawrence D’Oliveiro wrote:

    On Tue, 2 Sep 2025 15:43:17 -0000 (UTC), John McCue wrote:

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also be looking
    to remove all 32 bit support. *But* as a user I will be a bit sad to
    see it go.

    I wonder if big-endian support is not similarly on its last legs. Even architectures that started out firmly big-endian eventually gave in and
    added little-endian operation modes.

    I doubt network byte order will go away anytime soon.

    We use ONC RPC with XDR for serialization. It made sense when the system
    ran under AIX on RS/6000 boxes. When the sites switched to Windows
    desktops and servers the double reordering made much less sense.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Sep 3 04:42:39 2025
    From Newsgroup: comp.os.linux.misc

    On Tue, 2 Sep 2025 19:35:24 +0100, The Natural Philosopher wrote:

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article. It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also be looking
    to remove all 32 bit support. *But* as a user I will be a bit sad to
    see it go.

    It's alive and well on ARM and likely to remain that way.

    Maybe. The OS selection in the Raspberry Pi Imager recommends the 64-bit Bookworm version although it does have 32-bit Bookworm and Bullseye
    options.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Wed Sep 3 09:06:39 2025
    From Newsgroup: comp.os.linux.misc

    On 02.09.2025 18:58 Jason H wrote:

    There are distributions committed to 32 bit Linux, so I don't think
    that will be a problem for the next few years.

    They rely on the upstream kernel. If x86 is being dropped there, those distributions will come to an end.
    LTS kernels might give them some months/years, but the end is near.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Wed Sep 3 09:17:29 2025
    From Newsgroup: comp.os.linux.misc

    On 02.09.2025 15:43 John McCue wrote:

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also
    be looking to remove all 32 bit support. *But* as a user I
    will be a bit sad to see it go.

    A bit yes, but just a bit.

    All computers that have an x86 only CPU are more than 10 years old (the
    last ones were Intel Atoms in Netbooks around 2011). Most of them are
    now out of service and way too slow for most basic office tasks.

    Just try to run a current webbrowser on an x86 only Intel Atom and play
    a YouTube video. Very slow, if it plays at all. Same for the Core Duo
    (not Core 2 Duo, they have x86_64) from the middle 2000s.

    It is possible to use such systems as small servers, but the power
    consumption is much higher that for a new cheap one - with x86_64.

    TLDR: x86 Linux is almost obsolete in most areas.

    I still have 2 laptops with Pentium M, mostly useless, as most software/websites run that slow or make the system freeze.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Sep 3 03:20:03 2025
    From Newsgroup: comp.os.linux.misc

    On 9/3/25 3:06 AM, Marco Moock wrote:
    On 02.09.2025 18:58 Jason H wrote:

    There are distributions committed to 32 bit Linux, so I don't think
    that will be a problem for the next few years.

    They rely on the upstream kernel. If x86 is being dropped there, those distributions will come to an end.
    LTS kernels might give them some months/years, but the end is near.

    There is not much 32-bit hardware out there
    anymore. Even cheap stuff like PIs handle
    64-bit.

    DO encourage at least ONE distro to hang on to
    a 32-bit version for a few more years though.
    After that ....... the past is the past.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 09:42:31 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 05:42, rbowman wrote:
    On Tue, 2 Sep 2025 19:35:24 +0100, The Natural Philosopher wrote:

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article. It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also be looking
    to remove all 32 bit support. *But* as a user I will be a bit sad to
    see it go.

    It's alive and well on ARM and likely to remain that way.

    Maybe. The OS selection in the Raspberry Pi Imager recommends the 64-bit Bookworm version although it does have 32-bit Bookworm and Bullseye
    options.

    you cant run the 64 bit on early pis or zeros
    --
    New Socialism consists essentially in being seen to have your heart in
    the right place whilst your head is in the clouds and your hand is in
    someone else's pocket.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Sep 3 04:44:56 2025
    From Newsgroup: comp.os.linux.misc

    On 9/3/25 4:42 AM, The Natural Philosopher wrote:
    On 03/09/2025 05:42, rbowman wrote:
    On Tue, 2 Sep 2025 19:35:24 +0100, The Natural Philosopher wrote:

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article.  It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted.  I know if I was maintaining Linux I would also be looking >>>> to remove all 32 bit support.  *But* as a user I will be a bit sad to >>>> see it go.

    It's alive and well on ARM and likely to remain that way.

    Maybe. The OS selection in the Raspberry Pi Imager recommends the 64-bit
    Bookworm version although it does have 32-bit Bookworm and Bullseye
    options.

    you cant run the 64 bit on early pis or zeros


    Then you throw them into the trash bin.

    Sorry, but The Past does NOT live forever.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Wed Sep 3 10:51:11 2025
    From Newsgroup: comp.os.linux.misc

    On 03.09.2025 03:20 c186282 c186282 wrote:

    DO encourage at least ONE distro to hang on to
    a 32-bit version for a few more years though.
    After that ....... the past is the past.

    Slackware plans to do so.
    Although, if upstream software will stop supporting it (not only the
    kernel, but compilers and linkers), it will definitely come to an end.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Wed Sep 3 10:54:18 2025
    From Newsgroup: comp.os.linux.misc

    On 03.09.2025 09:42 The Natural Philosopher wrote:

    On 03/09/2025 05:42, rbowman wrote:
    On Tue, 2 Sep 2025 19:35:24 +0100, The Natural Philosopher wrote:

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article. It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also be
    looking to remove all 32 bit support. *But* as a user I will be
    a bit sad to see it go.

    It's alive and well on ARM and likely to remain that way.

    Maybe. The OS selection in the Raspberry Pi Imager recommends the
    64-bit Bookworm version although it does have 32-bit Bookworm and
    Bullseye options.

    you cant run the 64 bit on early pis or zeros

    Everything later that 3B can run 64 bit. That came out in 2026 - so
    more than 10 years old when Linux considers dropping 32 bit support.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Wed Sep 3 11:01:44 2025
    From Newsgroup: comp.os.linux.misc

    Jason H <jason_hindle@yahoo.com> wrote:
    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article. It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also
    be looking to remove all 32 bit support. *But* as a user I
    will be a bit sad to see it go.

    There are distributions committed to 32 bit Linux, so I don't think that
    will be a problem for the next few years. Browsers OTOH might end up being
    a problem, but then again, a thing doesn't need a desktop and browser to
    sit in a place and do something useful :-).

    Distributions need Toolchains, Compilers, Kernels. If the kernel
    decides to stop doing 32bit, then a distribution can fork the kernel,
    but they're unlikely to have enough personpower to seriously do that.

    Live ain't as easy as you think.

    Greetings
    Marc
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Sep 3 05:15:19 2025
    From Newsgroup: comp.os.linux.misc

    On 9/3/25 4:51 AM, Marco Moock wrote:
    On 03.09.2025 03:20 c186282 c186282 wrote:

    DO encourage at least ONE distro to hang on to
    a 32-bit version for a few more years though.
    After that ....... the past is the past.

    Slackware plans to do so.
    Although, if upstream software will stop supporting it (not only the
    kernel, but compilers and linkers), it will definitely come to an end.

    32 has gone the way of 8-bit ....

    Nothing really to DO about it ... tech keeps
    marching on.

    What, should all the distros keep a PDP-11
    version ??? Come ON now !!!

    Learned on a PDP-11, good unit ... but its
    time is LONG LONG gone.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Nuno Silva@nunojsilva@invalid.invalid to comp.os.linux.misc on Wed Sep 3 10:22:58 2025
    From Newsgroup: comp.os.linux.misc

    On 2025-09-03, Marco Moock wrote:

    On 02.09.2025 18:58 Jason H wrote:

    There are distributions committed to 32 bit Linux, so I don't think
    that will be a problem for the next few years.

    They rely on the upstream kernel. If x86 is being dropped there, those distributions will come to an end.
    LTS kernels might give them some months/years, but the end is near.

    What about other UNIX-like systems? Are BSDs planning to do the same?
    --
    Nuno Silva
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Nuno Silva@nunojsilva@invalid.invalid to comp.os.linux.misc on Wed Sep 3 10:36:28 2025
    From Newsgroup: comp.os.linux.misc

    On 2025-09-03, Marco Moock wrote:

    On 02.09.2025 15:43 John McCue wrote:

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also
    be looking to remove all 32 bit support. *But* as a user I
    will be a bit sad to see it go.

    A bit yes, but just a bit.

    All computers that have an x86 only CPU are more than 10 years old (the
    last ones were Intel Atoms in Netbooks around 2011). Most of them are
    now out of service and way too slow for most basic office tasks.

    Just try to run a current webbrowser on an x86 only Intel Atom and play
    a YouTube video. Very slow, if it plays at all. Same for the Core Duo
    (not Core 2 Duo, they have x86_64) from the middle 2000s.

    It is possible to use such systems as small servers, but the power consumption is much higher that for a new cheap one - with x86_64.

    TLDR: x86 Linux is almost obsolete in most areas.

    I still have 2 laptops with Pentium M, mostly useless, as most software/websites run that slow or make the system freeze.


    Yes, but are these seriously unable to do anything else? I'd think web
    browsers would be the outlier here, unless the other software you're
    running is just another webapp.

    Stuff like network news and email and file editing and coding on
    Emacs/vim, working with VCS repositories, typesetting in LaTeX, chat in well-designed plaforms with light clients, that should not be hitting singificant performance issues.

    Reducing these to just usable as "small servers" sounds too much to me.

    (Although, yes, the death of IE6 dealt a major blow to the usability of
    the JS-enabled web in such systems...)
    --
    Nuno Silva
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 10:52:39 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 10:15, c186282 wrote:
    On 9/3/25 4:51 AM, Marco Moock wrote:
    On 03.09.2025 03:20 c186282 c186282 wrote:

        DO encourage at least ONE distro to hang on to
        a 32-bit version for a few more years though.
        After that ....... the past is the past.

    Slackware plans to do so.
    Although, if upstream software will stop supporting it (not only the
    kernel, but compilers and linkers), it will definitely come to an end.

      32 has gone the way of 8-bit ....

      Nothing really to DO about it ... tech keeps
      marching on.

      What, should all the distros keep a PDP-11
      version ??? Come ON now !!!

      Learned on a PDP-11, good unit ... but its
      time is LONG LONG gone.

    I think custom Linuxes of a 32 bit flavour will be around as long as
    there are being platforms made that will run them and need them.

    that is currently the case in Pis as the Zero and Zero W models are
    still in production.

    It is probably true to say that ultimately if the PIOS (32bit) were
    frozen at the latest level it would still be a usable option for
    embedded applications almost forever.

    I mean you can still run FreeDos on a *86 if you want. Or CP/M on a z80

    That doesn't detract from the argument that a 386SX running today's
    linux wouldn't be completely unusable as a day to day desktop.

    You would be better off running windows XP on it.

    And thats the point. Retro computing uses retro software as well as
    retro hardware. And the cost of maintaining REALLY old kit starts to
    ruse and its utility starts to fall after a certain age.

    I think that is what others than myself have said. The sweet spot for
    low cost *86 computing is 5-15 years old, when its cheap to obtain but
    has enough power to run the latest software.

    Beyond that, scrap it or give it to a retro enthusiast.
    --
    “The urge to save humanity is almost always only a false face for the
    urge to rule it.”
    – H. L. Mencken

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Wed Sep 3 11:59:02 2025
    From Newsgroup: comp.os.linux.misc

    The Natural Philosopher <tnp@invalid.invalid> wrote:
    I think custom Linuxes of a 32 bit flavour will be around as long as
    there are being platforms made that will run them and need them.

    As long as Kernel, Compilers, Toolchains will be around.
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Sep 3 06:27:55 2025
    From Newsgroup: comp.os.linux.misc

    On 9/3/25 5:36 AM, Nuno Silva wrote:
    On 2025-09-03, Marco Moock wrote:

    On 02.09.2025 15:43 John McCue wrote:

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also
    be looking to remove all 32 bit support. *But* as a user I
    will be a bit sad to see it go.

    A bit yes, but just a bit.

    All computers that have an x86 only CPU are more than 10 years old (the
    last ones were Intel Atoms in Netbooks around 2011). Most of them are
    now out of service and way too slow for most basic office tasks.

    Just try to run a current webbrowser on an x86 only Intel Atom and play
    a YouTube video. Very slow, if it plays at all. Same for the Core Duo
    (not Core 2 Duo, they have x86_64) from the middle 2000s.

    It is possible to use such systems as small servers, but the power
    consumption is much higher that for a new cheap one - with x86_64.

    TLDR: x86 Linux is almost obsolete in most areas.

    I still have 2 laptops with Pentium M, mostly useless, as most
    software/websites run that slow or make the system freeze.


    Yes, but are these seriously unable to do anything else? I'd think web browsers would be the outlier here, unless the other software you're
    running is just another webapp.

    Stuff like network news and email and file editing and coding on
    Emacs/vim, working with VCS repositories, typesetting in LaTeX, chat in well-designed plaforms with light clients, that should not be hitting singificant performance issues.

    Reducing these to just usable as "small servers" sounds too much to me.

    (Although, yes, the death of IE6 dealt a major blow to the usability of
    the JS-enabled web in such systems...)


    32-bit served well, as did 8/16.

    However that does not mean they're immortal.

    Basically ALL hardware is 64+ bits now. It's
    not profitable to make 32 bit except maybe for
    a very few low-power quasi-controller applications.

    So ... 32 bit is GOING to be dumped. Not WORTH
    keeping two distros/libs anymore than keeping
    8/16 versions.

    Hmmmm ... how soon before 64 bit is obsolete ?
    It's really not ENOUGH for the 'AI' future ...
    expect 128/256 ...........

    Even a few years ago I was doing a look/edit
    app for large hard disks. Required 128 bit
    types/routines. 64 was already gone, had
    to use some of those ill-documented $MS types.

    Mag disks and easy access can be, well, LARGE.
    Hey, was writing it in FPC - which CLAIMED big
    data types. NOT. The reader/writer had to be
    done using 'C' instead. FPC/Laz wound up only
    for the GUI display.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Wed Sep 3 12:28:02 2025
    From Newsgroup: comp.os.linux.misc

    On 03.09.2025 10:36 Nuno Silva wrote:

    On 2025-09-03, Marco Moock wrote:

    I still have 2 laptops with Pentium M, mostly useless, as most software/websites run that slow or make the system freeze.


    Yes, but are these seriously unable to do anything else? I'd think web browsers would be the outlier here, unless the other software you're
    running is just another webapp.

    Other applications like Wireshark or Libreoffice also run very slow on
    such machines.

    Stuff like network news and email and file editing and coding on
    Emacs/vim, working with VCS repositories, typesetting in LaTeX, chat
    in well-designed plaforms with light clients, that should not be
    hitting singificant performance issues.

    Yes, but a significant part is missing: A browser.
    Forums, documentation etc. will be accessed using it.

    Reducing these to just usable as "small servers" sounds too much to
    me.

    Not usable as a daily driver.
    Current desktop environments like KDE will not run on the old 32 stuff.
    They consume too much resources.
    mwm/fvwm etc. work.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Sep 3 06:33:44 2025
    From Newsgroup: comp.os.linux.misc

    On 9/3/25 5:52 AM, The Natural Philosopher wrote:
    On 03/09/2025 10:15, c186282 wrote:
    On 9/3/25 4:51 AM, Marco Moock wrote:
    On 03.09.2025 03:20 c186282 c186282 wrote:

        DO encourage at least ONE distro to hang on to
        a 32-bit version for a few more years though.
        After that ....... the past is the past.

    Slackware plans to do so.
    Although, if upstream software will stop supporting it (not only the
    kernel, but compilers and linkers), it will definitely come to an end.

       32 has gone the way of 8-bit ....

       Nothing really to DO about it ... tech keeps
       marching on.

       What, should all the distros keep a PDP-11
       version ??? Come ON now !!!

       Learned on a PDP-11, good unit ... but its
       time is LONG LONG gone.

    I think custom Linuxes of a 32 bit  flavour will be around as long as
    there are being platforms made that will run them and need them.

    that is currently the case in Pis as the Zero and Zero W models are
    still in production.

    It is probably true to say that ultimately if the PIOS (32bit) were
    frozen at the latest level it would still be a usable option for
    embedded applications almost forever.

    I mean you can still run FreeDos on a *86 if you want. Or CP/M on a z80

    That doesn't detract from the argument that a 386SX running today's
    linux wouldn't be completely unusable as a day to day desktop.

    You would be better off running windows XP on it.

    And thats the point. Retro computing uses retro software as well as
    retro hardware. And the cost of maintaining REALLY old kit starts to
    ruse and its utility starts to fall after a certain age.

    I think that is what  others than myself have said. The sweet spot for
    low cost *86 computing is 5-15 years old, when its cheap to obtain but
    has enough power to run the latest software.

    Nope. Not at all.

    Expect 32 to be totally gone within 2 years.

    Beyond that, scrap it or give it to a retro enthusiast.

    Plenty of those ... but they'll have to craft
    their own libs or stick to really old distros.

    Just sayin'
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Wed Sep 3 12:43:33 2025
    From Newsgroup: comp.os.linux.misc

    On 03.09.2025 10:52 The Natural Philosopher wrote:
    On 03/09/2025 10:15, c186282 wrote:
    On 9/3/25 4:51 AM, Marco Moock wrote:
    On 03.09.2025 03:20 c186282 c186282 wrote:

        DO encourage at least ONE distro to hang on to
        a 32-bit version for a few more years though.
        After that ....... the past is the past.

    Slackware plans to do so.
    Although, if upstream software will stop supporting it (not only
    the kernel, but compilers and linkers), it will definitely come to
    an end.

      32 has gone the way of 8-bit ....

      Nothing really to DO about it ... tech keeps
      marching on.

      What, should all the distros keep a PDP-11
      version ??? Come ON now !!!

      Learned on a PDP-11, good unit ... but its
      time is LONG LONG gone.

    I think custom Linuxes of a 32 bit flavour will be around as long as
    there are being platforms made that will run them and need them.
    Although, no security updates and bugfixed upstream then. Rather
    unlikely that people will continue to buy such devices.
    It is probably true to say that ultimately if the PIOS (32bit) were
    frozen at the latest level it would still be a usable option for
    embedded applications almost forever.
    Without bugfixes and support, I don't like such solutions. Small x64
    hardware is cheap.
    I mean you can still run FreeDos on a *86 if you want. Or CP/M on a
    z80
    Useless for current applications.
    That doesn't detract from the argument that a 386SX running today's
    linux wouldn't be completely unusable as a day to day desktop.
    I have serious doubt that you are able to install any current
    distribution on such a system. You need a kernel with just a small
    portion of the features to make it possible to use only some MBs of RAM.
    FYI: ~3 years ago I tried to use the Debian installer on 384 MB - it
    crashed. Now images that for machines with under 16MB.
    You would be better off running windows XP on it.
    Will already run horrible on a Pentium 2 - with resources multiple
    times of 386 machines.
    And thats the point. Retro computing uses retro software as well as
    retro hardware.
    And is a hobby. Such old stuff sometimes still exists in companies -
    but if it fails or needs to be changes, it is a PITA.
    And the cost of maintaining REALLY old kit starts to
    ruse and its utility starts to fall after a certain age.
    Many parts of the Linux kernel are maintained by companies. I have
    doubt that they will care about that old stuff. Linux already dropped
    support for really old graphics cards, ISDN and other stuff that is not well-used nowadays and created issues. Nobody liked to seriously take
    over.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Wed Sep 3 12:47:25 2025
    From Newsgroup: comp.os.linux.misc

    On 03.09.2025 10:22 Nuno Silva wrote:

    On 2025-09-03, Marco Moock wrote:

    On 02.09.2025 18:58 Jason H wrote:

    There are distributions committed to 32 bit Linux, so I don't think
    that will be a problem for the next few years.

    They rely on the upstream kernel. If x86 is being dropped there,
    those distributions will come to an end.
    LTS kernels might give them some months/years, but the end is near.


    What about other UNIX-like systems? Are BSDs planning to do the same?

    FreeBSD already dropped support for i686 for 15. https://lists.freebsd.org/archives/freebsd-announce/2024-February/000117.html

    14 will continue to support 32 bit.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 11:53:29 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 10:59, Marc Haber wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    I think custom Linuxes of a 32 bit flavour will be around as long as
    there are being platforms made that will run them and need them.

    As long as Kernel, Compilers, Toolchains will be around.


    Well its not hard to write a backend for a compiler is it?

    Or to port a kernel over, especially if you leave out stuff no longer
    needed.

    We never used 'toolchains' back in the day anyway.
    --
    “There are two ways to be fooled. One is to believe what isn’t true; the other is to refuse to believe what is true.”

    —Soren Kierkegaard

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 12:03:07 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 11:33, c186282 wrote:
      Nope. Not at all.

      Expect 32 to be totally gone within 2 years.

    Beyond that, scrap it or give it to a retro enthusiast.

      Plenty of those ... but they'll have to craft
      their own libs or stick to really old distros.

    Well they will. They *enjoy* it.

    My point being that freeDos, CP/M etc still exist. As does SUN solaris,
    Ultrix etc.,

    That can do now as well as they ever did, and if you said 'well that
    wasn't much' it was still enough for some stuff.
    --
    “There are two ways to be fooled. One is to believe what isn’t true; the other is to refuse to believe what is true.”

    —Soren Kierkegaard

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Wed Sep 3 13:08:38 2025
    From Newsgroup: comp.os.linux.misc

    On 03.09.2025 12:03 The Natural Philosopher wrote:
    On 03/09/2025 11:33, c186282 wrote:
      Nope. Not at all.

      Expect 32 to be totally gone within 2 years.

    Beyond that, scrap it or give it to a retro enthusiast.

      Plenty of those ... but they'll have to craft
      their own libs or stick to really old distros.

    Well they will. They *enjoy* it.
    I've doubt that the manpower is available for that.
    My point being that freeDos, CP/M etc still exist.
    Not much development and for old stuff only.
    As does SUN solaris,
    Is a niche OS in maintenance mode, no new SPARC processors, no new
    features in Solaris.
    Only existing customers will use it for their existing workloads and
    they need to plan a migration.
    Ultrix etc.,
    Is really, really, dead.
    Latest release 4.5 / 1995; 30 years ago
    That can do now as well as they ever did, and if you said 'well that
    wasn't much' it was still enough for some stuff.
    No new software support, no support for current hardware, buying spare
    parts is hard, nothing for productive systems in any case.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Wed Sep 3 13:10:20 2025
    From Newsgroup: comp.os.linux.misc

    On 03.09.2025 11:53 The Natural Philosopher wrote:

    On 03/09/2025 10:59, Marc Haber wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    I think custom Linuxes of a 32 bit flavour will be around as long
    as there are being platforms made that will run them and need
    them.

    As long as Kernel, Compilers, Toolchains will be around.


    Well its not hard to write a backend for a compiler is it?

    It will consume time. Time, nobody wants to provide. If that were the
    case, those people would already do the work needed to continue support
    32 bit in Linux and the other tools.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 12:10:18 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 11:43, Marco Moock wrote:
    On 03.09.2025 10:52 The Natural Philosopher wrote:

    On 03/09/2025 10:15, c186282 wrote:
    On 9/3/25 4:51 AM, Marco Moock wrote:
    On 03.09.2025 03:20 c186282 c186282 wrote:

        DO encourage at least ONE distro to hang on to
        a 32-bit version for a few more years though.
        After that ....... the past is the past.

    Slackware plans to do so.
    Although, if upstream software will stop supporting it (not only
    the kernel, but compilers and linkers), it will definitely come to
    an end.

      32 has gone the way of 8-bit ....

      Nothing really to DO about it ... tech keeps
      marching on.

      What, should all the distros keep a PDP-11
      version ??? Come ON now !!!

      Learned on a PDP-11, good unit ... but its
      time is LONG LONG gone.

    I think custom Linuxes of a 32 bit flavour will be around as long as
    there are being platforms made that will run them and need them.

    Although, no security updates and bugfixed upstream then. Rather
    unlikely that people will continue to buy such devices.

    It is probably true to say that ultimately if the PIOS (32bit) were
    frozen at the latest level it would still be a usable option for
    embedded applications almost forever.

    Without bugfixes and support, I don't like such solutions. Small x64
    hardware is cheap.

    Small 32 bit is even cheaper, and when you are in a product costing less
    tha $10 every cent counts.
    And mostly bugfixes DO NOT MATTER.

    The code you already have runs perfectly well on the existing OS - why
    change it?


    I mean you can still run FreeDos on a *86 if you want. Or CP/M on a
    z80

    Useless for current applications.


    Absolutely not.

    For limited applications its *more than enough*.


    That doesn't detract from the argument that a 386SX running today's
    linux wouldn't be completely unusable as a day to day desktop.

    I have serious doubt that you are able to install any current
    distribution on such a system. You need a kernel with just a small
    portion of the features to make it possible to use only some MBs of RAM.

    FYI: ~3 years ago I tried to use the Debian installer on 384 MB - it
    crashed. Now images that for machines with under 16MB.

    You would be better off running windows XP on it.

    Will already run horrible on a Pentium 2 - with resources multiple
    times of 386 machines.

    And thats the point. Retro computing uses retro software as well as
    retro hardware.

    And is a hobby. Such old stuff sometimes still exists in companies -
    but if it fails or needs to be changes, it is a PITA.

    And the cost of maintaining REALLY old kit starts to
    ruse and its utility starts to fall after a certain age.

    Many parts of the Linux kernel are maintained by companies. I have
    doubt that they will care about that old stuff. Linux already dropped
    support for really old graphics cards, ISDN and other stuff that is not well-used nowadays and created issues. Nobody liked to seriously take
    over.


    You have blinkers on here.
    Old code that runs on cheap platforms is perfectly usable for *limited applications*.

    For many people, Wordstar running on CP/M was *all they ever needed* to
    write fantastic books on.

    I'm running 32 bit code on old Pi Zeros and expect to be running the
    same code in 10 years time. If still alive. I have no reason to update it.
    --
    “Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong remedies.”
    ― Groucho Marx

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Robert Heller@heller@deepsoft.com to comp.os.linux.misc on Wed Sep 3 11:32:09 2025
    From Newsgroup: comp.os.linux.misc

    At 3 Sep 2025 04:42:39 GMT rbowman <bowman@montana.com> wrote:

    On Tue, 2 Sep 2025 19:35:24 +0100, The Natural Philosopher wrote:

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article. It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also be looking
    to remove all 32 bit support. *But* as a user I will be a bit sad to
    see it go.

    It's alive and well on ARM and likely to remain that way.

    Maybe. The OS selection in the Raspberry Pi Imager recommends the 64-bit Bookworm version although it does have 32-bit Bookworm and Bullseye
    options.
    The 32-bit ARM chips will likely out-live 32-bit x86 ships (well they already have). There are many embeded ARM 32-bit processors (eg routers and other appliances). This sorts of systems would not benefit from 64-bit and the
    lower end 32-bit chips are more cost effective, etc.



    --
    Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
    Deepwoods Software -- Custom Software Services
    http://www.deepsoft.com/ -- Linux Administration Services
    heller@deepsoft.com -- Webhosting Services
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Robert Heller@heller@deepsoft.com to comp.os.linux.misc on Wed Sep 3 11:32:17 2025
    From Newsgroup: comp.os.linux.misc

    At Wed, 3 Sep 2025 04:44:56 -0400 c186282 <c186282@nnada.net> wrote:

    On 9/3/25 4:42 AM, The Natural Philosopher wrote:
    On 03/09/2025 05:42, rbowman wrote:
    On Tue, 2 Sep 2025 19:35:24 +0100, The Natural Philosopher wrote:

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article.  It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted.  I know if I was maintaining Linux I would also be looking
    to remove all 32 bit support.  *But* as a user I will be a bit sad to >>>> see it go.

    It's alive and well on ARM and likely to remain that way.

    Maybe. The OS selection in the Raspberry Pi Imager recommends the 64-bit >> Bookworm version although it does have 32-bit Bookworm and Bullseye
    options.

    you cant run the 64 bit on early pis or zeros


    Then you throw them into the trash bin.

    Sorry, but The Past does NOT live forever.
    I am using an (old) Pi 2 as a network print server... Unlike x86 type machines, there is nothing to really wear out. I recently replaced the uSD card as the old one was starting to get "worn out".
    Adafruit still sells Pi zeros and even has some in stock. These are 32-bit. Unlike the x86 which was almost never of use for embeded / maker use, the ARM chips, esp. 32-bit ones, are commonly use for embedded / special purpose (eg non server / non desktop use). And will likely continue to be for many years. Lower end (read: low power, low heat, fanless) 32-bit ARMs will likely live
    for many years in embedded / appliance / maker usages, including small simple robots.


    --
    Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
    Deepwoods Software -- Custom Software Services
    http://www.deepsoft.com/ -- Linux Administration Services
    heller@deepsoft.com -- Webhosting Services
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Wed Sep 3 13:36:56 2025
    From Newsgroup: comp.os.linux.misc

    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 03/09/2025 10:59, Marc Haber wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    I think custom Linuxes of a 32 bit flavour will be around as long as
    there are being platforms made that will run them and need them.

    As long as Kernel, Compilers, Toolchains will be around.


    Well its not hard to write a backend for a compiler is it?

    Or to port a kernel over, especially if you leave out stuff no longer >needed.

    We never used 'toolchains' back in the day anyway.

    Please, go ahead, and provide the support. I bet a distribution will
    go ahead then and continuing to provide the distribution.

    At the moment there is noone who will do that "not hard" work.
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Wed Sep 3 13:37:40 2025
    From Newsgroup: comp.os.linux.misc

    The Natural Philosopher <tnp@invalid.invalid> wrote:
    My point being that freeDos, CP/M etc still exist. As does SUN solaris, >Ultrix etc.,

    You can continue running vintage OSses on vintage hardware. It is
    expecting much (too much) to expect to run a current OS on vintage
    hardware for free.
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Wed Sep 3 14:08:40 2025
    From Newsgroup: comp.os.linux.misc

    On 03.09.2025 12:10 The Natural Philosopher wrote:

    Small 32 bit is even cheaper, and when you are in a product costing
    less tha $10 every cent counts.

    Also calculate the costs for people who need to develop and operate on
    it.

    And mostly bugfixes DO NOT MATTER.

    That indeed applies for crap products.

    The code you already have runs perfectly well on the existing OS -
    why change it?

    Because other systems around it are being changed. I've had enough with
    10 y+ old Linux machines. No support for current cryptography, no support for current SSH and such issues.


    I mean you can still run FreeDos on a *86 if you want. Or CP/M on a
    z80

    Useless for current applications.


    Absolutely not.

    For limited applications its *more than enough*.

    Very limited niche applications. How many people can develop on that platform? How much do they cost compared to a more generic platform?

    That doesn't detract from the argument that a 386SX running today's
    linux wouldn't be completely unusable as a day to day desktop.

    I have serious doubt that you are able to install any current
    distribution on such a system. You need a kernel with just a small
    portion of the features to make it possible to use only some MBs of
    RAM.

    FYI: ~3 years ago I tried to use the Debian installer on 384 MB - it crashed. Now images that for machines with under 16MB.

    You would be better off running windows XP on it.

    Will already run horrible on a Pentium 2 - with resources multiple
    times of 386 machines.

    And thats the point. Retro computing uses retro software as well as
    retro hardware.

    And is a hobby. Such old stuff sometimes still exists in companies -
    but if it fails or needs to be changes, it is a PITA.

    And the cost of maintaining REALLY old kit starts to
    ruse and its utility starts to fall after a certain age.

    Many parts of the Linux kernel are maintained by companies. I have
    doubt that they will care about that old stuff. Linux already
    dropped support for really old graphics cards, ISDN and other stuff
    that is not well-used nowadays and created issues. Nobody liked to seriously take over.


    You have blinkers on here.
    Old code that runs on cheap platforms is perfectly usable for
    *limited applications*.

    If that is the only task, yes. But in case it needs to be modified, it is PITA. Same applies for connected systems. Various embedded systems are connected to others to gain data, have central control over attached machines or just to monitor that the device is still operating. All of that is a PITA for old platforms, as networking stuff changes.

    For many people, Wordstar running on CP/M was *all they ever needed*
    to write fantastic books on.

    Back in the days. Nowadays, it is common to distribute the written files to other machines and there is already the first issue.
    How many people can read those files and how can they get them?

    A 10 year old used machine can do that task too and can run a current OS.

    I'm running 32 bit code on old Pi Zeros and expect to be running the
    same code in 10 years time. If still alive. I have no reason to
    update it.

    Fine. But don't expect others that they need to make their stuff compatible with that, especially networking software.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 13:09:30 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 12:32, Robert Heller wrote:
    At Wed, 3 Sep 2025 04:44:56 -0400 c186282 <c186282@nnada.net> wrote:


    On 9/3/25 4:42 AM, The Natural Philosopher wrote:
    On 03/09/2025 05:42, rbowman wrote:
    On Tue, 2 Sep 2025 19:35:24 +0100, The Natural Philosopher wrote:

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article.  It is free to read for all: >>>>>>
    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted.  I know if I was maintaining Linux I would also be looking
    to remove all 32 bit support.  *But* as a user I will be a bit sad to
    see it go.

    It's alive and well on ARM and likely to remain that way.

    Maybe. The OS selection in the Raspberry Pi Imager recommends the 64-bit >>>> Bookworm version although it does have 32-bit Bookworm and Bullseye
    options.

    you cant run the 64 bit on early pis or zeros


    Then you throw them into the trash bin.

    Sorry, but The Past does NOT live forever.

    I am using an (old) Pi 2 as a network print server... Unlike x86 type machines, there is nothing to really wear out. I recently replaced the uSD card as the old one was starting to get "worn out".

    Adafruit still sells Pi zeros and even has some in stock. These are 32-bit. Unlike the x86 which was almost never of use for embeded / maker use, the ARM chips, esp. 32-bit ones, are commonly use for embedded / special purpose (eg non server / non desktop use). And will likely continue to be for many years. Lower end (read: low power, low heat, fanless) 32-bit ARMs will likely live for many years in embedded / appliance / maker usages, including small simple robots.

    Precisely. a $10 board that will run Linux makes many products highly affordable and relatively easy to implement.
    They don't need to run browsers, GUIS or anything. They just need to run custom code on a well known OS, reliably.
    And, equally, I haven't looked recently, but very low spec industrial
    *86 motherboards were a feature not too long ago.

    Of course these days one uses an ARM SBC...
    --
    Any fool can believe in principles - and most of them do!



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 13:15:49 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 12:37, Marc Haber wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    My point being that freeDos, CP/M etc still exist. As does SUN solaris,
    Ultrix etc.,

    You can continue running vintage OSses on vintage hardware. It is
    expecting much (too much) to expect to run a current OS on vintage
    hardware for free.


    Exactly.

    32 bit ARM is still being sold, so 32bit Raspios etc etc is still worth supporting

    But MSDOS still works on an old 8088 computer, and there are all the
    tools you need to write code for it still around
    --
    Climate Change: Socialism wearing a lab coat.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Sep 3 08:16:23 2025
    From Newsgroup: comp.os.linux.misc

    On 9/3/25 7:32 AM, Robert Heller wrote:
    At Wed, 3 Sep 2025 04:44:56 -0400 c186282 <c186282@nnada.net> wrote:


    On 9/3/25 4:42 AM, The Natural Philosopher wrote:
    On 03/09/2025 05:42, rbowman wrote:
    On Tue, 2 Sep 2025 19:35:24 +0100, The Natural Philosopher wrote:

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article.  It is free to read for all: >>>>>>
    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted.  I know if I was maintaining Linux I would also be looking
    to remove all 32 bit support.  *But* as a user I will be a bit sad to
    see it go.

    It's alive and well on ARM and likely to remain that way.

    Maybe. The OS selection in the Raspberry Pi Imager recommends the 64-bit >>>> Bookworm version although it does have 32-bit Bookworm and Bullseye
    options.

    you cant run the 64 bit on early pis or zeros


    Then you throw them into the trash bin.

    Sorry, but The Past does NOT live forever.

    I am using an (old) Pi 2 as a network print server... Unlike x86 type machines, there is nothing to really wear out. I recently replaced the uSD card as the old one was starting to get "worn out".

    I used a PI-1 ... the old kind with fewer pins ... for
    a long term background app. Worked for years and years,
    full decade ?

    But, I don't expect those to be supported FOREVER.

    Adafruit still sells Pi zeros and even has some in stock. These are 32-bit. Unlike the x86 which was almost never of use for embeded / maker use, the ARM chips, esp. 32-bit ones, are commonly use for embedded / special purpose (eg non server / non desktop use). And will likely continue to be for many years. Lower end (read: low power, low heat, fanless) 32-bit ARMs will likely live for many years in embedded / appliance / maker usages, including small simple robots.

    ARM and x86 were kind of intended for different universes.

    I think ARM-32 will last longer than x86-32

    But, eventually ....

    Don't see much stuff for the 8051 anymore ....

    The i4004 was very useful too. Where's all
    the new stuff ?


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 13:26:03 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 13:16, c186282 wrote:
    Don't see much stuff for the 8051 anymore ....

    Very much in use in places you probably never visit

    But ARM is in many ways better.

    And a 32 bit ARM is way cheaper than an 8051.
    --
    No Apple devices were knowingly used in the preparation of this post.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Wed Sep 3 08:51:36 2025
    From Newsgroup: comp.os.linux.misc

    On 9/3/25 8:26 AM, The Natural Philosopher wrote:
    On 03/09/2025 13:16, c186282 wrote:
    Don't see much stuff for the 8051 anymore ....

    Very much in use in places you probably never visit

    I used 8051s extensively back in the day.

    The day is OVER.

    You're just looking at OLDWARE.

    But ARM is in many ways better.

    And a 32 bit ARM is way cheaper than an 8051.

    ARMs are very good. But they're more intended
    to be microprocessors, not microcontrollers.
    You'd be better off with the latest PICs.

    Still looking for my modern i4004 chips and
    development environment :-)

    Could surely put a dozen 4004 cores AND faux
    support chips on a single tiny die these days ...
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Wed Sep 3 15:16:34 2025
    From Newsgroup: comp.os.linux.misc

    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 03/09/2025 12:37, Marc Haber wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    My point being that freeDos, CP/M etc still exist. As does SUN solaris,
    Ultrix etc.,

    You can continue running vintage OSses on vintage hardware. It is
    expecting much (too much) to expect to run a current OS on vintage
    hardware for free.

    Exactly.

    32 bit ARM is still being sold, so 32bit Raspios etc etc is still worth >supporting

    If one of the layers stops, the others will follow. Leaving 32bit ARM
    to commercial OSses. Embedded stuff is more often proprietary than you
    may think.

    But MSDOS still works on an old 8088 computer, and there are all the
    tools you need to write code for it still around

    Computer from 1980, OS from 1990, Tools from 1990. No contradiction.

    Feel free to use OS and tools from 2022 on 32bit ARM even in 2035.
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Bobbie Sellers@bliss-sf4ever@dslextreme.com to comp.os.linux.misc on Wed Sep 3 08:45:06 2025
    From Newsgroup: comp.os.linux.misc



    On 9/3/25 00:17, Marco Moock wrote:
    On 02.09.2025 15:43 John McCue wrote:

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also
    be looking to remove all 32 bit support. *But* as a user I
    will be a bit sad to see it go.

    A bit yes, but just a bit.

    All computers that have an x86 only CPU are more than 10 years old (the
    last ones were Intel Atoms in Netbooks around 2011). Most of them are
    now out of service and way too slow for most basic office tasks.

    Just try to run a current webbrowser on an x86 only Intel Atom and play
    a YouTube video. Very slow, if it plays at all. Same for the Core Duo
    (not Core 2 Duo, they have x86_64) from the middle 2000s.

    It is possible to use such systems as small servers, but the power consumption is much higher that for a new cheap one - with x86_64.

    TLDR: x86 Linux is almost obsolete in most areas.

    I still have 2 laptops with Pentium M, mostly useless, as most software/websites run that slow or make the system freeze.


    You should try some of the smaller distributions on those machines. Keep track of the smaller stuff like Puppy and its variants on Distrowatch.
    You may have to adjust the tools you use.

    On the other hand make sure anything you buy is 64 bit and an several cores. I bought a Asus Tablet and was shocked to find out that it was a
    32 bit machine and too slow for my chosen use which was viewing anime
    in .mkv format and it simply could not decode it fast enough.

    Your terminology is off there. x86 is used to refer to the basic archetecture
    of the CPU not whether it is a 32 bit wide bus or a 64 bit wide bus.
    You should talk about specific x86, processors such 8086. 80286. 80386, 80486, the 80686 then the pentiums with multicore x86 processors.
    I have used a 700 MHz Coppermine to run 64 bit Mandriva in 784 MB of RAM with a Megabyte of graphic RAM. It had been made to use XP or an
    even earlier version of Windows. But I crammed Mandriva in there in a 2009 version and ran it with only one virtual desktop and it worked very well.
    The base machine was a Dell Inspiron 4000 laptop. The current machine
    has 6 cores, 12 threads, 16 GB of RAM and 512 GB SSD built about 2019.

    bliss- Dell Precision 7730- PCLOS 2025.08- Linux 6.12.44-pclos1- KDE
    Plasma 6.4.4
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 17:20:56 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 13:51, c186282 wrote:
    ARMs are very good. But they're more intended
      to be microprocessors, not microcontrollers.
      You'd be better off with the latest PICs.

    I don't see the difference really. The RP2030 that the Picos use is is
    as microcontroller as it gets.

    And the Pi zeros have loads of pins floating in the breeze to Do Stuff
    with...
    --
    “A leader is best When people barely know he exists. Of a good leader,
    who talks little,When his work is done, his aim fulfilled,They will say,
    “We did this ourselves.”

    ― Lao Tzu, Tao Te Ching

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 17:21:38 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 14:16, Marc Haber wrote:
    Feel free to use OS and tools from 2022 on 32bit ARM even in 2035.
    I hope I get the chance
    --
    There’s a mighty big difference between good, sound reasons and reasons
    that sound good.

    Burton Hillis (William Vaughn, American columnist)

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From John Ames@commodorejohn@gmail.com to comp.os.linux.misc on Wed Sep 3 09:57:51 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 14:08:40 +0200
    Marco Moock <mm@dorfdsl.de> wrote:

    Because other systems around it are being changed. I've had enough
    with 10 y+ old Linux machines. No support for current cryptography,
    no support for current SSH and such issues.

    It's funny how many people here say "there is no use for X" when what
    they really mean is "*I* don't have a use for X."

    For many people, Wordstar running on CP/M was *all they ever needed*
    to write fantastic books on.

    Back in the days. Nowadays, it is common to distribute the written
    files to other machines and there is already the first issue. How
    many people can read those files and how can they get them?

    I do my writing on a 16-year-old Asus Eee, which was underpowered when
    it was new. Runs mEdit and Claws Mail like a champ, and handles major
    webnovel sites well enough for me to post from.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Wed Sep 3 18:16:02 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 17:57, John Ames wrote:
    On Wed, 3 Sep 2025 14:08:40 +0200
    Marco Moock <mm@dorfdsl.de> wrote:

    Because other systems around it are being changed. I've had enough
    with 10 y+ old Linux machines. No support for current cryptography,
    no support for current SSH and such issues.

    It's funny how many people here say "there is no use for X" when what
    they really mean is "*I* don't have a use for X."

    For many people, Wordstar running on CP/M was *all they ever needed*
    to write fantastic books on.

    Back in the days. Nowadays, it is common to distribute the written
    files to other machines and there is already the first issue. How
    many people can read those files and how can they get them?


    Answering the above...the medium of the day was floppy disks.
    Its still possible to read CP.M format floppy disks
    The files are in text format.

    Pagination is added using DTP software post authoring




    I do my writing on a 16-year-old Asus Eee, which was underpowered when
    it was new. Runs mEdit and Claws Mail like a champ, and handles major webnovel sites well enough for me to post from.

    --
    The biggest threat to humanity comes from socialism, which has utterly diverted our attention away from what really matters to our existential survival, to indulging in navel gazing and faux moral investigations
    into what the world ought to be, whilst we fail utterly to deal with
    what it actually is.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Sep 3 19:05:26 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 03 Sep 2025 10:36:28 +0100, Nuno Silva wrote:

    (Although, yes, the death of IE6 dealt a major blow to the usability of
    the JS-enabled web in such systems...)

    It may have been IE5 but one of the IEs had such a pitiful JavaScript
    engine we started recommending FireFox to the clients that didn't want to
    wait 30 seconds for an update.

    Later we recommended Chrome when Firefox started getting flaky. It came
    full circle when Edge v2 became chromium based and could run a modern
    Angular webapp without falling over. By then many browsers were chromium based which widened the selection. I used Brave with no problem.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Sep 3 19:18:40 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 06:27:55 -0400, c186282 wrote:

    Even a few years ago I was doing a look/edit
    app for large hard disks. Required 128 bit types/routines. 64 was
    already gone, had to use some of those ill-documented $MS types.

    A couple of our apps checked disk space and warned when it was getting
    low. The came the 2 TB drives and I had to do an update. While the
    Nutcracker packaged provided a POSIX environment it still used the
    Microsoft compiler so I got to know their weird 64-bit structs and 64-bit math. 'unsigned long long' wasn't exactly graceful either.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Carlos E.R.@robin_listas@es.invalid to comp.os.linux.misc on Wed Sep 3 21:23:53 2025
    From Newsgroup: comp.os.linux.misc

    On 2025-09-03 15:16, Marc Haber wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 03/09/2025 12:37, Marc Haber wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    My point being that freeDos, CP/M etc still exist. As does SUN solaris, >>>> Ultrix etc.,

    You can continue running vintage OSses on vintage hardware. It is
    expecting much (too much) to expect to run a current OS on vintage
    hardware for free.

    Exactly.

    32 bit ARM is still being sold, so 32bit Raspios etc etc is still worth
    supporting

    If one of the layers stops, the others will follow. Leaving 32bit ARM
    to commercial OSses. Embedded stuff is more often proprietary than you
    may think.

    But MSDOS still works on an old 8088 computer, and there are all the
    tools you need to write code for it still around

    better FreeDos.


    Computer from 1980, OS from 1990, Tools from 1990. No contradiction.

    Feel free to use OS and tools from 2022 on 32bit ARM even in 2035.

    --
    Cheers, Carlos.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Sep 3 19:27:28 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 09:42:31 +0100, The Natural Philosopher wrote:

    On 03/09/2025 05:42, rbowman wrote:
    On Tue, 2 Sep 2025 19:35:24 +0100, The Natural Philosopher wrote:

    On 02/09/2025 16:43, John McCue wrote:
    I ram across this long article. It is free to read for all:

    https://lwn.net/SubscriberLink/1035727/4837b0d3dccf1cbb/

    The way I read it, the day may soon come 32 bit Linux will be
    sun-setted. I know if I was maintaining Linux I would also be
    looking to remove all 32 bit support. *But* as a user I will be a
    bit sad to see it go.

    It's alive and well on ARM and likely to remain that way.

    Maybe. The OS selection in the Raspberry Pi Imager recommends the
    64-bit Bookworm version although it does have 32-bit Bookworm and
    Bullseye options.

    you cant run the 64 bit on early pis or zeros

    The oldest I have is a 3+. I figured there was a cutoff but didn't know
    where. The zero has it's uses but I doubt there are many sales of the
    earlier boards. The 4 remains popular because of the 5's increased power consumption and architectural changes.

    I don't know about Oranges and the other 'sort of' Pi boards. Between the older Unos, the Sense 33 with an Arm processor, the pis, the pico w, and
    pico 2 w, I have ample opportunities to confuse myself. I spent some
    quality time trying to troubleshoot a problem when I didn't look close
    enough and grabbed a Pico 2 W rather than a Pico W.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Sep 3 19:35:31 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 11:32:17 -0000 (UTC), Robert Heller wrote:

    Adafruit still sells Pi zeros and even has some in stock. These are
    32-bit. Unlike the x86 which was almost never of use for embeded / maker
    use, the ARM chips, esp. 32-bit ones, are commonly use for embedded /
    special purpose (eg non server / non desktop use). And will likely
    continue to be for many years.
    Lower end (read: low power, low heat, fanless) 32-bit ARMs will likely
    live for many years in embedded / appliance / maker usages, including
    small simple robots.

    Definitely but they will probably use Zephyr or whatever replaces mbed.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Sep 3 19:43:03 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 08:16:23 -0400, c186282 wrote:

    Don't see much stuff for the 8051 anymore ....

    You're not looking in the right places. True Intel dropped the MCS-51 but
    the core lives on. Check your refrigerator. Or do a head count in your
    car.


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Sep 3 19:54:25 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 13:26:03 +0100, The Natural Philosopher wrote:

    And a 32 bit ARM is way cheaper than an 8051.

    https://www.digikey.com/en/products/detail/microchip-technology/ AT89S51-24PU/1118891

    $3.32

    https://www.digikey.com/en/products/detail/microchip-technology/ SAM9X60D6K-I-4GB/11476174

    $7.59




    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Sep 3 20:07:50 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 08:51:36 -0400, c186282 wrote:

    ARMs are very good. But they're more intended to be microprocessors,
    not microcontrollers. You'd be better off with the latest PICs.

    Cortex-M is microcontrollers, Cortex-A is for application level microprocessors. There is also the Cortex-R real time family.

    The latest PIC like the PIC32C :)

    https://www.microchip.com/en-us/products/microcontrollers/32-bit-mcus/ pic32-sam

    Microchip is covering all bases.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Wed Sep 3 20:11:02 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 10:54:18 +0200, Marco Moock wrote:

    Everything later that 3B can run 64 bit. That came out in 2026 - so more
    than 10 years old when Linux considers dropping 32 bit support.

    2016.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Fritz Wuehler@fritz@spamexpire-202509.rodent.frell.theremailer.net to comp.os.linux.misc on Wed Sep 3 22:24:20 2025
    From Newsgroup: comp.os.linux.misc

    Nuno Silva <nunojsi...@invalid.invalid> [NS]:
    Stuff like network news and email and file editing and coding on
    Emacs/vim, working with VCS repositories, typesetting in LaTeX,
    chat in well-designed plaforms with light clients, that should
    not be hitting singificant performance issues.

    Besides personal computing, 10-20 year old computers are still
    more than adequate even for (almost hidden) *enterprise*
    applications: log servers, employee sign-in/sign-out systems,
    IVR systems, smart building monitoring, access control.

    Some of these applications have been relegated to the cloud in
    the last few years, but thousands of enterprises still run them
    on-premise.

    If it ain't broke and all that...

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Thu Sep 4 06:55:41 2025
    From Newsgroup: comp.os.linux.misc

    On 03.09.2025 08:45 Bobbie Sellers wrote:
    On 9/3/25 00:17, Marco Moock wrote:
    I still have 2 laptops with Pentium M, mostly useless, as most software/websites run that slow or make the system freeze.


    You should try some of the smaller distributions on those
    machines. Keep track of the smaller stuff like Puppy and its variants
    on Distrowatch. You may have to adjust the tools you use.
    I am running Slackware on it, but the memory and CPU resource
    requirements are too high for most stuff. Even listening to music via Soundcloud doesn't work reliable anymore.
    Your terminology is off there. x86 is used to refer to the
    basic archetecture
    of the CPU not whether it is a 32 bit wide bus or a 64 bit wide bus.
    You should talk about specific x86, processors such 8086.
    80286. 80386, 80486, the 80686 then the pentiums with multicore x86 processors.
    Most distributions call it x86. Some call it i686, some i386 (e.g.
    Debian, but it is really i686, as they require that instruction set).
    Slackware 15 was still 586, current is 686.
    TLDR: Obsolete for current applications.
    I have used a 700 MHz Coppermine to run 64 bit Mandriva
    in 784 MB of RAM with a Megabyte of graphic RAM. It had been made to
    use XP or an even earlier version of Windows. But I crammed Mandriva
    in there in a 2009 version and ran it with only one virtual desktop
    and it worked very well. The base machine was a Dell Inspiron 4000
    laptop.
    I had Debian on a Compaq Deskpro with 384MB and a 600 MHz Pentium 3
    Coppermine.
    I had to install it on another machine and swap the disk as the RAM
    usage was too high. I could have messed with swap during the install
    process, but the other way was much easier. TLDR: Not recommended for
    general usage anymore.
    I sold it for 10€ as the memory controller created problems - maybe
    someone fixed it or uses it for spare parts.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Thu Sep 4 06:56:59 2025
    From Newsgroup: comp.os.linux.misc

    On 03.09.2025 22:24 Fritz Wuehler wrote:

    Nuno Silva <nunojsi...@invalid.invalid> [NS]:
    Stuff like network news and email and file editing and coding on Emacs/vim, working with VCS repositories, typesetting in LaTeX,
    chat in well-designed plaforms with light clients, that should
    not be hitting singificant performance issues.

    Besides personal computing, 10-20 year old computers are still
    more than adequate even for (almost hidden) *enterprise*
    applications: log servers, employee sign-in/sign-out systems,
    IVR systems, smart building monitoring, access control.

    Indeed, but 10 year old computers are now retired because of W10 EOL,
    so they can use them and install current Linux/BSD and don't mess with
    the 25 year old stuff. Much cheaper, as time is money in that case.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Thu Sep 4 07:08:44 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 08:45:06 -0700, Bobbie Sellers wrote:

    Your terminology is off there. x86 is used to refer to the basic
    archetecture of the CPU not whether it is a 32 bit wide bus or a 64 bit
    wide bus.

    Yes. To distinguish 32-bit from 64-bit, the terms are “x86-32” and “x86-64”. Or “AMD64” for the latter, since AMD invented it, after all. --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Thu Sep 4 09:39:14 2025
    From Newsgroup: comp.os.linux.misc

    Fritz Wuehler <fritz@spamexpire-202509.rodent.frell.theremailer.net>
    wrote:
    Besides personal computing, 10-20 year old computers are still
    more than adequate even for (almost hidden) *enterprise*
    applications: log servers, employee sign-in/sign-out systems,
    IVR systems, smart building monitoring, access control.

    Things like that get replaced in sane companies because the company
    can't afford them to break.
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Thu Sep 4 09:44:56 2025
    From Newsgroup: comp.os.linux.misc

    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 03/09/2025 14:16, Marc Haber wrote:
    Feel free to use OS and tools from 2022 on 32bit ARM even in 2035.
    I hope I get the chance

    Why would you not?

    Greetings
    Marc
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Thu Sep 4 09:45:36 2025
    From Newsgroup: comp.os.linux.misc

    John Ames <commodorejohn@gmail.com> wrote:
    On Wed, 3 Sep 2025 14:08:40 +0200
    Marco Moock <mm@dorfdsl.de> wrote:
    Back in the days. Nowadays, it is common to distribute the written
    files to other machines and there is already the first issue. How
    many people can read those files and how can they get them?

    I do my writing on a 16-year-old Asus Eee, which was underpowered when
    it was new. Runs mEdit and Claws Mail like a champ, and handles major >webnovel sites well enough for me to post from.

    And it's going to lose Linux support sooner or later. Live with it, or
    start contributing to 32bit Linux.

    Greetings
    Marc
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Thu Sep 4 09:23:48 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 20:43, rbowman wrote:
    On Wed, 3 Sep 2025 08:16:23 -0400, c186282 wrote:

    Don't see much stuff for the 8051 anymore ....

    You're not looking in the right places. True Intel dropped the MCS-51 but
    the core lives on. Check your refrigerator. Or do a head count in your
    car.


    Indeed.

    Intel made the design public domain and everyone now makes one, but
    cheap they are not, compared with ARM.
    --
    “People believe certain stories because everyone important tells them,
    and people tell those stories because everyone important believes them. Indeed, when a conventional wisdom is at its fullest strength, one’s agreement with that conventional wisdom becomes almost a litmus test of one’s suitability to be taken seriously.”

    Paul Krugman

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Thu Sep 4 09:28:55 2025
    From Newsgroup: comp.os.linux.misc

    On 03/09/2025 20:54, rbowman wrote:
    On Wed, 3 Sep 2025 13:26:03 +0100, The Natural Philosopher wrote:

    And a 32 bit ARM is way cheaper than an 8051.

    https://www.digikey.com/en/products/detail/microchip-technology/ AT89S51-24PU/1118891

    $3.32

    https://www.digikey.com/en/products/detail/microchip-technology/ SAM9X60D6K-I-4GB/11476174

    $7.59




    https://www.digikey.co.uk/en/products/detail/raspberry-pi/SC0914(7)/14306013

    £0.59...
    --
    “Puritanism: The haunting fear that someone, somewhere, may be happy.”

    H.L. Mencken, A Mencken Chrestomathy

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Thu Sep 4 09:30:06 2025
    From Newsgroup: comp.os.linux.misc

    On 04/09/2025 08:44, Marc Haber wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 03/09/2025 14:16, Marc Haber wrote:
    Feel free to use OS and tools from 2022 on 32bit ARM even in 2035.
    I hope I get the chance

    Why would you not?

    Death, mainly

    Greetings
    Marc
    --
    “Puritanism: The haunting fear that someone, somewhere, may be happy.”

    H.L. Mencken, A Mencken Chrestomathy

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Thu Sep 4 09:49:41 2025
    From Newsgroup: comp.os.linux.misc

    On 04/09/2025 08:39, Marc Haber wrote:
    Fritz Wuehler <fritz@spamexpire-202509.rodent.frell.theremailer.net>
    wrote:
    Besides personal computing, 10-20 year old computers are still
    more than adequate even for (almost hidden) *enterprise*
    applications: log servers, employee sign-in/sign-out systems,
    IVR systems, smart building monitoring, access control.

    Things like that get replaced in sane companies because the company
    can't afford them to break.

    We used to end up putting linux on all the old kit and running BIND on
    them. Perfectly fast enough.

    There was nothing unreliable about them.

    And with two BINDc servers one can fail ...and not be a huge issue
    --
    “A leader is best When people barely know he exists. Of a good leader,
    who talks little,When his work is done, his aim fulfilled,They will say,
    “We did this ourselves.”

    ― Lao Tzu, Tao Te Ching

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Andy Burns@usenet@andyburns.uk to comp.os.linux.misc on Thu Sep 4 11:09:45 2025
    From Newsgroup: comp.os.linux.misc

    Marco Moock wrote:

    FreeBSD already dropped support for i686 for 15. https://lists.freebsd.org/archives/freebsd-announce/2024- February/000117.html

    14 will continue to support 32 bit.

    Beyond November 2028?
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marco Moock@mm@dorfdsl.de to comp.os.linux.misc on Thu Sep 4 16:20:51 2025
    From Newsgroup: comp.os.linux.misc

    On 04.09.2025 11:09 Andy Burns wrote:

    Marco Moock wrote:

    FreeBSD already dropped support for i686 for 15. https://lists.freebsd.org/archives/freebsd-announce/2024- February/000117.html

    14 will continue to support 32 bit.

    Beyond November 2028?

    No. It ends then because this is the EoL of the 14.x series.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From John Ames@commodorejohn@gmail.com to comp.os.linux.misc on Thu Sep 4 08:02:26 2025
    From Newsgroup: comp.os.linux.misc

    On Thu, 04 Sep 2025 09:45:36 +0200
    Marc Haber <mh+usenetspam1118@zugschl.us> wrote:

    I do my writing on a 16-year-old Asus Eee, which was underpowered
    when it was new. Runs mEdit and Claws Mail like a champ, and handles
    major webnovel sites well enough for me to post from.

    And it's going to lose Linux support sooner or later. Live with it, or
    start contributing to 32bit Linux.

    I'm not even running oldstable on it at the moment; IIRC it's still on
    Devuan ascii.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Thu Sep 4 17:23:40 2025
    From Newsgroup: comp.os.linux.misc

    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 04/09/2025 08:39, Marc Haber wrote:
    Fritz Wuehler <fritz@spamexpire-202509.rodent.frell.theremailer.net>
    wrote:
    Besides personal computing, 10-20 year old computers are still
    more than adequate even for (almost hidden) *enterprise*
    applications: log servers, employee sign-in/sign-out systems,
    IVR systems, smart building monitoring, access control.

    Things like that get replaced in sane companies because the company
    can't afford them to break.

    We used to end up putting linux on all the old kit and running BIND on
    them. Perfectly fast enough.

    There was nothing unreliable about them.

    And with two BINDc servers one can fail ...and not be a huge issue

    Yes. And to fix the door control system you need to enter the server
    room, which is protected by said door control system. I know of
    companies that had half a day of outage because they didn't find the
    actual key.

    That's why such systems get replaced.
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Thu Sep 4 17:24:10 2025
    From Newsgroup: comp.os.linux.misc

    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 04/09/2025 08:44, Marc Haber wrote:
    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 03/09/2025 14:16, Marc Haber wrote:
    Feel free to use OS and tools from 2022 on 32bit ARM even in 2035.
    I hope I get the chance

    Why would you not?

    Death, mainly

    I understand what you mean.

    Greetings
    Marc
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From John McCue@jmclnx@gmail.com.invalid to comp.os.linux.misc on Thu Sep 4 15:40:20 2025
    From Newsgroup: comp.os.linux.misc

    Marc Haber <mh+usenetspam1118@zugschl.us> wrote:
    John Ames <commodorejohn@gmail.com> wrote:
    On Wed, 3 Sep 2025 14:08:40 +0200
    Marco Moock <mm@dorfdsl.de> wrote:
    <snip>
    I do my writing on a 16-year-old Asus Eee, which was underpowered when
    it was new. Runs mEdit and Claws Mail like a champ, and handles major >>webnovel sites well enough for me to post from.

    And it's going to lose Linux support sooner or later. Live with it, or
    start contributing to 32bit Linux.

    Yes, but the big question is when :)

    Anyway as to the Asus Eee, looks like NetBSD works fine on
    those. Since it seems eventually NetBSD may end up as the
    only game in town for 32 bit, John could always migrate once
    Linux drops 32 bit.

    https://wiki.netbsd.org/laptops/#index3h1

    I have NetBSD on an older Laptop and it works great, installing
    it can be a bit confusing and setting up encryption a bit more
    confusing, just review the Guide many times and then take a
    run at it. If you know Linux, NetBSD is not too different
    and the learning curve is small.
    --
    [t]csh(1) - "An elegant shell, for a more... civilized age."
    - Paraphrasing Star Wars
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From John McCue@jmclnx@gmail.com.invalid to comp.os.linux.misc on Thu Sep 4 15:44:40 2025
    From Newsgroup: comp.os.linux.misc

    Marco Moock <mm@dorfdsl.de> wrote:
    <snip>
    Indeed, but 10 year old computers are now retired because of W10 EOL,
    so they can use them and install current Linux/BSD and don't mess with
    the 25 year old stuff. Much cheaper, as time is money in that case.

    I forgot about this, plus IIRC October 2025 is the drop dead
    month for older hardware and Windows. I will have to make a
    note to watch used sites for good deals :)
    --
    [t]csh(1) - "An elegant shell, for a more... civilized age."
    - Paraphrasing Star Wars
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From John Ames@commodorejohn@gmail.com to comp.os.linux.misc on Thu Sep 4 08:59:15 2025
    From Newsgroup: comp.os.linux.misc

    On Thu, 4 Sep 2025 15:40:20 -0000 (UTC)
    John McCue <jmclnx@gmail.com.invalid> wrote:

    Anyway as to the Asus Eee, looks like NetBSD works fine on
    those. Since it seems eventually NetBSD may end up as the
    only game in town for 32 bit, John could always migrate once
    Linux drops 32 bit.

    https://wiki.netbsd.org/laptops/#index3h1

    I have NetBSD on an older Laptop and it works great, installing
    it can be a bit confusing and setting up encryption a bit more
    confusing, just review the Guide many times and then take a
    run at it. If you know Linux, NetBSD is not too different
    and the learning curve is small.

    Been on my to-do list; just haven't gotten around to it as the current
    install is still working fine for my purposes.

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Carlos E.R.@robin_listas@es.invalid to comp.os.linux.misc on Thu Sep 4 18:13:02 2025
    From Newsgroup: comp.os.linux.misc

    On 2025-09-04 17:44, John McCue wrote:
    Marco Moock <mm@dorfdsl.de> wrote:
    <snip>
    Indeed, but 10 year old computers are now retired because of W10 EOL,
    so they can use them and install current Linux/BSD and don't mess with
    the 25 year old stuff. Much cheaper, as time is money in that case.

    I forgot about this, plus IIRC October 2025 is the drop dead
    month for older hardware and Windows. I will have to make a
    note to watch used sites for good deals :)


    June 2026, graphic cards die.

    Spanish link - I don't have an English one:

    <https://elchapuzasinformatico.com/2025/09/tarjetas-graficas-no-arrancaran-pc-junio-2026-secure-boot-microsoft-uefi-gop/>

    DeepL translation:

    In June 2026, your PC may not start up because of your graphics card's
    UEFI GOP

    By Protector Indefinido 01/09/2025


    In a few months, the world of PC hardware could face a silent but
    serious, very serious problem. The reason is not a physical failure or
    planned obsolescence, but something much more bureaucratic: the expiry
    of a certificate that until now signed the UEFI firmware of many GPUs, specifically the Microsoft UEFI CA 2011. If there is no timely response,
    those affected, millions of users, could find themselves with black
    screens from the moment they turn on their PCs, without getting past
    POST, and in some cases, with computers rendered virtually unusable due
    to graphics cards with an unsigned UEFI GOP by 2026.

    Virtually no one had realised the significance of what we are about to
    see, but after collating the information and based on what Microsoft has revealed, it does appear to be true, as it all stems from an analysis on Reddit by user Gaseousgalaxy. This raises the key and most pertinent
    question: why is this issue so important and what does the so-called
    UEFI GOP have to do with all this?

    (... continues on the link)
    --
    Cheers, Carlos.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From John Ames@commodorejohn@gmail.com to comp.os.linux.misc on Thu Sep 4 09:26:49 2025
    From Newsgroup: comp.os.linux.misc

    On Thu, 4 Sep 2025 18:13:02 +0200
    "Carlos E.R." <robin_listas@es.invalid> wrote:

    June 2026, graphic cards die.

    Spanish link - I don't have an English one:

    <https://elchapuzasinformatico.com/2025/09/tarjetas-graficas-no-arrancaran-pc-junio-2026-secure-boot-microsoft-uefi-gop/>

    Gosh, it's almost like introducing code signing to firmware was a
    terrible idea that was destined to result in exactly this scenario :/

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Kettlewell@invalid@invalid.invalid to comp.os.linux.misc on Thu Sep 4 17:47:30 2025
    From Newsgroup: comp.os.linux.misc

    "Carlos E.R." <robin_listas@es.invalid> writes:
    June 2026, graphic cards die.

    Spanish link - I don't have an English one:

    <https://elchapuzasinformatico.com/2025/09/tarjetas-graficas-no-arrancaran-pc-junio-2026-secure-boot-microsoft-uefi-gop/>

    DeepL translation:

    In June 2026, your PC may not start up because of your graphics card's
    UEFI GOP

    By Protector Indefinido 01/09/2025


    In a few months, the world of PC hardware could face a silent but
    serious, very serious problem. The reason is not a physical failure or planned obsolescence, but something much more bureaucratic: the expiry
    of a certificate that until now signed the UEFI firmware of many GPUs, specifically the Microsoft UEFI CA 2011. If there is no timely
    response, those affected, millions of users, could find themselves
    with black screens from the moment they turn on their PCs, without
    getting past POST, and in some cases, with computers rendered
    virtually unusable due to graphics cards with an unsigned UEFI GOP by
    2026.

    Virtually no one had realised the significance of what we are about to
    see, but after collating the information and based on what Microsoft
    has revealed, it does appear to be true, as it all stems from an
    analysis on Reddit by user Gaseousgalaxy. This raises the key and most pertinent question: why is this issue so important and what does the so-called UEFI GOP have to do with all this?

    (... continues on the link)

    I think this is largely scaremongering. See https://mjg59.dreamwidth.org/72892.html for a better-informed source.

    Briefly:

    Certificate expiry is not likely to be an issue here. UEFI firmware does
    not enforce expiry dates when it verifies certificate. This is pretty
    common practice for code signing.

    The real issue is that at some (currently unknown) point in the future
    new code will stop being signed with the ‘expired’ key, and only signed with its replacement. When that happens, platforms that only trust the
    old key won’t be able to install video cards or boot operating systems
    that were only signed with the new key.

    AFAIK disabling secure boot will work as a workaround.
    --
    https://www.greenend.org.uk/rjk/
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Bobbie Sellers@bliss-sf4ever@dslextreme.com to comp.os.linux.misc on Thu Sep 4 10:06:56 2025
    From Newsgroup: comp.os.linux.misc



    On 9/4/25 09:47, Richard Kettlewell wrote:
    "Carlos E.R." <robin_listas@es.invalid> writes:
    June 2026, graphic cards die.

    Spanish link - I don't have an English one:

    <https://elchapuzasinformatico.com/2025/09/tarjetas-graficas-no-arrancaran-pc-junio-2026-secure-boot-microsoft-uefi-gop/>

    DeepL translation:

    In June 2026, your PC may not start up because of your graphics card's
    UEFI GOP

    By Protector Indefinido 01/09/2025


    In a few months, the world of PC hardware could face a silent but
    serious, very serious problem. The reason is not a physical failure or
    planned obsolescence, but something much more bureaucratic: the expiry
    of a certificate that until now signed the UEFI firmware of many GPUs,
    specifically the Microsoft UEFI CA 2011. If there is no timely
    response, those affected, millions of users, could find themselves
    with black screens from the moment they turn on their PCs, without
    getting past POST, and in some cases, with computers rendered
    virtually unusable due to graphics cards with an unsigned UEFI GOP by
    2026.

    Virtually no one had realised the significance of what we are about to
    see, but after collating the information and based on what Microsoft
    has revealed, it does appear to be true, as it all stems from an
    analysis on Reddit by user Gaseousgalaxy. This raises the key and most
    pertinent question: why is this issue so important and what does the
    so-called UEFI GOP have to do with all this?

    (... continues on the link)

    I think this is largely scaremongering. See https://mjg59.dreamwidth.org/72892.html for a better-informed source.

    Briefly:

    Certificate expiry is not likely to be an issue here. UEFI firmware does
    not enforce expiry dates when it verifies certificate. This is pretty
    common practice for code signing.

    The real issue is that at some (currently unknown) point in the future
    new code will stop being signed with the ‘expired’ key, and only signed with its replacement. When that happens, platforms that only trust the
    old key won’t be able to install video cards or boot operating systems
    that were only signed with the new key.

    AFAIK disabling secure boot will work as a workaround.

    And using GNU/Linux which require shutting off the so-called Secure-Boot
    as a preparatory step in the installation of the majority of the distributions.

    By the way dual booting of Windows with Linux is to be discouraged as
    everytime Windows updates its kernel it messes up the UEFI settings. And
    it never tells the users when it is updating the kernel so typically
    the user
    ends up with a non-bootable Linux install which require repairs i.e. reinstall
    of the boot tools usually GRUB2.
    Better if you must use Windows is to use a tool like Virtual Box to isolate
    Windows for your work and not worry about messing up the boot or the basic
    insecurity of Windows as it will be protected inside of Linux.

    bliss- Dell Precision 7730- PCLOS 2025.08- Linux 6.12.44-pclos1- KDE
    Plasma 6.4.4


    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to comp.os.linux.misc on Thu Sep 4 18:30:27 2025
    From Newsgroup: comp.os.linux.misc

    On Thu, 4 Sep 2025 15:40:20 -0000 (UTC), John McCue wrote:

    Anyway as to the Asus Eee, looks like NetBSD works fine on those. Since
    it seems eventually NetBSD may end up as the only game in town for 32
    bit, John could always migrate once Linux drops 32 bit.

    https://www.q4os.org/

    I installed Q4OS on the eeePC. The KDE desktop was too heavy but Trinity
    works fine.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Carlos E.R.@robin_listas@es.invalid to comp.os.linux.misc on Thu Sep 4 21:47:53 2025
    From Newsgroup: comp.os.linux.misc

    On 2025-09-04 18:47, Richard Kettlewell wrote:
    "Carlos E.R." <robin_listas@es.invalid> writes:
    June 2026, graphic cards die.

    Spanish link - I don't have an English one:

    <https://elchapuzasinformatico.com/2025/09/tarjetas-graficas-no-arrancaran-pc-junio-2026-secure-boot-microsoft-uefi-gop/>

    DeepL translation:

    In June 2026, your PC may not start up because of your graphics card's
    UEFI GOP

    By Protector Indefinido 01/09/2025


    In a few months, the world of PC hardware could face a silent but
    serious, very serious problem. The reason is not a physical failure or
    planned obsolescence, but something much more bureaucratic: the expiry
    of a certificate that until now signed the UEFI firmware of many GPUs,
    specifically the Microsoft UEFI CA 2011. If there is no timely
    response, those affected, millions of users, could find themselves
    with black screens from the moment they turn on their PCs, without
    getting past POST, and in some cases, with computers rendered
    virtually unusable due to graphics cards with an unsigned UEFI GOP by
    2026.

    Virtually no one had realised the significance of what we are about to
    see, but after collating the information and based on what Microsoft
    has revealed, it does appear to be true, as it all stems from an
    analysis on Reddit by user Gaseousgalaxy. This raises the key and most
    pertinent question: why is this issue so important and what does the
    so-called UEFI GOP have to do with all this?

    (... continues on the link)

    I think this is largely scaremongering. See https://mjg59.dreamwidth.org/72892.html for a better-informed source.

    Briefly:

    Certificate expiry is not likely to be an issue here. UEFI firmware does
    not enforce expiry dates when it verifies certificate. This is pretty
    common practice for code signing.

    The real issue is that at some (currently unknown) point in the future
    new code will stop being signed with the ‘expired’ key, and only signed with its replacement. When that happens, platforms that only trust the
    old key won’t be able to install video cards or boot operating systems
    that were only signed with the new key.

    AFAIK disabling secure boot will work as a workaround.

    Not on W11. I have a virtual machine with W11. I double booted to a
    Linux CD to force delete some file, and for that I had to disable secure
    boot. Subsequently I booted Windows, to find that network was gone. So I
    had to reboot and enable back secure boot.

    So people double booting need secure booting enabled.
    --
    Cheers, Carlos.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Fri Sep 5 00:18:36 2025
    From Newsgroup: comp.os.linux.misc

    On Thu, 04 Sep 2025 17:23:40 +0200, Marc Haber wrote:

    And to fix the door control system you need to enter the server
    room, which is protected by said door control system.

    You can just hear the voice saying “I’m sorry Dave, I’m afraid I can’t do
    that” ...
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Fri Sep 5 04:51:42 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 11:53:29 +0100, The Natural Philosopher wrote:

    We never used 'toolchains' back in the day anyway.

    You called it “CASE” back then.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Fri Sep 5 04:56:12 2025
    From Newsgroup: comp.os.linux.misc

    On Wed, 3 Sep 2025 13:26:03 +0100, The Natural Philosopher wrote:

    But ARM is in many ways better.

    Booted up a Cisco switch the other day, and said it had a “Cavium Octeon II” processor. With a Linux kernel, too.

    That’s MIPS-based. And it’s from this century.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Fri Sep 5 08:57:25 2025
    From Newsgroup: comp.os.linux.misc

    Lawrence D´Oliveiro <ldo@nz.invalid> wrote:
    On Wed, 3 Sep 2025 13:26:03 +0100, The Natural Philosopher wrote:
    But ARM is in many ways better.

    Booted up a Cisco switch the other day, and said it had a “Cavium Octeon >II” processor. With a Linux kernel, too.

    That’s MIPS-based. And it’s from this century.

    MIPS hat a long life in embedded environments. My Dreambox 7080 HD TV
    receiver has a MIPS CPU as well.

    The Cisco 801, a famous ISDN router that was omnipresent in commercial deployments around the millennium, had a PowerQUICC CPU which would
    today be called an SOC. That one actually had a PowerPC core.

    Greetings
    Marc
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Richard Kettlewell@invalid@invalid.invalid to comp.os.linux.misc on Fri Sep 5 08:23:36 2025
    From Newsgroup: comp.os.linux.misc

    Marc Haber <mh+usenetspam1118@zugschl.us> writes:
    Lawrence D´Oliveiro <ldo@nz.invalid> wrote:
    The Natural Philosopher wrote:
    But ARM is in many ways better.

    Booted up a Cisco switch the other day, and said it had a “Cavium Octeon >>II” processor. With a Linux kernel, too.

    That’s MIPS-based. And it’s from this century.

    MIPS hat a long life in embedded environments. My Dreambox 7080 HD TV receiver has a MIPS CPU as well.

    MIPS (the company) has abandoned MIPS (the architecture) in favor of
    RISC-V. Expect to see a lot more of the latter in embedded.

    The Cisco 801, a famous ISDN router that was omnipresent in commercial deployments around the millennium, had a PowerQUICC CPU which would
    today be called an SOC. That one actually had a PowerPC core.

    We went from Arm to Power and are currently returning to Arm.
    --
    https://www.greenend.org.uk/rjk/
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Fri Sep 5 04:05:34 2025
    From Newsgroup: comp.os.linux.misc

    On 9/4/25 2:30 PM, rbowman wrote:
    On Thu, 4 Sep 2025 15:40:20 -0000 (UTC), John McCue wrote:

    Anyway as to the Asus Eee, looks like NetBSD works fine on those. Since
    it seems eventually NetBSD may end up as the only game in town for 32
    bit, John could always migrate once Linux drops 32 bit.

    https://www.q4os.org/

    I installed Q4OS on the eeePC. The KDE desktop was too heavy but Trinity works fine.

    My EEEPC was good - but NOT insanely fast. By far
    best to stick with LIGHT desktops. They exist,
    even now.



    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Fri Sep 5 04:19:42 2025
    From Newsgroup: comp.os.linux.misc

    On 9/4/25 8:18 PM, Lawrence D’Oliveiro wrote:
    On Thu, 04 Sep 2025 17:23:40 +0200, Marc Haber wrote:

    And to fix the door control system you need to enter the server
    room, which is protected by said door control system.

    You can just hear the voice saying “I’m sorry Dave, I’m afraid I can’t do
    that” ...

    HaHaHaHaHa !!!

    Try a fire-axe :-)

    Let's see the software encryption cope with brute force ...
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Fri Sep 5 04:36:45 2025
    From Newsgroup: comp.os.linux.misc

    Look folks ... 16/32-bit is just OVER. Any existing
    support is going to be VERY short now. Even the
    little ARMs are 64-bit now - have been for awhile.

    SO ... maybe time to RETIRE that 1985 server box.
    Plenty of good stuff out there.

    Yea, yea, SO tragic to retire your gen-1 386
    box. Alas ........

    HAD a gen-1 386 box - first 'MIPS' unit. But it
    had its time.

    Over and done with.

    Copy over the software code and config files to a
    64-bit system. Recompile. MOSTLY it will work unless
    you went WAY weird.

    Even a PI-4, maybe PI-3, is faster and more capable
    than that 386 box.

    Oh, "WAY Weird" ... massive customization of config
    and kernel stuff ... IMHO you shouldn't DO it. Yea,
    tempting, kinda fun, but ......

    Real world, stick pretty CLOSE to default or you're
    gonna get fucked. This ain't Atari and C64 anymore.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Fri Sep 5 11:59:55 2025
    From Newsgroup: comp.os.linux.misc

    c186282 <c186282@nnada.net> wrote:
    Look folks ... 16/32-bit is just OVER. Any existing
    support is going to be VERY short now. Even the
    little ARMs are 64-bit now - have been for awhile.

    I agree with that mostly.

    Copy over the software code and config files to a
    64-bit system. Recompile. MOSTLY it will work unless
    you went WAY weird.

    Even a PI-4, maybe PI-3, is faster and more capable
    than that 386 box.

    Oh, "WAY Weird" ... massive customization of config
    and kernel stuff ... IMHO you shouldn't DO it. Yea,
    tempting, kinda fun, but ......

    Real world, stick pretty CLOSE to default or you're
    gonna get fucked. This ain't Atari and C64 anymore.

    There is a niche of valid re-use of old hardware, when it's part of
    some industrial equipment and cannot be easily exchanged.

    At CERN, the control machines for the particle accelerators have
    processors from 2008 and cannot be easily replaced since those
    machines are full of PCI(not e) cards and modern boxes simply don't
    have that number of slots any more. So you'd need to double the amount
    of machines to upgrade that, but those racks are INSIDE the tunnel in
    literal niches where there is no more room.

    CERN is migrating those systems to Debian since Debian's support
    cadence will allow running those processors during the entire next and
    after next science cycle.

    Oh, yes, it's already 64bit, thank goodness.

    Greetings
    Marc
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Fri Sep 5 12:00:38 2025
    From Newsgroup: comp.os.linux.misc

    c186282 <c186282@nnada.net> wrote:
    On 9/4/25 2:30 PM, rbowman wrote:
    On Thu, 4 Sep 2025 15:40:20 -0000 (UTC), John McCue wrote:

    Anyway as to the Asus Eee, looks like NetBSD works fine on those. Since >>> it seems eventually NetBSD may end up as the only game in town for 32
    bit, John could always migrate once Linux drops 32 bit.

    https://www.q4os.org/

    I installed Q4OS on the eeePC. The KDE desktop was too heavy but Trinity
    works fine.

    My EEEPC was good - but NOT insanely fast. By far
    best to stick with LIGHT desktops. They exist,
    even now.

    Once you have started the browser, resource usage of the desktop is
    irrelevant.
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Nuno Silva@nunojsilva@invalid.invalid to comp.os.linux.misc on Fri Sep 5 11:18:37 2025
    From Newsgroup: comp.os.linux.misc

    On 2025-09-04, Lawrence D’Oliveiro wrote:

    On Wed, 3 Sep 2025 08:45:06 -0700, Bobbie Sellers wrote:

    Your terminology is off there. x86 is used to refer to the basic
    archetecture of the CPU not whether it is a 32 bit wide bus or a 64 bit
    wide bus.

    Yes. To distinguish 32-bit from 64-bit, the terms are “x86-32” and “x86-64”. Or “AMD64” for the latter, since AMD invented it, after all.

    Wouldn't the "AMD64" equivalent term for 32-bit be "IA-32"?
    --
    Nuno Silva
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Fri Sep 5 11:33:40 2025
    From Newsgroup: comp.os.linux.misc

    On 05/09/2025 11:00, Marc Haber wrote:
    Once you have started the browser, resource usage of the desktop is irrelevant.

    I think that needs to be engraved on Somewhere Important and Visible
    --
    In theory, there is no difference between theory and practice.
    In practice, there is.
    -- Yogi Berra

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From The Natural Philosopher@tnp@invalid.invalid to comp.os.linux.misc on Fri Sep 5 11:42:30 2025
    From Newsgroup: comp.os.linux.misc

    On 05/09/2025 11:18, Nuno Silva wrote:
    On 2025-09-04, Lawrence D’Oliveiro wrote:

    On Wed, 3 Sep 2025 08:45:06 -0700, Bobbie Sellers wrote:

    Your terminology is off there. x86 is used to refer to the basic
    archetecture of the CPU not whether it is a 32 bit wide bus or a 64 bit
    wide bus.

    Yes. To distinguish 32-bit from 64-bit, the terms are “x86-32” and
    “x86-64”. Or “AMD64” for the latter, since AMD invented it, after all.

    Wouldn't the "AMD64" equivalent term for 32-bit be "IA-32"?

    ISTR it was at one time
    --
    “It is hard to imagine a more stupid decision or more dangerous way of making decisions than by putting those decisions in the hands of people
    who pay no price for being wrong.”

    Thomas Sowell

    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From c186282@c186282@nnada.net to comp.os.linux.misc on Fri Sep 5 06:47:10 2025
    From Newsgroup: comp.os.linux.misc

    On 9/5/25 6:18 AM, Nuno Silva wrote:
    On 2025-09-04, Lawrence D’Oliveiro wrote:

    On Wed, 3 Sep 2025 08:45:06 -0700, Bobbie Sellers wrote:

    Your terminology is off there. x86 is used to refer to the basic
    archetecture of the CPU not whether it is a 32 bit wide bus or a 64 bit
    wide bus.

    Yes. To distinguish 32-bit from 64-bit, the terms are “x86-32” and
    “x86-64”. Or “AMD64” for the latter, since AMD invented it, after all.

    Wouldn't the "AMD64" equivalent term for 32-bit be "IA-32"?

    Ummm ... '64' means 64.

    Probably does 32 ... but, near future, do NOT
    count on it.

    8/16/32 is just OVER. Linux and elsewhere.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Marc Haber@mh+usenetspam1118@zugschl.us to comp.os.linux.misc on Fri Sep 5 14:47:59 2025
    From Newsgroup: comp.os.linux.misc

    The Natural Philosopher <tnp@invalid.invalid> wrote:
    On 05/09/2025 11:00, Marc Haber wrote:
    Once you have started the browser, resource usage of the desktop is
    irrelevant.

    I think that needs to be engraved on Somewhere Important and Visible

    On the Desktop, maybe?

    Greetings
    Marc
    -- ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402
    --- Synchronet 3.21a-Linux NewsLink 1.2