this post was submitted on 08 Mar 2026
169 points (92.9% liked)
Technology
82490 readers
4969 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't pretend to understand how this would actually work, but wouldn't this essentially be like token ring networking but used as memory?
It's delay line memory. It was common back in the days of vacuum tube computers.
A little bit, but normally Token Ring didn't just keep data running around in a circle on and on
Token Ring works more like a roundabout, where you enter at a given computer on the ring and then exit at another device. Without looking, I suspect that, like Internet Protocol packets, Token Ring probably had a TTL (time-to-live) field in its frames to keep a mis-addressed packet from forever running around in circles.
Also, I'm assuming that an implementation of Carmack's idea would have only one...I don't know the right term, might be "repeater". You need to have some device to receive the data and then retransmit them to keep the signal strong and from spreading out. You wouldn't want to have a ton of those, because otherwise it'd add cost. On Token Ring, you'd have a bunch of transceivers, to have a bunch of "exits", since the whole point is to move data from one device to another.