this post was submitted on 13 May 2025
459 points (100.0% liked)

TechTakes

1911 readers
90 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] thedeadwalking4242@lemmy.world 17 points 3 weeks ago (10 children)

With grep it’s me who hallucinates that I can right good regex :,)

[–] froztbyte@awful.systems 11 points 3 weeks ago (9 children)

(I don't mean to take aim at you with this despite how irked it'll sound)

I really fucking hate how many computer types go "ugh I can't" at regex. the full spectrum of it, sure, gets hairy. but so many people could be well served by decently learning grouping/backrefs/greedy match/char-classes (which is a lot of what most people seem to reach for[0])

that said, pomsky is an interesting thing that might in fact help a lot of people go from "I want $x" as a human expression of intent, to "I have $y" as a regex expression

[0] - yeah okay sometimes you also actually need a parser. that's a whole other conversation. I'm talking about "quickly hacking shit up in a text editor buffer in 30s" type cases here

[–] thedeadwalking4242@lemmy.world 6 points 3 weeks ago (2 children)

The funny thing is, I’m just going with the joke, I’m actually pretty good with regex lol

[–] froztbyte@awful.systems 4 points 3 weeks ago (1 children)

woo! but still also check out pomsky, it's legit handy!

[–] froztbyte@awful.systems 3 points 3 weeks ago

(also I did my disclaimer at the start there, so, y'know (but also igwym))

load more comments (6 replies)
load more comments (6 replies)