Show HN: Use the cloud for your dev environment on the fly
1–8 of 8 posts
Re: Show HN: Use the cloud for your dev environment on the fly
#2Background: I was trying to build an app that used stable diffusion and got very frustrated by what should have been simple: I wanted to develop my program locally, but run it on a different machine. Setting up, copying over, and running the program ended up being an exercise in frustration (Careful documentation of the process: https://blog.run-rx.com/cloud-development-the-board-game).
To make life easier, I made a simple binary to copy everything to the cloud and back. Then I added streaming stdio and made it keep dependencies up-to-date and automatic installation of the languages the project uses and on and on.
Current state: give the CLI a project and it'll set up a persistent remote environment that is synced to your local environment (all dependencies installed and automatically kept up-to-date). This lets you develop locally using any tools you like, while still running remotely for anything where you don't want using your CPU.
Please give it a try, I'd love any and all feedback!
Re: Show HN: Use the cloud for your dev environment on the fly
#3Re: Show HN: Use the cloud for your dev environment on the fly
#4Looks very cool! Love the conceptual simplicity of it. I’m wondering if I develop in Python on my MacBook and use a library like PIL (Pillow) which on my Mac is ARM-specific, will rx install the Intel version in the cloud?
Re: Show HN: Use the cloud for your dev environment on the fly
#5Re: Show HN: Use the cloud for your dev environment on the fly
#6I looked at your repo and your blog. But I haven't seen anything about what cloud providers this works with. Anything that uses SSH?
Re: Show HN: Use the cloud for your dev environment on the fly
#7I looked at your repo and your blog. But I haven't seen anything about what cloud providers this works with. Anything that uses SSH?
I'm hosting the machines so that users don't have to set anything up on the cloud side. It could have on prem or open source versions if people are interested in setting up their own clusters.
Re: Show HN: Use the cloud for your dev environment on the fly
#8Earlier quoted context omitted.
I'm hosting the machines so that users don't have to set anything up on the cloud side. It could have on prem or open source versions if people are interested in setting up their own clusters.
So what machines can I choose from? Like, if I need a 24 GB GPU, will you have one? And what’s the pricing? Where do I find that info?
More info: https://www.run-rx.com/pricing.