mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#devpod

0 posts0 participants0 posts today

Behold the product of several hours of yak shaving! Here's a template repo for #devcontainers that include #crystallang with #devpod

github.com/cmhobbs/crystal-dev

I initially wanted to use #podman as my provider but I got some weird permission issues that I'm too tired to fix.

To use this with #zed, I set my default editor to Zed in DevPod. I'm running this on #bluefin

I learned a lot but did nothing I set out to do. Look at me: I am the cloud now. ☁️

/cc @CrystalLanguage @UniversalBlue

A Crystal devcontainer template repo for DevPod. Contribute to cmhobbs/crystal-devcontainer-template development by creating an account on GitHub.
GitHubGitHub - cmhobbs/crystal-devcontainer-template: A Crystal devcontainer template repo for DevPodA Crystal devcontainer template repo for DevPod. Contribute to cmhobbs/crystal-devcontainer-template development by creating an account on GitHub.
Continued thread

thanks to this post, i've got #devpod working with #podman on #bluefin. super neat to see this because i tried months ago and it was unstable...

loft.sh/blog/creating-dev-cont

now to figure out how to add #crystal and ameba (maybe #asdf as well?) to my devcontainer.

the only oddity is my prompt is prefixed with "vscode" but i'm running #zed.

www.loft.shCreating Dev Containers using DevPod with Podman DesktopHow you can utilize Podman to create Dev Containers with DevPod

I stumbled upon #Coder, which is a #DevContainer platform you can use in your own computer (much like #DevPod).

I'm going to give it a spin to see if I can connect remotely to a DevContainer on another computer. It "should" work, since it's made for this type of scenarios, unlike DevPod which focuses on local.

coder.com/

coder.comCoder | Cloud Development Environment: Remote & Self HostedThe #1 self-hosted cloud development environment with over 50M open source downloads. Discover faster build times & reduce cloud costs with Coder today.
#Linux#FOSS#OSS

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

www.youtube.com - YouTubeAuf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

Devcontainers seem cool, but I'm not a big fan of Microsoft so went looking for an alternative to VSCode. Have been playing around with the open source #devpod and #neovim / lunarvim.

It should be possible to edit "remote" files in the docker container with my local lunarvim setup. I can successfully create remote folders via the netrw.vim 'd' mapping, but creating remote files with the '%' mapping seems to fail. A local buffer is still opened, but I get an error indicating the remote file does not exist

Anyone had any success here?

The #devContainer obsession continues, in part 2 of my blog series. This post is dedicated to DevPod. Not gonna lie: I totally got obsessed with trying to get my #OTel Demo dev container running on the DevPod k8s provider over the last week or so...to the point where I'm sure that it invaded my dreams.

That's okay, because it was a super fun learning experience. Happy reading!

buff.ly/3zZUBUq

Women in Technology · Things I Learned About DevPod After Obsessing Over it for a WeekBy Adriana Villela

Okay so I love the idea behind project-specific dev containers, but I'm constantly wishing to reply less on VS Code. DevPod is great for that, and then I can run nvim inside a remote container.

Is anyone aware of a CLI tool that will prompt you through the existing dev container templates and features, kind of like VS Code does? I'd also love the ability to add custom repos.