user-pic

Matthew Persico

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

  • Tom Wyant commented on ChatGPT for Perl Learning

    Well, if normalize all values to arrayref means what I think it does (i.e. $hashref1->{$item} = \@values;), that line in ChatGPT's code is buggy, and goes out of its way to be so.

    But given the notorious difficulty of transcoding English, not a bad effort.

  • brian d foy commented on ChatGPT for Perl Learning

    Reading might not be how younger generations consume info, but that's not the problem here. It has nothing to do with age or place in time.

    People have always looked for shortcuts and for ways to avoid learning. New technology has not changed that. ChatGPT, like StackOverflow, is just another way to avoid building useful skills, and asking something to write code for you is a way to avoid learning.

    If you only use sources that exactly fit your specification, what good are you when there's something you can't find sources for? This failure to actually learn so that you can s…

  • Randal L. Schwartz commented on ChatGPT for Perl Learning

    Here's what bing chat (itself a cousin of ChatGPT) had to say about your opening paragraph, and I agree:

    Using ChatGPT to generate Perl code can be a useful strategy for some people. It can help generate decent Perl code if given good instructions. However, it's important to note that it may make some mistakes and the generated code should be reviewed for accuracy and correctness. Ultimately, whether this is a good strategy for learning Perl depends on the individual's learning style and goals.

  • 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.

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.