this post was submitted on 26 Mar 2024
824 points (98.4% liked)
Comic Strips
12397 readers
2971 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
Gpt4 is pretty awesome for simple stuff. I've just started learning python (Knowing no other language) and made my first project a pyqt GUI for editing the config of a FOSS project. It's reasoning ability is not great, but when you clearly lay out what you want to do, how you want to do it, it because a fantastic natural language to code interpreter. All the fiddly bits I dread typing out I just pop into gpt 3.5, and more complicated stuff gpt4.
I have learned a lot from debugging whenever it gets stuck, and being able to create an actual usable program right from the start is awesome.
Even better is slowly realizing you are understanding what's going on, and the dread of actually studying to learn the language becomes a genuine desire to learn more.