Live data from Hacker News

Show HN: Windsurf – Agentic IDE

codeium.com

21–30 of 55 posts

Re: Show HN: Windsurf – Agentic IDE

#22
post #11

It's a cool idea but i really don't see how this is any diff from Cursor IDE. It might have features that are totally diff from Cursor but visually looking it just looks to me exactly like Cursor

Cursor doesn't edit files directly last time I checked.

It does edit files directly when using its' Composer feature (Ctrl/Cmd+I).

Re: Show HN: Windsurf – Agentic IDE

#24

Earlier quoted context omitted.

Felt like I was watching Silicon Valley.

Did you notice Russ Hanneman? It's supposed to be a play on SV.

Fun fact: the Codeium office is actually the Pied Piper office from the show [1], so yeah, they like Silicon Valley.

[1] https://x.com/codeiumdev/status/1851400416946462967

Re: Show HN: Windsurf – Agentic IDE

#25
> an AI that can […] tackle complex tasks independently like an Agent. The AI is completely in sync with you, every step of the way.

How can it tackle complex tasks independently if it is completely in sync with the user every step of the way?

The marketing copy seems to promise contradictory properties.

Re: Show HN: Windsurf – Agentic IDE

#26

I’ve been using it the past few days. It’s both magical and terrible. They do their own terminal management so you’re fighting env issues that make no sense. It somehow spawns a terminal that can’t find my installed version of node, so then it asks me to brew install one, but will this now screw up my system or no? It’s an uncanny valley moment where it’s close, but also not really there. Hopefully the team can quick…

I just got done with my first session in Windsurf. It's mostly magical, but the terminal implementation leaves something to be desired. That doesn't seem like it would take much to fix though. Setting that aside, this thing is insane. I spun up a Django project/app and was able to accomplish in about 5 minutes what would normally take over an hour. The way it seamlessly edits multiple files in unison is unbelievably powerful. You can create a URL route, a view, a model and a template all in one swipe and it gets it right time after time. I'm impressed.

Re: Show HN: Windsurf – Agentic IDE

#27

I’ve been using it the past few days. It’s both magical and terrible. They do their own terminal management so you’re fighting env issues that make no sense. It somehow spawns a terminal that can’t find my installed version of node, so then it asks me to brew install one, but will this now screw up my system or no? It’s an uncanny valley moment where it’s close, but also not really there. Hopefully the team can quick…

> somehow spawns a terminal that can’t find my installed version of node

That's weird. It just runs my usual zsh profile files. Have you got some very customised shell init?

Re: Show HN: Windsurf – Agentic IDE

#28
I haven’t experienced any of the terminal issues people stress complaining about. Maybe they fixed it?

Today I had it build me an Angular component I could use to recognize and decode barcodes through the device camera. It did an excellent job and worked with just a little coaxing. I’m impressed.

Re: Show HN: Windsurf – Agentic IDE

#29
I always develop remotely from windows laptop to Linux servers using VSCode's remote ssh extension.

I don't know why you must fork the remote ssh extension, please keep these basic settings. Without supporting "remote.SSH.path", I can't connect to my server using putty. (Please refer to https://github.com/MarkusDeutschmann/ssh2plink)

Re: Show HN: Windsurf – Agentic IDE

#30
post #29

I always develop remotely from windows laptop to Linux servers using VSCode's remote ssh extension. I don't know why you must fork the remote ssh extension, please keep these basic settings. Without supporting "remote.SSH.path", I can't connect to my server using putty. (Please refer to https://github.com/MarkusDeutschmann/ssh2plink )

I patched ssh2plink and can connect to my server. But, "Open Folder" button wants to open local folder. It seems that the remote ssh connection is not supported yet...
Post reply on HN