user-pic

Matthew Persico

  • About: I was never in love with C or SQL like this...
Subscribe to feed Recent Actions from Matthew Persico

  • Dimitrios Kechagias commented on ChatGPT for Perl Learning

    If you don't already know what you are doing, ChatGPT can be very misleading. It's designed to be the world's greatest bullshitter after all.

    > ChatGPT, can you give me a regular expression that matches a repeating pattern of two characters that are different from each other?

    > Certainly! The regular expression that matches a repeating pattern of two characters that are different from each other is:

    (\w)\1

    Explanation:
    (\w) matches any word character and captures it as the first group.
    \1 matches the exact same character as the one captured in the…

  • vkavalov commented on ChatGPT for Perl Learning

    Perl is like the sharp guy in the back office who can solve any problem fast and efficiently. Doesn't care about the "fashion du jour" - just what works and is efficient. And then are the "me too"s, who spent their time sensing the daily winds and making sure they are sexier than the next one. And that's how they win the hearts and minds of the most young and superficial minds. But every now and then there is a "fashion" that is the real thing and somehow perl made a few bad bets.

  • Saif commented on When Saif Met Sarah

    LOL none of us look like our avatars in real life. Look forward to f2f interactions in the future!

  • Brett Estrade commented on When Saif Met Sarah

    Great to meet you at the TPRC, Saif!

  • chrisarg commented on Of Go, C, Perl and fastq file conversion Vol II : the Jedi regex

    Yes, it is intended to give emphasis :)

Subscribe to feed Responses to Comments from Matthew Persico

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.