Curso Gratuito Soluções de IA no GitHub: Aprenda Copilot, Codespaces e GitHub Actions
https://guiadeti.com.br/curso-gratuito-solucoes-ia-github-copilot/
#automacao #cd #ci #cloudcomputing #codespaces #desenvolvimentodesoftware #devops #github #githubactions #githubcopilot #ia #inteligenciaartificial #programacao #tecnologia
https://guiadeti.com.br/curso-gratuito-solucoes-ia-github-copilot/?fsp_sid=1047
Cheat sheet cara refresh GitHub Codespaces langsung dari browser: Restart, Rebuild Container, Full Rebuild. Plus diagram alur singkat kapan pilih yang mana.
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.
Cheat sheet cara refresh GitHub Codespaces langsung dari browser: Restart, Rebuild Container, Full Rebuild. Plus diagram alur singkat kapan pilih yang mana.
Sitting at Starbucks with just my iPad, and I’m literally writing and running code like I’m on a full laptop. ☕💻 GitHub Codespaces makes it super easy, a full dev environment in the cloud, no setup headaches. Kinda wild that all I need now is WiFi and coffee.
Любопытный подгон от Саймона: codespace с предустановленной его тулзой llm, работающей через бесплатные GitHub Models
https://simonwillison.net/2025/Aug/13/codespaces-llm/#atom-everything
"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:"
https://simonwillison.net/2025/Aug/13/codespaces-llm/
#GitHub #Codespaces #LLMs #AI #GenerativeAI #Containers #Linux