• 32 days . . .

    From D@21:1/5 to All on Sun Jan 21 21:10:58 2024
    Effective February 22, 2024, Google Groups will no longer support new
    Usenet content. Posting and subscribing will be disallowed, and new
    content from Usenet peers will not appear. Viewing and searching of >historical data will still be supported as it is done today.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Richard Harnden@21:1/5 to All on Mon Jan 22 11:40:29 2024
    On 21/01/2024 20:10, D wrote:
    Effective February 22, 2024, Google Groups will no longer support new
    Usenet content. Posting and subscribing will be disallowed, and new
    content from Usenet peers will not appear. Viewing and searching of
    historical data will still be supported as it is done today.



    Rather pointless, but ...

    #!/bin/ksh

    typeset -i GG=$(date -d "2024-02-22 00:00:00" +%s)
    typeset -i NOW=$(date +%s)

    while [ $NOW -lt $GG ]
    do
    echo t-minus $((GG-NOW)) seconds
    sleep 1
    NOW=$(date +%s)
    done

    echo +++ no carrier +++

    return 1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From D@21:1/5 to Richard Harnden on Mon Jan 22 13:34:20 2024
    On Mon, 22 Jan 2024 11:40:29 +0000, Richard Harnden <[email protected]d> wrote:
    On 21/01/2024 20:10, D wrote:
    Effective February 22, 2024, Google Groups will no longer support new
    Usenet content. Posting and subscribing will be disallowed, and new
    content from Usenet peers will not appear. Viewing and searching of
    historical data will still be supported as it is done today.

    Rather pointless, but ...
    #!/bin/ksh
    typeset -i GG=$(date -d "2024-02-22 00:00:00" +%s)
    typeset -i NOW=$(date +%s)
    while [ $NOW -lt $GG ]
    do
    echo t-minus $((GG-NOW)) seconds
    sleep 1
    NOW=$(date +%s)
    done
    echo +++ no carrier +++
    return 1

    can't help but wonder if the powers that be might've been advised to command their google2news division to stand down and quietly withdraw from the field

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