this post was submitted on 17 Jul 2024
686 points (99.0% liked)

PC Gaming

8251 readers
574 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] lmaydev@lemmy.world 1 points 2 months ago (1 children)

I'm a programmer so when learning a new framework or library I use it as an interactive docs that allows follow up questions.

I also use it to generate things like regex and SQL queries.

It's also really good at refactoring code and other repetitive tasks like that

[โ€“] Nachorella@lemmy.sdf.org 2 points 2 months ago

it does seem like a good translator for the less human readable stuff like regex and such. I've dabbled with it a bit but I'm a technical artist and haven't found much use for it in the things I do.