you are viewing a single comment's thread
view the rest of the comments
[–] 34 points 1 year ago (87 children)

No the fuck it's not

I'm a pretty big proponent of FOSS AI, but none of the models I've ever used are good enough to work without a human treating it like a tool to automate small tasks. In my workflow there is no difference between LLMs and fucking grep for me.

People who think AI codes well are shit at their job

  • source
  • hideshow 87 child comments
  • [–] 30 points 1 year ago (53 children)

    In my workflow there is no difference between LLMs and fucking grep for me.

    Well grep doesn't hallucinate things that are not actually in the logs I'm grepping so I think I'll stick to grep.

    (Or ripgrep rather)

  • source
  • parent
  • hideshow 53 child comments
  • [–] 17 points 1 year ago (10 children)

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

  • source
  • parent
  • hideshow 10 child comments
  • [–] 11 points 1 year 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

  • source
  • parent
  • hideshow 9 child comments
  • [–] 8 points 1 year ago* (5 children)

    Hey. I can do regex. It's specifically grep I have beef with. I never know off the top of my head how to invoke it. Is it -e? -r? -i? man grep? More like, man, get grep the hell outta here!

  • source
  • parent
  • hideshow 5 child comments
  • load more comments (3 replies)
  • load more comments (3 replies)
  • load more comments (42 replies)
  • load more comments (28 replies)