this post was submitted on 28 Mar 2025
2320 points (98.9% liked)
memes
14127 readers
3617 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I can:
But also:
Behold my mixture of skills, and tremble.
The day I started learning Regex was the day I felt like I was really learning computers. I went from 2 hour tasks to 15 minutes.
I doubt you’d even be able to reasonably explain what they are let alone how they work to the average person outside the Millennial generation.
I fear AI data processing will replace much of the Regex skill set. Why learn Regex when the computer just does it for you… 🙄
I agree that regex is an important thing to learn. Not sure any old LLM would do a very good job, and I hope that no tool replaces people actually learning how to write regex.
I'm not sure what you mean about the average person outside the millennial generation not understanding them, though. Maybe I'm mistaken, but I don't think the 'average' person in any generation knows what regex is. Unless there is some reason the average millennial was actually exposed to them and forced to understand them?
As for being doubtful that anyone could understand them aside from a millennial, I assume you're being hyperbolic? Sort of sounds like "Kids these days can never learn what I learned!" (I'm teasing).
Anyway I'm in agreement with you. This thread did remind me of a pretty neat project that, while still requiring domain knowledge, could save some time and be a good learning tool without being as fallible of a crutch as an LLM.
Have not tried it, and am not an experienced developer, so I am curious to your thoughts/criticisms: https://github.com/pemistahl/grex
That's a good idea actually. I hate writing regex, so I asked Gemini to do it just now. Once I explained it in the format it wanted: what the source would be, what I wanted filtered and the language I planned to use it with it spat out a perfect expression without me needing to even use my brain. Technology is wonderful.
I'm sure LLMs can get it right, but if I was going to use a tool for something like that, I'd want one that was more deterministic like the linked tool claims to be.