Comment by storoj
2 years ago
import foo from 'foo'
> add comments
// imports
import foo from 'foo'
oh thanks, now I know that these lines that start from "import" are actually imports
2 years ago
import foo from 'foo'
> add comments
// imports
import foo from 'foo'
oh thanks, now I know that these lines that start from "import" are actually imports
The other part of the same example isn't any better. "Collection name".
The twitter embeds are wild too: "If you're still using VS Code, you're falling behind."
It's like crypto bros but for software development.
The current hype cycle indeed reminds me a lot of cryptocurrency. I think there is more substance to generative AI, but the dynamic of wading through all the hype trying to figure out what is and what isn't substantive is giving me deja vu.
Fair but I don't think Cursor is one of those. I'm not using it myself but I've heard a lot of praise. What they're innovating on is the UX where the diff gets integrated into your code in real-time. It's like watching someone fix or change your code per your instructions, instead of using ChatGPT where you basically copypaste it after it's done.
2 replies →
The NFT grifters have simply moved on to AI. I wonder what shiny object will infatuate them next?
I don't think that's entirely fair. There's a product here. I think they're over selling it quite a bit, but it's a real tangible product. This at least has the possibility to be useful.
The “add error handling” example is baffling. I’m not even sure if it’s valid JS to put an export statement in a try/catch block?
Edit: No, it's not valid javascript https://i.imgur.com/9g28y3l.png
I just tilted on the same thing. Worst comments ever!