the original said reggae but i misread it as regex and got this idea lol

original comic artist: thisstupidtwink@insta

  • morto@piefed.social
    link
    fedilink
    English
    arrow-up
    35
    ·
    edit-2
    22 hours ago

    A couple of years ago, there was a guy wanting to use some llm-based agentic whatever to extract a specific information from a group of research articles in pdf. His justification was that it was a complex kind of information that needed to be extracted. After the same task was assigned to me, I dumped the llm and did the same thing, with fewer errors and much faster, by just using some regex patterns with pdfgrep. It can be complicated, but it’s so powerful! And I don’t even know shit about regex, I just used a search engine and some trial and error lol