Cheat sheet cara refresh GitHub Codespaces langsung dari browser: Restart, Rebuild Container, Full Rebuild. Plus diagram alur singkat kapan pilih yang mana.
Is it just me, or are the code spaces on github almost entirely useless?
They take ages to startup and in almost all cases you'd even be faster if you first had to rent a VPS at e.g. hetzner and did the git clone there in cases where you want to e.g. rewrite a commit message or some other simple git task.
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
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.
since I rely on #girhub #codespaces at work, I really want to find the time to tinker with #devpod in #bluefin. especially since I've been using the #zed editor instead of #vscode.
last time I tried, I couldn't get it working, likely due to my ignorance of the dev process. I recall that it was moving to a #flatpak soon (or already has?) so maybe it's the time to give it a go.
I need to find a tutorial.