home.social

#gitpod — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gitpod, aggregated by home.social.

fetched live
  1. TIL: "Failed to start the VMM thread Address in use" just means that the unix socket in gitpod-runner/sockets/ was not removed (probably because gitpod-runner manager process exited abruptly) `rm {environment-id}.socket` and you're good to go #gitpod

  2. #Gitpod discontinued using #Kubernetes after six years of use and experimentation.

    This decision emerged from their experience managing development environments for 1.5 million users while handling numerous environments daily.

    Details on #InfoQ 🔗 bit.ly/49WiN84

    #DevOps

  3. discontinued using after six years of use and experimentation.

    This decision emerged from their experience managing development environments for 1.5 million users while handling numerous environments daily.

    Details on 🔗 bit.ly/49WiN84

  4. For the first time I used a shared #Gitpod workspace to team up with a coder in a different country. Pretty cool, but chat is really missing. Can we please have a Matrix integration to not force switching windows? 😃

  5. For the first time I used a shared #Gitpod workspace to team up with a coder in a different country. Pretty cool, but chat is really missing. Can we please have a Matrix integration to not force switching windows? 😃

  6. Am I using #Github #Codespaces wrong?

    I thought the point of creating a devcontainer.json file to specify extra bits have built when you set up a machine, and they were honoured on the creation of codespaces.

    Given that #Gitpod seems to be adopting #devcontainer now, I figured I'd try Codespaces. A basic thing seems to be harder than I thought.

    If you have direct experience building Codespaces, would you share a pointer on how to fix this seemingly basic thing?

    gist.github.com/mrchrisadams/9

  7. Am I using #Github #Codespaces wrong?

    I thought the point of creating a devcontainer.json file to specify extra bits have built when you set up a machine, and they were honoured on the creation of codespaces.

    Given that #Gitpod seems to be adopting #devcontainer now, I figured I'd try Codespaces. A basic thing seems to be harder than I thought.

    If you have direct experience building Codespaces, would you share a pointer on how to fix this seemingly basic thing?

    gist.github.com/mrchrisadams/9

  8. Gestern versucht was mit #OpenMQTTGateway und ttgo #Lora ESP32 Board aufzusetzen. Weder die Build von #gitpod noch selbstkompilierten Binaries mit PlatformIO wollten starten. Grund war dann wohl dass die aktuelle Version auf dem Board broken ist, weil zuwenig Flash. Danke für nichts! Darf wohl jeder selber rausfinden. Älteres Binary läuft

  9. Gestern versucht was mit #OpenMQTTGateway und ttgo #Lora ESP32 Board aufzusetzen. Weder die Build von #gitpod noch selbstkompilierten Binaries mit PlatformIO wollten starten. Grund war dann wohl dass die aktuelle Version auf dem Board broken ist, weil zuwenig Flash. Danke für nichts! Darf wohl jeder selber rausfinden. Älteres Binary läuft

  10. We just published a new 🎥 of #JCON EUROPE 2024!
    Watch Matthias Haeussler talking about '#Codespaces, #Gitpod, #Devpod ... what #cloud and container-based IDEs can do for you'

    Explore the evolving landscape of cloud-based integrated #development

    Watch it now: youtu.be/KSC-Us2si70

  11. We just published a new 🎥 of #JCON EUROPE 2024!
    Watch Matthias Haeussler talking about '#Codespaces, #Gitpod, #Devpod ... what #cloud and container-based IDEs can do for you'

    Explore the evolving landscape of cloud-based integrated #development

    Watch it now: youtu.be/KSC-Us2si70

  12. Small weekend fun project: „CraftCMS Launchpad - Interactive CraftCMS demos in your browser, powered by DDEV.“ craftcms-launchpad.mandrasch.e

    #ddev #gitpod #craftcms #php

  13. Small weekend fun project: „CraftCMS Launchpad - Interactive CraftCMS demos in your browser, powered by DDEV.“ craftcms-launchpad.mandrasch.e

    #ddev #gitpod #craftcms #php

  14. @dgentry @tailscale

    The possibility to develop something like a mobile app in Android studio through the web UI of VNC and even with a debugger connected to a physical device - all running on a #container in #GitPod - is astonishing and it's the proof that #containers are the future and virtual machines the past.

    gitpod.io/docs/introduction/le

    Anything you can do on #Linux, you can do in #Gitpod.

  15. @dgentry @tailscale

    As promised, my detailed instructions shared here:

    github.com/tailscale/tailscale

    wow 🎉 , now the mobile device shows up in #Android studio in #GitPod cloud also in the #VNC web UI via #Tailscale vpn!

  16. @tailscale @nirmal @ironicbadger tonight #tailscale between my #android phone and #gitpod running android studio and debugging my app!
    The trick was #adb pair + tailscale ip : the right #port from #pairing with code and finally adb #connect!

  17. @tailscale @nirmal @ironicbadger tonight #tailscale between my #android phone and #gitpod running android studio and debugging my app!
    The trick was #adb pair + tailscale ip : the right #port from #pairing with code and finally adb #connect!

  18. It's almost time for Advent of Code. My laptop broke and needs to go back to Apple for repair. 😱

    This prodded me to try something I've been meaning to try for a while: an IDE in the cloud. After an afternoon of fiddling, my repo is configured for use with Gitpod. Now I'm ready for Dec 1 on Friday.

    (This will let me code on my work computer, without having to get clearance from IT to install non-work stuff.)

    #AdventOfCode #Haskell #Gitpod

    Repo has a bunch of rough edges, but sharing in case the gitpod config files are useful to anybody.

    github.com/bwbeach/advent-of-c

  19. Ever wanted to contribute to Lichess code but struggled to get your environment set up? It's now easier than ever to help develop Lichess and all you need is a web browser! youtube.com/watch?v=imuo-d5vGS
    #gitpod #chess #lichess #opensource #freesoftware

  20. Ever wanted to contribute to Lichess code but struggled to get your environment set up? It's now easier than ever to help develop Lichess and all you need is a web browser! youtube.com/watch?v=imuo-d5vGS
    #gitpod #chess #lichess #opensource #freesoftware

  21. @sysop408 VSCode makes it really easy to build these, there seems to be each year a new one.
    One recent one we use for openSource projects (before githubs IDE was public available) is #gitpod

    In general its good to save on onboarding regarding time and money, especially as some complex software projects dont run on 20GB Ram anymore because of other applications beeing memory hungry.

    Some Agencies will like it to onboard freelancers.

  22. @sysop408 VSCode makes it really easy to build these, there seems to be each year a new one.
    One recent one we use for openSource projects (before githubs IDE was public available) is #gitpod

    In general its good to save on onboarding regarding time and money, especially as some complex software projects dont run on 20GB Ram anymore because of other applications beeing memory hungry.

    Some Agencies will like it to onboard freelancers.

  23. The UBI image I made for use with #GitPod/CodeSandbox works well. Even for this use case as it allows me to easily spin up nodes and test #headscale and #Tailscale

  24. The UBI image I made for use with #GitPod/CodeSandbox works well. Even for this use case as it allows me to easily spin up nodes and test #headscale and #Tailscale

  25. Applied to a few more jobs today and scheduled an interview for next week. #HireMe #LookingForWork

    Updated a few services in my #DockerSwarm to their latest images, updating my #Gitpod instance and then…!? 🤓

  26. Applied to a few more jobs today and scheduled an interview for next week. #HireMe #LookingForWork

    Updated a few services in my #DockerSwarm to their latest images, updating my #Gitpod instance and then…!? 🤓

  27. I dislike pyenv so much.

    There, I said it. I'm actively avoiding it in all my projects, and I'm sad it's the default option on Gitpod.

    #python #packaging #shenanigans #rabbitholes #lamehashtags #pyenv #gitpod

  28. I dislike pyenv so much.

    There, I said it. I'm actively avoiding it in all my projects, and I'm sad it's the default option on Gitpod.

    #python #packaging #shenanigans #rabbitholes #lamehashtags #pyenv #gitpod

  29. Regardless, I got it working... another one added to my development toolbox

    #OpenSUSE #devenv #codesandbox #gitpod

  30. Regardless, I got it working... another one added to my development toolbox

    #OpenSUSE #devenv #codesandbox #gitpod

  31. Currently, have my #devenv setup on their own #Tailscale network. It is nice how easy it is to separate these networks. The wint14-devsys is actually WSL2 running my container image. This way I don't have to share machines into my personal #tailnet, but I could. There is a mix of #gitpod and #csb used. #codespace is in my opinion a little too slow for my region.

  32. Also updated my notebooks template to #debian. This is a one-click deployment of a basic distro, with #vscode and #jupyter notebooks, running on #gitpod

    github.com/gbraad-devenv/gitpo

    This will always install the most recent version of the distro, vscode and ipython kernel. It is a template, so you can easily make this into your own version/fork.

  33. @derekwillis That being said I have played around with #GitHub Codespaces and I agree that it can be a huge win to reduce the barrier to entry for development. There is another similar platform #Gitpod that works very much the same way.

  34. I have the best partner ever. She just 🪡 me a custom bag from fabric I chose to store all my lovely #meetup stickers 🥰. Featuring #kotlin and #gitpod, of course.

    Can't wait to use it next time 🤩

    With internal separations so I can easily sort the stickies.