home.social

#codespaces — Public Fediverse posts

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

fetched live
  1. Cheat sheet cara refresh GitHub Codespaces langsung dari browser: Restart, Rebuild Container, Full Rebuild. Plus diagram alur singkat kapan pilih yang mana.

    #fediverse #Refresh #GitHub #Codespaces

    dalam.web.id/warta-tekno/refre

  2. Logging in to #claude code from within a codespace can be a bit of a pain because of the localhost redirect. Claude and I wrote a little client side javascript app to guide users (including me) through a process that works to generate a correct URL to complete the process. I hope someone out there finds it useful.

    pngwen.github.io/codespaces-cl

    #ai #codespaces

  3. Logging in to code from within a codespace can be a bit of a pain because of the localhost redirect. Claude and I wrote a little client side javascript app to guide users (including me) through a process that works to generate a correct URL to complete the process. I hope someone out there finds it useful.

    pngwen.github.io/codespaces-cl

  4. Whoever at #GitHub decided to make the period key open #Codespaces clearly does not own both a numpad and a cat.

  5. Whoever at decided to make the period key open clearly does not own both a numpad and a cat.

  6. Letztes Jahr um diese Zeit war das #Vibecoding mit #Cursor ja meine große Neuentdeckung.

    Dieses Jahr: Kleinere, schlankere Tools wie #OSIRIS als FIS oder einzelne #FDM-Tools, die in #Github vorliegen, in #Codespaces "mal eben ausprobieren", ohne eine*n Admin mit Installation eines Testservers nerven zu müssen. Soweit ich das sehe, funktioniert das dann sehr gut, wenn ein Tool schon docker-fähig/-freundlich ist.

    Dann lässt sich aber durchaus viel Spaß und Erkenntnisgewinn haben.

  7. Letztes Jahr um diese Zeit war das #Vibecoding mit #Cursor ja meine große Neuentdeckung.

    Dieses Jahr: Kleinere, schlankere Tools wie #OSIRIS als FIS oder einzelne #FDM-Tools, die in #Github vorliegen, in #Codespaces "mal eben ausprobieren", ohne eine*n Admin mit Installation eines Testservers nerven zu müssen. Soweit ich das sehe, funktioniert das dann sehr gut, wenn ein Tool schon docker-fähig/-freundlich ist.

    Dann lässt sich aber durchaus viel Spaß und Erkenntnisgewinn haben.

  8. Cheat sheet cara refresh GitHub Codespaces langsung dari browser: Restart, Rebuild Container, Full Rebuild. Plus diagram alur singkat kapan pilih yang mana.

    #fediverse #Repost #WartaTekno #Refresh #GitHub #Codespaces

    dalam.web.id/artikel/refresh-c

  9. "GitHub Codespaces provides full development environments in your browser, and is free to use with anyone with a GitHub account. Each environment has a full Linux container and a browser-based UI using VS Code.

    I found out today that GitHub Codespaces come with a GITHUB_TOKEN environment variable... and that token works as an API key for accessing LLMs in the GitHub Models collection, which includes dozens of models from OpenAI, Microsoft, Mistral, xAI, DeepSeek, Meta and more.

    Anthony Shaw's llm-github-models plugin for my LLM tool allows it to talk directly to GitHub Models. I filed a suggestion that it could pick up that GITHUB_TOKEN variable automatically and Anthony shipped v0.18.0 with that feature a few hours later.

    ... which means you can now run the following in any Python-enabled Codespaces container and get a working llm command:"

    simonwillison.net/2025/Aug/13/

    #GitHub #Codespaces #LLMs #AI #GenerativeAI #Containers #Linux

  10. "GitHub Codespaces provides full development environments in your browser, and is free to use with anyone with a GitHub account. Each environment has a full Linux container and a browser-based UI using VS Code.

    I found out today that GitHub Codespaces come with a GITHUB_TOKEN environment variable... and that token works as an API key for accessing LLMs in the GitHub Models collection, which includes dozens of models from OpenAI, Microsoft, Mistral, xAI, DeepSeek, Meta and more.

    Anthony Shaw's llm-github-models plugin for my LLM tool allows it to talk directly to GitHub Models. I filed a suggestion that it could pick up that GITHUB_TOKEN variable automatically and Anthony shipped v0.18.0 with that feature a few hours later.

    ... which means you can now run the following in any Python-enabled Codespaces container and get a working llm command:"

    simonwillison.net/2025/Aug/13/

    #GitHub #Codespaces #LLMs #AI #GenerativeAI #Containers #Linux

  11. Coding in The Cloud: Getting Started with GitHub Codespaces

    My session recording for the GitHub Aotearoa User group is up, this session is Getting Started with GitHub Codespaces! If interested, check it out.

    #github #codespaces #mvpbuzz

    youtube.com/watch?v=fMpfA8_42hs

  12. Coding in The Cloud: Getting Started with GitHub Codespaces

    My session recording for the GitHub Aotearoa User group is up, this session is Getting Started with GitHub Codespaces! If interested, check it out.

    #github #codespaces #mvpbuzz

    youtube.com/watch?v=fMpfA8_42hs

  13. I was looking for an #IDE on #Android to do some smaller #programming tasks when I have only my tablet with me.
    I tried with #Termux, but their package manager is really bad and failed to install something I needed.
    I shied away from #GitHub #Codespaces, but after that bad experience, I gave it a try, and it seems to do what I want.

  14. I was looking for an #IDE on #Android to do some smaller #programming tasks when I have only my tablet with me.
    I tried to set up something with #Termux, but their package manager is really bad and failed to install something I needed.
    I shied away from #GitHub #Codespaces, but after that bad experience, I gave it a try, and it seems to do what I want.

  15. Oh joy, another riveting piece on the absolutely thrilling world of base images, because everyone knows reading about #Docker is just as exciting as watching paint dry. 😴🔧 Apparently, #GitHub thinks if they cram enough #buzzwords like "Copilot" and "Codespaces" in there, you'll forget that what you're really doing is reinventing the digital wheel. 🚀💻
    github.com/avkcode/container-t #Copilot #Codespaces #TechHumor #HackerNews #ngated

  16. Oh joy, another riveting piece on the absolutely thrilling world of base images, because everyone knows reading about #Docker is just as exciting as watching paint dry. 😴🔧 Apparently, #GitHub thinks if they cram enough #buzzwords like "Copilot" and "Codespaces" in there, you'll forget that what you're really doing is reinventing the digital wheel. 🚀💻
    github.com/avkcode/container-t #Copilot #Codespaces #TechHumor #HackerNews #ngated

  17. Spin up a #cloud based #development environment that emulates #GitHub #Codespaces. We define the environment using the devcontainer.json spec and establish a secure tunnel to mount your local file system on a remote server. This setup runs on #Hetzner Cloud, starts in under 5 minutes, and costs less than one-sixth the price of GitHub Codespaces. devcontainer.community/2025021

  18. Spin up a #cloud based #development environment that emulates #GitHub #Codespaces. We define the environment using the devcontainer.json spec and establish a secure tunnel to mount your local file system on a remote server. This setup runs on #Hetzner Cloud, starts in under 5 minutes, and costs less than one-sixth the price of GitHub Codespaces. devcontainer.community/2025021

  19. Pre-commit Hooks in GitHub Codespaces for Terraform IaC

    These hooks serve as an early defense against common issues, ensuring code quality and consistency before changes are committed to version control.

    Today, we are going to discuss pre-commit with GitHub Codespaces.

    #azure #codespaces #github #git #precommit #devops #terraform #mvpbuzz

  20. Pre-commit Hooks in GitHub Codespaces for Terraform IaC

    These hooks serve as an early defense against common issues, ensuring code quality and consistency before changes are committed to version control.

    Today, we are going to discuss pre-commit with GitHub Codespaces.

    #azure #codespaces #github #git #precommit #devops #terraform #mvpbuzz

  21. How would a current code environment for Python backend Developer look like?

    Would you put your whole Environment on your local notebook? Like a hell-expensive MacBook with 64 GB of memory to just run Elastic/OpenSearch, a relational Database, Redis and Uvicorn as well as IDE and Browser and stuff?

    Or would anyone use a cloud instance for every developer for Elastic/OS + MySQL + Redis?

    Or would anyone use something like Githubs Codespace and completely work in the cloud?

    Im unsure what is the best way to give developers the right tools for their job.

    Any suggestions?

    #github #python #dev #development #ide #elastic #Codespaces #cloud

  22. How would a current code environment for Python backend Developer look like?

    Would you put your whole Environment on your local notebook? Like a hell-expensive MacBook with 64 GB of memory to just run Elastic/OpenSearch, a relational Database, Redis and Uvicorn as well as IDE and Browser and stuff?

    Or would anyone use a cloud instance for every developer for Elastic/OS + MySQL + Redis?

    Or would anyone use something like Githubs Codespace and completely work in the cloud?

    Im unsure what is the best way to give developers the right tools for their job.

    Any suggestions?

    #github #python #dev #development #ide #elastic #Codespaces #cloud

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

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

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

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

  27. #GitHub Models ➡️ GitHub's answer to #HuggingFace

    A new generation of #AI engineers building on GitHub

    🧠 Access AI #LLM directly on GitHub
    🎮 #Test in #playground, code in #Codespaces
    🚀 Deploy to production via #Azure
    🤝 Models from #Meta, #Mistral, #Azure #OpenAI, #Microsoft
    👨‍💻👩‍💻 Aims to make every developer an AI engineer
    🆕 Limited public beta available now

    buff.ly/3YtPqWX

  28. #GitHub Models ➡️ GitHub's answer to #HuggingFace

    A new generation of #AI engineers building on GitHub

    🧠 Access AI #LLM directly on GitHub
    🎮 #Test in #playground, code in #Codespaces
    🚀 Deploy to production via #Azure
    🤝 Models from #Meta, #Mistral, #Azure #OpenAI, #Microsoft
    👨‍💻👩‍💻 Aims to make every developer an AI engineer
    🆕 Limited public beta available now

    buff.ly/3YtPqWX

  29. Push Docker Images to Azure Container Registry with GitHub Codespaces 🚀

    Learn how to seamlessly pull and push Docker images from DockerHub to Azure Container Registry using GitHub Codespaces. luke.geek.nz/azure/push-docker

    #GitHub #Codespaces #Azure #Docker #ContainerRegistry

  30. Push Docker Images to Azure Container Registry with GitHub Codespaces 🚀

    Learn how to seamlessly pull and push Docker images from DockerHub to Azure Container Registry using GitHub Codespaces. luke.geek.nz/azure/push-docker

    #GitHub #Codespaces #Azure #Docker #ContainerRegistry

  31. Anyone getting SSL Cert errors when using #codespaces #github - I've had codespaces.new/NFDI4Culture/se on the front of a repo for months - and as of a couple of days ago it stopped working?

  32. Anyone getting SSL Cert errors when using #codespaces #github - I've had codespaces.new/NFDI4Culture/se on the front of a repo for months - and as of a couple of days ago it stopped working?

  33. Am I right in believing everyone has access to #GitHub #Codespaces for public projects these days?
    I wanted to be able to use them for some training stuff

  34. Am I right in believing everyone has access to #GitHub #Codespaces for public projects these days?
    I wanted to be able to use them for some training stuff

  35. CW: CW Github Superhacker

    Es gibt doch bestimmt einen #Hack, um #Github #Codespaces per #SSH ohne #VScode zu benutzen.

    Naja, viel Spaß bei der Suche nach dem "Hack", wenn's einfach supported ist. 🤪 Ist ja bald Wochenende.

    cli.github.com/manual/gh_codes

  36. CW: CW Github Superhacker

    Es gibt doch bestimmt einen #Hack, um #Github #Codespaces per #SSH ohne #VScode zu benutzen.

    Naja, viel Spaß bei der Suche nach dem "Hack", wenn's einfach supported ist. 🤪 Ist ja bald Wochenende.

    cli.github.com/manual/gh_codes

  37. Hey #yqr #tech community, I'm presenting a free lunch-and-learn on Dev Containers with #VSCode and #GitHub #Codespaces on March 8th, sponsored by HackREGINA.

    I'm also considering a virtual event for folks that aren't local. If that interests you, let me know! If there's enough interest I'll do it.

    eventbrite.ca/e/lunch-n-learn-