user-pic

Oodler 577

  • About: Mayor of Falvortown
  • Commented on Announcing Dancer Core Team Changes
    Hi, sure I'd be happy to share what I have. It's a slightly modified version of something TEODESIAN gave me a while back. He is the one who originally told me about uwgsi....
  • Commented on The Hidden Power of Prototypes
    That is definitely the cornerstone one, I am looking at combinations of prototypes to find interesting structures. That said, you may be right that there is nothing really interesting to find....
  • Posted CGI::Tiny & Dispatch::Fu - nearly a perfect match to Oodler 577

    CGI::Tiny is a very nice, Perlish way to construct CGI scripts these days. It is perfectly suited as a replacement to CGI.pm and is quite at home in a shared hosting environment.

    Here's the example from the POD [1] on metacpan:

    use CGI::Tiny;
    cgi {
      m…
  • Commented on Announcing Dancer Core Team Changes
    Congrats! Dancer2+uwsgi behind nginx is my stack of choice....
  • Posted I just discovered Dev.to to Oodler 577

    I don't really keep up with online resources, and I blogs.perl.org to be (like perl) a nice and stable home. I've watched resources come and go - I've lost untold content in the process (geocities, myspace, LtU, hello??).

    I recently discovered dev.to because of a nice benchmarking article …

  • Posted The Hidden Power of Prototypes to Oodler 577

    Introduction

    I have been leaning very heavily on Perl's prototype feature for creating new modules. The imptetus for this can traced back to the day I looked at the source code for Try::Tiny, and realized that it was implemented using prototy…

  • Posted More prototype play: Dispatch::Fu to Oodler 577

    I was seeing this so much talk about smartmatch or given/when, I decided to experiment with a prototype powered pseudo structure I'd been thinking about. The results were pleasing to me, and I plan on releasing this soon. I could…

  • Commented on Matching simply
    I agree. Looks like it builds on your Sub::Infix, which I think is a great module. I encourage everyone to study its implementation....
  • Commented on When Saif Met Sarah
    Great to meet you at the TPRC, Saif!...
  • Commented on The Perl Toolchain Summit 2023 has a COVID Policy
    Sounds like a real blast....
  • Commented on Util::H2O and More, during Ordinary Times
    Thanks, Hauke! I have updated Util::H2O::More's POD to be sure to recommend `-arrays` over `d2o` if this is the only reason one may be looking at Util::H2O::More. Cheers!...
  • Posted Util::H2O and More, during Ordinary Times to Oodler 577

    Background

    During the 2022 Perl Advent, in particular the entry for December 06; Perl Advent fans were introduced to a little module called Util::…

  • Commented on Marketing Committee Achievements in 2022
    thank you!...
  • Commented on Automatic Art
    NKS ftw! Awesome work....
  • Commented on Done before, Done better, Done again differently.
    I came here to say this xD .. nice article. Cheers....
  • Commented on Looking for a new owner for my modules
    How do I request to be come a member of https://github.com/PerlRedis? I like redis, though I don't use it as often as I probably should. I'd be happy to help tackle prioritized bugs as time permits. My GH is oodler577...
  • Commented on Addressing CPAN vulnerabilities related to checksums
    Not sure if it's still the case but at one point cpan (or "perl -MCPAN -e shell") presented all known mirrors in alphanumeric sort ordering, making it trivial to get an untrusted mirror ranked "high" and likely to be selected...
  • Commented on Vale, David
    I remember him from a YAPC. :( This is from a prayer card I got at my grandma's funeral that I keep in my wallet. Brings me peace to read sometimes, much more than just the standard internet, "F". ~~~...
  • Commented on The Quickest Way to Set Up HTTPS
    I like your style. Note, perlmonks LIMITS you to 8 char passwords; and last time I checked truncates them without telling you. So not surprised here, I don't expect any privacy only anyway - do you? :-)...
  • Commented on I made a calculator
    Packaging is something I need to figure out. There are some neat projects out there, but I haven't explored them at all. A couple I found for Windows that I have no idea if they're even good for this, are:...
  • Commented on I made a calculator
    Here you go, sir: https://github.com/oodler577/gui-doodles/blob/master/calculator/calculator.pl The subs in _ALLCAPS are handlers I defined in wxGlade, then modified. The GUI builder seemed to do a fine job of differentiating between my code and the generated code in subsequent save/code exports....
  • Commented on A dream resyntaxed
    Also, I mistyped in my original comment that I think might have lead to some effort on the RTs (sorry). I meant before not begin. Sorry about that, good info nonetheless....
  • Commented on A dream resyntaxed
    Thanks all, Matt; I only have experience with one codebase and I am pretty sure it was not done with a best practice in mind. Are there ways to create maintainable code? Yes. I have not experienced that, personally where...
  • Commented on A dream resyntaxed
    Moose and Moo fail in practice to create maintainable code because of the meta stuff. Maintaining this "in production" is an absolutely nightmare (e.g., this "begin" thing - next we're gonna see an "in" and "around". Stick to clearly and...
  • Posted I made a calculator to Oodler 577
  • Posted open invitation to participate in Perl-OpenMP on Github to Oodler 577
    I've had https://github.com/Perl-OpenMP up for a while, but I only recently thought to post an open invitation for others interested in this exploration topic to join. #openmp on irc.perl.org exists, semi-related…
  • Commented on My Favorite Warnings: <code>redefine</code>
    That's actually an interestging question - if you did this in a closure, does the subroutine if there are no longer any references to it get GC'd or do they remain somewhere in memory? You seem to be suggesting they...
  • Commented on My Favorite Warnings: <code>redefine</code>
    I use that closure idiom, particularly when mocking things when writing unit tests. It comes in handy....
  • Commented on A dream realized
    You're expending some hard won social credit on this endorsement of this latest attempt at POOP. For the sake of Perl, I hope you are hitching yourself to the correct attempt and not in some vain attempt to lend credit...
  • Posted Util::H2O ~ Iterative Refinement of Existing Perl Code to Oodler 577
    Util::H2O is an incredibly powerful tool for managing HASH references in a more natural way.
    This post is the first of several that will explore this awesome module. I've star…
Subscribe to feed Recent Actions from Oodler 577

  • Neil Bowers commented on Addressing CPAN vulnerabilities related to checksums
    If the mirror is trustworthy and so is the connection to it, does verification of the PAUSE-signed CHECKSUMS serve any remaining purpose?

    Marginal benefit, I'd say. It's an additional check that you're getting the expected file.

    I've heard anecdotally that the checksums once identified a case where an rsync had been interrupted and result in a truncated file.

  • nhorne commented on Addressing CPAN vulnerabilities related to checksums

    I have a local mirror which downloads from https://cpan.org, so it's trusted. I then mount the mirror using NFS, so the entry in MyConfig.pm for urllist starts with "file://foo/bar". Even though I know it's trusted I still get:

    Warning: checksum file '/mnt/CPAN/authors/id/G/GB/GBARR/CHECKSUMS' not conforming.

    The cksum does not contain the key 'cpan_path' for 'CPAN-DistnameInfo-0.12.tar.gz'.
    Proceed nonetheless? [no]

    How can I handle this scenario?

  • Jason A. Crome commented on Announcing Dancer Core Team Changes

    I love to hear that!

    You know, we don't have any uwsgi guides in Dancer2::Deployment. We have a big release coming up, would you be interested in contributing a sample config for that?

    Thank you!

  • Ruth Holloway commented on Announcing Dancer Core Team Changes

    Thanks, Brett! I'm honored and humbled that the team has asked me to work with them. And I'm with Jason--wanna contribute to the docs a tiny bit? :)

  • Jason A. Crome commented on Announcing Dancer Core Team Changes

    Thank you, that's great. Looking forward to seeing the PR!

Subscribe to feed Responses to Comments from Oodler 577

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.