@Epic_Null @acsawdey @davidgerard
In the event that you are not trolling my advanced age, BBS = bulletin board system, traditionally accessed through a dial up modem.
Height of popularity 1980s - 1990s. About the same time as Gopher usage. BBSes were much more popular than Gopher, AFAIK.
@raymaccarthy @Walker @Epic_Null @davidgerard Oh for sure before IBM PC ... this is the path I'm familiar, I used XMODEM on CP/M machines both to transfer files over a null modem cable and over phone lines.
@Walker @acsawdey @davidgerard
There's no lack of infrastructure, there at least hundreds of BBS's still running, nntp/usenet it trivial to set up, it's mostly used for bulk piracy tho, like you can move terabytes of pirated media on usenet
@malvarma @davidgerard
It's certainly possible to serve an entire copy of Wikipedia and Gutenberg off a 15 year old PC.
However my experiments at 300 baud on Wireless 20 years ago suggested that at that speed only NTTP, POP3 & SMTP with plain text worked sanely. The overhead for HTML, never mind HTTP, is too high. SFTP/SSH depends only what it is. A pigeon with a mircoSD card can be better. Or sneaker-net with microSd, USB sticks / USB HDD instead of 1980s floppies for large file transfer.
ssh terminal.shop is a move in that directionWasn’t Gopher on Port 70?
We're going all the way back to RTTY on 14.080–14.099 MHz over HF... 45.45 baud should be enough for anyone! :-D
```
GET / HTTP/1.1
Host: example.com
```
@davidgerard Yeah... I actually did that this afternoon, for actual bloody Reasons.
Didn't quite work: eventually I ended up strace(1)ing a process, dumping out the full strings from calls to recvfrom(2) in hex escape form, and printf(3C)ing the damned thing. All to extract a JSON schema that should be documented somewhere but AFAICT isn't.
I hate modern shit. Can we go back to 1995's web, please?