• Synchronet BBS List v4

    From Digital Man@VERT to All on Friday, September 11, 2015 15:34:13
    So if you noticed Vertrauen (vert.synchro.net, 71.95.196.34) port-scanning your BBSes a lot lately, I apologize, but there's a good reason:

    As I've mentioned before, I'm over-hauling the Synchronet BBS List... everything about it: the door, the way the syncdata messages are imported/exported, the way the list is stored, the way the HTML list (synchro.net/sbbslist.html), syncterm.lst, and sbbsimsg.lst files are generated, etc.

    Part of this is the nightly auto-verification performed by vert.synchro.net. It used to just verify a telnet connection (and confirm Synchronet was being used), SMTP and Finger TCP connections. Now, it 'll confirm RLogin as well as Telnet and capture the login sequence to display as a "preview" for prospective users. See http://synchro.net/sbbslist.html to see what I'm talking about. I'm no HTML/CSS expert, so that kind of work is tedious for me, but it's been fun and educational too.

    I still have a lot of work to do (mainly, the "door" part of it), but I wanted to explain the excessive port scans and telnet captures (while testing/developing) and give you a sneak peak at what's to come.

    Now the technical bits:
    - everything (SBL-related) is now written in JavaScript, previous SBL stuff was all written in C
    - the SyncData messages will be backward-compatible with older/existing versions of SBL
    - the local data store will be JSON (with no intrinsic limitations), meaning it should be trivial for other developers to write tools to deal with the data or enhance the object model as needed
    - the instant-message module ('I' from the Chat: menu) should become useful again in the near future
    - no changes for any sysops right now (no need to use any of the sbblist*.js files you might notice are being added/modified in CVS lately), I'll let you know when it's ready for prime time

    digital man

    Synchronet "Real Fact" #38:
    Synchronet first supported Windows NT v6.x (a.k.a. Vista/Win7) w/v3.14a (2006). Norco, CA WX: 92.4øF, 40.0% humidity, 6 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Nightfox@VERT/DIGDIST to Digital Man on Friday, September 11, 2015 16:42:13
    Part of this is the nightly auto-verification performed by vert.synchro.net. It used to just verify a telnet connection (and confirm Synchronet was being used), SMTP and Finger TCP connections. Now, it 'll confirm RLogin as well as Telnet and capture the login sequence to display as a "preview" for prospective users. See http://synchro.net/sbbslist.html to see what I'm talking about. I'm no HTML/CSS expert, so that kind of work is tedious for me, but it's been fun and educational too.

    The updated BBS list HTML page looks pretty cool. I like the idea of showing a telnet login screen capture with each BBS. Though I'm wondering if some might still prefer the older format as a "condensed form", since it had less to scroll through.

    - the instant-message module ('I' from the Chat: menu) should become useful again in the near future

    I think that will be interesting. I thought that was pretty cool when I first looked into it.

    - no changes for any sysops right now (no need to use any of the sbblist*.js files you might notice are being added/modified in CVS lately), I'll let you know when it's ready for prime time

    When it's ready, will it require sysops to update their Synchronet binaries as well as .js files, or just the .js files?

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Accession@VERT/PHARCYDE to Digital Man on Friday, September 11, 2015 19:27:58
    Hello Digital,

    On 11 Sep 15 15:34, Digital Man wrote to All:

    near future - no changes for any sysops right now (no need to use any
    of the sbblist*.js files you might notice are being added/modified in
    CVS lately), I'll let you know when it's ready for prime time

    I've been upgrading via CVS for the past I don't know how many years now. So as
    you and I have found in the past, I was using some pretty old stock stuff (stuff that I don't really utilize much, but when I finally do.. I notice it's old as all hell).

    Anyway, At some point, when 3.17 is at a stable point, and maybe you release a new binary/executable thing-a-ma-bobber. I would like to try that and migrate most, if not all of my stuff over. I'll most likely need instructions on how to
    do that safely and without screwing up that new version (ie: if I copy over my entire data, ctrl, mods, or any other directory that is usually moved over, I don't want to have something like that screw me out of the new features).

    My mods directory contains a bunch of .js files that come stock in Synchronet too, so that's where my main problem may lie. So as long as you may be willing to go over it all with me one day, I'd really like to jump into the new stuff without wrecking the old. If I have to give up a few things, so be it, but there may be a couple things that I'm iffy about. :)

    Regards,
    Nick

    --- GoldED+/LNX 1.1.5-b20150715
    * Origin: thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin) (723:1/701)
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
  • From Digital Man@VERT to Nightfox on Friday, September 11, 2015 18:27:58
    Re: Synchronet BBS List v4
    By: Nightfox to Digital Man on Fri Sep 11 2015 04:42 pm

    Part of this is the nightly auto-verification performed by vert.synchro.net. It used to just verify a telnet connection (and confirm Synchronet was being used), SMTP and Finger TCP connections. Now, it 'll confirm RLogin as well as Telnet and capture the login sequence to display as a "preview" for prospective users. See http://synchro.net/sbbslist.html to see what I'm talking about. I'm no HTML/CSS expert, so that kind of work is tedious for me, but it's been fun and educational too.

    The updated BBS list HTML page looks pretty cool. I like the idea of showing a telnet login screen capture with each BBS. Though I'm wondering if some might still prefer the older format as a "condensed form", since it had less to scroll through.

    Perhaps. I could make the non-zoomed preview smaller, or even hide it, but you'd still have to download the 1+MB html file, so the page view wouldn't be any faster.

    - the instant-message module ('I' from the Chat: menu) should become useful again in the near future

    I think that will be interesting. I thought that was pretty cool when I first looked into it.

    It was, but the reliance on SMTP was a problem since so many sysops have their SMTP port (25) blocked by their ISPs. Deuce modified sbbsimsg.js to use the Message Sending Protocl (MSP) instead, but he also removed finger support (for querying systems). Meanwhile, the daily generated sbbsimsg.lst was based on BBSes that had finger and SMTP available, so there was a mismatch between which systems were being advertised as capable of instant-messaging and those that were compatible with the newest sbbsimsg.js and it's been that way for many years now.

    - no changes for any sysops right now (no need to use any of the sbblist*.js files you might notice are being added/modified in CVS lately), I'll let you know when it's ready for prime time

    When it's ready, will it require sysops to update their Synchronet binaries as well as .js files, or just the .js files?

    Just the .js files, and their configuration of the SBL external program and related timed-events in SCFG. The xtrn/sbl directory will become obsolete and deprecated.

    digital man

    Synchronet "Real Fact" #55:
    Synchronet Terminal Server introduced SecureShell (SSH) support w/v3.14a (2006).
    Norco, CA WX: 85.6øF, 42.0% humidity, 13 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to Accession on Friday, September 11, 2015 18:33:49
    Re: Re: Synchronet BBS List v4
    By: Accession to Digital Man on Fri Sep 11 2015 07:27 pm

    Hello Digital,

    On 11 Sep 15 15:34, Digital Man wrote to All:

    near future - no changes for any sysops right now (no need to use any of the sbblist*.js files you might notice are being added/modified in CVS lately), I'll let you know when it's ready for prime time

    I've been upgrading via CVS for the past I don't know how many years now. So as
    you and I have found in the past, I was using some pretty old stock stuff (stuff that I don't really utilize much, but when I finally do.. I notice it's old as all hell).

    Anyway, At some point, when 3.17 is at a stable point, and maybe you release a new binary/executable thing-a-ma-bobber. I would like to try that and migrate most, if not all of my stuff over. I'll most likely need instructions on how to
    do that safely and without screwing up that new version (ie: if I copy over my entire data, ctrl, mods, or any other directory that is usually moved over, I don't want to have something like that screw me out of the new features).

    My mods directory contains a bunch of .js files that come stock in Synchronet too, so that's where my main problem may lie. So as long as you may be willing to go over it all with me one day, I'd really like to jump into the new stuff without wrecking the old. If I have to give up a few things, so be it, but there may be a couple things that I'm iffy about. :)

    The SBL update will come with instructions. If you haven't modified your sbbsimsg.js, you should be fine (that's the only pre-existing JS component that related to the new SBL v4).

    For other (non-SBL) related stuff, it'd be a case by case as to what you might be missing by not taking what's in CVS or at least merging in the changes.

    digital man

    Synchronet "Real Fact" #48:
    Synchronet program was named 'sbbs' instead of 'sync' to avoid conflict w/Unix. Norco, CA WX: 85.6øF, 42.0% humidity, 13 mph SE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From DJ Lith@VERT/ASIRTA to Digital Man on Friday, September 11, 2015 19:34:50

    Now the technical bits:
    - everything (SBL-related) is now written in JavaScript, previous SBL stuff was all written in C
    - the SyncData messages will be backward-compatible with older/existing versions of SBL
    - the local data store will be JSON (with no intrinsic limitations), meaning it should be trivial for other developers to write tools to deal with the data or enhance the object model as needed
    - the instant-message module ('I' from the Chat: menu) should become useful again in the near future
    >
    digital man


    I think it is a good idea that you're focusing on the BBS List. It would be nice if the door would auto-generate an html (or something similar) in the /web/root directory and the BBS list could blend in with CSS or at least be easy customize the colors to blend in with a website theme.

    The BBS list is an important feature. It's like the "Main Street" with the BBS's being the small towns or houses :). The BBS list helps advertise our boards (using the 100's of other boards) without having to rely solely on search engines and/or banners.

    An auto-updating, well thought-out and nicely designed BBS list for SynchroNET would help bring more people to the product. And would be another step into modernizing BBS's.

    Lith,

    ---
    þ Synchronet þ asirta.com - Music / DJ Gear / Event Information - asirta.com
  • From Digital Man@VERT to DJ Lith on Friday, September 11, 2015 22:29:37
    Re: Re: Synchronet BBS List v4
    By: DJ Lith to Digital Man on Fri Sep 11 2015 07:34 pm


    Now the technical bits:
    - everything (SBL-related) is now written in JavaScript, previous SBL stuff was all written in C
    - the SyncData messages will be backward-compatible with older/existing versions of SBL
    - the local data store will be JSON (with no intrinsic limitations), meaning it should be trivial for other developers to write tools to deal with the data or enhance the object model as needed
    - the instant-message module ('I' from the Chat: menu) should become useful again in the near future

    I think it is a good idea that you're focusing on the BBS List. It would be nice if the door would auto-generate an html (or something similar) in the /web/root directory and the BBS list could blend in with CSS or at least be easy customize the colors to blend in with a website theme.

    I think you're talking about each BBS having their own HTML rendering of the BBS List. That's certainly doable, but not what I was focusing on right now. In fact, the HTML can be dynamically generated (see http://vert.synchro.net/sbbslist.ssjs for an example), and integration with a web interface style would be a good thing, but I'm not really focusing on that right now. The HTML generation script is a work-in-progress, but already in CVS here:
    http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/load/sbbslist_html.js

    The BBS list is an important feature. It's like the "Main Street" with the BBS's being the small towns or houses :). The BBS list helps advertise our boards (using the 100's of other boards) without having to rely solely on search engines and/or banners.

    Yes and think BBS Nexus (bbsnexus.com) is probably the nicest BBS list/web-site I've ever seen. The niche I'm filling is just for Synchronet BBSes (for obvious reasons) and I don't have the web-skills that that guy does.

    An auto-updating, well thought-out and nicely designed BBS list for SynchroNET would help bring more people to the product. And would be another step into modernizing BBS's.

    I'm working on it. :-)

    digital man

    Synchronet "Real Fact" #21:
    The second ever Synchronet BBS was the Mid-Nite Hacker BBS (sysop: The Zapper). Norco, CA WX: 78.4øF, 53.0% humidity, 2 mph S wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Mro@VERT/BBSESINF to All on Saturday, September 12, 2015 03:23:49
    Re: Synchronet BBS List v4
    By: Nightfox to Digital Man on Fri Sep 11 2015 04:42 pm

    Now, it 'll confirm RLogin as well as Telnet and capture the login sequence to display as a "preview" for prospective users. See http://synchro.net/sbbslist.html to see what I'm talking about. I'm no HTML/CSS expert, so that kind of work is tedious for me, but it's been fun and educational too.

    The updated BBS list HTML page looks pretty cool. I like the idea of showing a telnet login screen capture with each BBS. Though I'm wondering if some might still prefer the older format as a "condensed form", since it had less to scroll through.


    the old list was giving me a disconnection error on chrome. so i like the previews and now it works for me too.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Mro@VERT/BBSESINF to DJ Lith on Saturday, September 12, 2015 03:24:46
    Re: Re: Synchronet BBS List v4
    By: DJ Lith to Digital Man on Fri Sep 11 2015 07:34 pm

    The BBS list is an important feature. It's like the "Main Street" with the BBS's being the small towns or houses :). The BBS list helps advertise our boards (using the 100's of other boards) without having to rely solely on search engines and/or banners.


    yeah, but people have to KNOW about the bbs list first.

    that's why banners and search engines are useful.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Bill Gordon@VERT to Digital Man on Saturday, September 12, 2015 07:45:52
    That is a great looking app.

    Where/when/will it be available for everyone's use?

    Thanks
    --- SBBSecho 2.27-Win32
    * Origin: *Square One BBS - the place to begin (1:3634/22)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Poindexter Fortran@VERT/REALITY to Digital Man on Saturday, September 12, 2015 05:53:16
    Re: Synchronet BBS List v4
    By: Digital Man to All on Fri Sep 11 2015 03:34 pm

    confirm RLogin as well as Telnet and capture the login sequence to display as a "preview" for prospective users. See http://synchro.net/sbbslist.html to see what I'm talking about.

    Very cool - I bet this compels people to mod their login pages if they haven't already... :)

    ---
    þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.org
  • From Poindexter Fortran@VERT/REALITY to Digital Man on Saturday, September 12, 2015 08:19:39
    Re: Re: Synchronet BBS List v4
    By: Digital Man to Accession on Fri Sep 11 2015 06:33 pm

    For other (non-SBL) related stuff, it'd be a case by case as to what you might be missing by not taking what's in CVS or at least merging in the changes.

    I've been keeping up to date via CVS; I think the biggest issue for me is going to be merging the INI files. I've kept them as-is (with my mods) so if there's a new option available, I'd need to comb through a vanilla .ini file to put the changes in my file.

    Some of the .ini files may be obsolete, too, I think there might have been some re-arrangement.

    Maybe a future enhancement might be to have a mods folder for ini files? ny settings in \ctrl\foo.ini would be overridden by values in inimods\foo.ini?

    ---
    þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.org
  • From Accession@VERT/PHARCYDE to Digital Man on Saturday, September 12, 2015 09:52:30
    Hello Digital,

    On 11 Sep 15 18:33, Digital Man wrote to Accession:

    The SBL update will come with instructions. If you haven't modified
    your sbbsimsg.js, you should be fine (that's the only pre-existing JS component that related to the new SBL v4).

    I think I'm safe as far as SBL is concerned. I haven't messed with that at all.

    For other (non-SBL) related stuff, it'd be a case by case as to what
    you might be missing by not taking what's in CVS or at least merging
    in the changes.

    That's more of where I was going with that. Things like logon.js/login.js and whatever else I've edited over the years most likely aren't up to date since I moved them to my mods directory and have used those ever since.

    Regards,
    Nick

    --- GoldED+/LNX 1.1.5-b20150715
    * Origin: thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin) (723:1/701)
    þ Synchronet þ thePharcyde_ telnet://bbs.pharcyde.org (Wisconsin)
  • From Mro@VERT/BBSESINF to Poindexter Fortran on Saturday, September 12, 2015 11:04:29
    Re: Synchronet BBS List v4
    By: Poindexter Fortran to Digital Man on Sat Sep 12 2015 05:53 am

    Re: Synchronet BBS List v4
    By: Digital Man to All on Fri Sep 11 2015 03:34 pm

    confirm RLogin as well as Telnet and capture the login sequence to display as a "preview" for prospective users. See http://synchro.net/sbbslist.html to see what I'm talking about.

    Very cool - I bet this compels people to mod their login pages if they haven't already... :)


    i was thinking that because i saw all those stock systems and then the guy with the pause right in his answer.asc
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Digital Man@VERT to Bill Gordon on Sunday, September 13, 2015 00:30:10
    Re: Re: Synchronet BBS List v4
    By: Bill Gordon to Digital Man on Sat Sep 12 2015 07:45 am

    That is a great looking app.

    Where/when/will it be available for everyone's use?

    Well the HTML page is already available for everyone's use. The door and instant-message parts are still being worked on. I'll let you know when they're ready to check out.

    digital man

    Synchronet "Real Fact" #21:
    The second ever Synchronet BBS was the Mid-Nite Hacker BBS (sysop: The Zapper). Norco, CA WX: 76.9øF, 57.0% humidity, 0 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Lith@VERT/ASIRTA to Mro on Saturday, September 12, 2015 23:21:03
    yeah, but people have to KNOW about the bbs list first.

    that's why banners and search engines are useful.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::

    I know banners and search engines are useful. But, for instance, if you do a google search for "Synchronet BBS list" right now, generally only 1 list will come up which is: http://synchro.net/sbbslist.html

    It would be better if the BBS list was pre-configured, or at least, easy to turn on, with the initial Synchronet installation packages as it already is with the "external program" text door side.

    If each BBS hosted a copy of the BBS list, instead of the Synchronet BBS list showing once in a google search, it would show 150+ times. Also, the "html bbs list" is the modern "phone book" for Synchronet BBS's. I quite enjoy looking at the ANSI screens on the new Synchronet list and seeing what the systems have to offer.

    A shared networked BBS list is probably 2nd to only networked message bases in importance to keeping BBS's alive and relevant looking forward.

    Also, the internet was built on "links" before "search engines" and who says search engines are better? I would prefer information to come to me "like networked message bases and networked file areas" rather than me have to search for what I need. And this is the major flaw with current internetworking. You figure out how to leverage that idea and you will be a rich man.


    Lith,

    ---
    þ Synchronet þ asirta.com - Music / DJ Gear / Event Information - asirta.com
  • From Lith@VERT/ASIRTA to Digital Man on Saturday, September 12, 2015 23:22:50

    I'm working on it. :-)

    digital man


    The new list looks awesome btw!)

    ---
    þ Synchronet þ asirta.com - Music / DJ Gear / Event Information - asirta.com
  • From Mro@VERT/BBSESINF to Lith on Sunday, September 13, 2015 09:56:17
    Re: Re: Synchronet BBS List v4
    By: Lith to Mro on Sat Sep 12 2015 11:21 pm

    I know banners and search engines are useful. But, for instance, if you do
    a google search for "Synchronet BBS list" right now, generally only 1 list will come up which is: http://synchro.net/sbbslist.html


    nobody would search for 'synchronet bbs list'

    they would search for bbs list
    telnetbbsguide comes up first, and that is good, because telnetbbsguide
    is probably the best bbs list we have.

    It would be better if the BBS list was pre-configured, or at least, easy to turn on, with the initial Synchronet installation packages as it already is with the "external program" text door side.

    it's pretty easy to do as is. i dont agree with making everything pre-configured. part of running a bbs is the joys of configuring things and the right to decide what you want to do with your system.

    If each BBS hosted a copy of the BBS list, instead of the Synchronet BBS list showing once in a google search, it would show 150+ times. Also, the

    okay, in the past couple of years bbsing has really slumped. first we NEED people who would actually want to search out bbses.

    A shared networked BBS list is probably 2nd to only networked message bases in importance to keeping BBS's alive and relevant looking forward.

    I disagree 100%. the most important thing for all bbses to do is offer something that the people of today want. that is our biggest problem. our 2nd biggest problem is related to the very nature of running a bbs: we are divided because we run our own systems and only think about ourselves and our systems. that's never going to change.

    furthermore there's a lot of guys that like how synchronet is a bbs in a box. they run the setup or install it on their linux system and do nothing and let it rot. so, that bbs becomes joe blow's first bbs visit, he sees it.. is extremely bored and never comes back. and he might tell his other friends about how bbses are sucky and boring too. that hurts everybody. there's nothing like word of mouth advertising.

    Also, the internet was built on "links" before "search engines" and who
    says search engines are better? I would prefer information to come to me "like networked message bases and networked file areas" rather than me
    have to search for what I need. And this is the major flaw with current


    dude, have you used the internet before search engines? it fucking sucked. everyone uses search engines now because they are extremely effective. They ARE better!

    And this is the major flaw with current
    internetworking. You figure out how to leverage that idea and you will be
    a rich man.

    you have some funny ideas. they are not shared by most people. they are your personal beliefs and ideas. it's okay that you have them, but they don't play out well.
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Digital Man@VERT to Lith on Sunday, September 13, 2015 18:22:15
    Re: Re: Synchronet BBS List v4
    By: Lith to Digital Man on Sat Sep 12 2015 11:22 pm


    I'm working on it. :-)

    digital man


    The new list looks awesome btw!)

    Thanks!

    digital man

    Synchronet "Real Fact" #83:
    The Electronic Frontier Foundation used to run Synchronet (circa 1993).
    Norco, CA WX: 84.3øF, 44.0% humidity, 10 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From echicken@VERT/ECBBS to Lith on Monday, September 14, 2015 13:40:33
    Also, the internet was built on "links" before "search engines" and who says search engines are better? I would prefer information to come to me "like networked message bases and networked file areas" rather than me have to search for what I need. And this is the major flaw with current internetworking. You figure out how to leverage that idea and you will be a rich man.

    I like information that comes to me when it introduces me to something I wouldn't think to search for, or something that I didn't even know existed already. That concept has been leveraged time and time again (various news & news aggregating websites, "social media", and so on - information comes to you as people post it.)

    Search engines do however fill a much-needed space when there's something specific in mind that you want to actively seek out. I remember combing through web "directory" type sites in the early to mid 90s, browsing categorized lists of links to other sites. It was fine if you were just looking for something topical to read, not so great if you were hunting down a particular bit of info.

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com - 416-273-7230

    ---
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Lith@VERT/ASIRTA to echicken on Monday, September 14, 2015 18:27:47
    Search engines do however fill a much-needed space when there's something specific in mind that you want to actively seek out. I remember combing through web "directory" type sites in the early to mid 90s, browsing categorized lists of links to other sites. It was fine if you were just looking for something topical to read, not so great if you were hunting down a particular bit of info.

    ---
    echicken

    I agree about search engines filling a much needed space. They are very useful. I guess what I'm trying to say is that it would be nice to not have to rely solely on the big search engines who get to control the info.

    We already use our local search engines like searching for messages bases on a BBS. Why not have an independent search engine for BBS's/Blogs? For instance, I do a file search on my system and it finds what I'm looking for on your system. But, this may require implementing a database, etc..

    The basic idea is that the BBS community played an integral roll in the fabric of communications before the web hit big (circa 1996ish). Then the 1,000's of BBS boards were steamrolled out of existence by Mr. Business. So how do you re-define internetworking tools to empower the individual rather than have everything centrally controlled by a few big players?

    How could one re-invent the basic premise of a BBS and make it popular with the younger generation?

    Lith,

    ---
    þ Synchronet þ asirta.com - Music / DJ Gear / Event Information - asirta.com
  • From Poindexter Fortran@VERT/REALITY to Lith on Tuesday, September 15, 2015 06:51:38
    Re: Re: Synchronet BBS List v4
    By: Lith to echicken on Mon Sep 14 2015 06:27 pm

    I agree about search engines filling a much needed space. They are very useful. I guess what I'm trying to say is that it would be nice to not have to rely solely on the big search engines who get to control the info.

    I cleaned out my dad's office space when he passed away this year. He'd retired in 1994, and I put together a PC for him. He'd spent all of his time working on computers and never enjoyed them until he'd gotten a PC - and now he was like we all were when we first got them -- making budget spreadsheets, using a word processor for everything, discovering clip art, and playing video games.

    I cleaned out his bookcase and found some relics from the old days - Van Wolvertons Running/Supercharging MSDOS (books I now have in my bookcase, great books for undeerstanding and writing batch files)

    and the capper was the book "What's NEW! on the internet, 1996 edition. Back then, you didn't have search engines. You had a paperback directory of web sites...

    ---
    þ Synchronet þ realitycheckBBS -- http://realitycheckBBS.org
  • From Mro@VERT/BBSESINF to Poindexter Fortran on Tuesday, September 15, 2015 16:55:02
    Re: Re: Synchronet BBS List v4
    By: Poindexter Fortran to Lith on Tue Sep 15 2015 06:51 am

    I cleaned out my dad's office space when he passed away this year. He'd retired in 1994, and I put together a PC for him. He'd spent all of his
    time working on computers and never enjoyed them until he'd gotten a PC - and now he was like we all were when we first got them -- making budget


    that's heartwarming. he cleared out my friend's uncle's house. after his mother died, he had to move out and he got an apartment. he lived alone and died of pnemonia. we found more pornography than we thought existed in the world.

    Back then, you didn't have search engines. You had a paperback directory of web sites...


    yeah you did. you had archie and gopher!
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Lith@VERT/ASIRTA to Poindexter Fortran on Tuesday, September 15, 2015 20:19:00
    I cleaned out his bookcase and found some relics from the old days - Van Wolvertons Running/Supercharging MSDOS (books I now have in my bookcase, great books for undeerstanding and writing batch files)
    and the capper was the book "What's NEW! on the internet, 1996 edition. Back
    then, you didn't have search engines. You had a paperback directory of web sites...

    Reminds me of when when you would buy a Computer Shopper magazine and it had the BBS phone books in the back. I swear that was the thickest magazine at the store... :-b

    Lith,

    ---
    þ Synchronet þ asirta.com - Music / DJ Gear / Event Information - asirta.com