• Infopack

    From Avon@21:1/101 to All on Saturday, February 22, 2020 22:02:48
    Would someone have time to run their eye across the nodelist and create a
    text file that contains the countries we have represented in the fsxNet nodelist?

    Ideally totals of how many nodes in each country would be great too.

    It's been on my TO-DO to include such a thing in the nodelist but I have never got around to it.

    I also had plans to do a similar thing for HAM radio operators but never did that too.

    Anywhoo just putting it out there to the wider community to see if someone(s) might like to compile such a thing for inclusion in the infopack?

    My thanks in advance... if you do, just be sure to let folks know you are
    else we'll end up with three versions which I am sure will all be a beautiful thing :)

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From tenser@21:1/101 to Avon on Sunday, February 23, 2020 01:35:44
    On 22 Feb 2020 at 10:02p, Avon pondered and said...

    Would someone have time to run their eye across the nodelist and create a text file that contains the countries we have represented in the fsxNet nodelist?

    Ideally totals of how many nodes in each country would be great too.

    Here ya' go:

    : fat-dragon; grep -v '^;' FSXNET.059 | awk -F, '{print $4}' | grep -v '^$' | sed 's/.*_//' | sort | uniq -c | sort -n
    1 AUT
    1 AnyCountry
    1 CRI
    1 CZE
    1 FIN
    1 FRA
    1 GRC
    1 PHL
    1 ROU
    1 SGP
    1 SVK
    1 TWN
    2 ESP
    2 ITA
    3 BRA
    3 NLD
    4 ARG
    6 GER
    7 GBR
    7 SWE
    13 NZL
    21 AUS
    25 CAN
    146 USA
    : fat-dragon;

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Netsurge@21:4/154 to Avon on Saturday, February 22, 2020 11:23:02
    Would someone have time to run their eye across the nodelist and create a text file that contains the countries we have represented in the fsxNet nodelist?

    I have been using this node.js nodelist parser for a bit now. With some
    coding, you can produce pretty much whatever you want from a nodelist.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (21:4/154)
  • From Zip@21:1/202 to Avon on Saturday, February 22, 2020 18:30:20
    Hello Avon!

    Using some basic text utilities, this can be done:

    cat FSXNET.059 | \
    grep -E '^[[:alpha:]]*,[0-9]+,' | \
    sed -E 's/^[[:alpha:]]*,[0-9]+,[^,]+,[^,]+_([^,]+),.*/\1/' | \
    grep -v AnyCountry | \
    sort | \
    uniq -c | \
    sort -n -r

    Result:

    146 USA
    25 CAN
    21 AUS
    13 NZL
    7 SWE
    7 GBR
    6 GER
    4 ARG
    3 NLD
    3 BRA
    2 ITA
    2 ESP
    1 TWN
    1 SVK
    1 SGP
    1 ROU
    1 PHL
    1 GRC
    1 FRA
    1 FIN
    1 CZE
    1 CRI
    1 AUT

    Enjoy! =)

    Best regards
    Zip

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (21:1/202)
  • From roovis@21:4/165 to Zip on Saturday, February 22, 2020 12:34:05
    Result:
    1 TWN
    1 SVK
    1 SGP
    1 ROU
    1 PHL
    1 GRC
    1 FRA
    1 FIN
    1 CZE
    1 CRI
    1 AUT

    I am thankful for these. :)

    -roovis

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: w0pr.win (21:4/165)
  • From Nigel Reed@21:2/101 to Avon on Sunday, February 23, 2020 01:37:47
    Avon wrote:
    Would someone have time to run their eye across the nodelist and create a text file that contains the countries we have represented in the fsxNet nodelist?

    Ideally totals of how many nodes in each country would be great too.

    It's been on my TO-DO to include such a thing in the nodelist but I have
    never
    got around to it.

    I also had plans to do a similar thing for HAM radio operators but never did that too.

    Anywhoo just putting it out there to the wider community to see if
    someone(s)
    might like to compile such a thing for inclusion in the infopack?

    My thanks in advance... if you do, just be sure to let folks know you are else we'll end up with three versions which I am sure will all be a
    beautiful
    thing :)

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)


    ARG - Argentina
    AUS - Australia
    AUT - Austria
    BRA - Brazil
    CAN - Canada
    CRI - ?
    FIN - Finland
    FRA - France
    GBR - Great Britain
    GER - Germany
    GRC - Greece?
    ITA - Italy
    NLD - Netherlands
    NZL - New Zealand
    PHL - Philippines?
    ROU - ?
    SGP - Singapore?
    SVK - Slovakia or Slovenia?
    SWE - Sweden
    TWN - Taiwan?
    USA - USA
    --- SBBSecho 3.10-Linux
    * Origin: End Of The Line BBS - endofthelinebbs.com (21:2/101)
  • From Nigel Reed@21:2/101 to Avon on Sunday, February 23, 2020 01:41:27
    Avon wrote:
    Would someone have time to run their eye across the nodelist and create a text file that contains the countries we have represented in the fsxNet nodelist?

    Ideally totals of how many nodes in each country would be great too.

    It's been on my TO-DO to include such a thing in the nodelist but I have
    never
    got around to it.

    I also had plans to do a similar thing for HAM radio operators but never did that too.

    Anywhoo just putting it out there to the wider community to see if
    someone(s)
    might like to compile such a thing for inclusion in the infopack?

    My thanks in advance... if you do, just be sure to let folks know you are else we'll end up with three versions which I am sure will all be a
    beautiful
    thing :)

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)

    129 USA
    25 CAN
    19 AUS
    8 NZL
    6 GBR
    5 SWE
    5 GER
    4 ARG
    3 BRA
    2 NLD
    2 ITA
    1 TWN
    1 SVK
    1 SGP
    1 ROU
    1 PHL
    1 GRC
    1 FRA
    1 FIN
    1 CRI
    1 AUT

    This may include some nodes that are listed multiple times. I've exluced
    Zone, Region, Host, Pvt, and Down nodes.
    --- SBBSecho 3.10-Linux
    * Origin: End Of The Line BBS - endofthelinebbs.com (21:2/101)
  • From Avon@21:1/101 to Nigel Reed on Monday, February 24, 2020 20:40:09
    On 23 Feb 2020 at 01:37a, Nigel Reed pondered and said...

    ARG - Argentina
    AUS - Australia
    AUT - Austria
    BRA - Brazil

    Yep the codes are based of this table

    https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes

    Best, Paul

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Nigel Reed on Monday, February 24, 2020 20:53:58
    On 23 Feb 2020 at 01:41a, Nigel Reed pondered and said...

    129 USA
    25 CAN
    19 AUS
    8 NZL
    6 GBR
    5 SWE
    5 GER
    4 ARG
    3 BRA
    2 NLD
    2 ITA
    1 TWN
    1 SVK
    1 SGP
    1 ROU
    1 PHL
    1 GRC
    1 FRA
    1 FIN
    1 CRI
    1 AUT

    This may include some nodes that are listed multiple times. I've exluced Zone, Region, Host, Pvt, and Down nodes.

    Thank you :) I agree with the above except PVT nodes who are systems that
    poll and take a feed so in my mind should be counted.

    And thanks also to Tenser and Zip! When I saw the NZL count I was thinking hang on, that's not right but then I can see how the Zone, Region etc. lines would add up.

    I wonder how best to automate things such that Zone, Region and Host are excluded along with Down but the rest are counted?

    I'm not sure which count should be included as of now.. but it's proving to
    be very insightful.

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From tenser@21:1/101 to Avon on Tuesday, February 25, 2020 03:54:05
    On 24 Feb 2020 at 08:53p, Avon pondered and said...

    I wonder how best to automate things such that Zone, Region and Host are excluded along with Down but the rest are counted?

    Here ya' go:

    : fat-dragon; cat scr
    #!/bin/sh
    grep -v '^;' "$@" |
    tr -C -d '[[:graph:][:space:]]' |
    awk -F, '
    $1 ~ /^(Down|Host|Zone|Region)$/ {next}
    $4 != "" && $4 !~ /AnyCountry/ {print $4}' |
    sed 's/.*_//' |
    sort |
    uniq -c |
    sort -nr |
    awk '
    BEGIN {
    while (getline<"cc.wiki") {
    k=$1
    $1=""
    sub(" ", "")
    cc[k]=$0
    }
    cc["GER"]="Germany"
    }
    {printf "%4d %s\n", $1, !cc[$2]?$2:cc[$2]}'
    : fat-dragon; sh scr FSXNET.059
    139 United States
    25 Canada
    20 Australia
    10 New Zealand
    7 Sweden
    7 United Kingdom
    6 Germany
    4 Argentina
    3 Netherlands
    3 Brazil
    2 Italy
    2 Spain
    1 Taiwan
    1 Slovakia
    1 Singapore
    1 Romania
    1 Philippines
    1 Greece
    1 France
    1 Finland
    1 Czech Republic
    1 Costa Rica
    1 Austria
    : fat-dragon;

    A couple of quick notes.... First, I downloaded
    the ISO-3166-1 Alpha 3 list from Wikipedia and
    massaged it into a plain 'ol text file containing
    the 3-letter country code first and then the name
    of country for the remainder of the line. A little
    'awk' invocation reads that in a `BEGIN` block and
    creates an array so we can map country code to name.
    Note that "GER" for (I presume) Germany doesn't
    exist in ISO-3166-1. However, it does exist in the
    list of United Nations development program country
    codes. This appears to date from the cold war and
    pre-reunification.

    Anyway, after we read the file we manually add an
    entry to the array. The use of the tertiary operator
    in the `printf` invocation is so we print out the
    abbreviation if we don't have a country name. It's
    not relevant now, but who knows what political
    divisions will exist in the future?

    Also, the `tr` is unnecessary. It just strips out
    non-printing characters like the '^Z' at the end of
    the file, but that doesn't appear in the location
    field so it can be ignored.

    The 'awk-reads-a-file' thing is a little too cute.
    But note that `sed` can be made to read a script
    from a file. So instead of having a mapping of
    abbreviation to name in `cc`, we can have a list of
    `sed` commands instead. Here's the first few lines:

    : fat-dragon; head cc.sed
    s/ ABW$/ Aruba/
    s/ AFG$/ Afghanistan/
    s/ AGO$/ Angola/
    s/ AIA$/ Anguilla/
    s/ ALA$/ _land Islands/
    s/ ALB$/ Albania/
    s/ AND$/ Andorra/
    s/ ARE$/ United Arab Emirates/
    s/ ARG$/ Argentina/
    s/ ARM$/ Armenia/
    : fat-dragon;

    Note the spaces and the dollar signs ('$'):
    these anchor the regular expressions for the
    abbreviations so that they actually match what
    we think we're matching (as opposed to some
    substring of some weirdly named country, for
    example). Again, probably unnecessary, but if
    we can be a little defensive and avoid bugs,
    why not? CPU cycles are cheap.

    We still have that pesky Germany case, but we can
    take care of that on the command line. Here's our
    new script and it's output:

    : fat-dragon; cat scr2
    #!/bin/sh
    grep -v '^;' "$@" |
    awk -F, '
    $1 ~ /^(Down|Host|Zone|Region)$/ {next}
    $4 != "" && $4 !~ /AnyCountry/ {print $4}' |
    sed 's/.*_//' |
    sort |
    uniq -c |
    sort -nr |
    sed -f cc.sed -e 's/ GER$/ Germany/'
    : fat-dragon; sh scr2 FSXNET.059
    139 United States
    25 Canada
    20 Australia
    10 New Zealand
    7 Sweden
    7 United Kingdom
    6 Germany
    4 Argentina
    3 Netherlands
    3 Brazil
    2 Italy
    2 Spain
    1 Taiwan
    1 Slovakia
    1 Singapore
    1 Romania
    1 Philippines
    1 Greece
    1 France
    1 Finland
    1 Czech Republic
    1 Costa Rica
    1 Austria
    : fat-dragon;

    I'd consider changing the nodelist to update Germany's
    country code to `DEU` as in ISO-3166-1, though.

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Zip@21:1/202 to Avon on Monday, February 24, 2020 19:27:09
    Hello Avon!

    On 24 Feb 2020, Avon said the following...
    I wonder how best to automate things such that Zone, Region and Host are excluded along with Down but the rest are counted?

    This should do it -- it includes entries starting with nothing/Pvt/Hold but
    no others:

    cat FSXNET.059 | \
    grep -E '^(Pvt|Hold)?,' | \
    sed -E 's/^[^,]*,[^,]+,[^,]+,[^,]+_([^,]+),.*/\1/'
    grep -v AnyCountry | sort | uniq -c | sort -n -r

    139 USA
    25 CAN
    20 AUS
    10 NZL
    7 SWE
    7 GBR
    6 GER
    4 ARG
    3 NLD
    3 BRA
    2 ITA
    2 ESP
    1 TWN
    1 SVK
    1 SGP
    1 ROU
    1 PHL
    1 GRC
    1 FRA
    1 FIN
    1 CZE
    1 CRI
    1 AUT

    Best regards
    Zip

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (21:1/202)
  • From Spectre@21:3/101 to Zip on Tuesday, February 25, 2020 08:10:00
    139 USA 25 CAN 20 AUS 10 NZL 7 SWE 7 GBR 6 GER 4 ARG 3 NLD 3 BRA 2

    That must be those soft cr's happening up there... a list that turns into a line.

    20 AUS

    Anyway, I see that we... AUS are 20 on this list, previously we've been 19 I wonder who's right :)

    Spec


    *** THE READER V4.50 [freeware]
    --- SuperBBS v1.17-3 (Eval)
    * Origin: Scrawled in haste at The Lower Planes (21:3/101)
  • From Avon@21:1/101 to tenser on Tuesday, February 25, 2020 21:10:59
    On 25 Feb 2020 at 03:54a, tenser pondered and said...


    On 24 Feb 2020 at 08:53p, Avon pondered and said...

    I wonder how best to automate things such that Zone, Region and Host excluded along with Down but the rest are counted?

    Here ya' go:
    : fat-dragon; sh scr FSXNET.059
    139 United States
    25 Canada
    20 Australia
    10 New Zealand

    Thanks for this. I thought the New Zealand figure might be to high, but then I realized I left in HUBs and now wonder if they should be excluded or not.
    Given they are stand alone systems that are running I guess they should
    stay in. What does everyone else think?

    It's sorta hard to know where to draw the line.

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Zip on Tuesday, February 25, 2020 21:24:53
    On 24 Feb 2020 at 07:27p, Zip pondered and said...

    This should do it -- it includes entries starting with nothing/Pvt/Hold but no others:

    Thank you :)

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Joacim Melin@21:2/130 to Zip on Tuesday, February 25, 2020 12:40:41
    Hello Avon!

    On 24 Feb 2020, Avon said the following...
    I wonder how best to automate things such that Zone, Region and Host are
    excluded along with Down but the rest are counted?

    This should do it -- it includes entries starting with
    nothing/Pvt/Hold but
    no others:

    cat FSXNET.059 | \
    grep -E '^(Pvt|Hold)?,' | \
    sed -E 's/^[^,]*,[^,]+,[^,]+,[^,]+_([^,]+),.*/\1/'
    grep -v AnyCountry | sort | uniq -c | sort -n -r

    139 USA
    25 CAN
    20 AUS
    10 NZL
    7 SWE
    7 GBR
    6 GER
    4 ARG
    3 NLD
    3 BRA
    2 ITA
    2 ESP
    1 TWN
    1 SVK
    1 SGP
    1 ROU
    1 PHL
    1 GRC
    1 FRA
    1 FIN
    1 CZE
    1 CRI
    1 AUT

    Best regards
    Zip

    Someone should do this to the Fidonet nodelist... just for comparison. :)


    --- NiKom v2.5.0
    * Origin: Delta City (deltacity.se, Vallentuna, Sweden) (21:2/130.0)
  • From tenser@21:1/101 to Avon on Wednesday, February 26, 2020 02:49:03
    On 25 Feb 2020 at 09:10p, Avon pondered and said...

    Thanks for this. I thought the New Zealand figure might be to high, but then I realized I left in HUBs and now wonder if they should be excluded or not. Given they are stand alone systems that are running I guess they should stay in. What does everyone else think?

    If they are real, standalone systems, then I'd leave them in.

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Sneaky to Avon on Wednesday, February 26, 2020 10:21:00
    Hi Paul

    just informing you I have decided to move my 2nd Choice Core to a VM
    my sbbs on VM is working fine, but I having trouble with my
    mystic move, now I know its easy to do and it is runnung on a vm
    fine now, I am collecting my mail/games packets the inbound pkt but no
    out outbound, not doing to well, just collecting them, the way I have done
    the transfer, hasn't workout the way I wanted it to and made it hard on myself but I will get it all flowing back to normal but it going to take me a bit of time
    to get there, with other things todo, probably till this weekend sorry.

    the reason I and writing this is I am having problems with bre game ,although
    I am using a 32 bit window system like windows 32 10,windows 8.1 32 bit won't work for me but it seems to work on windows 7 pro 32 bit so I have to transfer

    it to that one (window 7 pro)

    but I and going to ask if it okay carring on picking up all my games pkt untill I get this up running again, but you won't get any games pkts back from me, so if you not happly about this, then you might be best to put my game pkt on hold or
    remove me from all my games bre gal fh till get it going again, what ever you
    o
    will be okay with me

    sorry about this,I now I have done this the wrong way, but will keep on working on it and I will be back.

    Thank you
    Ian S 1st Choice Core Sbbs/mystic nz
    --- MultiMail/Win32 v0.49
  • From Vk3jed@21:1/109 to Avon on Wednesday, February 26, 2020 09:01:00
    On 02-25-20 21:10, Avon wrote to tenser <=-

    Thanks for this. I thought the New Zealand figure might be to high, but then I realized I left in HUBs and now wonder if they should be
    excluded or not. Given they are stand alone systems that are running I guess they should stay in. What does everyone else think?

    Depends. If a system has a unique host:port and meets all other criteria, it should be included, otherwise not. For example, :1/0 and :1/1 are often duplicate entries, depending on how the nodelist is structured.


    ... Golf is a walk, spoiled.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Avon@21:1/101 to Sneaky on Wednesday, February 26, 2020 12:17:00
    On 26 Feb 2020 at 10:21a, Sneaky pondered and said...

    sorry about this,I now I have done this the wrong way, but will keep on working on it and I will be back.

    Hi Ian

    Nothing to apologise for. I appreciate the update and will support you where
    I can :) Don't stress over the time it might take you to sort your problems. It's a hobby and stuff doesn't need to happen overnight :)

    Sending good vibes your way.

    Paul

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to Vk3jed on Wednesday, February 26, 2020 12:21:18
    On 26 Feb 2020 at 09:01a, Vk3jed pondered and said...

    Depends. If a system has a unique host:port and meets all other
    criteria, it should be included, otherwise not. For example, :1/0 and :1/1 are often duplicate entries, depending on how the nodelist is structured.

    Yep, thanks, good thoughts.

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Sneaky to Avon on Wednesday, February 26, 2020 12:39:00
    Hi Avon


    Nothing to apologise for. I appreciate the update and will support you where I can :) Don't stress over the time it might take you to sort
    your problems. It's a hobby and stuff doesn't need to happen overnight
    :)


    Sending good vibes your way.

    - Thank you, just reporting what happen since my last mail, I have installed window 7 pro
    on my VM and transfered file to with what I have done and bre gal forh is working fine on
    window 7 pro and have updated bre/gal maintance to upto date,so you would have got same
    pkts from me, I hope I didn't flood your system, and now that's fixed I now can go
    forward with setting things now probably over next couple of day, so that cool.

    Ian S 1st Choice Core Sbbs/mystic

    --- MultiMail/Win32 v0.49
  • From Netsurge@21:4/154 to Vk3jed on Tuesday, February 25, 2020 19:07:04
    Depends. If a system has a unique host:port and meets all other
    criteria, it should be included, otherwise not. For example, :1/0 and :1/1 are often duplicate entries, depending on how the nodelist is structured.

    The old *:*/1 structure is a hold over from when there were ZECs, RECs and
    NECs (* echomail coordinator). This made sense in the dialup days so that
    mail could flow between Zones/Regions/Nets at an affordable cost, today, no need.

    |15frank |08// |15netsurge
    |07disksh0p|08!|07bbs |08% |07bbs.diskshop.ca |08% |07mystic goodness |11SciNet |03ftn hq |08% |07https://scinet-ftn.org

    --- Mystic BBS v1.12 A45 2020/02/18 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (21:4/154)
  • From Vk3jed@21:1/109 to Avon on Wednesday, February 26, 2020 11:26:00
    On 02-26-20 12:21, Avon wrote to Vk3jed <=-

    On 26 Feb 2020 at 09:01a, Vk3jed pondered and said...

    Depends. If a system has a unique host:port and meets all other
    criteria, it should be included, otherwise not. For example, :1/0 and :1/1 are often duplicate entries, depending on how the nodelist is structured.

    Yep, thanks, good thoughts.

    I'm sure you'll get there. ;)


    ... (A)bort, (R)etry, (P)retend this never happened...
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Vk3jed@21:1/109 to Netsurge on Wednesday, February 26, 2020 11:32:00
    On 02-25-20 19:07, Netsurge wrote to Vk3jed <=-

    The old *:*/1 structure is a hold over from when there were ZECs, RECs
    and NECs (* echomail coordinator). This made sense in the dialup days
    so that mail could flow between Zones/Regions/Nets at an affordable
    cost, today, no need.

    Yes, these entries seem redundant today.


    ... Time between slipping on a peel and falling = one bananosecond
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Avon@21:1/101 to Vk3jed on Wednesday, February 26, 2020 20:20:12
    On 26 Feb 2020 at 11:26a, Vk3jed pondered and said...

    Yep, thanks, good thoughts.

    I'm sure you'll get there. ;)

    when we do will you let me know please :)

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Vk3jed@21:1/109 to Avon on Wednesday, February 26, 2020 19:38:00
    On 02-26-20 20:20, Avon wrote to Vk3jed <=-

    On 26 Feb 2020 at 11:26a, Vk3jed pondered and said...

    Yep, thanks, good thoughts.

    I'm sure you'll get there. ;)

    when we do will you let me know please :)

    Sure. ;)


    ... Useless Invention: Airplanes that don't fly so they don't crash.
    === MultiMail/Win v0.51
    --- SBBSecho 3.10-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)