Q: Can Cursor execute CLI commands of its own volition?
A: No, Cursor will not decide what commands to run and execute them independently. As a code editor, Cursor requires explicit user input to execute any CLI commands.
This is what makes #claudecode different
I'm going to be tweeting about Claude Code. A new AI product from Anthropic, designed to (surprise!) help you write code. I had thought it was similar to other products in the space - Cursor etc - but the more I use it, the more I think it's revolutionary #claudecode
@czue nice article https://t.co/dkHWeFRTjj Now a dumb question (new to SEO). Why write for someone else on Medium? Why not start your own Medium blog? Assume because others have large number of readers to syndicate to?
@samgoodwin89@adam_ruka Call me stoopid but I don't understand how, if Pulumi uses this CloudControl API, and that is no faster than CloudFormation, then Pulumi can be held up as a paragon of speed
@alexbdebrie can apigw validate the format of query string parameters, as opposed to their existence? Apologies for direct ping but u the oracle and I am struggling with docs :)
@theburningmonk Maintaining a productive workflow. You want to test in the cloud, but every change takes ages because cloudformation deploy times. So you mock stuff locally, more productive, but miss edge cases in the cloud. Etc