• %12s

    From The Millionaire@VERT to Digital Man on Friday, July 19, 2019 15:54:11
    On line 126 and 128 there is a %12s variable in the text.dat file. what is this for?

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to The Millionaire on Saturday, July 20, 2019 03:08:25
    Re: %12s
    By: The Millionaire to Digital Man on Fri Jul 19 2019 03:54 pm

    On line 126 and 128 there is a %12s variable in the text.dat file. what is this for?

    text.dat string that contain % specifiers are for variable replacements. The "names" of these strings usually end in "Fmt" (for "format") and the syntax is consistent with the C printf-style functions.

    So %12s means: a string of text, at least 12 characters wide, right-justified.

    digital man

    This Is Spinal Tap quote #13:
    Nigel Tufnel: You can't really dust for vomit.
    Norco, CA WX: 60.2øF, 92.0% humidity, 0 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Digital Man on Saturday, July 20, 2019 12:29:10
    Re: %12s
    By: Digital Man to The Millionaire on Sat Jul 20 2019 03:08 am

    On line 126 and 128 there is a %12s variable in the text.dat file.
    what is this for?

    text.dat string that contain % specifiers are for variable replacements. The "names" of these strings usually end in "Fmt" (for "format") and the syntax is consistent with the C printf-style functions.

    So %12s means: a string of text, at least 12 characters wide, right-justified.

    There are other % specifiers on that line too. I wonder if he was asking what specifically that %12s is for (i.e., what gets replaced for that one).

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Mortifis@VERT/ALLEYCAT to Nightfox on Saturday, July 20, 2019 17:14:59
    Re: %12s
    By: Digital Man to The Millionaire on Sat Jul 20 2019 03:08 am

    On line 126 and 128 there is a %12s variable in the text.dat file.
    what is this for?

    text.dat string that contain % specifiers are for variable replacements. The "names" of these strings usually end in "Fmt" (for "format") and the syntax is consistent with the C printf-style functions.

    So %12s means: a string of text, at least 12 characters wide, right-justified.

    There are other % specifiers on that line too. I wonder if he was asking what specifically that %12s is for (i.e., what gets replaced for that one).


    I am sure he can connect-the-dots :-)


    My teachers always said "You can't make a living looking out a window!", they were wrong, I drive truck :-P

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From The Millionaire@VERT to Digital Man on Saturday, July 20, 2019 16:55:26
    Re: %12s
    By: Digital Man to The Millionaire on Sat Jul 20 2019 03:08 am

    Re: %12s
    By: The Millionaire to Digital Man on Fri Jul 19 2019 03:54 pm

    On line 126 and 128 there is a %12s variable in the text.dat file. what is this for?

    text.dat string that contain % specifiers are for variable replacements. The "names" of these strings usually end in "Fmt" (for "format") and the syntax is consistent with the C printf-style functions.

    So %12s means: a string of text, at least 12 characters wide, right-justified.

    digital man

    This Is Spinal Tap quote #13:
    Nigel Tufnel: You can't really dust for vomit.
    Norco, CA WX: 60.2øF, 92.0% humidity, 0 mph SE wind, 0.00 inches rain/24hrs

    one more question here: if it's %11.11 %11.11 are those information or formats also?

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Nightfox on Saturday, July 20, 2019 16:57:56
    Re: %12s
    By: Nightfox to Digital Man on Sat Jul 20 2019 12:29 pm

    Re: %12s
    By: Digital Man to The Millionaire on Sat Jul 20 2019 03:08 am

    On line 126 and 128 there is a %12s variable in the text.dat file.
    what is this for?

    text.dat string that contain % specifiers are for variable replacements. The "names" of these strings usually end in "Fmt" (for "format") and the syntax is consistent with the C printf-style functions.

    So %12s means: a string of text, at least 12 characters wide, right-justified.

    There are other % specifiers on that line too. I wonder if he was asking what specifically that %12s is for (i.e., what gets replaced for that one).

    Nightfox

    yeah i thought it was a information string but found it it's a format string from DM.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Digital Man on Saturday, July 20, 2019 17:04:23
    Re: %12s
    By: The Millionaire to Digital Man on Sat Jul 20 2019 04:55 pm

    Re: %12s
    By: Digital Man to The Millionaire on Sat Jul 20 2019 03:08 am

    Re: %12s
    By: The Millionaire to Digital Man on Fri Jul 19 2019 03:54 pm

    On line 126 and 128 there is a %12s variable in the text.dat file. what is this for?

    text.dat string that contain % specifiers are for variable replacements. The "names" of these strings usually end in "Fmt" (for "format") and the syntax is consistent with the C printf-style functions.

    So %12s means: a string of text, at least 12 characters wide, right-justified.

    digital man

    This Is Spinal Tap quote #13:
    Nigel Tufnel: You can't really dust for vomit.
    Norco, CA WX: 60.2øF, 92.0% humidity, 0 mph SE wind, 0.00 inches rain/24hrs

    one more question here: if it's %11.11 %11.11 are those information or formats also?

    $ The Millionaire $

    how about an explanation of some of these variables in wiki.synchro.net so I don't have to bother you all the time? for eg. %22.22 = user's name, etc.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Mortifis@VERT/ALLEYCAT to The Millionaire on Saturday, July 20, 2019 21:40:01
    Re: %12s
    By: Digital Man to The Millionaire on Sat Jul 20 2019 03:08 am

    Re: %12s
    By: The Millionaire to Digital Man on Fri Jul 19 2019 03:54 pm

    On line 126 and 128 there is a %12s variable in the text.dat file. what is this for?

    text.dat string that contain % specifiers are for variable replacements. The "names" of these strings usually end in "Fmt" (for "format") and the syntax is consistent with the C printf-style functions.

    So %12s means: a string of text, at least 12 characters wide, right-justified.

    digital man

    This Is Spinal Tap quote #13:
    Nigel Tufnel: You can't really dust for vomit.
    Norco, CA WX: 60.2øF, 92.0% humidity, 0 mph SE wind, 0.00 inches rain/24hrs

    one more question here: if it's %11.11 %11.11 are those information or formats also?

    More precisely, %11.11s ... which basically limits the output to the first 11 character in a DOS 8.3 file format ... notice these %s are in a print or printf() statement and are in the C programming language style ... it may be helpful if you 'google' "c print formatting" :-)




    My teachers always said "You can't make a living looking out a window!", they were wrong, I drive truck :-P

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From Digital Man@VERT to The Millionaire on Saturday, July 20, 2019 18:01:31
    Re: %12s
    By: The Millionaire to Digital Man on Sat Jul 20 2019 04:55 pm

    Re: %12s
    By: Digital Man to The Millionaire on Sat Jul 20 2019 03:08 am

    Re: %12s
    By: The Millionaire to Digital Man on Fri Jul 19 2019 03:54 pm

    On line 126 and 128 there is a %12s variable in the text.dat file. what is this for?

    text.dat string that contain % specifiers are for variable replacements. The "names" of these strings usually end in "Fmt" (for "format") and the syntax is consistent with the C printf-style functions.

    So %12s means: a string of text, at least 12 characters wide, right-justified.
    rain/24hrs

    one more question here: if it's %11.11 %11.11 are those information or formats also?

    Those are format specifiers too. It's not obvious now?

    digital man

    Synchronet/BBS Terminology Definition #47:
    MUD = Multi-User Dungeon
    Norco, CA WX: 79.2øF, 50.0% humidity, 10 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to The Millionaire on Saturday, July 20, 2019 18:04:01
    Re: %12s
    By: The Millionaire to Digital Man on Sat Jul 20 2019 05:04 pm

    Re: %12s
    By: The Millionaire to Digital Man on Sat Jul 20 2019 04:55 pm

    Re: %12s
    By: Digital Man to The Millionaire on Sat Jul 20 2019 03:08 am

    Re: %12s
    By: The Millionaire to Digital Man on Fri Jul 19 2019 03:54 pm

    On line 126 and 128 there is a %12s variable in the text.dat file. what is this for?

    text.dat string that contain % specifiers are for variable replacements. The "names" of these strings usually end in "Fmt" (for "format") and the syntax is consistent with the C printf-style functions.

    So %12s means: a string of text, at least 12 characters wide, right-justified.

    one more question here: if it's %11.11 %11.11 are those information or formats also?

    how about an explanation of some of these variables in wiki.synchro.net so I don't have to bother you all the time? for eg. %22.22 = user's name, etc.

    the "22" means 22 characters wide. Look up printf format strings on wikipedia. This is not a Synchronet invention.

    digital man

    Synchronet "Real Fact" #58:
    The last version of Synchronet to run on MS-DOS and OS/2 was v2.30c (1999). Norco, CA WX: 79.2øF, 50.0% humidity, 10 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Digital Man on Saturday, July 20, 2019 18:20:55
    Re: %12s
    By: Digital Man to The Millionaire on Sat Jul 20 2019 06:01 pm

    Re: %12s
    By: The Millionaire to Digital Man on Sat Jul 20 2019 04:55 pm

    Re: %12s
    By: Digital Man to The Millionaire on Sat Jul 20 2019 03:08 am

    Re: %12s
    By: The Millionaire to Digital Man on Fri Jul 19 2019 03:54 pm

    On line 126 and 128 there is a %12s variable in the text.dat file. what is this for?

    text.dat string that contain % specifiers are for variable replacements. The "names" of these strings usually end in "Fmt" (for "format") and the syntax is consistent with the C printf-style functions.

    So %12s means: a string of text, at least 12 characters wide, right-justified.
    rain/24hrs

    one more question here: if it's %11.11 %11.11 are those information or formats also?

    Those are format specifiers too. It's not obvious now?

    digital man

    Synchronet/BBS Terminology Definition #47:
    MUD = Multi-User Dungeon
    Norco, CA WX: 79.2øF, 50.0% humidity, 10 mph ENE wind, 0.00 inches rain/24hrs

    but some of those variables contain information too as well. for example in line 545 last callers line all have a color for them therefore representing information too.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to The Millionaire on Saturday, July 20, 2019 21:43:58
    Re: %12s
    By: The Millionaire to Digital Man on Sat Jul 20 2019 17:04:23

    how about an explanation of some of these variables in wiki.synchro.net so I don't have to bother you all the time? for eg. %22.22 = user's name, etc.

    http://www.cplusplus.com/reference/cstdio/printf/

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From MRO@VERT/BBSESINF to The Millionaire on Saturday, July 20, 2019 23:42:24
    Re: %12s
    By: The Millionaire to Digital Man on Sat Jul 20 2019 05:04 pm

    how about an explanation of some of these variables in wiki.synchro.net so I don't have to bother you all the time? for eg. %22.22 = user's name, etc.

    %s is a percent code for the string that is utilized by that particular line in text.dat

    he actually DOES explain what they are in each line of text.dat

    https://i.imgur.com/i0DQURP.png
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From The Millionaire@VERT to MRO on Sunday, July 21, 2019 05:56:56
    Re: %12s
    By: MRO to The Millionaire on Sat Jul 20 2019 11:42 pm

    Re: %12s
    By: The Millionaire to Digital Man on Sat Jul 20 2019 05:04 pm

    how about an explanation of some of these variables in wiki.synchro.net so I don't have to bother you all the time? for eg. %22.22 = user's name, etc.

    %s is a percent code for the string that is utilized by that particular line in text.dat

    he actually DOES explain what they are in each line of text.dat

    https://i.imgur.com/i0DQURP.png

    they are basic generalizations they are not specifically,

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to The Millionaire on Sunday, July 21, 2019 15:23:20
    Re: %12s
    By: The Millionaire to MRO on Sun Jul 21 2019 05:56 am

    Re: %12s
    By: MRO to The Millionaire on Sat Jul 20 2019 11:42 pm

    Re: %12s
    By: The Millionaire to Digital Man on Sat Jul 20 2019 05:04 pm

    how about an explanation of some of these variables in wiki.synchro.net so I don't have to bother you all the time? for eg. %22.22 = user's name, etc.

    %s is a percent code for the string that is utilized by that particular line in text.dat

    he actually DOES explain what they are in each line of text.dat

    https://i.imgur.com/i0DQURP.png

    they are basic generalizations they are not specifically,

    okay %.33s MSgFrom

    that is prety specific
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to The Millionaire on Sunday, July 21, 2019 15:30:20
    Re: %12s
    By: The Millionaire to MRO on Sun Jul 21 2019 05:56 am

    https://i.imgur.com/gkgxNia.png


    dude you were talking about this back in may.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From The Millionaire@VERT to MRO on Sunday, July 21, 2019 20:30:35
    Re: %12s
    By: MRO to The Millionaire on Sun Jul 21 2019 03:30 pm

    Re: %12s
    By: The Millionaire to MRO on Sun Jul 21 2019 05:56 am

    https://i.imgur.com/gkgxNia.png


    dude you were talking about this back in may.

    Thats because dude i havent found a simpler way. i code my text.dat file by hand or fingers and it takes quite a few days then im exhausted afterwards and take a long break to recover. if i found a more simpler approach which didnt need too much work, i could have it done in a day. but theres no such program out there that can do what i want to achieve. so in the meantime, back to the old-fashioned approach for now.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to The Millionaire on Monday, July 22, 2019 00:06:49
    Re: %12s
    By: The Millionaire to MRO on Sun Jul 21 2019 20:30:35

    Thats because dude i havent found a simpler way. i code my text.dat file by hand or fingers and it takes quite a few days then im exhausted afterwards and take a long break to recover. if i found a more simpler approach which didnt need too much work, i could have it done in a day.

    For most people, opening the file in a decent text editor and using "Find and replace" is sufficient. At
    least for changing the colours of things (replace '\1n\1g' with '\1n\1y' to change all dark greens to
    brown). Or replacing various frequently recurring strings (change every instance of "message" to
    "communique" or whatever you want).

    but theres no such program out there that can do what i want to achieve. so in the meantime, back to the old-fashioned approach for now.

    What is it that you're trying to achieve?

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Mortifis@VERT/ALLEYCAT to The Millionaire on Monday, July 22, 2019 01:36:00
    Re: %12s
    By: MRO to The Millionaire on Sun Jul 21 2019 03:30 pm

    Re: %12s
    By: The Millionaire to MRO on Sun Jul 21 2019 05:56 am

    https://i.imgur.com/gkgxNia.png


    dude you were talking about this back in may.

    Thats because dude i havent found a simpler way. i code my text.dat file by hand or fingers and it takes quite a few days then im exhausted afterwards and take a long break to recover. if i found a more simpler approach which didnt need too much work, i could have it done in a day. but theres no such program out there that can do what i want to achieve. so in the meantime, back to the old-fashioned approach for now.


    Ya, I am pretty sure there isn't a sweet IDE that does all of the work for you, like a CSS, HTMl, php, etc, type code completion thingie, sorry.

    On winbloz I use dev_php, on Linux gtk I use geany ... perhaps someone could suggest an api for it to do stuff like that or maybe you could write one :-P


    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From The Millionaire@VERT to echicken on Sunday, July 21, 2019 21:40:01
    Re: %12s
    By: echicken to The Millionaire on Mon Jul 22 2019 12:06 am

    Re: %12s
    By: The Millionaire to MRO on Sun Jul 21 2019 20:30:35

    Thats because dude i havent found a simpler way. i code my text.dat file by hand or fingers and it takes quite a few days then im exhausted afterwards and take a long break to recover. if i found a more simpler approach which didnt need too much work, i could have it done in a day.

    For most people, opening the file in a decent text editor and using "Find and replace" is sufficient. At least for changing the colours of things (replace '\1n\1g' with '\1n\1y' to change all dark greens to brown). Or replacing various frequently recurring strings (change every instance of "message" to "communique" or whatever you want).

    but theres no such program out there that can do what i want to achieve. so in the meantime, back to the old-fashioned approach for now.

    What is it that you're trying to achieve?

    doing the search/replace way takes minutes flat but if you want certain colors in certain places then you have to hard code it by hand. theres no way to assign them to those places. for ex. if i want a y color in one place it will be in other places but if i say y here and c here then it works. not a real ex.butpretend example ; /1cthis /1y@bbs@ /1chas shut down for maintenance.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to The Millionaire on Monday, July 22, 2019 01:22:47
    Re: %12s
    By: The Millionaire to echicken on Sun Jul 21 2019 21:40:01

    doing the search/replace way takes minutes flat but if you want certain colors in certain places then you have to hard code it by hand. theres no way to assign them to those places. for ex. if i want a y color in one place it will be in other places but if i say y here and c here then it works. not a real ex.butpretend example ; /1cthis /1y@bbs@ /1chas shut down for maintenance.

    If you choose to insert colours where none existed before, and if you choose to reword many of the
    strings, and if you can't discern any patterns that would help make a find/replace job easier, then yes,
    you're in for a lot of work and it could take a long time.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From MRO@VERT/BBSESINF to The Millionaire on Monday, July 22, 2019 00:41:20
    Re: %12s
    By: The Millionaire to MRO on Sun Jul 21 2019 08:30 pm



    dude you were talking about this back in may.

    Thats because dude i havent found a simpler way. i code my text.dat file by hand or fingers and it takes quite a few days then im exhausted afterwards and take a long break to recover. if i found a more simpler approach which didnt need too much work, i could have it done in a day. but theres no such program out there that can do what i want to achieve. so in the meantime, back to the old-fashioned approach for now.



    we told you about text replacement programs back then too.

    do you even run a bbs?
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to echicken on Monday, July 22, 2019 00:42:04
    Re: %12s
    By: echicken to The Millionaire on Mon Jul 22 2019 12:06 am


    but theres no such program out there that can do what i want to achieve. so in the meantime, back to the old-fashioned approach for now.

    What is it that you're trying to achieve?


    he's just being an askhole.
    he doesnt even act on any of the answers or help he receives.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to The Millionaire on Monday, July 22, 2019 00:44:13
    Re: %12s
    By: The Millionaire to echicken on Sun Jul 21 2019 09:40 pm


    What is it that you're trying to achieve?

    doing the search/replace way takes minutes flat but if you want certain colors in certain places then you have to hard code it by hand. theres no way to assign them to those places. for ex. if i want a y color in one place it will be in other places but if i say y here and c here then it works. not a real ex.butpretend example ; /1cthis /1y@bbs@ /1chas shut down for maintenance.


    you are only limited by your own ability.
    i'm positive my text.dat is modded more than you and it didnt take more than minutes.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to echicken on Monday, July 22, 2019 00:45:07
    Re: %12s
    By: echicken to The Millionaire on Mon Jul 22 2019 01:22 am

    If you choose to insert colours where none existed before, and if you choose to reword many of the
    strings, and if you can't discern any patterns that would help make a find/replace job easier, then yes,
    you're in for a lot of work and it could take a long time.



    i dont even think THAT is hard. you just have to get creative.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From The Millionaire@VERT to echicken on Monday, July 22, 2019 05:50:22
    Re: %12s
    By: echicken to The Millionaire on Mon Jul 22 2019 01:22 am

    Re: %12s
    By: The Millionaire to echicken on Sun Jul 21 2019 21:40:01

    doing the search/replace way takes minutes flat but if you want certain colors in certain places then you have to hard code it by hand. theres no way to assign them to those places. for ex. if i want a y color in one place it will be in other places but if i say y here and c here then it works. not a real ex.butpretend example ; /1cthis /1y@bbs@ /1chas shut down for maintenance.

    If you choose to insert colours where none existed before, and if you choose to reword many of the strings, and if you can't discern any patterns that would help make a find/replace job easier, then yes, you're in for a lot of work and it could take a long time.

    now you understand where i am coming from.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to MRO on Monday, July 22, 2019 05:52:46
    Re: %12s
    By: MRO to The Millionaire on Mon Jul 22 2019 12:41 am

    Re: %12s
    By: The Millionaire to MRO on Sun Jul 21 2019 08:30 pm



    dude you were talking about this back in may.

    Thats because dude i havent found a simpler way. i code my text.dat file by hand or fingers and it takes quite a few days then im exhausted afterwards and take a long break to recover. if i found a more simpler approach which didnt need too much work, i could have it done in a day. but theres no such program out there that can do what i want to achieve. so in the meantime, back to the old-fashioned approach for now.



    we told you about text replacement programs back then too.

    do you even run a bbs?

    i can't run a bbs because ipad won't let me run executables hence thats why i am getting a msp instead.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to MRO on Monday, July 22, 2019 05:54:46
    Re: %12s
    By: MRO to echicken on Mon Jul 22 2019 12:42 am

    Re: %12s
    By: echicken to The Millionaire on Mon Jul 22 2019 12:06 am


    but theres no such program out there that can do what i want to achieve. so in the meantime, back to the old-fashioned approach for now.

    What is it that you're trying to achieve?


    he's just being an askhole.
    he doesnt even act on any of the answers or help he receives.

    i have learned a lot about synchronet from you guys otherwise id be asking even more questions than i am atm.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to MRO on Monday, July 22, 2019 05:55:54
    Re: %12s
    By: MRO to The Millionaire on Mon Jul 22 2019 12:44 am

    Re: %12s
    By: The Millionaire to echicken on Sun Jul 21 2019 09:40 pm


    What is it that you're trying to achieve?

    doing the search/replace way takes minutes flat but if you want certain colors in certain places then you have to hard code it by hand. theres no way to assign them to those places. for ex. if i want a y color in one place it will be in other places but if i say y here and c here then it works. not a real ex.butpretend example ; /1cthis /1y@bbs@ /1chas shut down for maintenance.


    you are only limited by your own ability.
    i'm positive my text.dat is modded more than you and it didnt take more than minutes.

    i wish it was that fast for me.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to The Millionaire on Monday, July 22, 2019 10:03:17
    Re: %12s
    By: The Millionaire to echicken on Sun Jul 21 2019 09:40 pm

    works. not a real ex.butpretend example ; /1cthis /1y@bbs@ /1chas shut down for maintenance.

    Those are the wrong slashes. You need to use backslashes, i.e. \1cthis \1y@bbs@ \1chas

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to MRO on Monday, July 22, 2019 10:04:28
    Re: %12s
    By: MRO to The Millionaire on Mon Jul 22 2019 12:41 am

    we told you about text replacement programs back then too.

    do you even run a bbs?

    I don't think he does. I remember him talking to DM about having uploaded his text.dat to Vertrauen as a backup until he's able to set up his own BBS, and he's planning to buy a Microsoft Surface Pro in the fall to run his BBS on.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to The Millionaire on Monday, July 22, 2019 10:08:20
    Re: %12s
    By: The Millionaire to MRO on Mon Jul 22 2019 05:52 am

    i can't run a bbs because ipad won't let me run executables hence thats why i am getting a msp instead.

    I'm just curious why you want a tablet to run a BBS though? They are small and portable, but a Surface Pro can be expensive. If you just want to run a BBS, you can buy a cheap older computer. Also you'll more than likely want a real keyboard and mouse for modding things and creating ANSIs, etc., and a bigger screen might make that easier too.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From The Millionaire@VERT to MRO on Monday, July 22, 2019 11:04:10
    Re: %12s
    By: The Millionaire to MRO on Mon Jul 22 2019 05:55 am

    Re: %12s
    By: MRO to The Millionaire on Mon Jul 22 2019 12:44 am

    Re: %12s
    By: The Millionaire to echicken on Sun Jul 21 2019 09:40 pm


    What is it that you're trying to achieve?

    doing the search/replace way takes minutes flat but if you want certain colors in certain places then you have to hard code it by hand. theres no way to assign them to those places. for ex. if i want a y color in one place it will be in other places but if i say y here and c here then it works. not a real ex.butpretend example ; /1cthis /1y@bbs@ /1chas shut down for maintenance.


    you are only limited by your own ability.
    i'm positive my text.dat is modded more than you and it didnt take more than minutes.

    i wish it was that fast for me.

    $ The Millionaire $

    why do you mod your text file so much for? i only mod when dm makes changes.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Nightfox on Monday, July 22, 2019 11:05:27
    Re: %12s
    By: Nightfox to The Millionaire on Mon Jul 22 2019 10:03 am

    Re: %12s
    By: The Millionaire to echicken on Sun Jul 21 2019 09:40 pm

    works. not a real ex.butpretend example ; /1cthis /1y@bbs@ /1chas shut down for maintenance.

    Those are the wrong slashes. You need to use backslashes, i.e. \1cthis \1y@bbs@ \1chas

    Nightfox

    wrote this in a hurry.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Nightfox on Monday, July 22, 2019 11:06:19
    Re: %12s
    By: Nightfox to MRO on Mon Jul 22 2019 10:04 am

    Re: %12s
    By: MRO to The Millionaire on Mon Jul 22 2019 12:41 am

    we told you about text replacement programs back then too.

    do you even run a bbs?

    I don't think he does. I remember him talking to DM about having uploaded his text.dat to Vertrauen as a backup until he's able to set up his own BBS, and he's planning to buy a Microsoft Surface Pro in the fall to run his BBS on.

    Nightfox

    absolutely right.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Nightfox on Monday, July 22, 2019 11:08:21
    Re: %12s
    By: Nightfox to The Millionaire on Mon Jul 22 2019 10:08 am

    Re: %12s
    By: The Millionaire to MRO on Mon Jul 22 2019 05:52 am

    i can't run a bbs because ipad won't let me run executables hence thats why i am getting a msp instead.

    I'm just curious why you want a tablet to run a BBS though? They are small and portable, but a Surface Pro can be expensive. If you just want to run a BBS, you can buy a cheap older computer. Also you'll more than likely want a real keyboard and mouse for modding things and creating ANSIs, etc., and a bigger screen might make that easier too.

    Nightfox

    true but i cant use the big ones anymore now. compacticity is the new trend now.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to The Millionaire on Monday, July 22, 2019 12:45:03
    Re: %12s
    By: The Millionaire to Nightfox on Mon Jul 22 2019 11:08 am


    I'm just curious why you want a tablet to run a BBS though? They are
    small and portable, but a Surface Pro can be expensive. If you just

    true but i cant use the big ones anymore now. compacticity is the new trend now.

    Why can't you use a bigger computer? Not enough space?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to The Millionaire on Monday, July 22, 2019 12:47:07
    Re: %12s
    By: The Millionaire to MRO on Mon Jul 22 2019 11:04 am

    why do you mod your text file so much for? i only mod when dm makes changes.

    It's good to mod your BBS so it looks unique. Often you'll want to make your BBS your own and give it your own style. People don't find a cookie-cutter clone BBS very interesting.

    And if you don't even run a BBS yet, why bother modifying a text.dat? Are you even able to use it right now?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From The Millionaire@VERT to Nightfox on Monday, July 22, 2019 14:03:51
    Re: %12s
    By: Nightfox to The Millionaire on Mon Jul 22 2019 12:45 pm

    Re: %12s
    By: The Millionaire to Nightfox on Mon Jul 22 2019 11:08 am


    I'm just curious why you want a tablet to run a BBS though? They are
    small and portable, but a Surface Pro can be expensive. If you just

    true but i cant use the big ones anymore now. compacticity is the new trend now.

    Why can't you use a bigger computer? Not enough space?

    Nightfox

    yes and because my physical situation requires i use a tablet now.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Nightfox on Monday, July 22, 2019 14:05:38
    Re: %12s
    By: Nightfox to The Millionaire on Mon Jul 22 2019 12:47 pm

    Re: %12s
    By: The Millionaire to MRO on Mon Jul 22 2019 11:04 am

    why do you mod your text file so much for? i only mod when dm makes changes.

    It's good to mod your BBS so it looks unique. Often you'll want to make your BBS your own and give it your own style. People don't find a cookie-cutter clone BBS very interesting.

    And if you don't even run a BBS yet, why bother modifying a text.dat? Are you even able to use it right now?

    Nightfox

    i wanted to get a head start on it before i get my msp in the fall.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT/PALANT to Nightfox on Monday, July 22, 2019 15:00:00
    Nightfox wrote to The Millionaire <=-

    i can't run a bbs because ipad won't let me run executables hence thats why i am getting a msp instead.

    I'm just curious why you want a tablet to run a BBS though? They
    are small and portable, but a Surface Pro can be expensive. If
    you just want to run a BBS, you can buy a cheap older computer.
    Also you'll more than likely want a real keyboard and mouse for
    modding things and creating ANSIs, etc., and a bigger screen
    might make that easier too.

    Agreed. Mr. Millionaire could pick up a used small computer with
    all the trimmings (incl monitor) for a *FRACTION* of the cost of a
    MSP, from Ebay or similar. In most workplaces even nowadays you
    can find an old workstation kicking around that nobody wants.

    You listening, Mr. Millionaire?

    YOU COULD BE A SYSOP BY THIS WEEKEND!!!



    ... Internal Error: The system has been taken over by sheep at line 19960
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Gamgee@VERT/PALANT to The Millionaire on Monday, July 22, 2019 15:03:00
    The Millionaire wrote to MRO <=-

    you are only limited by your own ability.
    i'm positive my text.dat is modded more than you and it didnt take more than minutes.

    why do you mod your text file so much for? i only mod when dm
    makes changes.

    Why would you need to modify your text.dat just because "dm makes
    changes"?

    Honestly, I haven't modified mine at all. What's the need to
    constantly modifiy it?



    ... He does the work of 3 Men...Moe, Larry & Curly
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Gamgee@VERT/PALANT to The Millionaire on Monday, July 22, 2019 15:11:00
    The Millionaire wrote to Nightfox <=-

    i can't run a bbs because ipad won't let me run executables hence thats why i am getting a msp instead.

    I'm just curious why you want a tablet to run a BBS though? They are small and portable, but a Surface Pro can be expensive. If you just want to run a BBS, you can buy a cheap older computer. Also you'll more than likely want a real keyboard and mouse for modding things and creating ANSIs, etc., and a bigger screen might make that easier too.

    true but i cant use the big ones anymore now.

    Why not?

    compacticity is the new trend now.

    Maybe for some things. I don't think "running a BBS" falls into
    that "trend" though.

    Oh, just thought of something else - many BBS's today run on a
    Raspberry Pi. Doesn't get much smaller than that. You can buy
    one for roughly $40. Git-R-Done.


    ... So easy, a child could do it. Child sold separately.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From echicken@VERT/ECBBS to Gamgee on Monday, July 22, 2019 18:49:48
    Re: Re: %12s
    By: Gamgee to The Millionaire on Mon Jul 22 2019 15:03:00

    Why would you need to modify your text.dat just because "dm makes changes"?

    I expect it's because he wants to customize *every* string, so if he doesn't add new records as they
    appear, he's stuck with the defaults.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From The Millionaire@VERT to Gamgee on Monday, July 22, 2019 15:53:55
    Re: Re: %12s
    By: Gamgee to The Millionaire on Mon Jul 22 2019 03:03 pm

    The Millionaire wrote to MRO <=-

    you are only limited by your own ability.
    i'm positive my text.dat is modded more than you and it didnt take more than minutes.

    why do you mod your text file so much for? i only mod when dm
    makes changes.

    Why would you need to modify your text.dat just because "dm makes
    changes"?

    Honestly, I haven't modified mine at all. What's the need to
    constantly modifiy it?



    ... He does the work of 3 Men...Moe, Larry & Curly

    to keep up to date with the best.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to Gamgee on Monday, July 22, 2019 15:56:01
    Re: Re: %12s
    By: Gamgee to The Millionaire on Mon Jul 22 2019 03:11 pm

    The Millionaire wrote to Nightfox <=-

    i can't run a bbs because ipad won't let me run executables hence thats why i am getting a msp instead.

    I'm just curious why you want a tablet to run a BBS though? They are small and portable, but a Surface Pro can be expensive. If you just want to run a BBS, you can buy a cheap older computer. Also you'll more than likely want a real keyboard and mouse for modding things and creating ANSIs, etc., and a bigger screen might make that easier too.

    true but i cant use the big ones anymore now.

    Why not?

    compacticity is the new trend now.

    Maybe for some things. I don't think "running a BBS" falls into
    that "trend" though.

    Oh, just thought of something else - many BBS's today run on a
    Raspberry Pi. Doesn't get much smaller than that. You can buy
    one for roughly $40. Git-R-Done.


    ... So easy, a child could do it. Child sold separately.

    but you need a kybrd for pi. i need a touchscreen.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From The Millionaire@VERT to echicken on Monday, July 22, 2019 15:57:34
    Re: Re: %12s
    By: echicken to Gamgee on Mon Jul 22 2019 06:49 pm

    Re: Re: %12s
    By: Gamgee to The Millionaire on Mon Jul 22 2019 15:03:00

    Why would you need to modify your text.dat just because "dm makes changes"?

    I expect it's because he wants to customize *every* string, so if he doesn't add new records as they appear, he's stuck with the defaults.

    point well taken.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to The Millionaire on Monday, July 22, 2019 15:48:27
    Re: %12s
    By: The Millionaire to Nightfox on Mon Jul 22 2019 02:05 pm

    And if you don't even run a BBS yet, why bother modifying a text.dat?
    Are you even able to use it right now?

    i wanted to get a head start on it before i get my msp in the fall.

    It's a lot easier when you have a BBS up and running so you can try it out right away to see if your changes are working or not.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From The Millionaire@VERT to Nightfox on Monday, July 22, 2019 16:26:53
    Re: %12s
    By: Nightfox to The Millionaire on Mon Jul 22 2019 03:48 pm

    Re: %12s
    By: The Millionaire to Nightfox on Mon Jul 22 2019 02:05 pm

    And if you don't even run a BBS yet, why bother modifying a text.dat?
    Are you even able to use it right now?

    i wanted to get a head start on it before i get my msp in the fall.

    It's a lot easier when you have a BBS up and running so you can try it out right away to see if your changes are working or not.

    Nightfox

    hopefully soon.

    $ The Millionaire $

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Gamgee@VERT/PALANT to Nightfox on Monday, July 22, 2019 18:18:00
    Nightfox wrote to The Millionaire <=-

    why do you mod your text file so much for? i only mod when dm makes changes.

    It's good to mod your BBS so it looks unique. Often you'll want
    to make your BBS your own and give it your own style. People
    don't find a cookie-cutter clone BBS very interesting.

    Sure, true enough. But you can make extensive changes to things
    without ever touching text.dat.

    And if you don't even run a BBS yet, why bother modifying a
    text.dat? Are you even able to use it right now?

    I think he's getting prepared, so he can "hit the ground running".
    ;-)



    ... Pros are those who do their jobs well, even when they don't feel like it. --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Dan Clough@VERT to echicken on Monday, July 22, 2019 21:44:00
    echicken wrote to Gamgee <=-

    Why would you need to modify your text.dat just because "dm makes changes"?

    I expect it's because he wants to customize *every* string, so if
    he doesn't add new records as they appear, he's stuck with the
    defaults.

    Yeah, I guess that must be it.

    OH, THE HORROR!!!



    ... He's dead, Jim. Grab his tricorder. I'll get his wallet.
    === MultiMail/Linux v0.52
    --- SBBSecho 3.07-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Dan Clough@VERT to The Millionaire on Monday, July 22, 2019 21:46:00
    The Millionaire wrote to Gamgee <=-

    compacticity is the new trend now.

    Maybe for some things. I don't think "running a BBS" falls into
    that "trend" though.

    Oh, just thought of something else - many BBS's today run on a
    Raspberry Pi. Doesn't get much smaller than that. You can buy
    one for roughly $40. Git-R-Done.

    but you need a kybrd for pi. i need a touchscreen.

    Ahhhh, I see. I'm assuming you must have some kind of a physical
    disability then. Now things are starting to make a little more
    sense. Hopefully you'll get the MSP soon, good luck!


    ... Toto, I don't think we're in DOS any more...
    === MultiMail/Linux v0.52
    --- SBBSecho 3.07-Linux
    * Origin: Palantir * palantirbbs.ddns.net * Pensacola, FL * (1:123/115)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Nightfox on Monday, July 22, 2019 22:38:57
    Re: %12s
    By: Nightfox to MRO on Mon Jul 22 2019 10:04 am


    Re: %12s
    By: MRO to The Millionaire on Mon Jul 22 2019 12:41 am

    we told you about text replacement programs back then too.

    do you even run a bbs?

    I don't think he does. I remember him talking to DM about having uploaded his text.dat to Vertrauen as a backup until he's able to set up his own BBS, and he's planning to buy a Microsoft Surface Pro in the fall to run his BBS on.


    so this is all pointless.

    millionaire, just buy an optiplex from ebay for 40 bucks.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to The Millionaire on Monday, July 22, 2019 22:39:44
    Re: %12s
    By: The Millionaire to MRO on Mon Jul 22 2019 11:04 am

    why do you mod your text file so much for? i only mod when dm makes changes.

    because i want it to look and act how i want it to look and act.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Nightfox@VERT/DIGDIST to Gamgee on Monday, July 22, 2019 22:07:18
    Re: Re: %12s
    By: Gamgee to Nightfox on Mon Jul 22 2019 06:18 pm

    It's good to mod your BBS so it looks unique. Often you'll want
    to make your BBS your own and give it your own style. People
    don't find a cookie-cutter clone BBS very interesting.

    Sure, true enough. But you can make extensive changes to things
    without ever touching text.dat.

    That's true, though you can mod it further by changing text.dat. For some
    text strings in there, you can have it load/run a JavaScript or Baja module instead of just displaying text. And even just changing the text or colors in there can help to make your BBS look more unique and have less of the stock Synchronet text.

    I think he's getting prepared, so he can "hit the ground running".
    ;-)

    Yeah, though it's hard to test it when he's not running a BBS yet.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to The Millionaire on Monday, July 22, 2019 22:11:49
    Re: Re: %12s
    By: The Millionaire to Gamgee on Mon Jul 22 2019 03:53 pm

    Why would you need to modify your text.dat just because "dm makes
    changes"?

    to keep up to date with the best.

    You don't really need to though. If your text.dat is missing any entries, Synchronet will use defaults. So it's safe to leave yours alone.

    Also, how do you know DM's updates are the "best" for your BBS?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to The Millionaire on Monday, July 22, 2019 22:13:30
    Re: Re: %12s
    By: The Millionaire to echicken on Mon Jul 22 2019 03:57 pm

    I expect it's because he wants to customize *every* string, so if he
    doesn't add new records as they appear, he's stuck with the defaults.

    point well taken.

    I don't think that was directed at you.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Rampage@VERT/SESTAR to The Millionaire on Tuesday, July 23, 2019 09:13:17
    Re: Re: %12s
    By: The Millionaire to Gamgee on Mon Jul 22 2019 15:56:01


    but you need a kybrd for pi.

    no you don't...

    i need a touchscreen.

    so buy one for the rPi...

    we've been putting touch screens on computers used for point of sale for at least 20 years... they're a lot cheaper now than they used to be...

    if you're on a BBS that carries fidonet, look and see if they have the RBERRYPI echo or just connect to the news group that it is gated from... i know of at least one guy in there that's using a rPi with a touch screen in his airplane cockpit...

    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From Mortifis@VERT/ALLEYCAT to Rampage on Tuesday, July 23, 2019 11:55:21
    Re: Re: %12s
    By: The Millionaire to Gamgee on Mon Jul 22 2019 15:56:01


    but you need a kybrd for pi.

    no you don't...

    i need a touchscreen.

    so buy one for the rPi...

    we've been putting touch screens on computers used for point of sale for at least 20 years... they're a lot cheaper now than they used to be...

    if you're on a BBS that carries fidonet, look and see if they have the RBERRYPI echo or just connect to the news group that it is gated from... i know of at least one guy in there that's using a rPi with a touch screen in his airplane cockpit...


    I have a rPi 3b+ that I used to build a Kuman 4 channel smart plug, it has a Kuman 7" touch screen and a wireless keyboard and a 3" bluetooth speaker, and a mini usb mic so it accepts voice commands via a php voice recognition script I wrote ... video demo available LOL ... the pi even has sbbs 3.17b running on (ya I need to update it but I only use my "Gizmo" for christmas lights lmfao)



    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From mark lewis@VERT to Mortifis on Tuesday, July 23, 2019 12:13:52
    On 2019 Jul 23 11:55:20, you wrote to Rampage:

    i need a touchscreen.

    so buy one for the rPi...

    we've been putting touch screens on computers used for point of sale
    for at least 20 years... they're a lot cheaper now than they used to
    be...

    if you're on a BBS that carries fidonet, look and see if they have the
    RBERRYPI echo or just connect to the news group that it is gated
    from... i know of at least one guy in there that's using a rPi with a
    touch screen in his airplane cockpit...

    I have a rPi 3b+ that I used to build a Kuman 4 channel smart plug, it
    has a Kuman 7" touch screen and a wireless keyboard and a 3" bluetooth speaker, and a mini usb mic so it accepts voice commands via a php
    voice recognition script I wrote ...

    see? there ya go! one could even get an old optiflex from ebay and put a touch screen on it, too... not just a handheld one but a full on monitor with touch... one of my disabled clients used one with a mouthstick some years back...

    video demo available LOL ... the pi even has sbbs 3.17b running on (ya
    I need to update it but I only use my "Gizmo" for christmas lights
    lmfao)

    :)

    )\/(ark

    Once men turned their thinking over to machines in the hope that this would set
    them free. But that only permitted other men with machines to enslave them.
    ... To boldly eat where no where no chile-head has gone before.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Mortifis@VERT/ALLEYCAT to mark lewis on Tuesday, July 23, 2019 13:32:26
    On 2019 Jul 23 11:55:20, you wrote to Rampage:

    i need a touchscreen.

    so buy one for the rPi...

    we've been putting touch screens on computers used for point of sale
    for at least 20 years... they're a lot cheaper now than they used to
    be...

    if you're on a BBS that carries fidonet, look and see if they have the
    RBERRYPI echo or just connect to the news group that it is gated
    from... i know of at least one guy in there that's using a rPi with a
    touch screen in his airplane cockpit...

    I have a rPi 3b+ that I used to build a Kuman 4 channel smart plug, it has a Kuman 7" touch screen and a wireless keyboard and a 3" bluetooth speaker, and a mini usb mic so it accepts voice commands via a php voice recognition script I wrote ...

    see? there ya go! one could even get an old optiflex from ebay and put a touch screen on it, too... not just a handheld one but a full on monitor with touch... one of my disabled clients used one with a mouthstick some years back...

    video demo available LOL ... the pi even has sbbs 3.17b running on (ya I need to update it but I only use my "Gizmo" for christmas lights lmfao)

    :)

    )\/(ark

    I went out to the shed and fired Gizmo up and added a voice command "Gizmo: edit text.dat" which launched the Geany Editor on the desktop and opened /sbbs/ctrl/text.dat LOL


    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From HusTler@VERT/HAVENS to Mortifis on Tuesday, July 23, 2019 16:16:51
    Re: Re: %12s
    By: Mortifis to mark lewis on Tue Jul 23 2019 01:32 pm

    if you're on a BBS that carries fidonet, look and see if they have
    the RBERRYPI echo or just connect to the news group that it is
    gated from... i know of at least one guy in there that's using a
    rPi with a touch screen in his airplane cockpit...

    I have a rPi 3b+ that I used to build a Kuman 4 channel smart

    I carry every Fido group there is. All 188. I don't see anything related to the R PI. I that very surprising. Fidonet has groups for ancient OS's but none for the fairly new PI? That's too weird to me.


    HusTler
    Havens BBS (havens.synchro.net)


    ... Every instructor assumes you have nothing to do but study for his course.

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
  • From Al@VERT to HusTler on Tuesday, July 23, 2019 13:51:58
    Hello HusTler,


    if you're on a BBS that carries fidonet, look and see if they have
    the RBERRYPI echo or just connect to the news group that it is
    gated from... i know of at least one guy in there that's using a
    rPi with a touch screen in his airplane cockpit...

    I have a rPi 3b+ that I used to build a Kuman 4 channel smart

    I carry every Fido group there is. All 188. I don't see anything
    related to the R PI. I that very surprising. Fidonet has groups for ancient OS's but none for the fairly new PI? That's too weird to me.


    The RBERRYPI area mentioned above is on the backbone. It's a gated newsgroup that is active from both the FTN and NEWS side.

    Ttyl :-),
    Al

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Mortifis@VERT/ALLEYCAT to HusTler on Tuesday, July 23, 2019 19:00:27
    Re: Re: %12s
    By: Mortifis to mark lewis on Tue Jul 23 2019 01:32 pm

    if you're on a BBS that carries fidonet, look and see if they have R>>> the RBERRYPI echo or just connect to the news group that it is
    gated from... i know of at least one guy in there that's using a R>>> rPi with a touch screen in his airplane cockpit...

    I have a rPi 3b+ that I used to build a Kuman 4 channel smart

    I carry every Fido group there is. All 188. I don't see anything related to the R PI. I that very surprising. Fidonet has groups for ancient OS's but none for the fairly new PI? That's too weird to me.


    HusTler
    Havens BBS (havens.synchro.net)

    Me believes yer replying to the wrong comment, I hadn't said anything about Fido :-P

    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From Netsurge@VERT to HusTler on Tuesday, July 23, 2019 18:12:22
    I carry every Fido group there is. All 188. I don't see anything
    related to the R PI. I that very surprising. Fidonet has groups for ancient OS's but none for the fairly new PI? That's too weird to me.

    I am a hub in Fidonet and can cofirm that there is an RPI echo which is gated from a newsgroup.

    I would be happy to feed it to you if you want.

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

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rampage@VERT/SESTAR to HusTler on Tuesday, July 23, 2019 18:04:22
    Re: Re: %12s
    By: HusTler to Mortifis on Tue Jul 23 2019 16:16:51

    I carry every Fido group there is. All 188. I don't see anything related to the R PI. I that very surprising. Fidonet has groups for ancient OS's but none for the fairly new PI? That's too weird to me.

    ummm... there are over 200 echos in fidonet... the one you are missing for the rPi is RBERRYPI and is gated from usenet by a system in Zone 3 ;)

    )\/(ark

    ---
    þ Synchronet þ The SouthEast Star Mail HUB - SESTAR
  • From HusTler@VERT/HAVENS to Al on Tuesday, July 23, 2019 18:45:59
    Re: %12s
    By: Al to HusTler on Tue Jul 23 2019 01:51 pm

    I carry every Fido group there is. All 188. I don't see anything
    related to the R PI. I that very surprising. Fidonet has groups for
    ancient OS's but none for the fairly new PI? That's too weird to me.


    The RBERRYPI area mentioned above is on the backbone. It's a gated newsgroup that is active from both the FTN and NEWS side.

    So it's a "USENET" news group. Not a Fidonet Group. I get many news groups on my BBS. I can't think of a good reason why Fidonet doesn't have it's own group for the Rasberry PI. Unless they stopped adding groups to the Network? I guess it's easier to pull USENET groups instead of creating its own group.


    HusTler
    Havens BBS (havens.synchro.net)

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
  • From HusTler@VERT/HAVENS to Mortifis on Tuesday, July 23, 2019 18:49:33
    Re: Re: %12s
    By: Mortifis to HusTler on Tue Jul 23 2019 07:00 pm

    Me believes yer replying to the wrong comment, I hadn't said anything about Fido :-P

    This bickering who's replying to who is getting old. Just make all the groups anonymous if it's going to be a big deal.


    HusTler
    Havens BBS (havens.synchro.net)

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
  • From HusTler@VERT/HAVENS to ALL on Tuesday, July 23, 2019 18:54:23
    Re: Re: %12s
    By: Rampage to HusTler on Tue Jul 23 2019 06:04 pm

    ummm... there are over 200 echos in fidonet... the one you are missing for the rPi is RBERRYPI and is gated from usenet by a system in Zone 3 ;)

    I'll mention it to my hub. I didn't know he was excluding me from Fidnonet Echo's.


    HusTler
    Havens BBS (havens.synchro.net)

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
  • From Al@VERT to HusTler on Tuesday, July 23, 2019 17:12:54
    Hello HusTler,

    The RBERRYPI area mentioned above is on the backbone. It's a
    gated newsgroup that is active from both the FTN and NEWS side.

    So it's a "USENET" news group. Not a Fidonet Group. I get many news groups on my BBS. I can't think of a good reason why Fidonet doesn't
    have it's own group for the Rasberry PI. Unless they stopped adding
    groups to the Network? I guess it's easier to pull USENET groups
    instead of creating its own group.

    It's both, it's gated from usenet to FTN so it's the best of both worlds.. :)

    It is a usenet newsgroup if you are reading on a usenet server and it's fidonet
    echo if you are reading/posting from fidonet.

    Ttyl :-),
    Al

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to HusTler on Tuesday, July 23, 2019 17:31:58
    Re: Re: %12s
    By: HusTler to Mortifis on Tue Jul 23 2019 06:49 pm

    This bickering who's replying to who is getting old. Just make all the groups anonymous if it's going to be a big deal.

    I'd rather not have annoymous groups here.. Messages addressed to 'All' or whatever wouldn't show up in a scan of new messages to you. It might be easy to miss one that way. I do that type of scan frequently to read messages addressed to me. And lately I've been getting more that are addressed to me but they quote someone else.. I don't really need to see their response in a new-to-me scan when it should have been addressed to someone else, and the other person might not notice it since it wasn't addressed to them.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From MRO@VERT/BBSESINF to HusTler on Tuesday, July 23, 2019 22:43:43
    Re: Re: %12s
    By: HusTler to Mortifis on Tue Jul 23 2019 06:49 pm

    Re: Re: %12s
    By: Mortifis to HusTler on Tue Jul 23 2019 07:00 pm

    Me believes yer replying to the wrong comment, I hadn't said anything about Fido :-P

    This bickering who's replying to who is getting old. Just make all the groups anonymous if it's going to be a big deal.


    cant people just reply to the right fucking person.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From echicken@VERT/ECBBS to HusTler on Wednesday, July 24, 2019 00:30:32
    Re: Re: %12s
    By: HusTler to Mortifis on Tue Jul 23 2019 18:49:33

    This bickering who's replying to who is getting old. Just make all the groups anonymous if it's going to be a big deal.

    Some people only scan certain subs for new messages addressed to them. This could be the difference
    between seeing and not seeing a reply.

    Also, it's a useful point of clarification at times. I've seen threads get way out of whack with people
    losing track of who said what and when, with nasty results at times. Imagine how much of a clusterfuck
    it'd be if there were no to/from names at all.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From HusTler@VERT/HAVENS to anonymous on Wednesday, July 24, 2019 08:26:24
    Re: Re: %12s
    By: echicken to HusTler on Wed Jul 24 2019 12:30 am

    This bickering who's replying to who is getting old. Just make all
    the groups anonymous if it's going to be a big deal.

    Some people only scan certain subs for new messages addressed to them. This could be the difference between seeing and not seeing a reply.

    Also, it's a useful point of clarification at times. I've seen threads get way out of whack with people losing track of who said what and when, with nasty results at times. Imagine how much of a clusterfuck it'd be if there

    By default synchronet choses the last person to reply to the message in the "To" field. I don't have the time to figure out who said what to who. These are public message bases with public conversations. Not personal emails. I'll just make my replies to anonymous to avoid any conflicts. The reader will have to figure out who said what.
    I might as well remove my signature to I guess.


    HusTler
    Havens BBS (havens.synchro.net)

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
  • From echicken@VERT/ECBBS to HusTler on Wednesday, July 24, 2019 09:41:40
    Re: Re: %12s
    By: HusTler to anonymous on Wed Jul 24 2019 08:26:24

    By default synchronet choses the last person to reply to the message in the "To" field. I don't have the time to figure out who said what to who.

    It chooses the "From" user of the message that you're replying to, which is good, and I (almost) always
    go with that as well.

    I don't think it's a big deal, and most of the time it doesn't really matter, but sometimes it makes a
    difference.

    These are public message bases with public conversations. Not personal

    That doesn't really have any bearing on anything. We've had "To" fields in public messages for a long,
    long time, and for reasons.

    emails. I'll just make my replies to anonymous to avoid any conflicts.

    "All" would be a better choice than "anonymous", as that's the typical way to address your message to the
    entire group.

    The reader will have to figure out who said what.

    That's doing a disservice to the reader, but if you don't have the time for etiquette then so be it.

    I might as well remove my signature to I guess.

    Why? Maybe you feel under attack here, but please don't take it that way. This is a mostly
    self-moderating forum and I think many of us just want clarity and to keep it orderly.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From HusTler@VERT to AnOnyMOus on Wednesday, July 24, 2019 10:40:30
    From Newsgroup: alt.bbs.synchronet

    To: AnOnyMOus
    Re: Re: %12s
    By: echicken to HusTler on Wed Jul 24 2019 09:41 am

    in the "To" field. I don't have the time to figure out who said what
    to who.
    It chooses the "From" user of the message that you're replying to, which is good, and I (almost) always go with that as well.

    I don't think it's a big deal, and most of the time it doesn't really matter, but sometimes it makes a difference.

    Apparently it is "Big Deal" to some. To avoid petty ass problems caused by
    a defaulty messaging system and users that have nothing better to do then
    MAKE a big deal about it. I suggest everyone make their replies to Anonymous or All. That said maybe we should just remove quoting all together. Seems quoting can cause more problems then it worth.


    HusTler
    Havens BBS (havens.synchro.net)
    --- Synchronet 3.17c-Linux NewsLink 1.110
    * Havens BBS - New York, NY - telnet://havens.synchronetbbs.org
    --- Synchronet 3.17c-Win32 NewsLink 1.110
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From echicken@VERT/ECBBS to HusTler on Wednesday, July 24, 2019 12:39:06
    Re: BIG DEAL
    By: HusTler to AnOnyMOus on Wed Jul 24 2019 10:40:30

    Apparently it is "Big Deal" to some. To avoid petty ass problems caused by a defaulty messaging system and users that have nothing better to do then

    There's nothing wrong with the default "To" addressing. The problem is confusion arising from replying
    to nested quotes within a message.

    Sometimes this is fine. Other times it obfuscates the source, making it seem as if the quote is
    attributed to the person you're replying to. Putting words in their mouth, in a sense. Or confusing
    other people who are following the thread.

    I suggest everyone make their replies to Anonymous or All.

    That's a bad suggestion and I'd hate to see it happen. Directing a message at a particular person can be
    helpful, can keep things organized, and as I said earlier also interacts with new message scan features.

    That said maybe we should just remove quoting all
    together. Seems quoting can cause more problems then it worth.

    Quoting is an extremely useful tool that most people (around here) use effectively, even if it takes some
    a while to get the hang of it.

    I could make a bunch of analogies about stuff we should get rid of because people some people can't use
    them properly (Car accidents? No more cars!), but whatever.

    Anyway, I can see that this has become a sore topic for you, and you don't seem to be absorbing anything
    I say or making counterpoints. I'll step away unless I think i can provide further clarification.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Nightfox@VERT/DIGDIST to HusTler on Wednesday, July 24, 2019 09:39:08
    Re: Re: %12s
    By: HusTler to anonymous on Wed Jul 24 2019 08:26 am

    These are public message bases with public conversations. Not personal emails. I'll just make my replies to anonymous to avoid any conflicts. The reader will have to figure out who said what.

    If I end up not replying to one of your messages because I missed your message in the new-to-me scan (because it wasn't addressed to me), don't go complaining to me then. Maybe I'll miss your complaint too, if it's not addressed to me.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to HusTler on Wednesday, July 24, 2019 09:41:17
    Re: BIG DEAL
    By: HusTler to AnOnyMOus on Wed Jul 24 2019 10:40 am

    MAKE a big deal about it. I suggest everyone make their replies to Anonymous or All.

    THat would probably cause more problems than it's worth.

    That said maybe we should just remove quoting all
    together. Seems quoting can cause more problems then it worth.

    It seems you're taking this too personally.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to echicken on Wednesday, July 24, 2019 12:35:53
    Re: BIG DEAL
    By: echicken to HusTler on Wed Jul 24 2019 12:39 pm

    Sometimes this is fine. Other times it obfuscates the source, making it seem as if the quote is attributed to the person you're replying to. Putting words in their mouth, in a sense. Or confusing other people who are following the thread.

    You can sorta tell that the quote might not be who they're replying to if there are multiple levels of quote characters (i.e., 2 '>' characters instead of 1), but it can make it a little confusing if you're casually reading messages. I find it a little bothersome when I get messages addressed to me in reply to things I didn't say (and the other person might not see that message becaues it wasn't addressed to them).

    I suggest everyone make their replies to Anonymous or All.

    That's a bad suggestion and I'd hate to see it happen. Directing a message at a particular person can be helpful, can keep things organized, and as I said earlier also interacts with new message scan features.

    I agree. I've read newsgroups where all the messages are addressed to 'All' and sometimes it can be hard to tell who is addressing who (and natrually, none of those messages come up in a new-to-me message scan). Sometimes I've mentioned in those newsgroups about people addressing the right person, but sometimes they laugh it off.. I'm not sure if some newsgroups work differently where they have to address their messages to 'All'.

    Quoting is an extremely useful tool that most people (around here) use effectively, even if it takes some a while to get the hang of it.

    Yep. Quoting helps people follow the flow of the conversation. Another thing I've noticed happening more often lately is people replying and not quoting, and sometimes it's really hard to remember what they're talking about.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Mortifis@VERT/ALLEYCAT to Nightfox on Wednesday, July 24, 2019 17:24:46
    O.o

    like this? :)


    My doctor said I have the body of a 25 year old ... and the mind of a 10 :-/

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From echicken@VERT/ECBBS to Nightfox on Wednesday, July 24, 2019 17:13:39
    Re: BIG DEAL
    By: Nightfox to echicken on Wed Jul 24 2019 12:35:53

    Sometimes I've mentioned in those newsgroups about people addressing the right person, but sometimes they laugh it off.. I'm not sure if some newsgroups work differently where they have to address their messages to 'All'.

    It may not be unique to BBS-land, but it's a nice feature that we have and it doesn't exist everywhere
    else.

    In other forums, quoting tends to establish who the reply is (primarily) intended for. As in, I quote
    your message and then add my own comments below, so I'm essentially writing back to you. Of course there
    as well as here, other people are welcome to chime in.

    thing I've noticed happening more often lately is people replying and not quoting, and sometimes it's really hard to remember what they're talking

    I'm not so bothered by that as long as there's some kind of summary / something to jog my memory, but
    more than often that's missing too.

    Of course there's the flip side, people quoting an entire message (often including nested quotes) and
    then adding their two cents in one line at the bottom - or worse, at the top.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From HusTler@VERT/HAVENS to ALL on Wednesday, July 24, 2019 19:47:43
    Re: BIG DEAL
    By: Nightfox to HusTler on Wed Jul 24 2019 09:41 am

    It seems you're taking this too personally.

    Probably. It's been hotter then hell and my AC is sounds like a motor boat. I think the compressor is on it's way out. I don't scan for messages only to me. I just scan for NEW messages in all the areas. That said it's hard to insure I reply to the right person. I'm trying to be part of the "conversation" in that area. Maybe I'm doing it wrong but when I started BBSing quoting wasn't available. You had to follow the conversation. If you didn't want to participate in public then you sent the person private email. To me that defeats the purpose of message bases. If you went off topic you were asked to move the conversation to another area. We didn't have this "I didn't say that" BS. You replied to the wrong person. As long as you kept to the topic it didn't matter who you replied to. Anyway apparently I'm doing it wrong. I need to change what I'm doing and make changes accordingly.

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
  • From Psi-Jack@VERT/DECKHVN2 to Nightfox on Wednesday, July 24, 2019 20:27:08
    Re: %12s
    By: Nightfox to The Millionaire on Mon Jul 22 2019 12:45 pm

    I'm just curious why you want a tablet to run a BBS though? They are
    small and portable, but a Surface Pro can be expensive. If you just

    true but i cant use the big ones anymore now. compacticity is the
    new trend now.

    Why can't you use a bigger computer? Not enough space?

    Or even better. A Raspberry Pi, which is far cheaper, and quite capable of running a BBS on the internet....

    )))[Psi-Jack -//- Decker]

    ---
    þ Synchronet þ Decker's Heaven -//- bbs.deckersheaven.com
  • From Psi-Jack@VERT/DECKHVN2 to The Millionaire on Wednesday, July 24, 2019 20:29:35
    Re: Re: %12s
    By: The Millionaire to Gamgee on Mon Jul 22 2019 03:56 pm

    but you need a kybrd for pi. i need a touchscreen.

    That makes... Literally... And absolutely.... No sense. At all.

    )))[Psi-Jack -//- Decker]

    ---
    þ Synchronet þ Decker's Heaven -//- bbs.deckersheaven.com
  • From Nightfox@VERT/DIGDIST to echicken on Wednesday, July 24, 2019 17:34:54
    Re: BIG DEAL
    By: echicken to Nightfox on Wed Jul 24 2019 05:13 pm

    Of course there's the flip side, people quoting an entire message (often including nested quotes) and then adding their two cents in one line at the bottom - or worse, at the top.

    Yep.. And it's not really necessary to quote the entire message, usually.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to HusTler on Wednesday, July 24, 2019 17:43:35
    Re: BIG DEAL
    By: HusTler to ALL on Wed Jul 24 2019 07:47 pm

    "conversation" in that area. Maybe I'm doing it wrong but when I started BBSing quoting wasn't available. You had to follow the conversation. If

    I've been BBSing since 1992, and quoting has been around at least since then, as far as I remember. And I remember using message editors like IceEdit and DCTEdit (which I based SlyEdit on), and they always supported quoting.

    How did you follow the conversation without quoting? Without quoting, I'd think you'd have to navigate back and forth through the messages to remember what was said and follow the conversation, and that might be difficult, depending on the BBS's reader interface (you may have to jump back multiple messages to see what they were replying to). It actually seems a little hard to imagine a message interface without quoting.

    Also if you're replying to me, you can go ahead and address your messages to me instead of "All". Addressing your replies to "All" instead of the person you're replying to seems a bit impersonal, and honestly a little rude..

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Gamgee@VERT/PALANT to HusTler on Wednesday, July 24, 2019 19:04:00
    HusTler wrote to AnOnyMOus <=-


    in the "To" field. I don't have the time to figure out who said what
    to who.

    It chooses the "From" user of the message that you're replying to, which is good, and I (almost) always go with that as well.

    I don't think it's a big deal, and most of the time it doesn't really matter, but sometimes it makes a difference.

    Apparently it is "Big Deal" to some.

    I'd guess it's a big deal to most everyone who tries to hold a
    rational discussion with others in this medium. Not following the
    accepted norms makes that nearly impossible to do.

    To avoid petty ass problems caused by a defaulty messaging system and users that have nothing better to do then MAKE a big deal about it.

    That's un-necessarily antagonistic. Chill.

    I suggest everyone make their replies to Anonymous or All.

    That would be a Bad Idea. Ridiculous, even.

    That said maybe we should just remove quoting all together.

    And another dumb idea.

    Seems quoting can cause more problems then it worth.

    You're three-for-three.

    It's really not that hard to quote correctly. Just pay attention
    to the initials in front of what you're quoting, and use the
    editor as necessary to make it clear. Thanks.


    ... He does the work of 3 Men...Moe, Larry & Curly
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From Tony Langdon@VERT to echicken on Thursday, July 25, 2019 09:49:00
    On 07-24-19 09:41, echicken wrote to HusTler <=-

    "All" would be a better choice than "anonymous", as that's the typical
    way to address your message to the
    entire group.

    And an easy way to do that is use NNTP via a newsreader.


    ... I was abducted by aliens and all I got was this lousy implant.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to HusTler on Thursday, July 25, 2019 09:56:00
    On 07-24-19 10:40, HusTler wrote to AnOnyMOus <=-

    Apparently it is "Big Deal" to some. To avoid petty ass problems
    caused by a defaulty messaging system and users that have nothing
    better to do then MAKE a big deal about it. I suggest everyone make
    their replies to Anonymous or All. That said maybe we should just
    remove quoting all together. Seems quoting can cause more problems then
    it worth.

    To be honest, I don't give a rat's arse 99% of the time. Only time is when someone attributes a comment to me that I didn't make, but even if the message is incorrectly addressed, that's relatively uncommon. I do keep track of my own threading, which works well on BBSs, but the necessity to read every message and thread on a web forum really makes it tough in that environment.

    And removing quoting is even worse, because then you get a whole lot of replies that make no sense, because of lack of context.

    Basically, stuff happens, I don't see any reason to get upset about it. :)


    ... Windows 3.1 - From the people who brought you EDLIN.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to echicken on Thursday, July 25, 2019 10:00:00
    On 07-24-19 12:39, echicken wrote to HusTler <=-

    There's nothing wrong with the default "To" addressing. The problem is confusion arising from replying
    to nested quotes within a message.

    Sometimes this is fine. Other times it obfuscates the source, making
    it seem as if the quote is
    attributed to the person you're replying to. Putting words in their mouth, in a sense. Or confusing
    other people who are following the thread.

    It's not a problem, if you keep the attribution headers and make sure your quoting style shows who is who. That's one of the strengths of BBS messaging, if used well, compared to Usenet/email style quoting, where you really have to look hard to work out who said what in a long thread.

    Anyway, I can see that this has become a sore topic for you, and you
    don't seem to be absorbing anything
    I say or making counterpoints. I'll step away unless I think i can provide further clarification.

    FWIW, you're making perfect sense to me.


    ... Cats are purrfect
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Nightfox on Thursday, July 25, 2019 10:01:00
    On 07-24-19 09:41, Nightfox wrote to HusTler <=-

    Re: BIG DEAL
    By: HusTler to AnOnyMOus on Wed Jul 24 2019 10:40 am

    MAKE a big deal about it. I suggest everyone make their replies to Anonymous or All.

    THat would probably cause more problems than it's worth.

    It would actually be useable. Afterall, this is effectively what Usenet and email mailing lists do, and have done for decades. But why limit BBS messaging to the lowest common denominator when we don't have to?


    ... At a store: In God we trust; all others pay cash.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Nightfox on Thursday, July 25, 2019 10:09:00
    On 07-24-19 12:35, Nightfox wrote to echicken <=-

    Re: BIG DEAL
    By: echicken to HusTler on Wed Jul 24 2019 12:39 pm

    Sometimes this is fine. Other times it obfuscates the source, making it seem as if the quote is attributed to the person you're replying to. Putting words in their mouth, in a sense. Or confusing other people who are following the thread.

    You can sorta tell that the quote might not be who they're replying to
    if there are multiple levels of quote characters (i.e., 2 '>'
    characters instead of 1), but it can make it a little confusing if
    you're casually reading messages. I find it a little bothersome when I get messages addressed to me in reply to things I didn't say (and the other person might not see that message becaues it wasn't addressed to them).

    Or in this example above, if the attributions are preserved, and your software initials quotes like Multimail (which I'm using) does, it's not hard to follow at all.

    I agree. I've read newsgroups where all the messages are addressed to 'All' and sometimes it can be hard to tell who is addressing who (and natrually, none of those messages come up in a new-to-me message scan).
    Sometimes I've mentioned in those newsgroups about people addressing
    the right person, but sometimes they laugh it off.. I'm not sure if
    some newsgroups work differently where they have to address their
    messages to 'All'.

    The to "All" on gated newsgroups is because BBSs need something in that To field, and "All" makes the most sense. On the Usenet side, there is no To: field. Articles are simply "posted" to the group by the From: author, like putting up a notice on a public notice board.

    Yep. Quoting helps people follow the flow of the conversation.
    Another thing I've noticed happening more often lately is people
    replying and not quoting, and sometimes it's really hard to remember
    what they're talking about.

    That is particularly annoying, because there's no context to what's being said, which leads to a lot of misunderstandings.


    ... It was completely quiet in the stadium - but noisy.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to echicken on Thursday, July 25, 2019 10:14:00
    On 07-24-19 17:13, echicken wrote to Nightfox <=-

    In other forums, quoting tends to establish who the reply is
    (primarily) intended for. As in, I quote
    your message and then add my own comments below, so I'm essentially writing back to you. Of course there
    as well as here, other people are welcome to chime in.

    I am known to quote multiple people in the same post and make reference to them. Done that on newsgroups, mailing lists and web forum posts - the latter often have really good quoting tools with excellent attribution, if a bit clunky to access (a clickfest ;) ). I've even quoted multiple on a BBS post, and it works, because of the extra attribution (quoting headers and initialed quotes). BBS quoting is probably midway between Usenet and web forum quoting in its clarity, though somewhat software dependent. One thing Multimail doesn't do that Bluewave did is nest multiple quotes. While it looks cleaner this way, it does make it harder to establish the order of who said what, when.

    thing I've noticed happening more often lately is people replying and not quoting, and sometimes it's really hard to remember what they're talking

    I'm not so bothered by that as long as there's some kind of summary / something to jog my memory, but
    more than often that's missing too.

    Something to establish context - a summary works for me too.

    Of course there's the flip side, people quoting an entire message
    (often including nested quotes) and
    then adding their two cents in one line at the bottom - or worse, at
    the top.

    Or just adding:

    "Me too"

    . :)


    ... You can tell a real programmer by the keyboard dents in his face.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Tony Langdon on Thursday, July 25, 2019 09:09:27
    Re: Re: BIG DEAL
    By: Tony Langdon to Nightfox on Thu Jul 25 2019 10:01 am

    MAKE a big deal about it. I suggest everyone make their replies to
    Anonymous or All.

    THat would probably cause more problems than it's worth.

    It would actually be useable. Afterall, this is effectively what Usenet and email mailing lists do, and have done for decades. But why limit BBS messaging to the lowest common denominator when we don't have to?

    I've seen newsgroups with messages addressed to specific names.. So I'm not entirely sure what the limitation is there. But I agree, I don't think we should limit BBS messaging to the lowest common denominator when we don't have to.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From mark lewis@VERT to Nightfox on Thursday, July 25, 2019 14:46:20
    On 2019 Jul 24 12:35:52, you wrote to echicken:

    I agree. I've read newsgroups where all the messages are addressed to 'All'

    that's BBS/gating thing... news articles (their proper name) to not have a To: field at all... when news articles are gated to a BBS or a message network, they have to put something in the To: field because something is expected there...

    remember, news groups are little more than digital newspapers with living ongoing discussions...

    )\/(ark

    Once men turned their thinking over to machines in the hope that this would set
    them free. But that only permitted other men with machines to enslave them.
    ... Anyone can use your recipe but no one else can bake your cake.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to Nightfox on Thursday, July 25, 2019 15:10:14
    On 2019 Jul 24 17:43:34, you wrote to HusTler:

    Also if you're replying to me, you can go ahead and address your
    messages to me instead of "All". Addressing your replies to "All"
    instead of the person you're replying to seems a bit impersonal, and honestly a little rude..

    posts cannot be addressed to anyone if one is using the NNTP news interface of a BBS to participate... there simply is no To: field in news articles...

    )\/(ark

    Once men turned their thinking over to machines in the hope that this would set
    them free. But that only permitted other men with machines to enslave them.
    ... With the wisdom of conformity, I say you are fatally irrational.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From MRO@VERT/BBSESINF to Tony Langdon on Thursday, July 25, 2019 16:34:27
    Re: Re: BIG DEAL
    By: Tony Langdon to echicken on Thu Jul 25 2019 10:14 am

    I am known to quote multiple people in the same post and make reference to them. Done that on newsgroups, mailing lists and web forum posts - the

    you are known to do that huh? never heard of ya!

    anyways, when you do this, choose ALL when replying.

    it's not that hard, guys.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Nightfox@VERT/DIGDIST to mark lewis on Thursday, July 25, 2019 14:42:41
    Re: BIG DEAL
    By: mark lewis to Nightfox on Thu Jul 25 2019 02:46 pm

    I agree. I've read newsgroups where all the messages are addressed
    to 'All'

    that's BBS/gating thing... news articles (their proper name) to not have a To: field at all... when news articles are gated to a BBS or a message network, they have to put something in the To: field because something is expected there...

    I've seen newsgroups where articles have a 'To' field with a name though..

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to mark lewis on Thursday, July 25, 2019 14:44:36
    Re: BIG DEAL
    By: mark lewis to Nightfox on Thu Jul 25 2019 03:10 pm

    Also if you're replying to me, you can go ahead and address your
    messages to me instead of "All". Addressing your replies to "All"
    instead of the person you're replying to seems a bit impersonal, and
    honestly a little rude..

    posts cannot be addressed to anyone if one is using the NNTP news interface of a BBS to participate... there simply is no To: field in news articles...

    I don't know if Hustler was using a NNTP news reader, but normally he used to address his replies to the author's name. So I doubt he was using a NNTP news reader before, and I'm not sure if he's using one now. He had addressed some replies to 'anonymous' recently, so I'm wondering if he just manually changed the 'To' name when replying.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Nightfox@VERT/DIGDIST to MRO on Thursday, July 25, 2019 14:46:49
    Re: Re: BIG DEAL
    By: MRO to Tony Langdon on Thu Jul 25 2019 04:34 pm

    you are known to do that huh? never heard of ya!

    You've never seen Tony Langdon post on Dove-Net? I've seen him on here for quite a while.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Tony Langdon@VERT to Nightfox on Friday, July 26, 2019 07:43:00
    On 07-25-19 09:09, Nightfox wrote to Tony Langdon <=-

    I've seen newsgroups with messages addressed to specific names.. So
    I'm not entirely sure what the limitation is there. But I agree, I
    don't think we should limit BBS messaging to the lowest common
    denominator when we don't have to.

    Were you reading them on Usenet? Because I've never seen a To: name in a newsgroup post when reading on Usenet (with a newsreader on a NNTP server). If it's gated, two possible sources are JAMNNTPd (which can reconstruct a To field) or someone on a BBS replying to a post on your side of the gateway. And even if it's just on the one BBS, JAMNNTPd will still work out the To address from anyone who replies (technically in Usenet speak, posts a followup) there.


    ... Swallowing your pride seldom leads to indigestion.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Nightfox on Friday, July 26, 2019 08:18:00
    On 07-25-19 14:46, Nightfox wrote to MRO <=-

    Re: Re: BIG DEAL
    By: MRO to Tony Langdon on Thu Jul 25 2019 04:34 pm

    you are known to do that huh? never heard of ya!

    You've never seen Tony Langdon post on Dove-Net? I've seen him on here for quite a while.

    I just gave it the contempt it deserved. ;)


    ... The truth will set you free. But first it'll piss you off.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to Nightfox on Thursday, July 25, 2019 18:33:27
    Re: BIG DEAL
    By: Nightfox to mark lewis on Thu Jul 25 2019 14:42:41

    I agree. I've read newsgroups where all the messages are addressed
    to 'All'

    that's BBS/gating thing... news articles (their proper name) to not have a To: field at all... when news articles are gated to a BBS or a message network, they have to put something in the To: field because something
    is expected there...

    I've seen newsgroups where articles have a 'To' field with a name though..

    not on usenet you haven't... not true news groups read with a true news client... if you have, i'd like to know where so i can go see it :)

    )\/(ark
    --- SBBSecho 3.07-Linux
    * Origin: SouthEast Star Mail HUB - SESTAR (1:3634/12)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Nightfox on Thursday, July 25, 2019 16:00:46
    Re: BIG DEAL
    By: Nightfox to mark lewis on Thu Jul 25 2019 02:42 pm

    Re: BIG DEAL
    By: mark lewis to Nightfox on Thu Jul 25 2019 02:46 pm

    I agree. I've read newsgroups where all the messages are addressed
    to 'All'

    that's BBS/gating thing... news articles (their proper name) to not have a To: field at all... when news articles are gated to a BBS or a message network, they have to put something in the To: field because something is expected there...

    I've seen newsgroups where articles have a 'To' field with a name though..

    There's a couple of "hacks" that use the "apparently-to" or "x-comment-to" header fields and treat them the same as "to".

    Synchronet's nntp server does export the "to" field in news articles (and not "apparently-to" or "x-comment-to" and Windows Mail displays its contents as a "CC" header field value, so it works, kinda.

    digital man

    This Is Spinal Tap quote #34:
    We'd love to stand around and chat, but we've gotta sit down in the lobby Norco, CA WX: 95.3øF, 34.0% humidity, 13 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Phil Taylor@VERT/SBBS to HusTler on Thursday, July 25, 2019 23:09:41
    Re: Re: %12s
    By: HusTler to ALL on Tue Jul 23 2019 18:54:23

    Re: Re: %12s
    By: Rampage to HusTler on Tue Jul 23 2019 06:04 pm

    ummm... there are over 200 echos in fidonet... the one you are missing for the rPi is RBERRYPI and is gated from usenet by
    a
    system in Zone 3 ;)

    If its the newsgroup that you want I vam going to be configuring it soon and anyone that has fidonet mail will be able to get it. I am running a dedicated linux server with 200 Up/Down intnernet connection. If you want it just send a nemail message to me.

    Phillip TAylor

    ---
    þ Synchronet þ sbbs.dynu.net 2025
  • From Paul Quinn@VERT to Tony Langdon on Friday, July 26, 2019 09:09:08
    Hi! Tony,

    On 07/26/2019 07:43 AM, you wrote to Nightfox:

    I've seen newsgroups with messages addressed to specific names.. So
    I'm not entirely sure what the limitation is there. But I agree, I
    don't think we should limit BBS messaging to the lowest common
    denominator when we don't have to.

    Were you reading them on Usenet? Because I've never seen a To: name
    in a newsgroup post when reading on Usenet (with a newsreader on a
    NNTP server). If it's gated, two possible sources are JAMNNTPd
    (which can reconstruct a To field) or someone on a BBS replying to a
    post on your side of the gateway. And even if it's just on the one
    BBS, JAMNNTPd will still work out the To address from anyone who
    replies (technically in Usenet speak, posts a followup) there.

    Much like this one.

    BTW, there is a version of JamNNTPd that also does Msg & Squish messagebases as
    well as JAM. None for SMB (Syncro), unfortunately.

    Cheers,
    Paul.

    --- Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
    * Origin: What are you looking down here for? Read the message. (3:640/1384.125)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Nightfox@VERT/DIGDIST to Tony Langdon on Thursday, July 25, 2019 16:55:39
    Re: Re: BIG DEAL
    By: Tony Langdon to Nightfox on Fri Jul 26 2019 07:43 am

    I've seen newsgroups with messages addressed to specific names.. So

    Were you reading them on Usenet? Because I've never seen a To: name in a

    I don't remember.. It has been a while.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From MRO@VERT/BBSESINF to Nightfox on Thursday, July 25, 2019 23:39:54
    Re: Re: BIG DEAL
    By: Nightfox to MRO on Thu Jul 25 2019 02:46 pm

    Re: Re: BIG DEAL
    By: MRO to Tony Langdon on Thu Jul 25 2019 04:34 pm

    you are known to do that huh? never heard of ya!

    You've never seen Tony Langdon post on Dove-Net? I've seen him on here for quite a while.



    in my mind i group them all into about 3 people. and i dont give those
    people names.

    so there's you, digitalman, phil and maybe echicken that i recognize as existing posters on dovenet aside from the dovenet nameless drones.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to Tony Langdon on Thursday, July 25, 2019 23:40:40
    Re: Re: BIG DEAL
    By: Tony Langdon to Nightfox on Fri Jul 26 2019 08:18 am

    On 07-25-19 14:46, Nightfox wrote to MRO <=-

    Re: Re: BIG DEAL
    By: MRO to Tony Langdon on Thu Jul 25 2019 04:34 pm

    you are known to do that huh? never heard of ya!

    You've never seen Tony Langdon post on Dove-Net? I've seen him on here for quite a while.

    I just gave it the contempt it deserved. ;)



    "Don't you know who i am?! I'm Tony fucking Langdon"
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From MRO@VERT/BBSESINF to Phil Taylor on Thursday, July 25, 2019 23:41:41
    Re: Re: %12s
    By: Phil Taylor to HusTler on Thu Jul 25 2019 11:09 pm

    Re: Re: %12s
    By: HusTler to ALL on Tue Jul 23 2019 18:54:23

    Re: Re: %12s
    By: Rampage to HusTler on Tue Jul 23 2019 06:04 pm

    ummm... there are over 200 echos in fidonet... the one you are missing for the rPi is RBERRYPI and is gated from usenet by
    a
    system in Zone 3 ;)

    If its the newsgroup that you want I vam going to be configuring it soon and anyone that has fidonet mail will be able to get it. I am running a dedicated linux server with 200 Up/Down intnernet connection. If you want it just send a nemail message to me.



    so you will be flooding fidonet and maybe dovenet with dupe messages from usenet. or vice versa.

    i thought that was robert wolfe's job.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Tony Langdon@VERT to Paul Quinn on Friday, July 26, 2019 14:50:00
    On 07-26-19 09:09, Paul Quinn wrote to Tony Langdon <=-

    Much like this one.

    BTW, there is a version of JamNNTPd that also does Msg & Squish messagebases as well as JAM. None for SMB (Syncro), unfortunately.

    I was tempted to try it on my Mystic system, but the need to maintain two configurations (Mystic and NNTPd) puts me off.


    ... The test of the morality of a society is what it does for its children.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Nightfox on Friday, July 26, 2019 14:51:00
    On 07-25-19 16:55, Nightfox wrote to Tony Langdon <=-

    Re: Re: BIG DEAL
    By: Tony Langdon to Nightfox on Fri Jul 26 2019 07:43 am

    I've seen newsgroups with messages addressed to specific names.. So

    Were you reading them on Usenet? Because I've never seen a To: name in a

    I don't remember.. It has been a while.

    OK, that makes it impossible to explain it. Too many variables. :)


    ... Stay back! I have a modem and I know how to use it!
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Netsurge@VERT to Tony Langdon on Friday, July 26, 2019 01:23:14
    I was tempted to try it on my Mystic system, but the need to maintain two configurations (Mystic and NNTPd) puts me off.

    No need to do that, Mystic has a built in NNTP server that serves up the message bases.

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

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: % disksh0p!bbs % bbs.diskshop.ca % SciNet ftn hq % (1:229/101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Netsurge on Friday, July 26, 2019 15:36:00
    On 07-26-19 01:23, Netsurge wrote to Tony Langdon <=-

    I was tempted to try it on my Mystic system, but the need to maintain two configurations (Mystic and NNTPd) puts me off.

    No need to do that, Mystic has a built in NNTP server that serves up
    the message bases.

    True, but Mystic's NNTP server doesn't reconstruct the To: address when you followup with a newsreader, AFAIK.


    ... Does the Little Mermaid wear an algaebra?
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Paul Quinn@VERT to Tony Langdon on Friday, July 26, 2019 15:53:07
    Hi! Tony,

    On 26 Jul 19 14:50, you wrote to me:

    I was tempted to try it on my Mystic system, but the need to maintain
    two configurations (Mystic and NNTPd) puts me off.

    I have a plan B on hold for a Mystic install which would have a JamNNTPd test facility. In practice (theory) there's no need to toy with a JamNNTPd config once its established in conjunction with a tosser (Mystic), unless changes are made in the tosser. It's a priority #99 project and can wait.

    There's plenty of adventures afoot since bringing my second Xubuntu/64 system online. (The first one has the Lubuntu/32 Fidonet VM system... oh, this thing I'm using now.) This arvo I've got Samba working with the AD/DC Canonical 'downgrade' (what a hopeless PoS!) and just got the BOINC/SETI jobs going again. Fun. :)

    Cheers,
    Paul.

    ... finer temptress, Through the ages she's heading west,
    --- GoldED+/LNX 1.1.5-b20130515
    * Origin: Quinn's Rock - Live from Paul's Xubuntu desktop! (3:640/1384)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Paul Quinn on Friday, July 26, 2019 16:24:00
    On 07-26-19 15:53, Paul Quinn wrote to Tony Langdon <=-

    Hi! Tony,

    On 26 Jul 19 14:50, you wrote to me:

    I was tempted to try it on my Mystic system, but the need to maintain
    two configurations (Mystic and NNTPd) puts me off.

    I have a plan B on hold for a Mystic install which would have a
    JamNNTPd test facility. In practice (theory) there's no need to toy
    with a JamNNTPd config once its established in conjunction with a
    tosser (Mystic), unless changes are made in the tosser. It's a
    priority #99 project and can wait.

    If you ever do get it going, I'd be interested. But for me, maintining one set of area configurations is tedious enough, teo is just asking for trouble. :)

    There's plenty of adventures afoot since bringing my second Xubuntu/64 system online. (The first one has the Lubuntu/32 Fidonet VM system...
    oh, this thing I'm using now.) This arvo I've got Samba working with
    the AD/DC Canonical 'downgrade' (what a hopeless PoS!) and just got the BOINC/SETI jobs going again. Fun. :)

    Hmm, you've got your hands full. I'm not aware of the "downgrade" you're talking about. Is that for when you're using Samba as an AD DC?


    ... In some cases non-violence requires more militancy than violence.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Paul Quinn@VERT to Tony Langdon on Friday, July 26, 2019 18:27:10
    Hi! Tony,

    On 07/26/2019 04:24 PM, you wrote:

    This arvo I've got Samba working with the AD/DC
    Canonical 'downgrade' (what a hopeless PoS!)

    Hmm, you've got your hands full. I'm not aware of the "downgrade" you're talking about. Is that for when you're using Samba as an AD DC?

    Aw, I'm just referring to Samba 4's complexity. Previous iterations could be tamed with a simple smb.conf file, which I had eventually evolved using suggestions from an on-line personality named Joe Collins (on YT).

    Canonical's Samba 4 requires an additional package called 'system-config-samba'
    which brings with it a GUI methodology of management of sharing requirements. Maximum obscuration points for something that used to only require a simple text config file.

    Have you done battle with it yet? I would recommend a YT video if you're interested. Its guides have helped me with both Lubuntu and Xubuntu so far. Interested?

    Cheers,
    Paul.

    --- Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
    * Origin: Hey! Pull my finger. (3:640/1384.125)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Tony Langdon@VERT to Paul Quinn on Friday, July 26, 2019 19:39:00
    On 07-26-19 18:27, Paul Quinn wrote to Tony Langdon <=-

    Aw, I'm just referring to Samba 4's complexity. Previous iterations
    could be tamed with a simple smb.conf file, which I had eventually
    evolved using suggestions from an on-line personality named Joe Collins (on YT).

    Yes, I certainly remember smb.conf :)

    Canonical's Samba 4 requires an additional package called 'system-config-samba' which brings with it a GUI methodology of
    management of sharing requirements. Maximum obscuration points for something that used to only require a simple text config file.

    Have you done battle with it yet? I would recommend a YT video if
    you're interested. Its guides have helped me with both Lubuntu and Xubuntu so far. Interested?

    I don't find video a useful tool for detailed learning. It's good for an overview, but the constant delivery rate doesn't fit my highly variable rate of taking it in - sometimes much faster, sometimes much slower.


    ... Law of Supply: It's yours if you don't need nor want it.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Phil Taylor@VERT/SBBS to MRO on Friday, July 26, 2019 12:06:08
    Re: Re: %12s
    By: MRO to Phil Taylor on Thu Jul 25 2019 23:41:41

    so you will be flooding fidonet and maybe dovenet with dupe messages from usenet. or vice versa.

    No, that will not happen.

    ---
    þ Synchronet þ sbbs.dynu.net 2025
  • From Phil Taylor@VERT/SBBS to MRO on Friday, July 26, 2019 12:15:56
    Re: Re: %12s
    By: MRO to Phil Taylor on Thu Jul 25 2019 23:41:41

    Re: Re: %12s
    By: Phil Taylor to HusTler on Thu Jul 25 2019 11:09 pm

    Re: Re: %12s
    By: HusTler to ALL on Tue Jul 23 2019 18:54:23

    Re: Re: %12s
    By: Rampage to HusTler on Tue Jul 23 2019 06:04 pm

    ummm... there are over 200 echos in fidonet... the one you are missing for the rPi is RBERRYPI and is gated from
    usenet
    by
    a
    system in Zone 3 ;)

    If its the newsgroup that you want I vam going to be configuring it soon and anyone that has fidonet mail will be able to
    get
    it. I am running a dedicated linux server with 200 Up/Down intnernet connection. If you want it just send a nemail message to
    me.



    so you will be flooding fidonet and maybe dovenet with dupe messages from usenet. or vice versa.

    i thought that was robert wolfe's job.

    Mro

    What does that have do with Dovenet? It will not cause any duplicated messages if I have only the newsgroup and not fidonet and its not included in Dovnet. By the way I did not see the newsgroup name match in Dovnet.

    ---
    þ Synchronet þ sbbs.dynu.net 2025
  • From Gamgee@VERT/PALANT to MRO on Friday, July 26, 2019 09:02:00
    MRO wrote to Nightfox <=-

    you are known to do that huh? never heard of ya!

    You've never seen Tony Langdon post on Dove-Net? I've seen him on here for quite a while.

    in my mind i group them all into about 3 people. and i dont give
    those people names.

    so there's you, digitalman, phil and maybe echicken that i
    recognize as existing posters on dovenet aside from the dovenet
    nameless drones. ---

    Luckily, nobody cares what you "recognize"!



    ... Ignorance can be cured. Stupid is forever.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL