←back to thread

442 points logic_node | 2 comments | | HN request time: 0.414s | source
Show context
maelito ◴[] No.43978302[source]
Worked more than one year on Dex years ago. Developed a million-user website with Tmux.

The only thing that wouldn't work was a ruby CSS library that had a (if processor='arm') {crash()}.

What a pleasure to have a computer in your pocket.

replies(1): >>43980376 #
1. eru ◴[] No.43980376[source]
These days, I would just use a vscode tunnel from Android to develop on a real computer, but edit locally.

I've done that with my Pixel 8a connected to external screen and input devices. Works ok.

replies(1): >>43982765 #
2. 72deluxe ◴[] No.43982765[source]
I have been using code-server (openvscode-server will also do) to run on a remote powerful machine and then connect to it from lesser devices (a phone in desktop mode would be good if I could do it!) via a VPN. Keeps all the source code remote.