←back to thread

190 points owenmakes | 1 comments | | HN request time: 0.266s | source

Coming back with my own blog (hosted on iPad 2) after asking here the same question
Show context
somat ◴[] No.45153406[source]
Only slightly related, but I recently wanted to show some instrumentation on an old android phone. Now there are many good ways to do this. But I chose none of them, Instead I had just installed termux on the phone and noticed they had some sort of X11 package and went "This, I want this"

And honestly, it sort of rocked, despite using X11 for many years I have never actually sat down and just played with a raw, bare X server, only the encrusted, encapsulated ones tied down for desktop use. best I can describe it is having a a shared network attached monitor. I was using it sort like you would have a large central status display in an operations center, but small, on a phone.

If curious, I wanted to monitor system temps while playing a full screen game using the excellent but unsearchable "trend" program.

http://www.thregr.org/~wavexx/software/trend/

replies(1): >>45153548 #
imglorp ◴[] No.45153548[source]
Networked X11 was a killer app back in the workstation days. "The network is the computer," was totally true in practice. With the rise of Wayland, I feel like we're due for a new networked interaction protocol, maybe rising from the ashes of X and also NeWS.
replies(6): >>45153619 #>>45154006 #>>45154602 #>>45154790 #>>45156720 #>>45158647 #
1. KaiserPro ◴[] No.45156720[source]
Oh man it was fucking great.

I had a shitty pentium or mmx, with fuck all ram, my dad however had a DUAL PROC P3 monster just a network hop away.

I could SSH in and run GIMP on his machine and run https://logarithmic.net/pfh/resynthesizer/removal in a quarter of the time.

But that time has passed now. Perhaps web APIs are the best way to do that kinda offload.