user-pic

Randal L. Schwartz

Subscribe to feed Recent Actions from Randal L. Schwartz

  • Smylers commented on SSH Can Do That? Productivity Tips for Working with Remote Servers

    Both good ideas. %C didn't exist when I wrote the above.

    On a laptop only used by me, I was using /tmp/ (it avoids need to know your username to put in the config), but for shared computers it isn't a good idea.

  • Robert Rothenberg commented on Please relicense from "Perl 5" to MIT or Apache 2.0 license

    This is a problem with the company's procedures, not with Perl's or modules' licenses.

    It is not worth the (mostly unpaid) time of a CPAN author to contact contributors and change the licenses on what may be dozens of modules, because a potential u…

  • Dean commented on Please relicense from "Perl 5" to MIT or Apache 2.0 license

    The assertion that "It isn't worth the (mostly unpaid) time" ignores the reasoning for an author writing and releasing the software in the first place.

    If the author releases the software hoping that supporting it will generate business (consulting, supporting, or even just reputational) then lowering adoption friction is a good thing making the effort worthwhile.

    IMO this is the scenario that most suits the rationale for a permissive license.

    If the software is more oriented to hobby users and not intended for businesses to sell it, then it is more up to the author.…

  • 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 Randal L. Schwartz

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.