Live data from Hacker News

Viewing profile — ycrab

ycrab

HN member
Joined
Thu, Sep 01, 2022, 3:29 PM UTC
HN karma
6
Public activity
8 items

About ycrab

No profile information was provided.

Recent public activity

  1. comment
    Comment #36423987

    Partially, yep. The more important part is that these Docker images run on a remote machine

  2. comment
    Comment #36415642

    creating the workspace is based on docker but within the workspace you're free to do whatever you want, no need to use docker-compose there

  3. comment
    Comment #36415596

    If you can script your setup steps, you can also run it in a devcontainer, either by using docker-compose[1] to bake it into the workspace image or using lifecycle hooks to run som…

  4. comment
    Comment #36415470

    Yep, as we see it they compliment each other quite well. DevPod takes your workspace to the cloud and DevSpace let's you develop against your Kubernetes cluster - potentially the s…

  5. comment
    Comment #35982462

    Once you set up the provider on the designers machine, you can embed a deep link to the desktop app in your repo, similar to the „open in devpod“ button in our repo [1]. [1] https:…

  6. comment
    Comment #35982036

    Exactly. add a devcontainer similar to the example repo in [1], install the devpod app and point it to the repository and your designer is good to go, including port forwarding to …

  7. comment
    Comment #35974226

    we're thinking about it but don't have any immediate plans. Mostly because it's not a straight forward port and we want to make sure it's stable on linux/windows/macOS before tackl…

  8. comment
    Comment #35973348

    Basically anything you'd use GitHub Codespaces for but without having to pay them a hefty fee + you get to choose your cloud provider (or self-hosted k8s). I.e. if you have some le…