- Видео 139
- Просмотров 18 340
JKLab
США
Добавлен 20 авг 2019
Coding with Copilot - Whoops I Made Something Better
As a demonstration of some coding with AI principles, I set out to recreate an app I made from scratch the other day, but after a quick brainstorm with copilot chat, pivoted midstream and made something way better.
Bumps and crashes are kept as-is. No editing has occurred, ain't nobody got time for that.
Tools to play along:
- [VSCode](code.visualstudio.com/)
- [Github Copilot extension](marketplace.visualstudio.com/items?itemName=GitHub.copilot)
- [Github Copilot Chat extension](marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat)
- [Github account](github.com/) (for copilot access)
- [Copilot quickstart guide](docs.github.com/en/copilot/quickstart?tool=vscode)
- [OpenMeteo API](...
Bumps and crashes are kept as-is. No editing has occurred, ain't nobody got time for that.
Tools to play along:
- [VSCode](code.visualstudio.com/)
- [Github Copilot extension](marketplace.visualstudio.com/items?itemName=GitHub.copilot)
- [Github Copilot Chat extension](marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat)
- [Github account](github.com/) (for copilot access)
- [Copilot quickstart guide](docs.github.com/en/copilot/quickstart?tool=vscode)
- [OpenMeteo API](...
Просмотров: 48
Видео
How To: Build the Zed editor for windows from source (or download it from msys, whatever)
Просмотров 3 тыс.3 месяца назад
How To: Build the Zed editor for windows from source (or download it from msys, whatever)
ISC 250 - 8 - Loops and Arrays
Просмотров 425 месяцев назад
Take notes on any questions you want to ask during office hours!
COG 166 - 5.1 - Neural Modeling and Boolean Functions
Просмотров 385 месяцев назад
COG 166 - 5.1 - Neural Modeling and Boolean Functions
COG 166 - 5.3 - Neural Networks Applications and Information Processing
Просмотров 45 месяцев назад
COG 166 - 5.3 - Neural Networks Applications and Information Processing
COG 266 - 11 - Habituation and Classical Conditioning
Просмотров 275 месяцев назад
COG 266 - 11 - Habituation and Classical Conditioning
ISC 250 - Demo 6 - Loops in JavaScript
Просмотров 275 месяцев назад
ISC 250 - Demo 6 - Loops in JavaScript
COG 166 - 5.4 - Neural Networks and Language Learning
Просмотров 95 месяцев назад
COG 166 - 5.4 - Neural Networks and Language Learning
COG 166 - 6.1 - Dynamical Systems Theory
Просмотров 255 месяцев назад
COG 166 - 6.1 - Dynamical Systems Theory
COG 266 - 12 - Contiguity and Contingency
Просмотров 265 месяцев назад
COG 266 - 12 - Contiguity and Contingency
ISC 250 - Demo 7 - Objects in JavaScript
Просмотров 225 месяцев назад
ISC 250 - Demo 7 - Objects in JavaScript
COG 166 - 5.5 - Neural Networks and Folk Physics
Просмотров 55 месяцев назад
COG 166 - 5.5 - Neural Networks and Folk Physics
ISC 220 - 06 Normalization and Phrases
Просмотров 1725 месяцев назад
ISC 220 - 06 Normalization and Phrases
sir how do u change PS C:\Users\... path in zed i would like to change it because the cargo not running its default path.
Super, thank u a lot
Can we disable AI and save some resources and screen real estate?
TL;DR wait for the official release.
worked great Thank you!!
amigo puedes compartir el nombre del tema que usas?
Can you send me the exe?
😂
scoop bucket add versions scoop install versions/zed-nightly
Mine gives the same error on msys32 or cargo (I am using windows), [2024-11-10T09:06:51+03:00 ERROR fs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] } [2024-11-10T09:06:51+03:00 ERROR fs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] } [2024-11-10T09:06:52+03:00 ERROR fs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] } [2024-11-10T09:06:52+03:00 ERROR fs] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] } Zed failed to open a window: NoSupportedDeviceFound. See zed.dev/docs/linux for troubleshooting steps.
bro pls make a complete video on how to install it. you already have it installed and I can't understand shit
It's work for me, and i try that is awesome
seems like a lot of work, plus installing a lot of crap on your system just to get an editor that's marginally better than vscode in some aspect, and massively worse than vscode in other aspects.
VSCode is ready to go for a long time. Zed is not ready for Windows yet, it's not a fair comparison. He is teaching how to build from scratch, have you ever tried to build VSCode from scratch and compare? I have no doubt that VSCode also install a lot of crap before building it.
Thank you for sharing this, very helpful.
Your RUclips content is good, I want to give you some tips, on how to get your videos to the top of RUclips search results.
who else is here from oswego !!!!
"Copyright 2050 by nobody. All rights reversed" on the CSS example page was good lol.
Nice presentation. I've been personally researching how we can interpret and understand the mental state of players through gameplay data. It's interesting that you found and observed expert players. My research has always centered around being a player+expert+researcher+developer. I use my personal experience to guide me intuitively to different areas of research. Then I make games to test things. I've developed a game about learning that tracks player progress and ability so I could have intricate data of player skill over time. Fun times.