
GitHub Codespaces
SoftwareWikipedia
10
MENTIONS
7
EPISODES
7
PODCASTS
Search complete. 10 mentions across 7 episodes found for "GitHub Codespaces".
Sep 3, 2026
Where Should Coding Agents Actually Live?
C
20:03CornHOST
I think so.
C
20:05CornHOST
GitHub Codespaces normalized the idea that your development environment lives in the cloud.
C
20:09CornHOST
CI and CD pipelines normalize the idea that code gets built and deployed in the cloud.
C
20:14CornHOST
The agent is just the next thing to move.
DOP 366: How to Prevent npm Supply Chain Attacks
D
31:50David MyttonGUEST
It's providing that environment, making sure that it's got everything installed.
D
31:55David MyttonGUEST
One of the nice features about Codespaces was that they would do things like pre-builds where you would commit and something would move into main and then they would rebuild the base image so that when you needed to spin up a new one, everything was already pre-installed and it could start up in a couple of seconds.
D
32:11David MyttonGUEST
Because otherwise, if you're having to do your dependency installs and all those kind of things, then it can take a long time to create a new environment.
D
32:19Darren PopeHOST
This takes me back to the point to where I don't need hardware on my desk anymore.
V
33:22Viktor FarcicHOST
Now it's not anymore the question of your preferences and company's limitations and what's not, but simply it cannot be done.
D
33:29David MyttonGUEST
It was Apple Silicon that really made me question why am I paying all this money for cloud environments? When the M1 chip came out, this was, I don't know, four or five years ago now, that was...
D
33:41David MyttonGUEST
Also, just around the time that there were a load of interesting startups around this cloud IDE concept, and it's when Codespaces first started as well.
D
33:51David MyttonGUEST
And whilst there were these real benefits of being able to very quickly create a new environment targeted to a particular branch, to be able to create and destroy them quickly, they cost so much and the provisioning of them was so annoying to get up and running.
Anna Larch: Community management and DevRel at Nextcloud in the age of AI PRs
A
33:22Anna LarchGUEST
Then we also have nextcloud.com slash developer, where we currently offer tutorials from building your first PHP app to building your first X app.
A
33:33Anna LarchGUEST
You can do both either in Codespaces.
A
33:36Anna LarchGUEST
So if you're just getting started in development and really just want to get a feel for, is this something I would enjoy? You could use Codespaces on GitHub.
A
33:42Anna LarchGUEST
It's free for up to 60 hours a month, so it doesn't cost you anything.
A
33:47Anna LarchGUEST
We offer tutorials for that.
Episode 548: MCP + Generators with Andy Andrea and Rachael Wright-Munn
R
34:41Rachael Wright-MunnGUEST
It's extra funny because dev environments are with power.
R
34:46Rachael Wright-MunnGUEST
Codespaces.
A
34:47Andy AndreaGUEST
Well, yeah, yeah.
R
34:50Rachael Wright-MunnGUEST
You were like, oh, I'm so sick of these codespaces.
A
35:23Andy AndreaGUEST
years ago.
R
35:24Rachael Wright-MunnGUEST
I will admit, I use the dev containers in Docker.
R
35:27Rachael Wright-MunnGUEST
I don't use Codespaces.
A
35:30Andy AndreaGUEST
I remember back, my first job was consulting environments.
555: Anonymous Rayfin Fabric Apps
T
26:12Tommy PugliaHOST
To your point, can you use a remote? Sure.
T
26:14Tommy PugliaHOST
You still need things to run with NPM, so you're still going to, you know, what, spin up a Codespaces or spin up some Compute.
T
26:23Tommy PugliaHOST
I can do this on a PC.
T
26:24Tommy PugliaHOST
And for Mike, I like this feature a lot, but I'm finding my workflow heavily on MCPs right now where I'm not.
Is Pair Programming Dead? | Code Quality & Engineering Culture Debate
B
12:43Bethany JanosHOST
You can get as like deep or as shallow into it as you want, which is great.
B
12:47Brittany EllichHOST
Yeah, I feel like these were more key when I worked at GitHub and was using Codespaces all the time, too, especially if you were doing some sort of like throwaway environment or ephemeral.
B
12:59Brittany EllichHOST
Sounds nicer than throwaway environment, but something temporary than like customizing that in a consistent way is super key.
B
13:07Brittany EllichHOST
Yeah.
What’s Going On??? Fireside Chat with Neal Bawa
N
37:22Neal BawaGUEST
What I did was I set up the environment for them so that they know exactly how to do it.
N
37:27Neal BawaGUEST
So I used a software called Codespace and a website called GitHub, and then I used another application server called Zavala.
N
37:34Neal BawaGUEST
And I set all of that stuff up for them so that they can't break stuff.
N
37:38Neal BawaGUEST
And they still break stuff, but the vast majority of the infrastructure took me about two or three months to set up.