Hacker News new | past | comments | ask | show | jobs | submit login

Ssh also has this problem to a greater extent and is very commonly used



One can enable compression by default for all ssh connections by adding

  Compression yes
to ~/.ssh/config

It can pipe many megabytes of text output per second on relatively slow channels (`ssh -vv` prints the total data transfer when you close the connection), as long as it's not encrypted or unable to be compressed for some other reason (which is pretty rare for text output).

Scrolling very large files in vim becomes much faster, for example.


This might be useful for some: https://mosh.org/

It is great for unstable / slow links and pressing ctrl+c works immediately which is nice.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: