Hacker News new | ask | show | jobs
by rewoi 2212 days ago
Cool. I need small machine that can run java and Intellij Idea to go with my phone. Great for section hikes while pretending to do WFH :)
1 comments

Why not have Linux directly on your Android? There are great options and the VNC works reliably.
I want local machine, so remote VNC is out.

There is no Linux like solution for android phone that runs Xserver and OpenJDK reliably. Samsung DEX emulation was the only usable solution, but that was killed off. Termux can not run OpenJDK, some weird issues with crashing.

Also most devices do not have enough cooling capacity, max performance can be only delivered in short bursts before CPU gets throttled down. If you hack it to run at full speed for hours, it freezes.

PI is simply the only option at this size, with enough CPU power and good Linux support.

Termux -> proot Arch -> pacman -S jre-openjdk

When you want Xserver, you just do so from Android vnc viewer to 127.0.0.1:5901 or so.