this post was submitted on 12 Jul 2025
354 points (95.4% liked)

Programming

21571 readers
213 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Ek-Hou-Van-Braai@piefed.social -2 points 3 days ago (21 children)

I wish AI was never invented, but surely this isn't ture.

I've been able to solve coding issues that usually took me hours in minutes.

Wish it wasn't so, but it's been my reality

[–] Traister101@lemmy.today 5 points 3 days ago (19 children)

LLMs making you code faster means your slow not LLMs fast

[–] Ek-Hou-Van-Braai@piefed.social -2 points 2 days ago (18 children)

I doubt anyone can write complex regex in ~30 seconds, LLM's can

[–] TehPers@beehaw.org 0 points 2 days ago

Depends on what you need to match. Regex is just another programming language. It's more declarative than traditional languages though (it's basically pattern matching).

Pattern matching is something I already do a lot of in my code, so regexes aren't that much different.

Regardless, the syntax sucks. It takes some time to get familiar with it, but once you get past that, it's really simple.

load more comments (17 replies)
load more comments (17 replies)
load more comments (18 replies)