Replying to Avatar lemon

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?

Avatar
Dustin Dannenhauer 1y ago

I’m doing it all in pycharm and a terminal. So

much copy / pasting from that into Claude. GitHub copilot although it’s been disabled more often recently.

Once I understand or get some code

from these systems, I’ll take it back and review it myself, in the IDE.

Reply to this note

Please Login to reply.

Discussion

No replies yet.