Remix.run Logo
em500 an hour 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 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.