Live data from Hacker News

Texttop – An interactive X Linux desktop rendered in TTY and streamable over SSH

github.com

11–20 of 99 posts

Re: Texttop – An interactive X Linux desktop rendered in TTY and streamable over SSH

#12
It uses Xvfb, ffmpeg, hiptext (with fixes from the author), and a custom interfacer written in go, which employs xzoom in C and termbox-go (with fixes from the author).

The interfacer alone looks fun, seems like I can control a remote X session via ssh.

Re: Texttop – An interactive X Linux desktop rendered in TTY and streamable over SSH

#14

This looks amazingly cool! And I apparently starred the repo previously, but don't remember ever having seen this particular badass shit before. Am I losing it?

If your situation is anything like mine, it goes much more like: "oh, neat; I'll look at that tonight" followed by a browser bounce, or something else becoming a bigger priority, lather, rinse, repeat.

There is so much great content -- both "empty calories" and otherwise -- that it is so easy to get buried under it. I came to HN to retrieve _one specific link_ and ended up with 7 new browser tabs open, counting this one.

Re: Texttop – An interactive X Linux desktop rendered in TTY and streamable over SSH

#19

> Why not VNC? Why not ssh -Y and use X protocol as intended?

> sometimes I don't have very good Internet. If all I have is a 3kbps connection

I don't think X would handle that very well, and you may not have an X server at the other side.

Re: Texttop – An interactive X Linux desktop rendered in TTY and streamable over SSH

#20

> Why not VNC? Why not ssh -Y and use X protocol as intended?

He describes the motivation in the README here: https://github.com/tombh/texttop#why

Looks like the goal is to be able to view modern websites over poor internet connections using mosh. (And also probably a lot of fun to implement/see working)

Post reply on HN