lemon on Nostr: You’re already too productive, bro We’re all just trying to catch! I mostly use ...
You’re already too productive, bro
We’re all just trying to catch!
I mostly use Claude and ChatGPT; I haven’t used Cursor or v0 yet and I’ve only use Perplexity as a Google Search alternative
They’ve been great for me to learn from and I find them more engaging/faster than watching a 20+ minute video on how to use a library or new language
Claude is cool because it can render its own code in a side panel so you get an immediate preview for HTML, React and JavaScript
I’ve found the most success in highly specific and pointed tasks where it can save me from writing dozens of lines of simple code and it’s great for new tool discovery
For example:
I was previous using Python library Pillow to draw text on images, which takes a couple seconds to do the HTTP request, run, and return to client side. I asked AI “is there a way to ‘screenshot’ an element using JavaScript?” And I found a new tool that can render the same result client side instantly
What tools do you normally use while programming?
We’re all just trying to catch!
I mostly use Claude and ChatGPT; I haven’t used Cursor or v0 yet and I’ve only use Perplexity as a Google Search alternative
They’ve been great for me to learn from and I find them more engaging/faster than watching a 20+ minute video on how to use a library or new language
Claude is cool because it can render its own code in a side panel so you get an immediate preview for HTML, React and JavaScript
I’ve found the most success in highly specific and pointed tasks where it can save me from writing dozens of lines of simple code and it’s great for new tool discovery
For example:
I was previous using Python library Pillow to draw text on images, which takes a couple seconds to do the HTTP request, run, and return to client side. I asked AI “is there a way to ‘screenshot’ an element using JavaScript?” And I found a new tool that can render the same result client side instantly
What tools do you normally use while programming?