The latest version of the #pidp 10 simulation kit now lets you communicate from Linux via a #chaosnet bridge to ITS running on the "10".

E.g. you can use SUPDUP , which is described in the MIT AI LAB Memo 644 (issued in 1983) . SUPDUP was designed by no other than Richard M. Stallman and was intended to be a replacement for telnet. Well, this didn't quite happen. BTW, SUPDUP is short for "Super Duper" (really!!).

Read the memo here: https://dspace.mit.edu/handle/1721.1/5694

The SUPDUP Protocol

Working through a new site configuration procedure for the #LispM. Should make it infantility easier to make a new site, and with better defaults that would allow one to talk to the global #Chaosnet out of the box.

#LispMachine revolution is nigh!

A Short History of Chaosnet

Chaosnet is a long-extinct network protocol. But traces of it survive in the plumbing of the internet.

[Tomorrow's] #lisp y #gopher #show #planning
Lisp:
- #chaosnet (my own initial pass) - the #moon
- Check up on @amoroso 's #interlisp adventures
- @svetlyak40wt and @galdor on the 'stodon about making common lisp intro material
Gophers:
- I don't know what a #laundromat is but I'm excited to find out
- Checking in on #gopherClub and #tildeverse gophers
- Replace tcp with chaosnet for gopher?

- Side issue: Explore the wisdom of #links for non-gopher browsing

-another bring-a-friend day !

#chaosnet #quest update; I wanted the medium of fake ether to not be centralised, and not to look like IP, so it's a line of daisy-chained objects chattering explicitly slowly and awkwardly to neighbors by TCP, since I wanted there to be collisions and propagation times. This has nothing to do with chaosnet, but it's my first pass at approximating how a chaosnet ether might work in some senses.

Real ether is a 75 ohm terminated coax line.

Anyway, servers can dump/receive packets over "ether"s

The @SDF #mastodon #retrospective email
[Twitter users said they prefer]
- advertising
- algorithmic targetting
- one central server
- ["]
- ["] (the corporate server only communicates with itself; little propagation delay)

in contrast I am very happy with the friends I have made on mastodon.

I think that mastodon specifically and w3 activitypub generally are a step on the journey (back... to #chaosnet ;)

#chaosnet Alright so beyond having to simulate an ether - somehow - a minimal chaosnet is a self-clocking uncentralised system. I think the minimal (simple case) communication is just like this:
[ether is quiet, I think my clock phase has rolled around]
Me:
RFC - request for connection.
[Gets to server, what I requested suits a simple type response]
Server:
ANS - instead of forming a connection, just send back some data, the interaction has ended.
Suits #gopher fine in my opinion.
#chaosnet #implementation
Some of the moon's commentary on chaosnet:
Have the computer consider itself its own little virtual ether and its network device to be a bridge to an ether
I'm just not sure what the ether my network device is bridging me to can be that's not centralising.
I'm leaning towards having a udp-fueled linear doubly linked list of nodes and a separation of concerns between that and the software side[s] as the ether. Getting this to act like self-clocking chaos is a challenge

Reading https://dspace.mit.edu/bitstream/handle/1721.1/6353/AIM-628.pdf?sequence=2&isAllowed=y now... #chaosnet #Moon
beforehand, I know that this was a high performance networking protocol for stable and predictable networks, in contrast to TCP which was intended to continue working if at all possible

It looks like chaosnet-bridge has a utility for chaosnet-through-unix-sockets. I'm not used to networking other than TCP and UDP though.

It seems like there should be a #lisp package for this.