this post was submitted on 27 Jun 2024
389 points (96.6% liked)
Comic Strips
12398 readers
3071 users here now
Comic Strips is a community for those who love comic stories.
The rules are simple:
- The post can be a single image, an image gallery, or a link to a specific comic hosted on another site (the author's website, for instance).
- The comic must be a complete story.
- If it is an external link, it must be to a specific story, not to the root of the site.
- You may post comics from others or your own.
- If you are posting a comic of your own, a maximum of one per week is allowed (I know, your comics are great, but this rule helps avoid spam).
- The comic can be in any language, but if it's not in English, OP must include an English translation in the post's 'body' field (note: you don't need to select a specific language when posting a comic).
- Politeness.
- Adult content is not allowed. This community aims to be fun for people of all ages.
Web of links
- !linuxmemes@lemmy.world: "I use Arch btw"
- !memes@lemmy.world: memes (you don't say!)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
"Just give me this and I'll do the rest" is actually a pretty great workflow, in my experience. AI isn't at the point where you can just set it loose to work on its own but as a collaborator it saves me a huge amount of hassle and time.
In my experience about 1 percent of suggestions are of that quality, and that's only for snippets of a few lines of code at most. It almost certainly wastes more time than it saves.
I'm a hobbyist, but I've found it to be pretty helpful. Seems like main thing is chunking requests down.
If it's a domain I'm completely unfamiliar with then it's not a good fit because I'm no longer able to identify where it's gone off the rails.
What does "chunking requests down" mean?
Just splitting something up into smaller tasks.
I'm sure I don't need to tell you, but you wouldn't be like "chatgpt write me an app for telling me the weather" you'd be like "I'm building an app in such and such a framework and working with such and such an API, how would I format this request" (or whatever)