Rendered at 06:22:26 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
fouc 10 hours ago [-]
Great idea! After all why reinvent the wheel with TUI libraries built in a popular browser-based front-end javascript framework?
andros 4 minutes ago [-]
We must stand on the shoulders of giants!
nenadg 10 hours ago [-]
I used talk back in 90ties and loved it and still missing it. Interfacing this with LLM is a nice touch.
JoshTriplett 10 hours ago [-]
I remember using talk back when first learning Linux in college. I enjoyed the character-by-character aspect of it.
jghn 5 hours ago [-]
Until you wind up chatting with a painfully slow typist. Even worse is when they typo a lot and take the time to fix them on the fly
em500 9 hours ago [-]
Yes, I've wondered many times why there are no modern (human to human) chat interfaces that implements that, rather than sentence by sentence.
Brian_K_White 9 hours ago [-]
The same reason tar and dd and practically everything operates on blocks not bytes, plus the same reason the shell doesn't act until eol delimiter, the opportunity to edit before submit.
I think talk could get away with it because on a shared local host both sides are accessing the same local physical resource directly, no tcp packet per byte.
andros 5 minutes ago [-]
I get the same feeling when I see my colleagues writing in Notion, it's like invading their privacy.
lokar 5 hours ago [-]
It worked over the network as well
ButlerianJihad 3 hours ago [-]
The default `talk` and talk service were trash, and often there were protocol errors that would cause you to hang forever, vainly waiting for an answer (classic talk used UDP only.)
Eventually, a few competing offerings sprang up, in the form of `ntalk`, `xtalk` and `ytalk`. These were superior in every way, and sometimes required swapping out the service attached to inetd. Once you did that, it was a fantastic way to chat live and direct on Unix. Way better than the `write` we started with!
andros 2 minutes ago [-]
Yes, in fact, when we talk about talk, we're really talking about ntalk. Keep in mind that it went through a very difficult time.
Chris2048 9 hours ago [-]
Interesting chat widget in the corner.
I've been looking for something similar I saw once, it was a chat widget connecting to everyone looking at the same webpage.
But it was called something like "aarrrgh!!" (the pirate), and I can't remember the name of the damn thing!
andros 8 minutes ago [-]
With today's technology, I miss being able to interact with other readers who are reading the article at that moment. It's so much fun!
I think talk could get away with it because on a shared local host both sides are accessing the same local physical resource directly, no tcp packet per byte.
https://en.wikipedia.org/wiki/Talk_(software)
Eventually, a few competing offerings sprang up, in the form of `ntalk`, `xtalk` and `ytalk`. These were superior in every way, and sometimes required swapping out the service attached to inetd. Once you did that, it was a fantastic way to chat live and direct on Unix. Way better than the `write` we started with!
I've been looking for something similar I saw once, it was a chat widget connecting to everyone looking at the same webpage.
But it was called something like "aarrrgh!!" (the pirate), and I can't remember the name of the damn thing!