this post was submitted on 27 Oct 2023
301 points (96.6% liked)

Technology

58142 readers
4136 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 10 months ago (2 children)

I work in IT, you want a list? Probably be quicker to tell you what it's not doing/replacing.

[–] [email protected] 9 points 10 months ago (1 children)

No longer do I have to learn Regex! For that alone AI is worth.

[–] [email protected] 1 points 10 months ago (1 children)

As a dev, I honestly can't understand that. I probably use regex a dozen times a day. Basic regex is so easy and useful, but describing exactly what you want is so iffy for an AI. The basics of regex are also so easy. It's not like most people are trying to, say, parse an email address with regex. Most usage is basic, like "extract this consistent pattern from this text" or "remove this (simple) parameter from this function". It takes me seconds to come up with a working regex in most cases.

[–] [email protected] 2 points 10 months ago

There are many of us, myself included, who struggle with Regex. We are common enough that there is a pretty standard joke among developers that if you have a problem and solve it with Regex, congratulations you now have two problems.

I appreciate what you're saying and you're a god among men if you are proficient in Regex but you're not the norm.

[–] [email protected] 1 points 10 months ago

If you can explain it in a way a graphic designer would understand I would genuinely be interested