I rent server rack space at a datacenter where I have a beefy workstation to do all my work. I use VS Code Remote and SSH port forwarding. The workstation has fast 2TB NVMe and 64gb of ram, 16 cores and a RTX GPU. It's actually cheaper and faster than our production cloud server. I tried Github Codespaces and thought it was cool but wasn't nearly as fast as my remote workstation.
Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
41–50 of 246 posts
Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
#42Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
#43Earlier quoted context omitted.
$60/yr vs thousands of $ upfront for a comparable desktop or notebook machine. Not to mention the superior network connectivity (10 gigabit/s). In fact, there are no 10gbps options from the common last mile carriers available at any price (AT&T, Crapcast). And if they did offer it, it'd probably be $500USD/mo+ just for Internet. AT&T has a 5gbps fiber plan available for $250USD+/mo, but there are very few (>10 fracti…
That sounds really low. Do you mind sharing where you rent your racks from?
Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
#44For Jetbrains users: Step 1. Create an Oracle Cloud account Step 2. Create an Ampere 6 core, 32gb memory instance for like $5/mo Step 3. Use Jetbrains Gateway to run your IDE as a thin client, executing on that host. You get a pretty darn beefy ARM64 VM instance from OCI for extremely cheap. You can get these in a region near you, with low latency. And Jetbrains Gateway works pretty great. On the plus side, this is a…
Has it improved in the last year?
Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
#45No because I want the entire development environment to run locally (and anywhere else) without WAN connectivity.
Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
#46At this point id question if I want to be this tiny piece of a tiny cog in a tiny gear among a billion gears in the huge clunky machine (comp and bottom layer of Maslow hierarchy aside).
Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
#47Earlier quoted context omitted.
What's the advantage of having the workstation at a datacenter in this context?
$60/yr vs thousands of $ upfront for a comparable desktop or notebook machine. Not to mention the superior network connectivity (10 gigabit/s). In fact, there are no 10gbps options from the common last mile carriers available at any price (AT&T, Crapcast). And if they did offer it, it'd probably be $500USD/mo+ just for Internet. AT&T has a 5gbps fiber plan available for $250USD+/mo, but there are very few (>10 fracti…
> $60/yr vs thousands of $ upfront for a comparable desktop or notebook machine.
I don't think we're talking about the same things here.
Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
#48Most of the CS classes at my university have moved on to an online Jupyter environment with VS Code preinstalled. It lets students spawn an environment with all the required software for their class preinstalled. E.g. For Computer System it spawns an environment with GDB pre-installed, while for Intro to AI it has PyTorch/Python3 pre-installed
Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
#49https://github.blog/2021-08-11-githubs-engineering-team-move...
Re: Ask HN: Is anyone using cloud dev environments (e.g. Codespaces/Replit) at work?
#50Also I can't really say that I've heard anyone outside of this thread who is excited about this at all. I see people here have different ideas but personally I've never heard of it from anyone I work with or know directly.