Comment by msgodel

Comment by msgodel 2 days ago

4 replies

Regex is enough of a language model to deal with this, no need for LLMs. On a sane operating system you would be able to suppress notifications with a regex match but most consumer operating systems are no longer sane.

aeve890 2 days ago

>Regex is enough of a language model to deal with this, no need for LLMs.

Dropbox comment vibes. Please provide the regex you use in your daily communication.

  • msgodel 2 days ago

    I don't use toast notifications at all (I don't have a phone) but frequently use regex searches on my mailbox to find things.

    My work computer is a mac though so as I said, it's insane and I get to just suffer.

  • Mordisquitos 2 days ago

    > Please provide the regex you use in your daily communication.

        /^[Hh](ello|i|ey)( ${MY_NAME})?[.!]?$/
    • aeve890 2 days ago

      Lol ok granted. I thought the parent comment was referring to a extremely complex regex capable of parsing whatever a LLM can.