@mina @PercyButtons3 @DailyEpsilon I used #Perl, which is also a solution to everything. It's funny they used the 19th to search for 19 ;-)

perl -wE 'while (++$_) { $x = $_ + 62; $y = $_ + 81; $sx = sqrt $x; $sy = sqrt $y; say if $sx == int $sx && $sy == int $sy; }'

Also been improving spec compliance of the MCP #Perl SDK. Claude Code came up with the idea to split the HTTP transport into two modes, one for feature completeness (streaming), and one for easy scalability with prefork web servers.

The streaming mode allows us to do fun things like MCP tools with progress bars.

https://github.com/mojolicious/mojo-mcp#server-to-client-streaming

New Sticker onboard.

#Underbar #Perl #CPAN

Installing #Perl library that depends on AnyEvent. AnyEvent issues "canary" warning and snark about backwards compatibility changes since 5.22. Fails to build.

Strawberry Perl on Windows, no big surprise.

5.22 was—uh—2015. If I remember right, that's when p5p was putting solid effort in replacing duct tape with working code.

I'm not saying the complaints are valid or invalid. I'm just saying this smells like a spacebar heating problem.

https://xkcd.com/1172/

https://metacpan.org/pod/AnyEvent

Workflow

xkcd

With the 12.0 release, the Minion job queue adds support for schedules (cron-style recurring jobs). By far the most requested feature in our backlog, and the most significant change since the first release of the project. #Perl

https://docs.mojolicious.org/Minion/Guide#Recurring-jobs

New issue of #Perl Weekly:773 - The perl-tester Docker image - https://perlweekly.com/archive/773.html

cpan.org email forwarding has been shut down
Introducing Time::Str
Enabling AddressSanitizer (ASan) in Makefile.PL for Linux Environments
My Journey with Devel::ptkdb - Origins
Installing Bit::Vector on Debian 13 (Trixie)
Is your account on blogs.perl.org registered with an @cpan.org email address?
cpm v1: making installs stable
This week in PSC (224) | 2026-05-11
[...]

Perl Weekly Issue #773 - The perl-tester Docker image

I was looking at the man page of JSON::Parse and saw these weird dices there... Absolutely convinced there was something wrong *somewhere*, I started to look further and further and.... Yes it was correct.

#unicode #perl

The Weekly Challenge - 374 #Perl #RakuLang
Task 1: Count Vowel
Task 2: Largest Same-digits Number
https://theweeklychallenge.org/blog/perl-weekly-challenge-374
The Weekly Challenge - 374

The Weekly Challenge - 374

The Weekly Challenge
🚨 CVE-2026-8507 (HIGH): Out-of-bounds write in Crypt::OpenSSL::PKCS12 <=1.94 for Perl. Parsing PKCS12 files with >=1GiB OCTET/BIT STRING may lead to RCE. Patch available for cloud-hosted service — update ASAP. No known exploits. https://radar.offseq.com/threat/cve-2026-8507-cwe-787-out-of-bounds-write-in-jonas-652bf5a8 #OffSeq #Vuln #Perl

Hi friends.

I'm looking for alternatives to #rust. Ready to go learn something new. I'd love some recommendations on languages with the general rust ethos but less of the rust drama.

I know #zig is the obvious alternative, but the content I usually see promoting zig seems to indicate that they like zig because it isn't rust, which makes me think maybe I won't like zig. I actually do like rust.

#raku is on my list, but I don't think it's going to fit the bill.

I need to do:
- #webdev
- cli tooling (with emphasis on good TUI tooling)
- general scripting
- work with lots of concurrency

I want the language to:
- be fun to write
- be strongly typed
- tell me when I'm doing something stupid
- not be overly invested in a particular niche
- not be primary sponsored by a corporate entity
- not be interpreted
- include a dependency tool chain like Cargo

Taking a strong stance on:
- nothing falling over itself to cram LLMs in

I have lots and lots of experience with these already:
- #perl
- #php
- #python
- #ruby
- #elixir
- #rust
- #c

Suggestions don't need to hit every bullet point. Added tags along the way to try hitting a wide audience. Hit me with your best stuff.