Viewing profile — gentele
gentele
HN member- Joined
- Thu, Mar 22, 2018, 10:29 AM UTC
- HN karma
- 68
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About gentele
No profile information was provided.
Recent public activity
-
comment
Comment #46815760
Thanks for sharing! Just wrapped up a livestream about vind on youtube: https://www.youtube.com/watch?v=In8vzpKecLs
- story
- story
- story
- story
- story
- story
-
comment
Comment #36414236
That's exactly the difference. You don't need to pay for codespaces and are locked into 1 cloud provider. You can use whatever cloud you want with DevPod
-
comment
Comment #36414212
DevPod works with any IDE. We support VS Code (local and browser), pretty much the entire Jetbrains suite, and you can even connect via VIM :D
-
comment
Comment #36413019
Thanks for sharing!
-
comment
Comment #36413009
FF unfortunately does not support detecting the OS reliably...
-
comment
Comment #36411576
No(t yet)
-
comment
Comment #36410763
Civo is great!
-
comment
Comment #36410126
Thanks for opening an issue! We'll definitely look into that. Would love to learn more about your experiences with DevSpace as well. If you're open to chatting, reach out via slack…
-
comment
Comment #36409485
Oh yeah, that would make it clearer! Thanks
-
comment
Comment #36409478
Will definitely look into this. Thanks for reporting this!
-
comment
Comment #36408879
Haha, spicy. We definitely don't want to overlook nix. It's a great tool. We do mean something different with "developer environment" in that context of this quoted sentence. I'm n…
-
comment
Comment #36408777
Thanks for trying it! Can you open an issue on GH about this or join us on slack, so we can dig deeper into making this work for non-root podman with your input?
-
comment
Comment #36408677
Don't worry. We'll be adding a server-side option for DevPod Desktop app to connect to for enabling thin-client/browser-based work but the cool thing is that this is not a requirem…
-
comment
Comment #36407605
That's correct. It uses the .devcontainer.json standard to define everything as code and it abstracts the cloud/infra and allows for an easy way to spin up a dev environment with a…
- story
-
comment
Comment #35978430
Port-forwarding and using your local IDE is already working in DevPod today. We also added auto-port-forward where it watches what happens inside the container and then starts port…
-
comment
Comment #35978399
It's a separate desktop app similar to docker desktop. DevPod is very, very lightweight though.
-
comment
Comment #35975777
Adding devcontainer.json and then using DevPod with it should be pretty straight-forward for you. You can use docker-compose inside devcontainer.json if you want to reuse your exis…
-
comment
Comment #35974593
Thanks! Glad to hear that