this post was submitted on 08 Mar 2026
169 points (92.9% liked)

Technology

82490 readers
5527 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[โ€“] Morphit@feddit.uk 16 points 3 days ago (1 children)

It's an optical delay-line memory. Early computer memories were acoustic in some manner.

I can't imagine that the latency of 'delay line RAM' would be acceptable to anyone today. Maybe there's some clever multiplexing that could improve that but it would surely add more complexity that just making more RAM ICs.

[โ€“] tal@lemmy.today 7 points 3 days ago* (last edited 3 days ago)

Neural net computation has predictable access patterns, so instead of using the thing as a random access memory with latency incurred by waiting for the bit you want to get around to you, I expect that you can load the memory appropriately such that you always have the appropriate bit showing up at the time you need it. I'd guess that it probably needs something like the ability to buffer a small amount of data to get and keep multiple fiber coils in synch due to thermal expansion.

The Hacker's Jargon File has an anecdote about doing something akin to that with drum memory, "The Story of Mel".

http://www.catb.org/~esr/jargon/html/story-of-mel.html