Remix.run Logo
JoshTriplett 2 hours ago

I remember using talk back when first learning Linux in college. I enjoyed the character-by-character aspect of it.

em500 an hour ago | parent [-]

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 an hour ago | parent [-]

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.