• Real-time OSs (Re: Microsoft Is Abandoning Windows 11 SE)

    From Lars Poulsen@21:1/5 to The Natural Philosopher on Wed Aug 13 02:11:20 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-11 13:05, The Natural Philosopher wrote:
    As soon as you are running real time shit under a multitasking system
    even giving high priority to real time tasks cannot guarantee they get
    dealt with in exact time frames.

    On Tue, 12 Aug 2025 10:56:49 +0200, Carlos E. R. wrote:
    It did. If it failed, long distance phone calls would not work.

    On 2025-08-12, Lawrence D'Oliveiro <[email protected]d> wrote:
    I wonder about that. A lot of telephony providers are using VoIP nowadays, and several of the common VoIP/telephony engines (e.g. Asterisk, Kamailio) are open-source and run on Linux. And not even specially-tuned “real-time”
    Linux systems, at that -- they are available as standard packages under Debian and derivatives, for example.

    All this works fine for long-distance calls, local calls, value-add
    services like IVR, voice mail etc. Even video calling, if you want.

    Asterisk PBX software on Linux works ... because it is packet switching software, not circuit switching. It may work less well in a deskset,
    driving the signal chain microphone->A/D converter->packetizer and its counterpart on the receiving end.

    VoIP over intercontinental distances has some issues, especially with
    cheap providers. Lossy circuits have dropouts, or if they try too hard
    to cover themup with retransmissions, they gradually build up delays
    that get long enough to interfere with dialogue flow.

    My "4 guys in a garage" company for years was selling a gateway that
    bridged T1 or synchronous serial RS422 over the Internet ... or at least
    over TCP/IP networks. I learned a lot about managing delay and jitter
    while working on that product. Like our radio products, it ran our own
    RTOS in order to be close enough to the hardware to know the worst case interrupt latency by counting instructions in the interrupt dispatcher.
    If your interrupt latency is longer, you have to put more processing
    into an ASIC or FPGA.
    --
    Lars Poulsen in Santa Barbara

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Lars Poulsen on Wed Aug 13 02:59:24 2025
    XPost: alt.comp.os.windows-11

    On Wed, 13 Aug 2025 02:11:20 -0000 (UTC), Lars Poulsen wrote:

    Asterisk PBX software on Linux works ... because it is packet switching software, not circuit switching.

    It does circuit-switching too, if you want. It has drivers available for old-style analog copper lines (both FXO and FXS ends) and ISDN
    connections, for those customers who still need that sort of thing. It’s
    not all VoIP, yet.

    VoIP over intercontinental distances has some issues, especially with
    cheap providers.

    What software are those providers using? There are still some proprietary companies trying to fight a rearguard action against Asterisk.

    My "4 guys in a garage" company for years was selling a gateway that
    bridged T1 or synchronous serial RS422 over the Internet ... or at least
    over TCP/IP networks. I learned a lot about managing delay and jitter
    while working on that product.

    It could be that, with Asterisk, some level of that is handled by custom
    DSPs in the interface cards.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Lars Poulsen on Wed Aug 13 12:45:26 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-13 04:11, Lars Poulsen wrote:
    On 2025-08-11 13:05, The Natural Philosopher wrote:
    As soon as you are running real time shit under a multitasking system
    even giving high priority to real time tasks cannot guarantee they get >>>> dealt with in exact time frames.

    On Tue, 12 Aug 2025 10:56:49 +0200, Carlos E. R. wrote:
    It did. If it failed, long distance phone calls would not work.

    On 2025-08-12, Lawrence D'Oliveiro <[email protected]d> wrote:
    I wonder about that. A lot of telephony providers are using VoIP nowadays, >> and several of the common VoIP/telephony engines (e.g. Asterisk, Kamailio) >> are open-source and run on Linux. And not even specially-tuned “real-time”
    Linux systems, at that -- they are available as standard packages under
    Debian and derivatives, for example.

    All this works fine for long-distance calls, local calls, value-add
    services like IVR, voice mail etc. Even video calling, if you want.

    Asterisk PBX software on Linux works ... because it is packet switching software, not circuit switching. It may work less well in a deskset,
    driving the signal chain microphone->A/D converter->packetizer and its counterpart on the receiving end.

    VoIP over intercontinental distances has some issues, especially with
    cheap providers. Lossy circuits have dropouts, or if they try too hard
    to cover themup with retransmissions, they gradually build up delays
    that get long enough to interfere with dialogue flow.

    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.

    As an example that anybody can see, the terminals at home had their own
    power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.


    My "4 guys in a garage" company for years was selling a gateway that
    bridged T1 or synchronous serial RS422 over the Internet ... or at least
    over TCP/IP networks. I learned a lot about managing delay and jitter
    while working on that product. Like our radio products, it ran our own
    RTOS in order to be close enough to the hardware to know the worst case interrupt latency by counting instructions in the interrupt dispatcher.
    If your interrupt latency is longer, you have to put more processing
    into an ASIC or FPGA.


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E. R. on Wed Aug 13 12:31:53 2025
    XPost: alt.comp.os.windows-11

    On 13/08/2025 11:45, Carlos E. R. wrote:
    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.


    We had the same arguments when IP / email was challenging X25/X400.

    X protocols guaranteed delivery in a day or two. IP mostly got stuff
    through instantaneously. But no guarantees.


    I never had any delay issues with Voip even over a modem link

    As an example that anybody can see, the terminals at home had their own power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.
    And so too today do cell phones and their towers


    --
    "A point of view can be a dangerous luxury when substituted for insight
    and understanding".

    Marshall McLuhan

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to The Natural Philosopher on Wed Aug 13 15:15:57 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.


    We had the same arguments when IP / email was challenging X25/X400.

    X protocols guaranteed delivery in a day or two. IP mostly got stuff
    through instantaneously. But no guarantees.


    I never had any delay issues with Voip even over a modem link

    As an example that anybody can see, the terminals at home had their
    own power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people had
    non working cell phones, and others failed during the day. I was
    fortunate because I live near an old exchange with huge batteries and a
    diesel generator.

    It is a distributed network of towers with small batteries that die
    after a few hours.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E. R. on Wed Aug 13 17:29:56 2025
    XPost: alt.comp.os.windows-11

    On 13/08/2025 14:15, Carlos E. R. wrote:
    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.


    We had the same arguments when IP / email was challenging X25/X400.

    X protocols guaranteed delivery in a day or two. IP mostly got stuff
    through instantaneously. But no guarantees.


    I never had any delay issues with Voip even over a modem link

    As an example that anybody can see, the terminals at home had their
    own power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people had
    non working cell phones, and others failed during the day. I was
    fortunate because I live near an old exchange with huge batteries and a diesel generator.

    I am talking about first world countries.


    It is a distributed network of towers with small batteries that die
    after a few hours.


    --
    "The great thing about Glasgow is that if there's a nuclear attack it'll
    look exactly the same afterwards."

    Billy Connolly

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to The Natural Philosopher on Wed Aug 13 18:38:02 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-13 18:29, The Natural Philosopher wrote:
    On 13/08/2025 14:15, Carlos E. R. wrote:
    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.


    We had the same arguments when IP / email was challenging X25/X400.

    X protocols guaranteed delivery in a day or two. IP mostly got stuff
    through instantaneously. But no guarantees.


    I never had any delay issues with Voip even over a modem link

    As an example that anybody can see, the terminals at home had their
    own power. Even if the nation had a full power failure, the
    telephone network kept running. Anybody could phone emergencies or
    his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people had
    non working cell phones, and others failed during the day. I was
    fortunate because I live near an old exchange with huge batteries and
    a diesel generator.

    I am talking about first world countries.

    Ho, ho, ho! Find another excuse.



    It is a distributed network of towers with small batteries that die
    after a few hours.




    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E. R. on Wed Aug 13 17:51:06 2025
    XPost: alt.comp.os.windows-11

    On 13/08/2025 17:38, Carlos E. R. wrote:
    On 2025-08-13 18:29, The Natural Philosopher wrote:
    On 13/08/2025 14:15, Carlos E. R. wrote:
    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.


    We had the same arguments when IP / email was challenging X25/X400.

    X protocols guaranteed delivery in a day or two. IP mostly got stuff
    through instantaneously. But no guarantees.


    I never had any delay issues with Voip even over a modem link

    As an example that anybody can see, the terminals at home had their
    own power. Even if the nation had a full power failure, the
    telephone network kept running. Anybody could phone emergencies or
    his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people
    had non working cell phones, and others failed during the day. I was
    fortunate because I live near an old exchange with huge batteries and
    a diesel generator.

    I am talking about first world countries.

    Ho, ho, ho! Find another excuse.

    We didn't crash our entire electricity grid because of too much subsidy- chasing renewables and not enough engineering.
    Not yet


    --
    “It is not the truth of Marxism that explains the willingness of intellectuals to believe it, but the power that it confers on
    intellectuals, in their attempts to control the world. And since...it is
    futile to reason someone out of a thing that he was not reasoned into,
    we can conclude that Marxism owes its remarkable power to survive every criticism to the fact that it is not a truth-directed but a
    power-directed system of thought.”
    Sir Roger Scruton

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to The Natural Philosopher on Wed Aug 13 19:14:03 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-13 18:51, The Natural Philosopher wrote:
    On 13/08/2025 17:38, Carlos E. R. wrote:
    On 2025-08-13 18:29, The Natural Philosopher wrote:
    On 13/08/2025 14:15, Carlos E. R. wrote:
    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    Telcos systems were subject to strict quality control systems,
    that worked. VoIP systems are not.


    We had the same arguments when IP / email was challenging X25/X400.

    X protocols guaranteed delivery in a day or two. IP mostly got
    stuff through instantaneously. But no guarantees.


    I never had any delay issues with Voip even over a modem link

    As an example that anybody can see, the terminals at home had
    their own power. Even if the nation had a full power failure, the
    telephone network kept running. Anybody could phone emergencies or >>>>>> his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people
    had non working cell phones, and others failed during the day. I was
    fortunate because I live near an old exchange with huge batteries
    and a diesel generator.

    I am talking about first world countries.

    Ho, ho, ho! Find another excuse.

    We didn't crash our entire electricity grid because of too much subsidy- chasing renewables  and not  enough engineering.
    Not yet

    LOL. There are no subsidies.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E. R. on Wed Aug 13 18:58:13 2025
    XPost: alt.comp.os.windows-11

    On 13/08/2025 18:14, Carlos E. R. wrote:
    On 2025-08-13 18:51, The Natural Philosopher wrote:
    On 13/08/2025 17:38, Carlos E. R. wrote:
    On 2025-08-13 18:29, The Natural Philosopher wrote:
    On 13/08/2025 14:15, Carlos E. R. wrote:
    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    Telcos systems were subject to strict quality control systems,
    that worked. VoIP systems are not.


    We had the same arguments when IP / email was challenging X25/X400. >>>>>>
    X protocols guaranteed delivery in a day or two. IP mostly got
    stuff through instantaneously. But no guarantees.


    I never had any delay issues with Voip even over a modem link

    As an example that anybody can see, the terminals at home had
    their own power. Even if the nation had a full power failure, the >>>>>>> telephone network kept running. Anybody could phone emergencies
    or his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people
    had non working cell phones, and others failed during the day. I
    was fortunate because I live near an old exchange with huge
    batteries and a diesel generator.

    I am talking about first world countries.

    Ho, ho, ho! Find another excuse.

    We didn't crash our entire electricity grid because of too much
    subsidy- chasing renewables  and not  enough engineering.
    Not yet

    LOL. There are no subsidies.

    Bless!
    https://etn.global/news-and-events/spain-cuts-renewables-subsidies/
    Spain Cuts Renewables Subsidies

    "The Spanish government has decided to suspend all subsidies for
    renewable energy projects, with immediate effect, meaning it will no
    longer provide subsidies for *new*
    wind, solar, co-generation or waste incineration projects."

    Implying that old wind solar etc *are* still subsidised.

    "n Spain, there are IBI rebates (Impuesto sobre Bienes Inmuebles -
    property tax) and IRPF rebates (Impuesto sobre la Renta de las Personas Físicas - income tax) for the installation of solar panels."


    Spain and Spanish consumers drain millions from EU funds to put in
    pointless windmills and solar panels.

    It remains the only nation in the EU to claim renewable subsidies for generating solar power in the middle of the night.

    They forgot to tirn the diesel generators off at dusk., The subsidies
    for renewable solar energy exceeded the cost of the diesel to run the generators

    ......

    Spanish night time solar energy fraud ‘unlikely in UK’
    The Ecologist
    16th April 2010

    In the month that renewable energy incentives are introduced in the UK,
    Spanish authorities are investigating companies who claim to have
    produced solar energy at night
    Ecologist - EPC July-Sept 25


    Authorities in Spain have launched an investigation into solar energy installations that have been selling electricity apparently generated at
    night.

    The Spanish government called on the National Energy Commission (CNE) to
    look into the matter after a newspaper investigation discovered
    irregularities in the times at which solar energy was being generated.

    Spanish newspaper El Mundo found that between November and January, 4500 megawatt hours (MWh) of solar energy were sold to the electricity grid
    between midnight and seven in the morning.

    It has been suggested that some plants in the regions of
    Castilla-La-Mancha, Canarias and Andalucía have been using diesel
    generators connected to their solar panel arrays to illegally benefit
    from government subsidies."

    https://theecologist.org/2010/apr/16/spanish-nighttime-solar-energy-fraud-unlikely-uk

    Even by EU standards, Spain is pretty fucking corrupt.

    --
    "What do you think about Gay Marriage?"
    "I don't."
    "Don't what?"
    "Think about Gay Marriage."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to The Natural Philosopher on Wed Aug 13 20:36:03 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-13 19:58, The Natural Philosopher wrote:
    Even by EU standards, Spain is pretty fucking corrupt.

    Sure, and you do know.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to The Natural Philosopher on Wed Aug 13 21:30:42 2025
    XPost: alt.comp.os.windows-11

    The Natural Philosopher <[email protected]d> wrote:
    Bless!
    https://etn.global/news-and-events/spain-cuts-renewables-subsidies/
    Spain Cuts Renewables Subsidies

    "The Spanish government has decided to suspend all subsidies for
    renewable energy projects, with immediate effect, meaning it will no
    longer provide subsidies for *new*
    wind, solar, co-generation or waste incineration projects."

    Implying that old wind solar etc *are* still subsidised.

    "n Spain, there are IBI rebates (Impuesto sobre Bienes Inmuebles -
    property tax) and IRPF rebates (Impuesto sobre la Renta de las Personas >Físicas - income tax) for the installation of solar panels."


    Spain and Spanish consumers drain millions from EU funds to put in
    pointless windmills and solar panels.

    It remains the only nation in the EU to claim renewable subsidies for >generating solar power in the middle of the night.

    Batteries?

    What Spain should be doing is building more power lines into France,
    so that we in Middle Europe can buy their renewable power.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Marc Haber on Wed Aug 13 21:55:25 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-13 21:30, Marc Haber wrote:

    What Spain should be doing is building more power lines into France,
    so that we in Middle Europe can buy their renewable power.

    We want to, but France doesn't.

    We would compete with their nuclear, so they protect it :-D

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to The Natural Philosopher on Thu Aug 14 00:29:33 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-13, The Natural Philosopher wrote:

    On 13/08/2025 17:38, Carlos E. R. wrote:
    On 2025-08-13 18:29, The Natural Philosopher wrote:
    On 13/08/2025 14:15, Carlos E. R. wrote:
    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    As an example that anybody can see, the terminals at home had
    their own power. Even if the nation had a full power failure,
    the telephone network kept running. Anybody could phone
    emergencies or his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people
    had non working cell phones, and others failed during the day. I
    was fortunate because I live near an old exchange with huge
    batteries and a diesel generator.

    I am talking about first world countries.

    Ho, ho, ho! Find another excuse.

    We didn't crash our entire electricity grid because of too much
    subsidy-
    chasing renewables and not enough engineering.
    Not yet

    Whatever you are using as a source of information belongs in a round
    file.

    What caused the blackout was a sucession of problems in handling less-than-desirable conditions. This could have happened with *any*
    kind of power source.

    And, besides what might be the initial condition at an Iberdrola solar
    power plant, there were also flaws at non-renewable (including nuclear)
    plants that played a role in creating the blackout.

    Cut the crap of the "subsidy-chasing", that's quite visibly far-right misinformation. Renewables turn a profit by themselves, and that's why
    they're so present, at least in countries that didn't push back against
    that based on political bias. (One might call these "first world
    countries".)

    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Carlos E. R. on Thu Aug 14 00:25:13 2025
    XPost: alt.comp.os.windows-11

    On Wed, 13 Aug 2025 12:45:26 +0200, Carlos E. R. wrote:

    As an example that anybody can see, the terminals at home had their own power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.

    That’s gone. Here in NZ (and no doubt other countries) the entire copper network is going away.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Lawrence D'Oliveiro on Thu Aug 14 02:35:55 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-14 02:25, Lawrence D'Oliveiro wrote:
    On Wed, 13 Aug 2025 12:45:26 +0200, Carlos E. R. wrote:

    As an example that anybody can see, the terminals at home had their own
    power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.

    That’s gone. Here in NZ (and no doubt other countries) the entire copper network is going away.

    Precisely my point.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Carlos E. R. on Thu Aug 14 00:48:15 2025
    XPost: alt.comp.os.windows-11

    On Wed, 13 Aug 2025 21:55:25 +0200, Carlos E. R. wrote:

    On 2025-08-13 21:30, Marc Haber wrote:

    What Spain should be doing is building more power lines into France,
    so that we in Middle Europe can buy their renewable power.

    We want to, but France doesn't.

    We would compete with their nuclear, so they protect it :-D

    The French actually learned something! After deregulation in the US cheap hydro from Quebec took care of the nuclear plants in New England. Seabrook Station in New Hampshire is one of the few still operating.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lars Poulsen@21:1/5 to Lars Poulsen on Thu Aug 14 03:07:37 2025
    XPost: alt.comp.os.windows-11

    On Wed, 13 Aug 2025 02:11:20 -0000 (UTC), Lars Poulsen wrote:
    Asterisk PBX software on Linux works ... because it is packet switching
    software, not circuit switching.

    On 2025-08-13, Lawrence D'Oliveiro <[email protected]d> wrote:
    It does circuit-switching too, if you want. It has drivers available for old-style analog copper lines (both FXO and FXS ends) and ISDN
    connections, for those customers who still need that sort of thing. It’s not all VoIP, yet.

    It is my understanding that with few exceptions it all gets digitized on
    the way in and out, and most of it get packetized. 15 years ago, I
    looked into replacing our Nortel NorStar PBX with asterix, but it looked
    like the only way to interface to an analog central office required a
    full T1, which was a bit much for 3 guys in a garage, so I got us a
    Panasonic KX-T switch. A few years later, I found that we were paying $200/month for 3 analog lines from Verizon, so I got a handful of
    Grandstream IP phones and since then we are paying about $15/month
    total to CallCentric.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lars Poulsen@21:1/5 to Carlos E. R. on Thu Aug 14 03:14:52 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-13, Carlos E. R. <[email protected]d> wrote:
    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.

    As an example that anybody can see, the terminals at home had their own power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.

    The terminals (desk telephones) did not have their own power, but were
    powered over the telephone lines (48V, ca 50 mA) from the central
    switching offices. Government regulations required them to have
    batteries that could keep everything running for 3 days and diesel
    backup generators to work beyond that.

    As traffic swictched to cellphones, there were for a long time no such
    quality standards enforced. Because if the cellphones did not work, we
    still had the POTS network to fall back on. And now ATT is asking
    permission in several states to completely turn off the wireline
    service.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bobbie Sellers@21:1/5 to Nuno Silva on Wed Aug 13 21:04:35 2025
    XPost: alt.comp.os.windows-11

    On 8/13/25 16:29, Nuno Silva wrote:
    On 2025-08-13, The Natural Philosopher wrote:

    On 13/08/2025 17:38, Carlos E. R. wrote:
    On 2025-08-13 18:29, The Natural Philosopher wrote:
    On 13/08/2025 14:15, Carlos E. R. wrote:
    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    As an example that anybody can see, the terminals at home had
    their own power. Even if the nation had a full power failure,
    the telephone network kept running. Anybody could phone
    emergencies or his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people
    had non working cell phones, and others failed during the day. I
    was fortunate because I live near an old exchange with huge
    batteries and a diesel generator.

    I am talking about first world countries.

    Ho, ho, ho! Find another excuse.

    We didn't crash our entire electricity grid because of too much
    subsidy-
    chasing renewables and not enough engineering.
    Not yet

    Whatever you are using as a source of information belongs in a round
    file.

    What caused the blackout was a sucession of problems in handling less-than-desirable conditions. This could have happened with *any*
    kind of power source.

    And, besides what might be the initial condition at an Iberdrola solar
    power plant, there were also flaws at non-renewable (including nuclear) plants that played a role in creating the blackout.

    Cut the crap of the "subsidy-chasing", that's quite visibly far-right misinformation. Renewables turn a profit by themselves, and that's why they're so present, at least in countries that didn't push back against
    that based on political bias. (One might call these "first world
    countries".)



    Well in California we had subsidies and it paid off for home owners among whose blessed ranks I will never be counted but we are producing
    power from wind and solar and we have batteries to back that up.
    Big batteries. Not in your home but close to the sites where that power
    is generated.

    No subsidies are needed except on the home owners level and
    only of course the home owners who can spend the money for
    solar panels and hopefull a set of batteries in the garage where
    they can charge up their electric Porshe runabout.

    bliss

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to All on Thu Aug 14 01:10:06 2025
    XPost: alt.comp.os.windows-11

    Hmmm ... just checked Amazon.

    "Serial terminal" or "Serial RS-232 Terminal" shows
    nothing but 'adapters'/cables. NO actual 'terminals'
    of ANY tech.

    I know a FEW build LED/LCD 'terminals - forget the
    old vac-tube versions - but they sure don't show
    up anywhere near the Amazon top list.

    SMALL - 2 to 4 line - units are still made by
    Scott Edwards ('Seetron') but 80x24 ... dunno.

    I've used the SE units in the past - mostly
    with 8051s. They're good, they work, they're
    not too expensive, they're easy to interface.

    But they're still no replacement for a hardware
    80x24.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to Carlos E. R. on Thu Aug 14 11:13:27 2025
    XPost: alt.comp.os.windows-11

    "Carlos E. R." <[email protected]d> wrote:
    On 2025-08-13 21:30, Marc Haber wrote:

    What Spain should be doing is building more power lines into France,
    so that we in Middle Europe can buy their renewable power.

    We want to, but France doesn't.

    We would compete with their nuclear, so they protect it :-D

    That's bad for all Europe.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to Lars Poulsen on Thu Aug 14 11:16:36 2025
    XPost: alt.comp.os.windows-11

    Lars Poulsen <[email protected]> wrote:
    On 2025-08-13, Carlos E. R. <[email protected]d> wrote:
    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.

    As an example that anybody can see, the terminals at home had their own
    power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.

    The terminals (desk telephones) did not have their own power, but were >powered over the telephone lines (48V, ca 50 mA) from the central
    switching offices. Government regulations required them to have
    batteries that could keep everything running for 3 days and diesel
    backup generators to work beyond that.

    As traffic swictched to cellphones, there were for a long time no such >quality standards enforced. Because if the cellphones did not work, we
    still had the POTS network to fall back on. And now ATT is asking
    permission in several states to completely turn off the wireline
    service.

    Over here, when the power in my neighborhood goes out¹ and my local
    UPS kicks in, I see the DSL going down in seconds, and the primary LTE
    antenna in minutes. The LTE backup then connects to another LTE
    antenna in the next village that still has power, if that happens to
    be near enough.

    Greetings
    Marc

    ¹ Happens about once every two years for single or dual digit number
    of minutes. In Germany, regional differenes are huge. I moved in a 100
    km circly in the last 30 years. Best in power reliability was
    Karlsruhe, worst Mannheim (had more power outages there in three years
    than I had in 15 years of Karlsruhe).
    --
    ---------------------------------------------------------------------------- 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Nuno Silva on Thu Aug 14 11:19:38 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-14 01:29, Nuno Silva wrote:
    On 2025-08-13, The Natural Philosopher wrote:

    On 13/08/2025 17:38, Carlos E. R. wrote:
    On 2025-08-13 18:29, The Natural Philosopher wrote:
    On 13/08/2025 14:15, Carlos E. R. wrote:
    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    As an example that anybody can see, the terminals at home had
    their own power. Even if the nation had a full power failure,
    the telephone network kept running. Anybody could phone
    emergencies or his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people
    had non working cell phones, and others failed during the day. I
    was fortunate because I live near an old exchange with huge
    batteries and a diesel generator.

    I am talking about first world countries.

    Ho, ho, ho! Find another excuse.

    We didn't crash our entire electricity grid because of too much
    subsidy-
    chasing renewables and not enough engineering.
    Not yet

    Whatever you are using as a source of information belongs in a round
    file.

    What caused the blackout was a sucession of problems in handling less-than-desirable conditions. This could have happened with *any*
    kind of power source.

    And, besides what might be the initial condition at an Iberdrola solar
    power plant, there were also flaws at non-renewable (including nuclear) plants that played a role in creating the blackout.

    Cut the crap of the "subsidy-chasing", that's quite visibly far-right misinformation. Renewables turn a profit by themselves, and that's why they're so present, at least in countries that didn't push back against
    that based on political bias. (One might call these "first world
    countries".)


    Correct. (I simply did not want to discuss politics here).

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Marc Haber on Thu Aug 14 11:22:36 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-14 11:13, Marc Haber wrote:
    "Carlos E. R." <[email protected]d> wrote:
    On 2025-08-13 21:30, Marc Haber wrote:

    What Spain should be doing is building more power lines into France,
    so that we in Middle Europe can buy their renewable power.

    We want to, but France doesn't.

    We would compete with their nuclear, so they protect it :-D

    That's bad for all Europe.


    Britain had plans to build solar plants in Morocco, and then a looong underwater cable to get it home. We could do the same, a cable from
    Spain to Germany :-D

    Next we'll have to prohibit ships dropping anchor anywhere.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Lars Poulsen on Thu Aug 14 11:27:07 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-14 05:14, Lars Poulsen wrote:
    On 2025-08-13, Carlos E. R. <[email protected]d> wrote:
    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.

    As an example that anybody can see, the terminals at home had their own
    power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.

    The terminals (desk telephones) did not have their own power, but were powered over the telephone lines (48V, ca 50 mA) from the central
    switching offices.

    I know, of course. I worked in that sector.

    Government regulations required them to have
    batteries that could keep everything running for 3 days and diesel
    backup generators to work beyond that.

    As traffic swictched to cellphones, there were for a long time no such quality standards enforced. Because if the cellphones did not work, we
    still had the POTS network to fall back on. And now ATT is asking
    permission in several states to completely turn off the wireline
    service.

    The POTS network has been decommissioned in Spain, completely. At least
    in Telefónica, the major player, and nobody else installed their own
    copper pairs. It is fibre to the home and VoIP, using local power. So
    with a mains power failure it goes down.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Marc Haber on Thu Aug 14 10:46:24 2025
    XPost: alt.comp.os.windows-11

    On 13/08/2025 20:30, Marc Haber wrote:
    The Natural Philosopher <[email protected]d> wrote:
    Bless!
    https://etn.global/news-and-events/spain-cuts-renewables-subsidies/
    Spain Cuts Renewables Subsidies

    "The Spanish government has decided to suspend all subsidies for
    renewable energy projects, with immediate effect, meaning it will no
    longer provide subsidies for *new*
    wind, solar, co-generation or waste incineration projects."

    Implying that old wind solar etc *are* still subsidised.

    "n Spain, there are IBI rebates (Impuesto sobre Bienes Inmuebles -
    property tax) and IRPF rebates (Impuesto sobre la Renta de las Personas
    Físicas - income tax) for the installation of solar panels."


    Spain and Spanish consumers drain millions from EU funds to put in
    pointless windmills and solar panels.

    It remains the only nation in the EU to claim renewable subsidies for
    generating solar power in the middle of the night.

    Batteries?

    What Spain should be doing is building more power lines into France,
    so that we in Middle Europe can buy their renewable power.


    What a fucking joke


    --
    “when things get difficult you just have to lie”

    ― Jean Claud Jüncker

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E. R. on Thu Aug 14 10:49:59 2025
    XPost: alt.comp.os.windows-11

    On 14/08/2025 10:22, Carlos E. R. wrote:
    On 2025-08-14 11:13, Marc Haber wrote:
    "Carlos E. R." <[email protected]d> wrote:
    On 2025-08-13 21:30, Marc Haber wrote:

    What Spain should be doing is building more power lines into France,
    so that we in Middle Europe can buy their renewable power.

    We want to, but France doesn't.

    We would compete with their nuclear, so they protect it :-D

    That's bad for all Europe.


    Britain had plans to build solar plants in Morocco, and then a looong underwater cable to get it home. We could do the same, a cable from
    Spain to Germany :-D

    Fortunately common sense kicked in, and the realisation that sourcing
    your power from a country, via other countries, that are not necessarily
    your friends, using a very expensive and extremely vulnerable extension
    cable, is not a great idea. Particularly when the power only comes in
    daytime.

    Next we'll have to prohibit ships dropping anchor anywhere.

    Russian ships anyway. Still there are less and less of them every day



    --
    “when things get difficult you just have to lie”

    ― Jean Claud Jüncker

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Nuno Silva on Thu Aug 14 11:09:13 2025
    XPost: alt.comp.os.windows-11

    On 14/08/2025 00:29, Nuno Silva wrote:
    On 2025-08-13, The Natural Philosopher wrote:

    On 13/08/2025 17:38, Carlos E. R. wrote:
    On 2025-08-13 18:29, The Natural Philosopher wrote:
    On 13/08/2025 14:15, Carlos E. R. wrote:
    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    As an example that anybody can see, the terminals at home had
    their own power. Even if the nation had a full power failure,
    the telephone network kept running. Anybody could phone
    emergencies or his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people
    had non working cell phones, and others failed during the day. I
    was fortunate because I live near an old exchange with huge
    batteries and a diesel generator.

    I am talking about first world countries.

    Ho, ho, ho! Find another excuse.

    We didn't crash our entire electricity grid because of too much
    subsidy-
    chasing renewables and not enough engineering.
    Not yet

    Whatever you are using as a source of information belongs in a round
    file.

    What caused the blackout was a sucession of problems in handling less-than-desirable conditions. This could have happened with *any*
    kind of power source.

    And, besides what might be the initial condition at an Iberdrola solar
    power plant, there were also flaws at non-renewable (including nuclear) plants that played a role in creating the blackout.

    Cut the crap of the "subsidy-chasing", that's quite visibly far-right misinformation. Renewables turn a profit by themselves, and that's why they're so present, at least in countries that didn't push back against
    that based on political bias. (One might call these "first world
    countries".)


    God you are as bad as a MAGA believer.


    --
    Climate Change: Socialism wearing a lab coat.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E. R. on Thu Aug 14 11:10:38 2025
    XPost: alt.comp.os.windows-11

    On 14/08/2025 10:19, Carlos E. R. wrote:
    On 2025-08-14 01:29, Nuno Silva wrote:
    On 2025-08-13, The Natural Philosopher wrote:

    On 13/08/2025 17:38, Carlos E. R. wrote:
    On 2025-08-13 18:29, The Natural Philosopher wrote:
    On 13/08/2025 14:15, Carlos E. R. wrote:
    On 2025-08-13 13:31, The Natural Philosopher wrote:
    On 13/08/2025 11:45, Carlos E. R. wrote:
    As an example that anybody can see, the terminals at home had
    their own power. Even if the nation had a full power failure,
    the telephone network kept running. Anybody could phone
    emergencies or his cousin.
    And so too today do cell phones and their towers

    Absolutely not.

    We had a total power failure in Spain few months back. Many people >>>>>> had non working cell phones, and others failed during the day. I
    was fortunate because I live near an old exchange with huge
    batteries and a diesel generator.

    I am talking about first world countries.

    Ho, ho, ho! Find another excuse.

    We didn't crash our entire electricity grid because of too much
    subsidy-
    chasing renewables  and not  enough engineering.
    Not yet

    Whatever you are using as a source of information belongs in a round
    file.

    What caused the blackout was a sucession of problems in handling
    less-than-desirable conditions. This could have happened with *any*
    kind of power source.

    And, besides what might be the initial condition at an Iberdrola solar
    power plant, there were also flaws at non-renewable (including nuclear)
    plants that played a role in creating the blackout.

    Cut the crap of the "subsidy-chasing", that's quite visibly far-right
    misinformation. Renewables turn a profit by themselves, and that's why
    they're so present, at least in countries that didn't push back against
    that based on political bias. (One might call these "first world
    countries".)


    Correct. (I simply did not want to discuss politics here).

    Complete misinformation.

    I never expected intelligent people to fall for such total BS.

    Houston, we really have a problem...

    --
    Climate Change: Socialism wearing a lab coat.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E. R. on Thu Aug 14 11:59:14 2025
    XPost: alt.comp.os.windows-11

    On 14/08/2025 10:27, Carlos E. R. wrote:

    The POTS network has been decommissioned in Spain, completely. At least
    in Telefónica, the major player, and nobody else installed their own
    copper pairs. It is fibre to the home and VoIP, using local power. So
    with a mains power failure it goes down.

    Unless you stop expecting someone else (like the EU..LOL) to supply it
    with backup, and install your own batteries inverters and diesel generators

    In the UK fibre is powered at the far end by fully 24x7 reliable power supplies,. If I want to use it, I merely have to install something
    similar here


    --
    A lie can travel halfway around the world while the truth is putting on
    its shoes.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Lars Poulsen on Thu Aug 14 11:55:44 2025
    XPost: alt.comp.os.windows-11

    On 14/08/2025 04:14, Lars Poulsen wrote:
    On 2025-08-13, Carlos E. R. <[email protected]d> wrote:
    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.

    As an example that anybody can see, the terminals at home had their own
    power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.

    The terminals (desk telephones) did not have their own power, but were powered over the telephone lines (48V, ca 50 mA) from the central
    switching offices. Government regulations required them to have
    batteries that could keep everything running for 3 days and diesel
    backup generators to work beyond that.

    As traffic swictched to cellphones, there were for a long time no such quality standards enforced. Because if the cellphones did not work, we
    still had the POTS network to fall back on. And now ATT is asking
    permission in several states to completely turn off the wireline
    service.

    It will happen.

    The logistics of modern digital technology dictate that copper exchanges stuffed full of lead acid batteries with diesel backup generators every
    10 miles is simply not the way forward.

    Whether the answer is cell towers stuffed full of lead acid batteries
    with diesel backup generators every 10 miles...is moot.

    I get many power cuts. My landline is useless under those
    circumstances. My cell phone works and allows me some access to the
    internet to find out what is going on, and if it battery gets flat I
    have a car full of diesel to use as an emergency charger, and if the
    cell phone doesn't work here, I can drive to some place it does.

    As far as internet goes, my fibre would still work if I arranged backup
    power to the NTE and router.

    It is something I am considering.

    If the whole damn country is down I have bigger problems than lack of
    the ability to use a phone.

    In the final analysis, we have a military that is totally self contained
    with its own generators , fuel trucks, radios, and so on that is the
    system of last resort.

    You have to take a view,.

    Questions like 'if your country was under nuclear attack and they
    breached a nuclear powers station's containment, that would be a Bad
    Thing would it not?' is just stupid.
    At Fukushima a disaster killed 20,000 people. and cost them a nuclear
    power station. The nuclear power station was irrelevant in the overall
    death toll and destruction.

    Likewise if the power cuts are so severe as to disable all the internet
    and cell phones, a landline that still works is as handy as a chocolate
    teapot.

    Under nuclear attack two air bases, one totally staffed by the USAAF,
    with tactical nuclear weapons stored, would be complete targets - both
    less than 12 miles away.

    I probably would survive that, provided they didn't go into the megaton range...but I hardly think the loss of a landline would be my primary
    concern



    --
    I would rather have questions that cannot be answered...
    ...than to have answers that cannot be questioned

    Richard Feynman

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Thu Aug 14 12:33:57 2025
    XPost: alt.comp.os.windows-11

    On 14/08/2025 06:10, c186282 wrote:
    Hmmm ... just checked Amazon.

    "Serial terminal" or "Serial RS-232 Terminal" shows
    nothing but 'adapters'/cables. NO actual 'terminals'
    of ANY tech.

    No point. A PC with a terminal emulator is simply cheaper

    And no one uses serial, They use ethernet.

    That was happening back in the 90s first... an ethernet card in the sco
    unix box plus TCP/IP was way cheaper than a 32 port serial card, and
    used the same cabling...

    ..of course PCs then were way more expensive than a serial terminal.
    ..but today a Pi Zero W plus an LCD screen and a keyboard running
    stripped down linux could do the same job for less than an old style
    serial terminal would cost and wifi means not even the cabling need be
    there...

    I know a FEW build LED/LCD 'terminals - forget the
    old vac-tube versions - but they sure don't show
    up anywhere near the Amazon top list.

    SMALL - 2 to 4 line - units are still made by
    Scott Edwards ('Seetron') but 80x24 ... dunno.

    I've used the SE units in the past - mostly
    with 8051s. They're good, they work, they're
    not too expensive, they're easy to interface.

    But they're still no replacement for a hardware
    80x24.

    80x24 is cheaper to do with a small LCD anyway.

    https://thepihut.com/products/adafruit-5-0-40-pin-800x480-tft-display-without-touchscreen

    for example.

    I think a sub $100 'telnet/ssh' terminal with wifi supporting more than
    80x24 would be extremely feasible

    *if anyone wanted one*.

    But no one does.



    --
    “The fundamental cause of the trouble in the modern world today is that
    the stupid are cocksure while the intelligent are full of doubt."

    - Bertrand Russell

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to The Natural Philosopher on Thu Aug 14 14:08:09 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-14 12:59, The Natural Philosopher wrote:
    On 14/08/2025 10:27, Carlos E. R. wrote:

    The POTS network has been decommissioned in Spain, completely. At
    least in Telefónica, the major player, and nobody else installed their
    own copper pairs. It is fibre to the home and VoIP, using local power.
    So with a mains power failure it goes down.

    Unless you stop expecting someone else (like the EU..LOL) to supply it
    with backup, and install your own batteries inverters and diesel generators

    In the UK fibre is powered at the far end by fully 24x7 reliable power supplies,. If I want to use it, I merely have to install something
    similar here

    I do have an UPS at the router, which died soon. I don't know what
    failed sooner, the fibre or the ups. Supposedly the fibre is all optics
    to the exchange and should have survived.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E. R. on Thu Aug 14 13:54:26 2025
    XPost: alt.comp.os.windows-11

    On 14/08/2025 13:08, Carlos E. R. wrote:
    On 2025-08-14 12:59, The Natural Philosopher wrote:
    On 14/08/2025 10:27, Carlos E. R. wrote:

    The POTS network has been decommissioned in Spain, completely. At
    least in Telefónica, the major player, and nobody else installed
    their own copper pairs. It is fibre to the home and VoIP, using local
    power. So with a mains power failure it goes down.

    Unless you stop expecting someone else (like the EU..LOL) to supply it
    with backup, and install your own batteries inverters and diesel
    generators

    In the UK fibre is powered at the far end by fully 24x7 reliable power
    supplies,. If I want to use it, I merely have to install something
    similar here

    I do have an UPS at the router, which died soon. I don't know what
    failed sooner, the fibre or the ups. Supposedly the fibre is all optics
    to the exchange and should have survived.

    Well it is not supposedly, It is fact.

    Whether the exchange was simply not bothering to comply with national regulations, or whether there simply *are* no national regulations, is a
    moot point.

    You could have checked your UPS with a voltmeter. If you cared

    But far easier to complain about how 'they' aren't looking out for your
    every comfort, eh?

    ...

    --
    If I had all the money I've spent on drink...
    ..I'd spend it on drink.

    Sir Henry (at Rawlinson's End)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Rich@21:1/5 to Carlos E. R. on Thu Aug 14 13:32:47 2025
    In comp.os.linux.misc Carlos E. R. <[email protected]d> wrote:
    The fact is that with POTS the phone service was assured for days
    even in the case of a full power failure, and now with the
    replacement, be it fibre or cellular, service is not assured. For
    whatever reasons.

    The old legacy analog copper POTS phone system was fully powered from
    the exchange building, and the exchange usually had both very large
    batteries plus large diesel gensets to power itself during power
    outages (both because of regulations requiring the backups).

    So as long as:

    1) the copper wires from the phone in your home back to the exchange
    were not damaged; and

    2) fuel trucks could make deliveries to the exchange

    then the POTS service could operate despite the power otherwise being
    out for the area.


    The new replacements (fiber, etc.) all require "power" at the usage end
    (your home) and that power is not supplied from the exchange (this is
    at least the case in the USA, TNP implied that the UK may operate
    things differently). So if your power is off at your home, and you
    don't have a backup for all the components required to "make/receive
    phone calls" (usually the dmarc. point plus at least one 'router' like
    device) then you have no phone service during the power outage.


    The big difference was that while 'expensive' it was both easier and
    ultimately cheaper to provide "large backup power" in a central
    location (the phone exchange) than to distribute that "backup power"
    out to each and every end point. So with the new connections, that
    distributed backup power often does not exist.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to The Natural Philosopher on Thu Aug 14 15:21:40 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-14 14:54, The Natural Philosopher wrote:
    On 14/08/2025 13:08, Carlos E. R. wrote:
    On 2025-08-14 12:59, The Natural Philosopher wrote:
    On 14/08/2025 10:27, Carlos E. R. wrote:

    The POTS network has been decommissioned in Spain, completely. At
    least in Telefónica, the major player, and nobody else installed
    their own copper pairs. It is fibre to the home and VoIP, using
    local power. So with a mains power failure it goes down.

    Unless you stop expecting someone else (like the EU..LOL) to supply
    it with backup, and install your own batteries inverters and diesel
    generators

    In the UK fibre is powered at the far end by fully 24x7 reliable
    power supplies,. If I want to use it, I merely have to install
    something similar here

    I do have an UPS at the router, which died soon. I don't know what
    failed sooner, the fibre or the ups. Supposedly the fibre is all
    optics to the exchange and should have survived.

    Well it is not supposedly, It is fact.

    Whether the exchange was simply not bothering  to comply with national regulations, or whether there simply *are* no national regulations, is a
    moot point.

    You could have checked your UPS with a voltmeter. If you cared

    But far easier to complain about how 'they' aren't looking out for your
    every comfort, eh?

    The UPS was UP.
    The email sent by the UPS daemon seconds after power failure failed to
    arrive till the power came back hours later, despite the router having
    power for at least a few minutes (neon was lighted) and responding to
    pings. I did not check the land line phone.

    Stop being insulting and assuming the worst of people. It is very easy
    to say _now_ that I could have done this or that.


    The fact is that with POTS the phone service was assured for days even
    in the case of a full power failure, and now with the replacement, be it
    fibre or cellular, service is not assured. For whatever reasons.

    Many people could not phone emergencies with their mobile phones. Just a
    fact.

    People were trapped in elevators, and could not phone for rescue.
    Instead they shouted, and neighbours kindly went even on foot to the
    elevator office to ask for help instead.


    I'm not demanding anything, just stating a proven fact.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Rich on Thu Aug 14 18:52:59 2025
    On 2025-08-14 15:32, Rich wrote:
    In comp.os.linux.misc Carlos E. R. <[email protected]d> wrote:
    The fact is that with POTS the phone service was assured for days
    even in the case of a full power failure, and now with the
    replacement, be it fibre or cellular, service is not assured. For
    whatever reasons.

    The old legacy analog copper POTS phone system was fully powered from
    the exchange building, and the exchange usually had both very large
    batteries plus large diesel gensets to power itself during power
    outages (both because of regulations requiring the backups).

    I know. I worked in that sector, and I participated in the installation
    of one such. We tested the power failure scenario.


    So as long as:

    1) the copper wires from the phone in your home back to the exchange
    were not damaged; and

    2) fuel trucks could make deliveries to the exchange

    then the POTS service could operate despite the power otherwise being
    out for the area.


    The new replacements (fiber, etc.) all require "power" at the usage end
    (your home) and that power is not supplied from the exchange (this is
    at least the case in the USA, TNP implied that the UK may operate
    things differently). So if your power is off at your home, and you
    don't have a backup for all the components required to "make/receive
    phone calls" (usually the dmarc. point plus at least one 'router' like device) then you have no phone service during the power outage.

    I know.


    The big difference was that while 'expensive' it was both easier and ultimately cheaper to provide "large backup power" in a central
    location (the phone exchange) than to distribute that "backup power"
    out to each and every end point. So with the new connections, that distributed backup power often does not exist.

    Yes.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Carlos E. R. on Thu Aug 14 23:53:38 2025
    On 8/14/25 12:52 PM, Carlos E. R. wrote:
    On 2025-08-14 15:32, Rich wrote:
    In comp.os.linux.misc Carlos E. R. <[email protected]d> wrote:
    The fact is that with POTS the phone service was assured for days
    even in the case of a full power failure, and now with the
    replacement, be it fibre or cellular, service is not assured.  For
    whatever reasons.

    The old legacy analog copper POTS phone system was fully powered from
    the exchange building, and the exchange usually had both very large
    batteries plus large diesel gensets to power itself during power
    outages (both because of regulations requiring the backups).

    I know. I worked in that sector, and I participated in the installation
    of one such. We tested the power failure scenario.


    I was in an area where all the bad stuff happened - no
    landlines, no cell, no power, no govt water - for weeks.
    Even most of the roads were blocked. Total infrastructure
    failure. NOT good.

    Barbara Bush DID fly in with bottled water though :-)

    The FIRST thing to come back up was the landline phones.

    In any case, invest in an all-channel battery radio. Not
    too much money, well worth it. Might be your ONLY link
    to What's Going On. SOME have little solar charging
    panels built in.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence =?iso-8859-13?q?D=FFOlivei@21:1/5 to The Natural Philosopher on Fri Aug 15 04:29:37 2025
    XPost: alt.comp.os.windows-11

    On Thu, 14 Aug 2025 11:59:14 +0100, The Natural Philosopher wrote:

    In the UK fibre is powered at the far end by fully 24x7 reliable power supplies,.

    But not at your end.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence =?iso-8859-13?q?D=FFOlivei@21:1/5 to The Natural Philosopher on Fri Aug 15 04:30:59 2025
    XPost: alt.comp.os.windows-11

    On Thu, 14 Aug 2025 12:33:57 +0100, The Natural Philosopher wrote:

    “The fundamental cause of the trouble in the modern world today is that
    the stupid are cocksure while the intelligent are full of doubt."

    - Bertrand Russell

    I wonder how you can be sure of that ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to All on Fri Aug 15 10:57:33 2025
    On 2025-08-15 05:53, c186282 wrote:
    On 8/14/25 12:52 PM, Carlos E. R. wrote:
    On 2025-08-14 15:32, Rich wrote:
    In comp.os.linux.misc Carlos E. R. <[email protected]d> wrote:
    The fact is that with POTS the phone service was assured for days
    even in the case of a full power failure, and now with the
    replacement, be it fibre or cellular, service is not assured.  For
    whatever reasons.

    The old legacy analog copper POTS phone system was fully powered from
    the exchange building, and the exchange usually had both very large
    batteries plus large diesel gensets to power itself during power
    outages (both because of regulations requiring the backups).

    I know. I worked in that sector, and I participated in the
    installation of one such. We tested the power failure scenario.


      I was in an area where all the bad stuff happened - no
      landlines, no cell, no power, no govt water - for weeks.
      Even most of the roads were blocked. Total infrastructure
      failure. NOT good.

      Barbara Bush DID fly in with bottled water though  :-)

      The FIRST thing to come back up was the landline phones.

      In any case, invest in an all-channel battery radio. Not
      too much money, well worth it. Might be your ONLY link
      to What's Going On. SOME have little solar charging
      panels built in.

    Are you thinking plain FM radio? Yes, I have one with battery
    replenished days before, it was my float to safety. Shops run out of
    them soon, and of batteries. Days later I got questions asked in Amazon
    about the very same model I have.

    Or do you mean two way radio? What band, 27? It is out of fashion since internet.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to All on Fri Aug 15 10:55:57 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-15, Lawrence D’Oliveiro wrote:

    On Thu, 14 Aug 2025 11:59:14 +0100, The Natural Philosopher wrote:

    In the UK fibre is powered at the far end by fully 24x7 reliable power
    supplies,.

    But not at your end.

    If it is indeed powered on the ISP's side, that ought to mean that all
    you need is a UPS?

    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Nuno Silva on Fri Aug 15 12:09:23 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-15 11:55, Nuno Silva wrote:
    On 2025-08-15, Lawrence D’Oliveiro wrote:

    On Thu, 14 Aug 2025 11:59:14 +0100, The Natural Philosopher wrote:

    In the UK fibre is powered at the far end by fully 24x7 reliable power
    supplies,.

    But not at your end.

    If it is indeed powered on the ISP's side, that ought to mean that all
    you need is a UPS?

    Yes, but you also need to maintain it.

    Some UPS claim that the batteries last 4 years, but in my experience
    they last 2. There is the possibility that brand name batteries are
    actually better and last 4 years.

    Many UPS don't say the status of the battery, you have to actually test
    them manually with a stop watch. They may have a display, but that one
    may be difficult to see when the UPS is out of sight. Only some UPS can
    be connected to a computer for monitoring.

    My take is that most UPS overcharge the batteries. They are
    float-charging to 100%, with a constant current flow that kills gel
    filled batteries, drying them out eventually. With the old liquid filled batteries you'd simply replenish with distilled water once a month and
    they could last several years.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Carlos E. R. on Fri Aug 15 07:26:25 2025
    On 8/15/25 4:57 AM, Carlos E. R. wrote:
    On 2025-08-15 05:53, c186282 wrote:
    On 8/14/25 12:52 PM, Carlos E. R. wrote:
    On 2025-08-14 15:32, Rich wrote:
    In comp.os.linux.misc Carlos E. R. <[email protected]d> wrote:
    The fact is that with POTS the phone service was assured for days
    even in the case of a full power failure, and now with the
    replacement, be it fibre or cellular, service is not assured.  For
    whatever reasons.

    The old legacy analog copper POTS phone system was fully powered from
    the exchange building, and the exchange usually had both very large
    batteries plus large diesel gensets to power itself during power
    outages (both because of regulations requiring the backups).

    I know. I worked in that sector, and I participated in the
    installation of one such. We tested the power failure scenario.


       I was in an area where all the bad stuff happened - no
       landlines, no cell, no power, no govt water - for weeks.
       Even most of the roads were blocked. Total infrastructure
       failure. NOT good.

       Barbara Bush DID fly in with bottled water though  :-)

       The FIRST thing to come back up was the landline phones.

       In any case, invest in an all-channel battery radio. Not
       too much money, well worth it. Might be your ONLY link
       to What's Going On. SOME have little solar charging
       panels built in.

    Are you thinking plain FM radio? Yes, I have one with battery
    replenished days before, it was my float to safety. Shops run out of
    them soon, and of batteries. Days later I got questions asked in Amazon
    about the very same model I have.

    Or do you mean two way radio? What band, 27? It is out of fashion since internet.


    I mean 'all-band' as in AM/FM/SW.

    Transmitters ... require more power, in many cases
    a license. 40 years ago I'd rec CB radio, but not
    many use those anymore.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to All on Fri Aug 15 13:42:34 2025
    On 2025-08-15 13:26, c186282 wrote:
    On 8/15/25 4:57 AM, Carlos E. R. wrote:
    On 2025-08-15 05:53, c186282 wrote:
    On 8/14/25 12:52 PM, Carlos E. R. wrote:
    On 2025-08-14 15:32, Rich wrote:
    In comp.os.linux.misc Carlos E. R. <[email protected]d> wrote: >>>>>> The fact is that with POTS the phone service was assured for days
    even in the case of a full power failure, and now with the
    replacement, be it fibre or cellular, service is not assured.  For >>>>>> whatever reasons.

    The old legacy analog copper POTS phone system was fully powered from >>>>> the exchange building, and the exchange usually had both very large
    batteries plus large diesel gensets to power itself during power
    outages (both because of regulations requiring the backups).

    I know. I worked in that sector, and I participated in the
    installation of one such. We tested the power failure scenario.


       I was in an area where all the bad stuff happened - no
       landlines, no cell, no power, no govt water - for weeks.
       Even most of the roads were blocked. Total infrastructure
       failure. NOT good.

       Barbara Bush DID fly in with bottled water though  :-)

       The FIRST thing to come back up was the landline phones.

       In any case, invest in an all-channel battery radio. Not
       too much money, well worth it. Might be your ONLY link
       to What's Going On. SOME have little solar charging
       panels built in.

    Are you thinking plain FM radio? Yes, I have one with battery
    replenished days before, it was my float to safety. Shops run out of
    them soon, and of batteries. Days later I got questions asked in
    Amazon about the very same model I have.

    Or do you mean two way radio? What band, 27? It is out of fashion
    since internet.


      I mean 'all-band' as in AM/FM/SW.

    My all band receiver died. I bought it on Radio Shack in 1990, to listen
    to the news from Spain in SW.

    Now, one private radio network that had both AM and FM stations, is
    killing the AM stations. Probably too expensive to kill. ChatGPT
    mentions two other private networks still having AM in some regions.

      Transmitters ... require more power, in many cases
      a license. 40 years ago I'd rec CB radio, but not
      many use those anymore.

    Internet supplied the chat rooms far easily and cheaply.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Nuno Silva on Fri Aug 15 14:06:46 2025
    XPost: alt.comp.os.windows-11

    On 15/08/2025 10:55, Nuno Silva wrote:
    On 2025-08-15, Lawrence D’Oliveiro wrote:

    On Thu, 14 Aug 2025 11:59:14 +0100, The Natural Philosopher wrote:

    In the UK fibre is powered at the far end by fully 24x7 reliable power
    supplies,.

    But not at your end.

    If it is indeed powered on the ISP's side, that ought to mean that all
    you need is a UPS?

    Not quite that simple.

    At the local end, we have passive split fibres going to houses. These
    days. Copper is being replaced *everywhere* - its shit bandwidth and it corrodes.

    But it DID carry power from the local exchanges, That had batteries. And sometimes diesel generators. Memories of Guernsey islands exchange with
    three big diesels and an Olympic pool sized diesel tank under the floor. "sometimes we are cut off by weather for a fortnight"

    So both ends of that network need power. At the premises, you get an NTE
    box with fibre going in, and an Ethernet port. At least of you are on
    standard BT open reach kit.

    Pictures of my installation are here (sorry no HTTPS, but it wont bite)

    http://vps.templar.co.uk/index.php?album=FTTP%20installation

    You will see that to keep my network up I need to power the NTE, the
    router and the Ethernet switch.

    And the NTE is nowhere near the rest.

    That takes care of me talking to at least the local concentrator which
    is I think about 10 miles away. Or maybe further.

    Now they have power to take all those fibres and multiplex them into
    something completely different. Openreach's telco backbone of everything
    from a pigeon to a tight radar beam - or more fibre - running whatever
    it is that they use on their backbone. Used to be frame relay, or ATM.
    Not sure what it is now.

    That (Frame relay) circuit they will hand over to the ISP at whatever
    location that it has chosen to terminate its customers. Probably a dark
    office in some town somewhere.


    Then my PPP login goes to them and after authing I get handed a DHCP IP
    address and a default route via the Ethernet connection on my NTE, and
    Robert is a relative, from then on I am in Internet land, courtesy of my
    ISP.

    However powering up my end - three boxes at least, and maybe more if I
    want a desktop - is only part of the story.

    Mostly we only get local power cuts, but with more renewable energy on
    the grid the likelihood of wider area collapses is much greater. It's
    already happened a bit - not as bad as Spain, but still bad.

    And there is no guarantee that Openreach has backup power supplies
    everywhere to keep the backbone alive, nor yet the ISP.

    But in reality, there never were any guarantee. Yes you might be able to
    make a local call in a power cut, but to get to or from e.g. Guernsey
    island, there was a 35GHz tight beam, microwave link to England, that
    could get damaged in bad weather. They have fibre undersea now that the Russians haven't yet cut, but the far end of THAT was just more powered
    fibre.

    The issue is how much comms do you want to preserve and against what
    sort of power failure?

    All the backup in the world isn't going to help when a gravel delivery
    driver exits your premises with his tipper still up and cuts the overhead..


    --
    The theory of Communism may be summed up in one sentence: Abolish all
    private property.

    Karl Marx

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E. R. on Fri Aug 15 14:08:56 2025
    XPost: alt.comp.os.windows-11

    On 15/08/2025 11:09, Carlos E. R. wrote:
    On 2025-08-15 11:55, Nuno Silva wrote:
    On 2025-08-15, Lawrence D’Oliveiro wrote:

    On Thu, 14 Aug 2025 11:59:14 +0100, The Natural Philosopher wrote:

    In the UK fibre is powered at the far end by fully 24x7 reliable power >>>> supplies,.

    But not at your end.

    If it is indeed powered on the ISP's side, that ought to mean that all
    you need is a UPS?

    Yes, but you also need to maintain it.

    Some UPS claim that the batteries last 4 years, but in my experience
    they last 2. There is the possibility that brand name batteries are
    actually better and last 4 years.

    Many UPS don't say the status of the battery, you have to actually test
    them manually with a stop watch. They may have a display, but that one
    may be difficult to see when the UPS is out of sight. Only some UPS can
    be connected to a computer for monitoring.

    My take is that most UPS overcharge the batteries. They are
    float-charging to 100%, with a constant current flow that kills gel
    filled batteries, drying them out eventually. With the old liquid filled batteries you'd simply replenish with distilled water once a month and
    they could last several years.

    I would probably use lithium power and try and run my kit off DC

    I've got lithium batteries that have held charge for over ten years now.
    Not in use.

    And they are very easy to not overcharge


    --
    "Fanaticism consists in redoubling your effort when you have
    forgotten your aim."

    George Santayana

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to The Natural Philosopher on Fri Aug 15 18:26:46 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-15, The Natural Philosopher <[email protected]d> wrote:

    All the backup in the world isn't going to help when a gravel delivery
    driver exits your premises with his tipper still up and cuts the overhead..

    BTDT. And although the telco's support droid had checkboxes on his screen
    for just about every sort of network malfunction, he didn't have one for
    a cable being physically ripped out. It took days to convince them to
    dispatch a real live person.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Charlie Gibbs on Fri Aug 15 19:54:39 2025
    XPost: alt.comp.os.windows-11

    On 15/08/2025 19:26, Charlie Gibbs wrote:
    On 2025-08-15, The Natural Philosopher <[email protected]d> wrote:

    All the backup in the world isn't going to help when a gravel delivery
    driver exits your premises with his tipper still up and cuts the overhead..

    BTDT. And although the telco's support droid had checkboxes on his screen for just about every sort of network malfunction, he didn't have one for
    a cable being physically ripped out. It took days to convince them to dispatch a real live person.

    TBH Openreach these days are pretty good. Still decently trained techs
    and engineers and very little of the retail bullshit that all went to BTInternet,..

    It's very rare that a regulator makes a decent fist of regulating a de
    facto monopoly, but it worked with BT...

    The monopoly bit - fibres and copper in the ground, and the comms
    backbone - they hived off to BT Openreach which has to give everyone the
    same deal it offers BTInternet. In terms of premises-to-ISP of your
    choice. And they have to get coverage to 98% of everyone at some
    guaranteed minimum speed. In return they are allowed to charge a fair
    crack and get a bit of taxpayer money thrown their way.

    Crappy ISPs don't rent enough bandwidth and have chimpanzees somewhere
    in Africa doing support.

    Better ISPs charge a bit more and have real people somewhere in the UK

    There are other metropolitan fibre companies, but they cant charge much
    more or they wont get the business.

    It's not the best internet in the world, but it's really pretty good.

    --
    There is something fascinating about science. One gets such wholesale
    returns of conjecture out of such a trifling investment of fact.

    Mark Twain

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Carlos E. R. on Fri Aug 15 20:46:30 2025
    On Fri, 15 Aug 2025 13:42:34 +0200, Carlos E. R. wrote:

    Now, one private radio network that had both AM and FM stations, is
    killing the AM stations. Probably too expensive to kill. ChatGPT
    mentions two other private networks still having AM in some regions.

    The is a current food fight in the US. Car manufacturers want to drop AM completely but some weather alerts and road condition reports are still broadcast on AM. The commercial AM stations left in this area are mostly religious, right wing talk shows, or sports. I some times hear one if I accidentally hit the 'Mode' switch on the steering wheel.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Carlos E. R. on Fri Aug 15 20:28:05 2025
    XPost: alt.comp.os.windows-11

    On Fri, 15 Aug 2025 12:09:23 +0200, Carlos E. R. wrote:

    Some UPS claim that the batteries last 4 years, but in my experience
    they last 2. There is the possibility that brand name batteries are
    actually better and last 4 years.

    Many UPS don't say the status of the battery, you have to actually test
    them manually with a stop watch. They may have a display, but that one
    may be difficult to see when the UPS is out of sight. Only some UPS can
    be connected to a computer for monitoring.

    I've had good luck with APC. I haven't set it up but it does have a USB connection for monitoring. Their PowerChute software specifies RHEL or
    SUSE now instead of only Windows but I assume there is a general Linux solution.

    One thing we found at work where the larger sample size meant more
    instances of bad batteries is a box plugged into the wall will survive a
    brief flicker; one plugged into a UPS with a bad battery goes down hard.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Carlos E. R. on Fri Aug 15 20:41:25 2025
    On Fri, 15 Aug 2025 10:57:33 +0200, Carlos E. R. wrote:

    On 2025-08-15 05:53, c186282 wrote:
    On 8/14/25 12:52 PM, Carlos E. R. wrote:
    On 2025-08-14 15:32, Rich wrote:
    In comp.os.linux.misc Carlos E. R. <[email protected]d> wrote:
    The fact is that with POTS the phone service was assured for days
    even in the case of a full power failure, and now with the
    replacement, be it fibre or cellular, service is not assured.  For
    whatever reasons.

    The old legacy analog copper POTS phone system was fully powered from
    the exchange building, and the exchange usually had both very large
    batteries plus large diesel gensets to power itself during power
    outages (both because of regulations requiring the backups).

    I know. I worked in that sector, and I participated in the
    installation of one such. We tested the power failure scenario.


      I was in an area where all the bad stuff happened - no landlines,
      no cell, no power, no govt water - for weeks. Even most of the
      roads were blocked. Total infrastructure failure. NOT good.

      Barbara Bush DID fly in with bottled water though  :-)

      The FIRST thing to come back up was the landline phones.

      In any case, invest in an all-channel battery radio. Not too much
      money, well worth it. Might be your ONLY link to What's Going On.
      SOME have little solar charging panels built in.

    Are you thinking plain FM radio? Yes, I have one with battery
    replenished days before, it was my float to safety. Shops run out of
    them soon, and of batteries. Days later I got questions asked in Amazon
    about the very same model I have.

    I have two Grundigs, a Satelite 700 and a Yachtboy. Both receive
    commercial AM, FM, and all the HF frequencies used by hams as well as international broadcasters.


    Or do you mean two way radio? What band, 27? It is out of fashion since internet.

    I've got three radios. Two operate on the amateur 2m band, one also has
    the 70 centimeter bands. I also have a QRP (low power, 5 watts) tranciever
    for the 40 meter band, Morse code only, no voice.

    The international broadcasters like Deutsche Welle have scaled back in
    favor of web sites. although they still broadcast. I go to dw.com rather
    than mess with schedules and propagation problems but in a pinch...
    Others have shut down entirely.

    As far as amateur radio in general, the hams are aging out. 2m handhelds
    had a surge with the no-code license was introduced and cell phones were
    still expensive. At least in this area that has died down.

    CB turned into a cesspool. I have no idea if it ever recovered. I should
    do a scan on 11 meters.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to rbowman on Fri Aug 15 23:00:28 2025
    On 2025-08-15 22:46, rbowman wrote:
    On Fri, 15 Aug 2025 13:42:34 +0200, Carlos E. R. wrote:

    Now, one private radio network that had both AM and FM stations, is
    killing the AM stations. Probably too expensive to kill. ChatGPT
    mentions two other private networks still having AM in some regions.

    The is a current food fight in the US. Car manufacturers want to drop AM completely but some weather alerts and road condition reports are still broadcast on AM. The commercial AM stations left in this area are mostly religious, right wing talk shows, or sports. I some times hear one if I accidentally hit the 'Mode' switch on the steering wheel.

    AM is longer distance. There are many rural or mountainous areas in
    Spain where FM doesn't reach but AM worked. I can imagine that it also
    happens in the USA, given your size and lower population density.

    However, what stations are promoting as a solution is listening to them
    via internet and some dedicated app.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to rbowman on Fri Aug 15 23:04:04 2025
    On 2025-08-15 22:41, rbowman wrote:
    On Fri, 15 Aug 2025 10:57:33 +0200, Carlos E. R. wrote:

    On 2025-08-15 05:53, c186282 wrote:
    On 8/14/25 12:52 PM, Carlos E. R. wrote:
    On 2025-08-14 15:32, Rich wrote:
    In comp.os.linux.misc Carlos E. R. <[email protected]d> wrote: >>>>>> The fact is that with POTS the phone service was assured for days
    even in the case of a full power failure, and now with the
    replacement, be it fibre or cellular, service is not assured.  For >>>>>> whatever reasons.

    The old legacy analog copper POTS phone system was fully powered from >>>>> the exchange building, and the exchange usually had both very large
    batteries plus large diesel gensets to power itself during power
    outages (both because of regulations requiring the backups).

    I know. I worked in that sector, and I participated in the
    installation of one such. We tested the power failure scenario.


      I was in an area where all the bad stuff happened - no landlines,
      no cell, no power, no govt water - for weeks. Even most of the
      roads were blocked. Total infrastructure failure. NOT good.

      Barbara Bush DID fly in with bottled water though  :-)

      The FIRST thing to come back up was the landline phones.

      In any case, invest in an all-channel battery radio. Not too much
      money, well worth it. Might be your ONLY link to What's Going On.
      SOME have little solar charging panels built in.

    Are you thinking plain FM radio? Yes, I have one with battery
    replenished days before, it was my float to safety. Shops run out of
    them soon, and of batteries. Days later I got questions asked in Amazon
    about the very same model I have.

    I have two Grundigs, a Satelite 700 and a Yachtboy. Both receive
    commercial AM, FM, and all the HF frequencies used by hams as well as international broadcasters.


    Or do you mean two way radio? What band, 27? It is out of fashion since
    internet.

    I've got three radios. Two operate on the amateur 2m band, one also has
    the 70 centimeter bands. I also have a QRP (low power, 5 watts) tranciever for the 40 meter band, Morse code only, no voice.

    The international broadcasters like Deutsche Welle have scaled back in
    favor of web sites. although they still broadcast. I go to dw.com rather
    than mess with schedules and propagation problems but in a pinch...
    Others have shut down entirely.

    As far as amateur radio in general, the hams are aging out. 2m handhelds
    had a surge with the no-code license was introduced and cell phones were still expensive. At least in this area that has died down.

    CB turned into a cesspool. I have no idea if it ever recovered. I should
    do a scan on 11 meters.

    Yes, I think HAM radio is diminishing here. CB too. But I don't have any receiver to check.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to rbowman on Fri Aug 15 23:20:21 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-15 22:28, rbowman wrote:
    On Fri, 15 Aug 2025 12:09:23 +0200, Carlos E. R. wrote:

    Some UPS claim that the batteries last 4 years, but in my experience
    they last 2. There is the possibility that brand name batteries are
    actually better and last 4 years.

    Many UPS don't say the status of the battery, you have to actually test
    them manually with a stop watch. They may have a display, but that one
    may be difficult to see when the UPS is out of sight. Only some UPS can
    be connected to a computer for monitoring.

    I've had good luck with APC. I haven't set it up but it does have a USB connection for monitoring. Their PowerChute software specifies RHEL or
    SUSE now instead of only Windows but I assume there is a general Linux solution.

    Yes, there are generic solutions, so the only thing needed are
    configuration files, and some times a driver.


    One thing we found at work where the larger sample size meant more
    instances of bad batteries is a box plugged into the wall will survive a brief flicker; one plugged into a UPS with a bad battery goes down hard.


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence =?iso-8859-13?q?D=FFOlivei@21:1/5 to Carlos E. R. on Sat Aug 16 04:53:45 2025
    On Fri, 15 Aug 2025 23:00:28 +0200, Carlos E. R. wrote:

    AM is longer distance.

    It’s not the modulation technique (e.g. AM vs FM vs digital) that
    determines the range, it is the frequency band. Medium wave has better
    range than the VHF bands used for FM and (older) TV.

    If we got rid of AM off MW and replaced it with DAB or DAB+ stations, we
    could get better-than-FM sound quality with each station taking up no more bandwidth than an AM station.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to All on Sat Aug 16 02:52:27 2025
    On 8/16/25 12:53 AM, Lawrence D’Oliveiro wrote:
    On Fri, 15 Aug 2025 23:00:28 +0200, Carlos E. R. wrote:

    AM is longer distance.

    It’s not the modulation technique (e.g. AM vs FM vs digital) that determines the range, it is the frequency band. Medium wave has better
    range than the VHF bands used for FM and (older) TV.

    Yep, MW at least partially follows the curve of the earth.
    SOMETIMES you can get atmospheric 'bounce' too. I clearly
    remember late night - you could sometimes get stations
    from thousands of miles away, for awhile at least.

    If we got rid of AM off MW and replaced it with DAB or DAB+ stations, we could get better-than-FM sound quality with each station taking up no more bandwidth than an AM station.

    AM will always suffer from 'static'. For 'talk shows' that
    doesn't matter much. For music though ...

    There are some ways to use AM for static-free, but it's
    much more complicated and incompatible so nobody's
    gonna do it.

    Grand-dads 'crystal radio' should always work :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E. R. on Sat Aug 16 10:49:11 2025
    On 15/08/2025 22:00, Carlos E. R. wrote:
    On 2025-08-15 22:46, rbowman wrote:
    On Fri, 15 Aug 2025 13:42:34 +0200, Carlos E. R. wrote:

    Now, one private radio network that had both AM and FM stations, is
    killing the AM stations. Probably too expensive to kill. ChatGPT
    mentions two other private networks still having AM in some regions.

    The is a current food fight in the US. Car manufacturers want to drop AM
    completely but some weather alerts and road condition reports are still
    broadcast on AM. The commercial AM stations left in this area are mostly
    religious, right wing talk shows, or sports. I some times hear one if I
    accidentally hit the 'Mode' switch on the steering wheel.

    AM is longer distance. There are many rural or mountainous areas in
    Spain where FM doesn't reach but AM worked. I can imagine that it also happens in the USA, given your size and lower population density.

    However, what stations are promoting as a solution is listening to them
    via internet and some dedicated app.

    Exactly.

    When Internet becomes easier to receive than broadcast, you tend to use Internet instead


    --
    Ideas are more powerful than guns. We would not let our enemies have
    guns, why should we let them have ideas?

    Josef Stalin

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Sat Aug 16 10:54:35 2025
    On 16/08/2025 07:52, c186282 wrote:
    On 8/16/25 12:53 AM, Lawrence D’Oliveiro wrote:
    On Fri, 15 Aug 2025 23:00:28 +0200, Carlos E. R. wrote:

    AM is longer distance.

    It’s not the modulation technique (e.g. AM vs FM vs digital) that
    determines the range, it is the frequency band. Medium wave has better
    range than the VHF bands used for FM and (older) TV.

      Yep, MW at least partially follows the curve of the earth.
      SOMETIMES you can get atmospheric 'bounce' too. I clearly
      remember late night - you could sometimes get stations
      from thousands of miles away, for awhile at least.

    If we got rid of AM off MW and replaced it with DAB or DAB+ stations, we
    could get better-than-FM sound quality with each station taking up no
    more
    bandwidth than an AM station.

      AM will always suffer from 'static'. For 'talk shows' that
      doesn't matter much. For music though ...

    Problem with AM is that as originally designed, it is low audio
    bandwidth on low frequency RF. So its intrinsically crap for music. It's
    better in the USA on wider channel spacing, but in Europe its unusable, especially since the ADSL carriers are all over the LW and MW bands.

    Its main virtue is that it was back in the day a lot cheaper to build
    receivers for, and the transmitters could be miles away and the signal
    would get through. Sort of

      There are some ways to use AM for static-free, but it's
      much more complicated and incompatible so nobody's
      gonna do it.


    Well if you use AM encoded digital, you could, but there are better ways
    to encode digital these days.

      Grand-dads 'crystal radio' should always work  :-)


    --
    Of what good are dead warriors? … Warriors are those who desire battle
    more than peace. Those who seek battle despite peace. Those who thump
    their spears on the ground and talk of honor. Those who leap high the
    battle dance and dream of glory … The good of dead warriors, Mother, is
    that they are dead.
    Sheri S Tepper: The Awakeners.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence =?iso-8859-13?q?D=FFOlivei@21:1/5 to The Natural Philosopher on Sun Aug 17 01:12:59 2025
    On Sat, 16 Aug 2025 10:54:35 +0100, The Natural Philosopher wrote:

    Well if you use AM encoded digital ...

    It’s not AM any more. I think the term is “DRM” (“Digital Radio Mondiale”) ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to The Natural Philosopher on Sun Aug 17 03:33:16 2025
    On Sat, 16 Aug 2025 10:49:11 +0100, The Natural Philosopher wrote:

    On 15/08/2025 22:00, Carlos E. R. wrote:
    On 2025-08-15 22:46, rbowman wrote:
    On Fri, 15 Aug 2025 13:42:34 +0200, Carlos E. R. wrote:

    Now, one private radio network that had both AM and FM stations, is
    killing the AM stations. Probably too expensive to kill. ChatGPT
    mentions two other private networks still having AM in some regions.

    The is a current food fight in the US. Car manufacturers want to drop
    AM completely but some weather alerts and road condition reports are
    still broadcast on AM. The commercial AM stations left in this area
    are mostly religious, right wing talk shows, or sports. I some times
    hear one if I accidentally hit the 'Mode' switch on the steering
    wheel.

    AM is longer distance. There are many rural or mountainous areas in
    Spain where FM doesn't reach but AM worked. I can imagine that it also
    happens in the USA, given your size and lower population density.

    However, what stations are promoting as a solution is listening to them
    via internet and some dedicated app.

    Exactly.

    When Internet becomes easier to receive than broadcast, you tend to use Internet instead

    I'd never tried it before but the local FM station I listen too has
    streaming. Sort of odd but when you first click on the link you get a
    video ad. I think the audio may be the same as the broadcast but I'm not
    sure.

    Even the local Catholic church live streams the Mass. They started it
    during covid but have refined it. I don't recognize it anymore but I'm a pre-Vatican dinosaur. You didn't have various civilians wandering around literally handing out wafers, sing alongs, and English except for the
    sermons and readings.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to The Natural Philosopher on Sun Aug 17 04:07:16 2025
    On Sat, 16 Aug 2025 10:54:35 +0100, The Natural Philosopher wrote:

    Problem with AM is that as originally designed, it is low audio
    bandwidth on low frequency RF. So its intrinsically crap for music. It's better in the USA on wider channel spacing, but in Europe its unusable, especially since the ADSL carriers are all over the LW and MW bands.

    Its main virtue is that it was back in the day a lot cheaper to build receivers for, and the transmitters could be miles away and the signal
    would get through. Sort of

    Propagation is a problem with the US 530-1610 kHz broadcast band. During
    the day atmospheric ionization kills the sky wave and the ground wave propagation distance is short enough that stations can be assigned
    frequencies that don't conflict.

    At night all bets are off when the sky wave kicks in. There are assigned
    clear channel frequencies that can run 50 kW, but may need to use
    directional antennas. Local stations on those frequencies either reduce
    power or go off the air at sunset.

    https://en.wikipedia.org/wiki/Clear-channel_station

    https://www.youtube.com/watch?v=WPTfIPHLUcw

    The Mexican stations have X series call signs and some of them were
    running 250 kW, and not very fussy. Get down near the border and you might 'hear it on the X' when it overloaded your Walkman headphones. When I was
    in southern AZ 20 miles from the border I built a highly directional AM
    antenna so I could listen to the Phoenix AM stations and null out the X.

    I was envious of one of the X DJs. He could roll the 'r' in 'radio' for seconds. Rrrrrrrrrrrrrradio. I never could roll the r's in German too
    well.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to rbowman on Sun Aug 17 04:08:17 2025
    On 8/17/25 12:07 AM, rbowman wrote:
    On Sat, 16 Aug 2025 10:54:35 +0100, The Natural Philosopher wrote:

    Problem with AM is that as originally designed, it is low audio
    bandwidth on low frequency RF. So its intrinsically crap for music. It's
    better in the USA on wider channel spacing, but in Europe its unusable,
    especially since the ADSL carriers are all over the LW and MW bands.

    Its main virtue is that it was back in the day a lot cheaper to build
    receivers for, and the transmitters could be miles away and the signal
    would get through. Sort of

    Propagation is a problem with the US 530-1610 kHz broadcast band. During
    the day atmospheric ionization kills the sky wave and the ground wave propagation distance is short enough that stations can be assigned frequencies that don't conflict.

    "AM" is 'fair' for music ... not like you have
    McIntosh amps/speakers in your car. It is, well,
    "adequate".

    The main prob is NOISE ...

    "Fixes" have been invented ... but there's not
    enough profit in them. So ...

    Anyway, with modern tech, it's amazing what you
    can do with 1mhz and very limited bandwidth.

    But, again, no MONEY in it.

    At night all bets are off when the sky wave kicks in. There are assigned clear channel frequencies that can run 50 kW, but may need to use
    directional antennas. Local stations on those frequencies either reduce
    power or go off the air at sunset.

    https://en.wikipedia.org/wiki/Clear-channel_station

    https://www.youtube.com/watch?v=WPTfIPHLUcw

    The Mexican stations have X series call signs and some of them were
    running 250 kW, and not very fussy. Get down near the border and you might 'hear it on the X' when it overloaded your Walkman headphones. When I was
    in southern AZ 20 miles from the border I built a highly directional AM antenna so I could listen to the Phoenix AM stations and null out the X.

    I was envious of one of the X DJs. He could roll the 'r' in 'radio' for seconds. Rrrrrrrrrrrrrradio. I never could roll the r's in German too
    well.

    If the sky is Just Right you CAN get AM stations from
    VERY far away even on a typical commercial receiver.
    It's usually late night.

    Kinda fun !

    Used to listen to stations 1000s of miles away in
    my youth. Might not last too long, but still fun.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Sun Aug 17 10:00:37 2025
    On 17/08/2025 09:08, c186282 wrote:
    "AM" is 'fair' for music ... not like you have
      McIntosh amps/speakers in your car. It is, well,
      "adequate".

      The main prob is NOISE ...

    That is because your RF bandwidth is only as wide as your audio bandwidth,

    And in Europe its SHIT for music, unless you are deaf. 4kHz is the
    absolute limit

    (We have 9kHz channel spacing)

    Even FM in Europe is a bit restricted as IIRC they crammed channels in
    at 200kHz spacing. Its not enough.

    For decent stereo you need 400kHz...



    --
    Climate is what you expect but weather is what you get.
    Mark Twain

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to The Natural Philosopher on Sun Aug 17 18:12:15 2025
    On 2025-08-17, The Natural Philosopher <[email protected]d> wrote:

    On 17/08/2025 09:08, c186282 wrote:

    "AM" is 'fair' for music ... not like you have
      McIntosh amps/speakers in your car. It is, well,
      "adequate".

      The main prob is NOISE ...

    We have enough hills around here that even FM signals
    can get noisy. And if you're stopped at a traffic light,
    Murphy guarantees you'll be in a spot where multipath copies
    of the signal cancel each other out.

    That is because your RF bandwidth is only as wide as your audio bandwidth,

    And in Europe its SHIT for music, unless you are deaf. 4kHz is the
    absolute limit

    (We have 9kHz channel spacing)

    In North America it's 10kHz spacing, hence 5kHz bandwidth (plus a
    few birdies if a station on the adjacent channel strays a bit over -
    not that that's too likely now that AM stations are disappearing).

    Even FM in Europe is a bit restricted as IIRC they crammed channels in
    at 200kHz spacing. Its not enough.

    We have 200kHz spacing too, but centered on odd tenths of a megahertz
    rather than even tenths. (That keeps the signal from going outside the 88-108MHz band.)

    For decent stereo you need 400kHz...

    By then everything will be digital via Internet or satellite -
    and the signal will be compressed into crap so it doesn't really
    matter anyway.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Charlie Gibbs on Sun Aug 17 21:02:22 2025
    On 17/08/2025 19:12, Charlie Gibbs wrote:
    On 2025-08-17, The Natural Philosopher <[email protected]d> wrote:

    On 17/08/2025 09:08, c186282 wrote:

    "AM" is 'fair' for music ... not like you have
      McIntosh amps/speakers in your car. It is, well,
      "adequate".

      The main prob is NOISE ...

    We have enough hills around here that even FM signals
    can get noisy. And if you're stopped at a traffic light,
    Murphy guarantees you'll be in a spot where multipath copies
    of the signal cancel each other out.

    That is because your RF bandwidth is only as wide as your audio bandwidth, >>
    And in Europe its SHIT for music, unless you are deaf. 4kHz is the
    absolute limit

    (We have 9kHz channel spacing)

    In North America it's 10kHz spacing, hence 5kHz bandwidth (plus a
    few birdies if a station on the adjacent channel strays a bit over -
    not that that's too likely now that AM stations are disappearing).


    I think its more than that actually

    "To allow room for more stations on the medium wave broadcast band in
    the United States, in June 1989 the FCC adopted a National Radio Systems Committee (NRSC) standard that limited maximum transmitted *audio*
    bandwidth to 10.2 kHz, limiting *occupied* bandwidth to 20.4 kHz. The
    former audio limitation was 15 kHz resulting in bandwidth of 30 kHz."

    So channel spacing in the USA is in fact 20Khz

    Even FM in Europe is a bit restricted as IIRC they crammed channels in
    at 200kHz spacing. Its not enough.

    We have 200kHz spacing too, but centered on odd tenths of a megahertz
    rather than even tenths. (That keeps the signal from going outside the 88-108MHz band.)

    For decent stereo you need 400kHz...

    By then everything will be digital via Internet or satellite -
    and the signal will be compressed into crap so it doesn't really
    matter anyway.


    It doesn't have to be.


    --
    “Those who can make you believe absurdities, can make you commit atrocities.”

    ― Voltaire, Questions sur les Miracles à M. Claparede, Professeur de Théologie à Genève, par un Proposant: Ou Extrait de Diverses Lettres de
    M. de Voltaire

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to The Natural Philosopher on Sun Aug 17 21:21:03 2025
    On Sun, 17 Aug 2025 10:00:37 +0100, The Natural Philosopher wrote:

    On 17/08/2025 09:08, c186282 wrote:
    "AM" is 'fair' for music ... not like you have
      McIntosh amps/speakers in your car. It is, well,
      "adequate".

      The main prob is NOISE ...

    That is because your RF bandwidth is only as wide as your audio
    bandwidth,

    And in Europe its SHIT for music, unless you are deaf. 4kHz is the
    absolute limit

    (We have 9kHz channel spacing)

    We have 10 kHz spacing. Is it all that different? My Grundig can do either
    and if I push the wrong buttons I'm surprised when 1049 comes after 1040.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to The Natural Philosopher on Sun Aug 17 21:29:18 2025
    On Sun, 17 Aug 2025 21:02:22 +0100, The Natural Philosopher wrote:

    "To allow room for more stations on the medium wave broadcast band in
    the United States, in June 1989 the FCC adopted a National Radio Systems Committee (NRSC) standard that limited maximum transmitted *audio*
    bandwidth to 10.2 kHz, limiting *occupied* bandwidth to 20.4 kHz. The
    former audio limitation was 15 kHz resulting in bandwidth of 30 kHz."

    So channel spacing in the USA is in fact 20Khz

    In practice the wings from the center frequency are down so many db they
    do not matter unless you're in front of a spectrum analyzer.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence =?iso-8859-13?q?D=FFOlivei@21:1/5 to Charlie Gibbs on Mon Aug 18 00:36:44 2025
    On Sun, 17 Aug 2025 18:12:15 GMT, Charlie Gibbs wrote:

    By then everything will be digital via Internet or satellite - and
    the signal will be compressed into crap so it doesn't really matter
    anyway.

    Digital offers you a tradeoff between bandwidth and quality. Of course commercial providers will make the choice that maximizes revenue, but just
    as well they are not the sole providers of audio/video content anyway ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence =?iso-8859-13?q?D=FFOlivei@21:1/5 to The Natural Philosopher on Mon Aug 18 00:34:34 2025
    On Sun, 17 Aug 2025 10:00:37 +0100, The Natural Philosopher wrote:

    Even FM in Europe is a bit restricted as IIRC they crammed channels in
    at 200kHz spacing. Its not enough.

    For decent stereo you need 400kHz...

    What a waste of space. FM is a hopelessly inefficient use of radio
    bandwidth.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to The Natural Philosopher on Mon Aug 18 00:37:32 2025
    On 8/17/25 5:00 AM, The Natural Philosopher wrote:
    On 17/08/2025 09:08, c186282 wrote:
    "AM" is 'fair' for music ... not like you have
       McIntosh amps/speakers in your car. It is, well,
       "adequate".

       The main prob is NOISE ...

    That is because your RF bandwidth is only as wide as your audio bandwidth,

    And in Europe its SHIT for music, unless you are deaf. 4kHz is the
    absolute limit

    (We have 9kHz channel spacing)

    Even FM in Europe is a bit restricted as IIRC they crammed channels in
    at 200kHz spacing. Its not enough.

    For decent stereo you need 400kHz...

    Not happening for AM commercial ...

    But, as I suggested, note where/why people
    are listening to AM. Hyper-fidelity is mostly
    NOT needed ... and the brain can even filter
    out a lot of the 'noise', you just don't
    hear it, and the brain even improves the
    dynamic range.

    When I was young there WERE NO FM STATIONS
    anywhere near me. We all listened to the pop
    music and such on AM - or really cheap phonos
    using 45 records. Rock-n-Roll grew in that
    lo-fi environment, Bob Dylan, Beatles, Stones,
    'Country/bluegrass/folk' too.

    TODAY, likely low-end "AI" could take 95% of
    the noise out and expand the dynamic range ...
    but there's not much money in it, so it'll
    never happen.

    And yea, if the girlfriend isn't dead by
    the 2nd bar it ain't bluegrass :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nuno Silva@21:1/5 to All on Mon Aug 18 09:42:31 2025
    On 2025-08-18, Lawrence D’Oliveiro wrote:

    On Sun, 17 Aug 2025 18:12:15 GMT, Charlie Gibbs wrote:

    By then everything will be digital via Internet or satellite - and
    the signal will be compressed into crap so it doesn't really matter
    anyway.

    Digital offers you a tradeoff between bandwidth and quality. Of course commercial providers will make the choice that maximizes revenue, but just
    as well they are not the sole providers of audio/video content anyway ...

    What about complexity of implementation for receivers?

    --
    Nuno Silva

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to rbowman on Mon Aug 18 10:39:56 2025
    On 17/08/2025 22:29, rbowman wrote:
    On Sun, 17 Aug 2025 21:02:22 +0100, The Natural Philosopher wrote:

    "To allow room for more stations on the medium wave broadcast band in
    the United States, in June 1989 the FCC adopted a National Radio Systems
    Committee (NRSC) standard that limited maximum transmitted *audio*
    bandwidth to 10.2 kHz, limiting *occupied* bandwidth to 20.4 kHz. The
    former audio limitation was 15 kHz resulting in bandwidth of 30 kHz."

    So channel spacing in the USA is in fact 20Khz

    In practice the wings from the center frequency are down so many db they
    do not matter unless you're in front of a spectrum analyzer.

    Oh dear. Well you cant argue with ignorance

    --
    "Anyone who believes that the laws of physics are mere social
    conventions is invited to try transgressing those conventions from the
    windows of my apartment. (I live on the twenty-first floor.) "

    Alan Sokal

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Nuno Silva on Mon Aug 18 11:01:31 2025
    On 18/08/2025 09:42, Nuno Silva wrote:
    On 2025-08-18, Lawrence D’Oliveiro wrote:

    On Sun, 17 Aug 2025 18:12:15 GMT, Charlie Gibbs wrote:

    By then everything will be digital via Internet or satellite - and
    the signal will be compressed into crap so it doesn't really matter
    anyway.

    Digital offers you a tradeoff between bandwidth and quality. Of course
    commercial providers will make the choice that maximizes revenue, but just >> as well they are not the sole providers of audio/video content anyway ...

    What about complexity of implementation for receivers?

    It doesn't matter how complex the modulation schemata are- once you have
    built a chip to decode it a massive market will reduce the cost to pennies.

    --
    If you tell a lie big enough and keep repeating it, people will
    eventually come to believe it. The lie can be maintained only for such
    time as the State can shield the people from the political, economic
    and/or military consequences of the lie. It thus becomes vitally
    important for the State to use all of its powers to repress dissent, for
    the truth is the mortal enemy of the lie, and thus by extension, the
    truth is the greatest enemy of the State.

    Joseph Goebbels

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to The Natural Philosopher on Tue Aug 19 00:48:56 2025
    On Mon, 18 Aug 2025 10:39:56 +0100, The Natural Philosopher wrote:

    On 17/08/2025 22:29, rbowman wrote:
    On Sun, 17 Aug 2025 21:02:22 +0100, The Natural Philosopher wrote:

    "To allow room for more stations on the medium wave broadcast band in
    the United States, in June 1989 the FCC adopted a National Radio
    Systems Committee (NRSC) standard that limited maximum transmitted
    *audio* bandwidth to 10.2 kHz, limiting *occupied* bandwidth to 20.4
    kHz. The former audio limitation was 15 kHz resulting in bandwidth of
    30 kHz."

    So channel spacing in the USA is in fact 20Khz

    In practice the wings from the center frequency are down so many db
    they do not matter unless you're in front of a spectrum analyzer.

    Oh dear. Well you cant argue with ignorance

    You are absolutely correct. I should ignore you.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bobbie Sellers@21:1/5 to rbowman on Mon Aug 18 18:02:16 2025
    On 8/18/25 17:48, rbowman wrote:
    On Mon, 18 Aug 2025 10:39:56 +0100, The Natural Philosopher wrote:

    On 17/08/2025 22:29, rbowman wrote:
    On Sun, 17 Aug 2025 21:02:22 +0100, The Natural Philosopher wrote:

    "To allow room for more stations on the medium wave broadcast band in
    the United States, in June 1989 the FCC adopted a National Radio
    Systems Committee (NRSC) standard that limited maximum transmitted
    *audio* bandwidth to 10.2 kHz, limiting *occupied* bandwidth to 20.4
    kHz. The former audio limitation was 15 kHz resulting in bandwidth of
    30 kHz."

    So channel spacing in the USA is in fact 20Khz

    In practice the wings from the center frequency are down so many db
    they do not matter unless you're in front of a spectrum analyzer.

    Oh dear. Well you cant argue with ignorance

    You are absolutely correct. I should ignore you.

    On that you may be absolutely correct.

    bliss

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to rbowman on Tue Aug 19 13:55:20 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-15 22:28, rbowman wrote:
    On Fri, 15 Aug 2025 12:09:23 +0200, Carlos E. R. wrote:

    Some UPS claim that the batteries last 4 years, but in my experience
    they last 2. There is the possibility that brand name batteries are
    actually better and last 4 years.

    Many UPS don't say the status of the battery, you have to actually test
    them manually with a stop watch. They may have a display, but that one
    may be difficult to see when the UPS is out of sight. Only some UPS can
    be connected to a computer for monitoring.

    I've had good luck with APC. I haven't set it up but it does have a USB connection for monitoring. Their PowerChute software specifies RHEL or
    SUSE now instead of only Windows but I assume there is a general Linux solution.

    One thing we found at work where the larger sample size meant more
    instances of bad batteries is a box plugged into the wall will survive a brief flicker; one plugged into a UPS with a bad battery goes down hard.

    I'm happy with Eaton. I have one (managed) powering this desktop (has
    2*12 batteries), and I bought another (not managed) for my router, just
    one 12v battery. I think it beeps when battery is bad, we'll see.

    The new one at the router is not managed, but I don't have a permanent
    computer there to manage it, anyway.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to The Natural Philosopher on Tue Aug 19 14:24:50 2025
    On 2025-08-17 11:00, The Natural Philosopher wrote:
    On 17/08/2025 09:08, c186282 wrote:
    "AM" is 'fair' for music ... not like you have
       McIntosh amps/speakers in your car. It is, well,
       "adequate".

       The main prob is NOISE ...

    That is because your RF bandwidth is only as wide as your audio bandwidth,

    And in Europe its SHIT for music, unless you are deaf. 4kHz is the
    absolute limit

    (We have 9kHz channel spacing)

    Even FM in Europe is a bit restricted as IIRC they crammed channels in
    at 200kHz spacing. Its not enough.

    For decent stereo you need 400kHz...

    What about digital radio?

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Carlos E.R. on Tue Aug 19 13:36:58 2025
    On 19/08/2025 13:24, Carlos E.R. wrote:
    On 2025-08-17 11:00, The Natural Philosopher wrote:
    On 17/08/2025 09:08, c186282 wrote:
    "AM" is 'fair' for music ... not like you have
       McIntosh amps/speakers in your car. It is, well,
       "adequate".

       The main prob is NOISE ...

    That is because your RF bandwidth is only as wide as your audio
    bandwidth,

    And in Europe its SHIT for music, unless you are deaf. 4kHz is the
    absolute limit

    (We have 9kHz channel spacing)

    Even FM in Europe is a bit restricted as IIRC they crammed channels in
    at 200kHz spacing. Its not enough.

    For decent stereo you need 400kHz...

    What about digital radio?

    I never worked on it.

    The thing about digital audio that's run through a compression algorithm
    is that the quality and bandwidth needed will depend on the material
    being compressed

    You can get a 100% hifi silence using no bandwidth at all.

    --
    "What do you think about Gay Marriage?"
    "I don't."
    "Don't what?"
    "Think about Gay Marriage."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bobbie Sellers@21:1/5 to Carlos E.R. on Tue Aug 19 09:51:07 2025
    XPost: alt.comp.os.windows-11

    On 8/19/25 04:55, Carlos E.R. wrote:
    On 2025-08-15 22:28, rbowman wrote:
    On Fri, 15 Aug 2025 12:09:23 +0200, Carlos E. R. wrote:

    Some UPS claim that the batteries last 4 years, but in my experience
    they last 2. There is the possibility that brand name batteries are
    actually better and last 4 years.

    Many UPS don't say the status of the battery, you have to actually test
    them manually with a stop watch. They may have a display, but that one
    may be difficult to see when the UPS is out of sight. Only some UPS can
    be connected to a computer for monitoring.

    I've had good luck with APC. I haven't set it up but it does have a USB
    connection for monitoring. Their PowerChute software specifies RHEL or
    SUSE now instead of only Windows but I assume there is a general Linux
    solution.

    One thing we found at work where the larger sample size meant more
    instances of bad batteries is a box plugged into the wall will survive a
    brief flicker; one plugged into a UPS with a bad battery goes down hard.

    I'm happy with Eaton. I have one (managed) powering this desktop (has
    2*12 batteries), and I bought another (not managed) for my router, just
    one 12v battery. I think it beeps when battery is bad, we'll see.

    The new one at the router is not managed, but I don't have a permanent computer there to manage it, anyway.


    When I had a C_64 and was doing accounting for friend I had to buy
    a line conditioner. It helped improve the reliabilty of the power going
    to the
    little computer. I went on to the Amiga and a modern(?) switching power supply. I considered getting UPS but could not come up with the price.
    In the mid-2000s maybe 2005 I got my first x86 laptop and have stuck
    with laptops because they include their own batteries. I thnk all other
    form factors which do not have UPS should have their own batteries
    internally. It would save a lot work recovering from brown out and
    power shut downs in some areas.
    I am lucky in that in San Francisco I happen through lucky
    chance to be on the same power line as the St.Francis Hospital
    3 blocks further up Nob Hill. Very seldom do I experience power
    failures but it can happen. A side note is that the last time I remember
    it happening was when a Trolley bus shorted out 800 V DC power to
    a local streetlamp and wiped out all the wiring in the utility vault.

    It took most of the day for the maintanance crews to pull
    fresh wiring into the buildings served by that vault. I could not
    get to the net as the modem/router had no power but I lost no
    work. And just maybe because of my high quality power strips
    I lost no appliances. In the adjacent apartment their TV was
    wasted by the surge.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Bobbie Sellers on Tue Aug 19 21:12:48 2025
    XPost: alt.comp.os.windows-11

    On 2025-08-19 18:51, Bobbie Sellers wrote:
    On 8/19/25 04:55, Carlos E.R. wrote:
    On 2025-08-15 22:28, rbowman wrote:
    On Fri, 15 Aug 2025 12:09:23 +0200, Carlos E. R. wrote:

    Some UPS claim that the batteries last 4 years, but in my experience
    they last 2. There is the possibility that brand name batteries are
    actually better and last 4 years.

    Many UPS don't say the status of the battery, you have to actually test >>>> them manually with a stop watch. They may have a display, but that one >>>> may be difficult to see when the UPS is out of sight. Only some UPS can >>>> be connected to a computer for monitoring.

    I've had good luck with APC. I haven't set it up but it does have a USB
    connection for monitoring. Their PowerChute software specifies RHEL or
    SUSE now instead of only Windows but I assume there is a general Linux
    solution.

    One thing we found at work where the larger sample size meant more
    instances of bad batteries is a box plugged into the wall will survive a >>> brief flicker; one plugged into a UPS with a bad battery goes down hard.

    I'm happy with Eaton. I have one (managed) powering this desktop (has
    2*12 batteries), and I bought another (not managed) for my router,
    just one 12v battery. I think it beeps when battery is bad, we'll see.

    The new one at the router is not managed, but I don't have a permanent
    computer there to manage it, anyway.


        When I had a C_64 and was doing accounting for friend I had to buy
    a line conditioner. It helped improve the reliabilty of the power going
    to the
    little computer.  I went on to the Amiga and a modern(?) switching power supply.  I considered getting UPS but could not come up with the price.
    In the mid-2000s maybe 2005 I got my first x86 laptop and have stuck
    with laptops because they include their own batteries.  I thnk all other form factors which do not have UPS should have their own batteries internally. It would save a lot work recovering from brown out and
    power shut downs in some areas.

    My problem is that the "earth leakage circuit breaker" (which is
    mandatory for all houses here) is trigger happy. I have replaced it a
    month ago it with a "super immunized model type A" and auto rearm. So
    far it has not triggered. The history is that normal ones can trigger
    with computer supplies and the inverters in modern house motors (washing machine, fridge, AC...).

    And if it triggers, it will attempt to reconnect after 9 seconds. Next
    retry 59S and next 299S). I just need the computer to survive the first
    one. But it hasn't happened yet. Fingers crossed. :-)

        I am lucky in that in San Francisco I happen through lucky
    chance to be on the same power line as the St.Francis Hospital
    3 blocks further up Nob Hill. Very seldom do I experience power
    failures but it can happen.  A side note is that the last time I remember
    it happening was when a Trolley bus shorted out 800 V DC power to
    a local streetlamp and wiped out all the wiring in the utility vault.

    I guess that DC mains shorted to AC mains wins. All the coils are just
    cable to it. :-D


        It took most of the day for the maintanance crews to pull
    fresh wiring into the buildings served by that vault.  I could not
    get to the net as the modem/router had no power but I lost no
    work.  And just maybe because of my high quality power strips
    I lost no appliances.  In the adjacent apartment their TV was
    wasted by the surge.

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



    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Daniel70@21:1/5 to Carlos E. R. on Wed Sep 3 00:12:23 2025
    XPost: alt.comp.os.windows-11

    On 14/08/2025 7:22 pm, Carlos E. R. wrote:
    On 2025-08-14 11:13, Marc Haber wrote:
    "Carlos E. R." <[email protected]d> wrote:
    On 2025-08-13 21:30, Marc Haber wrote:

    What Spain should be doing is building more power lines into France,
    so that we in Middle Europe can buy their renewable power.

    We want to, but France doesn't.

    We would compete with their nuclear, so they protect it :-D

    That's bad for all Europe.


    Britain had plans to build solar plants in Morocco, and then a looong underwater cable to get it home. We could do the same, a cable from
    Spain to Germany :-D

    Next we'll have to prohibit ships dropping anchor anywhere.

    One of Australia's Billionaires is talking about building a Solar Farm
    in Australia's Northern Territory and running a sea-bed cable to get the
    power to Singapore.

    https://www.abc.net.au/news/2021-09-23/nt-sun-cable-project-solar-farm-cost-size-increase/100487452

    The story's four years old!!
    --
    Daniel70

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Daniel70@21:1/5 to Bobbie Sellers on Wed Sep 3 00:23:31 2025
    XPost: alt.comp.os.windows-11

    On 14/08/2025 2:04 pm, Bobbie Sellers wrote:

    <Snip>

        Well in California we had subsidies and it paid off for home owners among whose blessed ranks I will never be counted but we are producing
    power from wind and solar and we have batteries to back that up.
    Big batteries. Not in your home but close to the sites where that power
    is generated.

        No subsidies are needed except on the home owners level and
    only of course the home owners who can spend the money for
    solar panels and hopefull a set of batteries in the garage where
    they can charge up their electric Porshe runabout.

        bliss

    The problem with that, though, is when your panels are producing power,
    your electric Porsche runabout is usually somewhere else. When it's at
    Home, the panels probably aren't producing a lot of power. ;-(
    --
    Daniel70

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to All on Tue Sep 2 15:25:01 2025
    XPost: alt.comp.os.windows-11

    On 02/09/2025 15:23, Daniel70 wrote:
    On 14/08/2025 2:04 pm, Bobbie Sellers wrote:

    <Snip>

         Well in California we had subsidies and it paid off for home owners
    among whose blessed ranks I will never be counted but we are producing
    power from wind and solar and we have batteries to back that up.
    Big batteries. Not in your home but close to the sites where that power
    is generated.

         No subsidies are needed except on the home owners level and
    only of course the home owners who can spend the money for
    solar panels and hopefull a set of batteries in the garage where
    they can charge up their electric Porshe runabout.

         bliss

    The problem with that, though, is when your panels are producing power,
    your electric Porsche runabout is usually somewhere else. When it's at
    Home, the panels probably aren't producing a lot of power. ;-(

    Oh don't burst his rainbow colored eco-bubble.

    --
    "What do you think about Gay Marriage?"
    "I don't."
    "Don't what?"
    "Think about Gay Marriage."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Daniel70@21:1/5 to Lars Poulsen on Wed Sep 3 00:32:44 2025
    XPost: alt.comp.os.windows-11

    On 14/08/2025 1:14 pm, Lars Poulsen wrote:
    On 2025-08-13, Carlos E. R. <[email protected]d> wrote:
    Telcos systems were subject to strict quality control systems, that
    worked. VoIP systems are not.

    As an example that anybody can see, the terminals at home had their own
    power. Even if the nation had a full power failure, the telephone
    network kept running. Anybody could phone emergencies or his cousin.

    The terminals (desk telephones) did not have their own power, but were powered over the telephone lines (48V, ca 50 mA) from the central
    switching offices. Government regulations required them to have
    batteries that could keep everything running for 3 days and diesel
    backup generators to work beyond that.

    As traffic swictched to cellphones, there were for a long time no such quality standards enforced. Because if the cellphones did not work, we
    still had the POTS network to fall back on. And now ATT is asking
    permission in several states to completely turn off the wireline
    service.

    On the flip-side, my sister told me the other day that here Home Phone
    line was about to be upgraded to Fibre-to-the-Home.

    Ten/Fifteen years or so ago, our Phone system had been upgraded to
    Fibre-to-the Building for Business and those Home-owners who wanted to
    pat the premium for Fibre-to-the-Home. Everyone else just got Fibre-to-the-Node, i.e. the box on the nature-strip somewhere in the
    street, then twisted-pair wire to the Home.
    --
    Daniel70

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham J@21:1/5 to All on Tue Sep 2 16:27:47 2025
    XPost: alt.comp.os.windows-11

    Daniel70 wrote:

    [snip]


    On the flip-side, my sister told me the other day that her Home Phone
    line was about to be upgraded to Fibre-to-the-Home.

    In the UK this is called FTTP (Fibre-To-The-Premises) and it is supposed
    to happen for everybody by January 2027, but it has been postponed
    several times already. One problem is that there are locations where
    FTTP will never be available, and there's no rational alternative that
    will work for everybody. So it's likely that copper pairs will support landline phones in such locations for at least another 50 years.

    Ten/Fifteen years or so ago, our Phone system had been upgraded to Fibre-to-the Building for Business and those Home-owners who wanted to
    pay the premium for Fibre-to-the-Home. Everyone else just got Fibre-to-the-Node, i.e. the box on the nature-strip somewhere in the
    street, then twisted-pair wire to the Home.

    In the UK Fibre-to-the-Node is called Fibre-To-The-Cabinet or FTTC.
    It's fairly widely available except in crowded cities (no street space)
    and rural areas (not enough paying customers).

    A further difficulty is that there are still phone users who do not have
    and do not want any sort of broadband service. So these people are
    being provided with a crippled router which drives a standard handset.

    Clearly, the cost and maintenance of VoIP is way less than the cost of
    copper pairs and exchange switchgear, so it's not surprising that the
    telcos are moving this way. But there's been no public explanation that
    is meaningful to older users.


    --
    Graham J

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Graham J on Tue Sep 2 19:26:30 2025
    XPost: alt.comp.os.windows-11

    On 02/09/2025 16:27, Graham J wrote:
    One problem is that there are locations where FTTP will never be
    available, and there's no rational alternative that will work for everybody.  So it's likely that copper pairs will support landline
    phones in such locations for at least another 50 years.

    Very few locations where fttp will not be available , and those will have 5G
    --
    For in reason, all government without the consent of the governed is the
    very definition of slavery.

    Jonathan Swift

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to Graham J on Tue Sep 2 20:20:40 2025
    XPost: alt.comp.os.windows-11

    On 2025-09-02 17:27, Graham J wrote:
    Daniel70 wrote:

    [snip]


    On the flip-side, my sister told me the other day that her Home Phone
    line was about to be upgraded to Fibre-to-the-Home.

    In the UK this is called FTTP (Fibre-To-The-Premises) and it is supposed
    to happen for everybody by January 2027, but it has been postponed
    several times already.  One problem is that there are locations where
    FTTP will never be available, and there's no rational alternative that
    will work for everybody.  So it's likely that copper pairs will support landline phones in such locations for at least another 50 years.

    Hum. In Spain, those locations get radio of some sort. Copper pair is
    gone on Telefónica, the major provider. Another telco used fibre to the building, then coax to the premises.


    Ten/Fifteen years or so ago, our Phone system had been upgraded to
    Fibre-to-the Building for Business and those Home-owners who wanted to
    pay the premium for Fibre-to-the-Home. Everyone else just got Fibre-
    to-the-Node, i.e. the box on the nature-strip somewhere in the street,
    then twisted-pair wire to the Home.

    In the UK Fibre-to-the-Node is called Fibre-To-The-Cabinet or FTTC. It's fairly widely available except in crowded cities (no street space) and
    rural areas (not enough paying customers).

    A further difficulty is that there are still phone users who do not have
    and do not want any sort of broadband service.  So these people are
    being provided with a crippled router which drives a standard handset.

    Clearly, the cost and maintenance of VoIP is way less than the cost of
    copper pairs and exchange switchgear, so it's not surprising that the
    telcos are moving this way.  But there's been no public explanation that
    is meaningful to older users.




    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Graham J@21:1/5 to The Natural Philosopher on Tue Sep 2 19:33:17 2025
    XPost: alt.comp.os.windows-11

    The Natural Philosopher wrote:
    On 02/09/2025 16:27, Graham J wrote:
    One problem is that there are locations where FTTP will never be
    available, and there's no rational alternative that will work for
    everybody.  So it's likely that copper pairs will support landline
    phones in such locations for at least another 50 years.

    Very few locations where fttp will not be available , and those will
    have 5G


    Exactly. I know of at least one - discussed here at length in the past
    - where the user has been explicitly told by BT Openreach that he will
    never get any sort of digital service.

    --
    Graham J

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to Graham J on Tue Sep 2 19:38:36 2025
    XPost: alt.comp.os.windows-11

    On 02/09/2025 19:33, Graham J wrote:
    The Natural Philosopher wrote:
    On 02/09/2025 16:27, Graham J wrote:
    One problem is that there are locations where FTTP will never be
    available, and there's no rational alternative that will work for
    everybody.  So it's likely that copper pairs will support landline
    phones in such locations for at least another 50 years.

    Very few locations where fttp will not be available , and those will
    have 5G


    Exactly.  I know of at least one - discussed here at length in the past
    - where the user has been explicitly told by BT Openreach that he will
    never get any sort of digital service.

    Actually its usually a matter of 'down the end of 2 miles of farm track
    there is one house'

    And 'if you dig the trench we will lay the fibre'

    --
    "Nature does not give up the winter because people dislike the cold."

    ― Confucius

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Tue Sep 2 19:34:10 2025
    XPost: alt.comp.os.windows-11

    On Wed, 3 Sep 2025 00:32:44 +1000, Daniel70 wrote:

    Ten/Fifteen years or so ago, our Phone system had been upgraded to Fibre-to-the Building for Business and those Home-owners who wanted to
    pat the premium for Fibre-to-the-Home. Everyone else just got Fibre-to-the-Node, i.e. the box on the nature-strip somewhere in the
    street, then twisted-pair wire to the Home.

    Fibre-to-the-Home would be expensive in this area. Most homes are set back
    well away from the highway. That's probably why cable never was run out
    here.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From The Natural Philosopher@21:1/5 to rbowman on Tue Sep 2 20:37:45 2025
    XPost: alt.comp.os.windows-11

    On 02/09/2025 20:34, rbowman wrote:
    On Wed, 3 Sep 2025 00:32:44 +1000, Daniel70 wrote:

    Ten/Fifteen years or so ago, our Phone system had been upgraded to
    Fibre-to-the Building for Business and those Home-owners who wanted to
    pat the premium for Fibre-to-the-Home. Everyone else just got
    Fibre-to-the-Node, i.e. the box on the nature-strip somewhere in the
    street, then twisted-pair wire to the Home.

    Fibre-to-the-Home would be expensive in this area. Most homes are set back well away from the highway. That's probably why cable never was run out
    here.

    The thing is that a crude 'fibre on a wooden pole' setup is actually
    very very cheap. Especially if you supply the poles.




    --
    There is something fascinating about science. One gets such wholesale
    returns of conjecture out of such a trifling investment of fact.

    Mark Twain

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to All on Tue Sep 2 19:39:33 2025
    XPost: alt.comp.os.windows-11

    On Wed, 3 Sep 2025 00:23:31 +1000, Daniel70 wrote:

    On 14/08/2025 2:04 pm, Bobbie Sellers wrote:

    <Snip>

        Well in California we had subsidies and it paid off for home
        owners
    among whose blessed ranks I will never be counted but we are producing
    power from wind and solar and we have batteries to back that up.
    Big batteries. Not in your home but close to the sites where that power
    is generated.

        No subsidies are needed except on the home owners level and
    only of course the home owners who can spend the money for solar panels
    and hopefull a set of batteries in the garage where they can charge up
    their electric Porshe runabout.

        bliss

    The problem with that, though, is when your panels are producing power,
    your electric Porsche runabout is usually somewhere else. When it's at
    Home, the panels probably aren't producing a lot of power. ;-(

    The Porsche's spare set of batteries are home being charged. That scheme
    has been floated out but I don't see it happening. It's not quite like
    swapping out the spares in my drones.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E.R.@21:1/5 to The Natural Philosopher on Tue Sep 2 21:58:44 2025
    XPost: alt.comp.os.windows-11

    On 2025-09-02 21:37, The Natural Philosopher wrote:
    On 02/09/2025 20:34, rbowman wrote:
    On Wed, 3 Sep 2025 00:32:44 +1000, Daniel70 wrote:

    Ten/Fifteen years or so ago, our Phone system had been upgraded to
    Fibre-to-the Building for Business and those Home-owners who wanted to
    pat the premium for Fibre-to-the-Home. Everyone else just got
    Fibre-to-the-Node, i.e. the box on the nature-strip somewhere in the
    street, then twisted-pair wire to the Home.

    Fibre-to-the-Home would be expensive in this area. Most homes are set
    back
    well away from the highway. That's probably why cable never was run out
    here.

    The thing is that a crude 'fibre on a wooden pole' setup is actually
    very very cheap. Especially if you supply the poles.

    That is done here.
    I thought that fibre on poles was impossible, that the fibre had to be unmovable.

    --
    Cheers, Carlos.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bobbie Sellers@21:1/5 to rbowman on Tue Sep 2 14:26:56 2025
    XPost: alt.comp.os.windows-11

    On 9/2/25 12:39, rbowman wrote:
    On Wed, 3 Sep 2025 00:23:31 +1000, Daniel70 wrote:

    On 14/08/2025 2:04 pm, Bobbie Sellers wrote:

    <Snip>

        Well in California we had subsidies and it paid off for home
        owners
    among whose blessed ranks I will never be counted but we are producing
    power from wind and solar and we have batteries to back that up.
    Big batteries. Not in your home but close to the sites where that power
    is generated.

        No subsidies are needed except on the home owners level and
    only of course the home owners who can spend the money for solar panels
    and hopefull a set of batteries in the garage where they can charge up
    their electric Porshe runabout.

        bliss

    The problem with that, though, is when your panels are producing power,
    your electric Porsche runabout is usually somewhere else. When it's at
    Home, the panels probably aren't producing a lot of power. ;-(

    The Porsche's spare set of batteries are home being charged. That scheme
    has been floated out but I don't see it happening. It's not quite like swapping out the spares in my drones.

    In California the Porsche is likely in the downtown garage with a charger online.
    The Porsdhe does not need a spare set of batteries but the home does so
    that when
    the power lines fail we have backup so that when the Porsdhe comes home
    it can be recharged quickly if needed or more commonly keep the
    electrical powered devices
    like refrigerators, electric cooking appliances, lighting. andd
    entertaiment devices
    in operation.
    When the Porsche is at home, its batteries are charged and when not being
    used the Porsche will be part of the house's backup power supply
    .
    bliss

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Charlie Gibbs@21:1/5 to Carlos E.R. on Tue Sep 2 21:38:03 2025
    XPost: alt.comp.os.windows-11

    On 2025-09-02, Carlos E.R. <[email protected]d> wrote:

    I thought that fibre on poles was impossible, that the fibre had to be unmovable.

    Tell that to the local telco. They just took the copper off the
    existing utility poles (used for power as well), and strung fibre.
    Now we too can enjoy the loss of dial tone when the power goes out.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to All on Wed Sep 3 01:05:30 2025
    XPost: alt.comp.os.windows-11

    On 9/2/25 10:23 AM, Daniel70 wrote:
    On 14/08/2025 2:04 pm, Bobbie Sellers wrote:

    <Snip>

         Well in California we had subsidies and it paid off for home owners
    among whose blessed ranks I will never be counted but we are producing
    power from wind and solar and we have batteries to back that up.
    Big batteries. Not in your home but close to the sites where that power
    is generated.

         No subsidies are needed except on the home owners level and
    only of course the home owners who can spend the money for
    solar panels and hopefull a set of batteries in the garage where
    they can charge up their electric Porshe runabout.

         bliss

    The problem with that, though, is when your panels are producing power,
    your electric Porsche runabout is usually somewhere else. When it's at
    Home, the panels probably aren't producing a lot of power. ;-(

    Look ... with current tech ... EVs are almost always
    a HUGE MISTAKE. The #1 prob is the crappy, explosive,
    BATTERIES.

    IF battery tech improves - few signs yet on the market -
    then EVs might be More Real.

    4x faster charging without fires is a major thing.
    2X more DURATION is the next goal.

    In many respects EVs are by far a 'simpler' vehicle
    tech ... don't even need a transmission. But the POWER
    supply is THE giant Gotcha.

    Oh, if (?) rare earths become scarce then EV motors
    become a SERIOUS issue. You CAN use traditional
    3-ph motors, but they're heavier, larger, and oft
    less efficient. A DC->3ph converter is also needed,
    which sucks 5-10% of the energy.

    I do understand "environments". UK/EU cities are
    much more compact and composed of similar sub-
    divisions. NOT so far to almost everything you
    need to go to. USA and Oz and some others ...
    everything is Far Away from everything else.
    Totally different picture. You can drive 100+
    miles a DAY just to get to everyplace you
    need to be ... and the NEXT town of worth
    might be 100+ miles away. All in an afternoon.

    Sorry, nobody is going to demolish whole US
    cities JUST so they can be more EV friendly.
    The economics and land/tax picture does NOT
    support this. USA/Oz and some others use
    SPACE, lots of space, rather than trying to
    concentrate everything into neighborhoods.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From c186282@21:1/5 to Graham J on Wed Sep 3 01:24:08 2025
    XPost: alt.comp.os.windows-11

    On 9/2/25 11:27 AM, Graham J wrote:
    Daniel70 wrote:

    [snip]


    On the flip-side, my sister told me the other day that her Home Phone
    line was about to be upgraded to Fibre-to-the-Home.

    In the UK this is called FTTP (Fibre-To-The-Premises) and it is supposed
    to happen for everybody by January 2027, but it has been postponed
    several times already.  One problem is that there are locations where
    FTTP will never be available, and there's no rational alternative that
    will work for everybody.  So it's likely that copper pairs will support landline phones in such locations for at least another 50 years.

    Fiber ...

    First off, is there an adapter so your good
    old landline phone/answerer can still work ?
    Older people may have 'emergency' buttons that
    only work with a landline. But then the UK seems
    to want everyone over 50 to Just Die.

    And yea ... fiber-to-EVERYWHERE is not going to
    happen anytime soon. Can't get it where I live,
    and that's now in the 'burbs. Actually, ANY
    kind of hardline - including fiber - is now
    being downgraded ... you're supposed to have
    5-G connections instead. Much cheaper for the
    providers.

    Note, my 5-G internet SUCKS SUCKS SUCKS ...
    amazingly rare to see even two bars. During
    the day even the ONE bar keeps blinking in
    and out. Tower is far away and I have a
    metal roof and concrete walls.

    DID buy a 'booster' - would have to climb on
    a ladder (NOT great idea at my age) to set
    an external antenna. The thing DID talk
    about getting permission from my provider
    just to HAVE a booster ... NOT good. It
    may just stay in a box forever.

    Oh, finally, emergencies - the old hardwire
    tends to be the LAST thing destroyed and the
    first thing back up. Personal experience there.
    I will keep a traditional hardline as long as
    possible, regardless of the punitive pricing.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)