Live data from Hacker News

Viewing profile — gentele

gentele

HN member
Joined
Thu, Mar 22, 2018, 10:29 AM UTC
HN karma
68
Public activity
47 items

About gentele

No profile information was provided.

Recent public activity

  1. comment
    Comment #46815760

    Thanks for sharing! Just wrapped up a livestream about vind on youtube: https://www.youtube.com/watch?v=In8vzpKecLs

  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. 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

  9. 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

  10. comment
    Comment #36413019

    Thanks for sharing!

  11. comment
    Comment #36413009

    FF unfortunately does not support detecting the OS reliably...

  12. comment
    Comment #36411576

    No(t yet)

  13. comment
    Comment #36410763

    Civo is great!

  14. 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…

  15. comment
    Comment #36409485

    Oh yeah, that would make it clearer! Thanks

  16. comment
    Comment #36409478

    Will definitely look into this. Thanks for reporting this!

  17. 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…

  18. 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?

  19. 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…

  20. 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…

  21. story
  22. 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…

  23. comment
    Comment #35978399

    It's a separate desktop app similar to docker desktop. DevPod is very, very lightweight though.

  24. 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…

  25. comment
    Comment #35974593

    Thanks! Glad to hear that