this post was submitted on 22 Jun 2025
480 points (99.0% liked)

Programming

21127 readers
350 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
[–] ulterno@programming.dev 2 points 3 days ago

There are some times when I wish I were better at regexp and scripting.
Times when I am writing a similar kind of thing again and again, which is just different enough (and small enough number of repetitions) that it doesn't seem viable to make the script.

At those times, I tend to think - maybe Cursor would have done this part well - but have no real idea since I have never used it.

On the other hand, if I had a scripting endpoint from clang, ^[which would have taggified parts of code (in the same tone as "parts of speech") like functions declaration, return type, function name, type qualifier etc.], I would have used that to make a batch processor for even a repetition as small as 10 and wouldn't have thought once about AI.