> DevPod is the first and only tool for creating and managing dev environments that does not require a heavyweight server-side setup. I guess either "dev environment" means something different to what I understand by the term, or Nixpkgs is considered a "heavyweight server-side setup"?
I also don't see how this is different from devcontainers, which are like codespaces, but without it being hosted on a server.
Codespaces but open-source, client-only, and unopinionated
101–110 of 157 posts
Re: Codespaces but open-source, client-only, and unopinionated
#102Re: Codespaces but open-source, client-only, and unopinionated
#103Earlier quoted context omitted.
It does not emulate. My org has been deprecating Vagrant ever since IT started issuing Apple Silicon as an option. Replacement is Docker Compose, or cloud VMs for software with heavy disk I/O.
Do you know if Packer is still decent for building cloud AMIs? Or do you have any suggestion for building custom images that can run on cloud platforms as well as locally?
Re: Codespaces but open-source, client-only, and unopinionated
#104What are some of the competitors in this space? - Gitpod, a SaaS competitor to Codespaces. http://gitpod.io - Coder, which I guess is the more enterprisey self-hosted Codespaces alternative? https://coder.com - This project, Devpod, seems to be a polished experience but not centralized like Coder. - I recently stumbled upon Recode, which looks like a more indie take on the problem. https://github.com/recode-sh/cli
Seems like toolbox is also in this space; https://github.com/containers/toolbox
Re: Codespaces but open-source, client-only, and unopinionated
#105Earlier quoted context omitted.
Not only that, when using Firefox (Chrome seems fine), it's selected by default on Windows and Linux.
FF unfortunately does not support detecting the OS reliably...
I'll add that this is the first site that misdetects anything like that.
Re: Codespaces but open-source, client-only, and unopinionated
#106I'm likely not the target audience, but I personally see "client-only" as a disadvantage. Ultimately I use VS Code to stand up devcontainers on my laptop, but I sometimes need to do dev work on my iPad and don't want to pay for Github Codespaces. Gitpod has worked for me in the past and I've gotten Coder setup. Maybe this will be nice to get Jetbrains IDEs working with the devcontainer standard, since IIRC they don't…
Re: Codespaces but open-source, client-only, and unopinionated
#107What's the workflow for this?
A related issue for us is being able to test another developer's pull request with database migrations without wiping out your current database state. Is there a Devpods workflow for this?
Re: Codespaces but open-source, client-only, and unopinionated
#108Earlier quoted context omitted.
Seems like toolbox is also in this space; https://github.com/containers/toolbox
Toolbox is not a developer environment, but rather a tool to provide 'a toolbox' to a container host, like the older Atomic, or CoreOS releases that are immutable. Dsitrobox is close to toolbox, but also not similar in providing a coder setup.
Re: Codespaces but open-source, client-only, and unopinionated
#109We need to support local dev environments first, with the exact same config a developer can then move to the cloud.
See https://github.com/jetpack-io/devbox for how this can be achieved and https://www.mikenikles.com/blog/dev-environments-in-the-clou... for my thoughts after 3 years of working in this space.
Re: Codespaces but open-source, client-only, and unopinionated
#110What are some of the competitors in this space? - Gitpod, a SaaS competitor to Codespaces. http://gitpod.io - Coder, which I guess is the more enterprisey self-hosted Codespaces alternative? https://coder.com - This project, Devpod, seems to be a polished experience but not centralized like Coder. - I recently stumbled upon Recode, which looks like a more indie take on the problem. https://github.com/recode-sh/cli