Have been coding in codespaces with Copilot for some weeks on a raspberry pi 4 🙂👽🖖... Its crazy 😀👍
@saiham45002 жыл бұрын
it is indeed
@joshuaberrios2 жыл бұрын
Maaaannn.....this is awesome! Really glad I found this video to learn more about GitHub Codespaces.
@vardaanaashish67532 жыл бұрын
Great walkthrough 👌 I'm confused about how you were able to make changes from your local machine in the mysql DB running within the codespaces environment? Did you make the codespace mysql DB address public and then connect from your local?
@Robin-hq5vw Жыл бұрын
I got the same question/problem. Did you find out how to run this? I set my mysql db public but it always says that it can't be found. The db perfectly connects to workbench so I dont know that the problem is.
@fullhalfadder2 жыл бұрын
Can someone explain the use case for codespaces? Who would actually prefer to use this over developing locally? I can't imagine money being a good reason, since it costs minimum $31/month -- assuming 40 hour work weeks. Going only 1 tier higher than basic immediately doubles the cost. What's the difference between this and just having your org use docker?
@oryxconceptual Жыл бұрын
Hobbyists, beginners, quick setup, someone who does not have a powerful enough machine, someone who only needs to contribute/edit a repo on rare occasions, someone who cannot install/setup certain software on the computer they are using (like me), someone who needs to unexpectedly edit code where they do not currently have their usual machine... There are actually a ton of use cases for this. The biggest purpose to it, in my opinion, though, is that it is extremely fast and easy to get up and running anywhere, on any machine, and with consistency.
@DishonoredNerd Жыл бұрын
If you like working on an Ipad Pro. That's the only reason I'm using it.
@kornflakesss Жыл бұрын
i thought so too, currently im working on termux on my tab, it's just that termux sometimes lags behind on some libraries. Prisma for example.
@youngwill6213 Жыл бұрын
Is the power gonna be to easily deploy openai at scale easily on the cloud?
@cristianmihai82952 жыл бұрын
Hi there! Which piece of software do you use to edit your videos on linux?
@alexander.starbuck2 жыл бұрын
A Q from a newbie, potentially really basic one and with an obvious answer: when connecting to a codespace with your local VS Code installation, where are the files which are being worked on? Is it a remote repo I am modifying directly or is the repo cloned to my local machine first, worked on and finally pushed back to remote? I'm asking because I need to work with a EdX CS50 codespace for the CS50 course. Thanks in advance! 🤗
@allanschramm2 жыл бұрын
I'm taking CS50 at the moment, I've completed the third week only using the Codespace created following the course instructions, I didn't need to clone anything, all the files are in the VM, but be careful, if you don't use the Codespace for a while, it will be automatically deleted, you will receive a warning email 1 week before it is deleted.
@liveitout Жыл бұрын
9:27 typo on the website Qulity ==> Quality
@ayushlal23702 жыл бұрын
What vscode theme are you using?
@harshjain83452 жыл бұрын
Is it possible to spin up a emulator for app development in the codespace using expo?
@brad79572 жыл бұрын
It's docker inside a Linux VM so it should be possible. You have terminal access from within VS Code!
@TorqueRanger11 ай бұрын
Is there anyway to get a copy of Codespaces to run on your own containers instead of paying for there plans ??
@olagarto191711 ай бұрын
how do i run int on my own machine?
@filipevalentegomes23832 жыл бұрын
This is cool, but I don't see how someone that can't afford a good computer, is gonna pay to use a code editor on a browser to have better performance.
@brad79572 жыл бұрын
It's very cheap compared to a good computer... Personally it's useful for not having to worry about maintaining a local environment - each project has it's own environment ready to go when you start it (no more switching node/php versions, etc). Italso allows me to develop from any machine and makes it easy for teams to have consistent development environments too!
@boi64pr602 жыл бұрын
You mean something like Google docs but for code?
@brad79572 жыл бұрын
@@boi64pr60 yeah it's VS Code in the browser. You could code on your PC, switch to your phone and carry on!
@luiggymacias57352 жыл бұрын
I think they give you 8 gb ram, 4 cores and 32gb of memory for individual account for free, you can get more if you pay
@plopplop.2 жыл бұрын
8 core VM is 1000$ per year if you use it ~6hours per day. You easily pay for a computer for that price.
@user-wr4yl7tx3w2 жыл бұрын
An idea, can you do a video of using CodeSpace for machine learning
@adrianfirgau55272 жыл бұрын
didnt this existed since like 2020 or before? whats the difference?
@sampson2172 жыл бұрын
I've installed python-tcod via pip using my codespace and imported it into my project but when I run the program a new console is supposed to open but it doesn't. How might I fix this?
@juliennegarcia41572 жыл бұрын
How long is the waitlist? I signed up but I cant access it
@starstuff112 жыл бұрын
I applied yesterday and it is available for me today. Hope you get it soon too!
@tinyentropy2 жыл бұрын
You should have mentioned costs. 😌😉
@BicospaceTech2 жыл бұрын
well, i'm in this video because Github send me an email and they want to delete this code space of mine because they said its full and i never used it, so i don't know what the heck they talking about, that's why i'm searching about it. so guys this option is really great but never trust it with important job otherwise it will be deleted and you don't know about it like what they told me on the email.
@jweewee68832 жыл бұрын
GIT POD MEN GIT PODDDDDDDDDDDDDDDDd
@stepander0072 жыл бұрын
Thanks for pointless video. What you have done is just started a remote machine and connected to it. The pourpose of all this stuff is to automate env setup with devcontainer. And this is a place where things get more complex. By saying I will start the whole eanv with DB and server and... and just connecting to the remote machine makes a lot of confusions. Try to set up simple app with DB and backend using devcontainer. NOT just one Dockerfile. But FE BE and DB. to make it as "I can start whole dev env with one click" and make a video about the development cycle. Because there are a lot of things about hot to rebuild, hot to restart, how to debug, how to commit, what to do inside a Docker container...
@koen.mortier_fitchen Жыл бұрын
Guys, at 8:02 do this first: nvm install 14 nvm use 14
@lerneninverschiedenenforme7513 Жыл бұрын
30 seconds in and still not talking about what it actually is :(