Replacing VSCode with Cursor

preview_player
Показать описание
Cursor is VSCode with OpenAI baked in.
00:00:00 - Cursor Editor
00:04:09 - Powershell Profile edits
00:16:17 - Winutil work in Cursor
00:19:59 - Github Readme Gif Setup
00:54:41 - Working on PRs in Cursor
01:28:38 - Microwin Modifications
01:34:25 - Cool Adobe Cleaner
01:38:59 - Wrap up .

Рекомендации по теме
Комментарии
Автор

I really like self hosting, so for AI coding I'm using Tabby with VS/Code. Not sure how it compares to ChatGPT etc, but the model I'm using is DeepseekCoder-6.7B, and it seems to work pretty good. It often auto-completes exactly what I'm after, and seems to understand the context. Working with Typescript, but even opening a Docker compose file and setting up Volumes, and it picked the correct paths etc. Also my GPU is just a mid range 4060ti, picked the ti variant as it comes with 16GB, and that very useful for AI models. Of course it doesn't work 100% of the time, but I'll often still use the autocomplete and fix.

keithjohnson
Автор

I am a web developer mainly typescript with a strong php background. I use VSCode/Codium exclusive for many years, best for me.

DominikZogg
Автор

what is the difference between this and vscode+copilot ?

CodeEnthusiast
Автор

0:20 I doubt IntelliJ is the biggest IDE for professional programmers. I would guess it's Visual Studio.

alastairtheduke
Автор

What version of windows 11 would you recommend when doing a fresh clean install?

DrRoiba
Автор

I am not a programmer. I used to be a network admin Microsoft certified in the late 80's into the 90's. Networking in the XP era was so shocking compared to what I used to have to do, I will use notepad today as a scratch pad. If I am following a tutorial on something, I will copy and paste commands and not into it, then as I check off something I then delete the part that is complete. Or if I get a call say for an appointment I put it there while I am on the phone, then put it on my calendar all touched up and just close notepad. I don't know if I have actually saved anything from it in years.

Steven_VESY
Автор

Biggest drawback with cursor is the fact that it doesn't work with remote: containers extensions and that's pivotal to my workflow, especially on windows.

durden
Автор

This is out of the video context, but i wanna ask is winUtil Bundle that $10 can be used offline?

calvterid
Автор

To execute directly a pyscript at least in Linux, add the python shebang, save file and change execution permission, the thing is I don't know if it works on WSL or what's the shebang reference on WSL

archygonzalez
Автор

which operating system do you recommend

computer_workout
Автор

As soon as I saw circular dependency, I was like yep, file name problem it can't be the same as a package.

sids
Автор

What part in the video did you use the AI?

sixthsense
Автор

You can even run zsh instead of bash, it's a modern better iteration of bash.

ernestoditerribile
Автор

WRT to $INDEX, could I suggest that a detection of a custom ISO followed by a warning or comment on "How to use a custom ISO" might be betterr than a convoluted and difficult to maintain regex selection.

TerrysOnFaceBook
Автор

why does it looks like vs code..? maybe this is a vs code fork with some ai stuff.

xNajmul
Автор

22:33 how do i get this type of downloading screen

reti.cent.
Автор

I'v tried windows lately, lived in it for a day or two. And like cocain, it was fun for those days but coming to my sences after the fact, like cocain; I don't want to get addicted to something that I know isn't good for me.

MrGFYne
Автор

A lot of your issues would go away if you simply read the error/ warning messages lol

It screamed at you for using pipx to install it and said to use pip instead

GRYSRGNCS
Автор

Why don't you use a VPS for these demonstrations, so your Shown IP, isn't related to your business/personal IP.
This to prevent script kiddies from flooding/attacking you.

ernestoditerribile
Автор

The biggest IDE in professional programming is IntelliJ? Yeah right.

Mr.DarrenGriffin