The remote dev environment space is heating up. Quite a few variants and competitors now emerging in this generation of vendors. I started and sold Codenvy to Red Hat which implements Eclipse Che and Eclipse Theia as CodeReady Workspaces. There are increasingly limited differentiation between various vendors. The biggest improvement areas needed now are simpler configuration, faster boot times for complex projects (p…
Launch HN: Nimbus (YC W22) – Cloud dev environments for teams
21–30 of 96 posts
Re: Launch HN: Nimbus (YC W22) – Cloud dev environments for teams
#22Great stuff. Looking forward to JB Gateway compatibility! Really looking forward to cloud environments being more of a "thing". All the places I've worked at have struggled with various Dev environment issues
Feel free to check out our doc about how to set it up here: https://www.notion.so/Connect-to-Nimbus-workspace-8c7c5b41d9...
Re: Launch HN: Nimbus (YC W22) – Cloud dev environments for teams
#23The remote dev environment space is heating up. Quite a few variants and competitors now emerging in this generation of vendors. I started and sold Codenvy to Red Hat which implements Eclipse Che and Eclipse Theia as CodeReady Workspaces. There are increasingly limited differentiation between various vendors. The biggest improvement areas needed now are simpler configuration, faster boot times for complex projects (p…
I wonder if there are any drop in self-hosted solutions for this? Would be great to just use a tool like this even for personal dev.
Re: Launch HN: Nimbus (YC W22) – Cloud dev environments for teams
#24Looks interesting. We're actively looking at Azure DevBox right now but we need Macs too. We'll check it out. https://azure.microsoft.com/en-us/blog/announcing-microsoft-...
Re: Launch HN: Nimbus (YC W22) – Cloud dev environments for teams
#25Mainframes are back baby!
> engineers can work from any [network connected] machine because the code runs and stays in the cloud.
Now that we have pervasive and quick internet in most of the places people want to work, we can start offloading the work back to centralized machines.
It's honestly a more efficient use of resources to have shared central systems, we just had to move away from them for a few decades because the networks couldn't keep up with where people wanted to work.
Re: Launch HN: Nimbus (YC W22) – Cloud dev environments for teams
#26my fundamental question is : how easy is it to go from writing code to production deployment ? This has been the big issue with cloud dev. Take an example of Python flask with Pandas. There are problems depending on whether u used an alpine dev environment or debian. Now if i just take the code and try to deploy it on redhat...it goes all screwy. lots of the c library extensions start screwing up.
Can i single click create a running docker environment with my running code EXACTLY like the code dev environment.
Funnily enough, the only good one here is AWS Sagemaker - https://docs.aws.amazon.com/sagemaker/latest/dg/docker-conta...
They do this for machine learning code. You can take your data and algorithms out of the ide and get a running docker container with all the build scripts and everything.
second - ur pricing is off. part of the charm of a cloud dev environment is never turn it off. like shutting the lid of my macbook m1 and opening tomorrow morning. even the cursor is in the same place. There is zero incentive for me to shutdown a system and reopen tomorrow morning. In that scenario, ur pricing for an 8 core 32 gb instance is 421 USD per month. Comparitively a Google Cloud 8core 32 gb instance with 100 GB SSD is 212 USD.
Sagemaker Python notebooks ml.t3.2xlarge are 0.399 USD per hour - about 288 USD per month. you will need to adjust pricing.
replit pricing of 7$ hacker plan is cheaper than equivalent Sagemaker pricing (about 36$ per month)
Re: Launch HN: Nimbus (YC W22) – Cloud dev environments for teams
#27The remote dev environment space is heating up. Quite a few variants and competitors now emerging in this generation of vendors. I started and sold Codenvy to Red Hat which implements Eclipse Che and Eclipse Theia as CodeReady Workspaces. There are increasingly limited differentiation between various vendors. The biggest improvement areas needed now are simpler configuration, faster boot times for complex projects (p…
Re: Launch HN: Nimbus (YC W22) – Cloud dev environments for teams
#28how does it work ? it is git integrated i assume...and do u export a Dockerfile or something to replicate the exact runtime ? my fundamental question is : how easy is it to go from writing code to production deployment ? This has been the big issue with cloud dev. Take an example of Python flask with Pandas. There are problems depending on whether u used an alpine dev environment or debian. Now if i just take the cod…
This is my question too.
Re: Launch HN: Nimbus (YC W22) – Cloud dev environments for teams
#29Re: Launch HN: Nimbus (YC W22) – Cloud dev environments for teams
#30how does it work ? it is git integrated i assume...and do u export a Dockerfile or something to replicate the exact runtime ? my fundamental question is : how easy is it to go from writing code to production deployment ? This has been the big issue with cloud dev. Take an example of Python flask with Pandas. There are problems depending on whether u used an alpine dev environment or debian. Now if i just take the cod…
Teams have told us that they want to avoid 24/7 machines. It gets really expensive (and wastes energy) when people keep creating instances and leave them on. Our approach is to let people keep them on 24/7 if they want, but we want them to stop the instances too (we have automation for this).
That said, the way we’ve set up our environments is that the machine doesnt “turn off” - we just stop it. So its like closing your macbook lid and reopening it. You don’t lose your progress and youre not charged for the time in between.
And Replit’s Hacker plan is cheap but they aren’t very powerful (just 2vCPU and 2GB ram)