Tootfinder

Opt-in global Mastodon full text search. Join the index!

@sjn@chaos.social
2025-06-22 12:41:17

Dear #OpenSource #Fediverse: Is it time to revive some of the good old parts of the #Perl and #RakuLang communiti…

@sjn@chaos.social
2025-08-07 15:06:37

@… and their Open Source Network donate in total $11500 to the #Perl and #Rakulang communities through @…

@domm@social.linux.pizza
2025-06-13 21:32:32

Today we had a very relaxed Vienna.pm #Perl BBQ (aka KAMEL-Grillen) on Donauinsel. Perfect weather (maybe a tiny bit cold in the evening), good food & drinks, nice people!

@todbot@mastodon.social
2025-07-05 19:12:37

I wrote a little tool to show what "board.*" defines for a #CircuitPython build. I got tired for always trawling through ports/*/boards for it. It's called "cirpy-showpins" and its output looks like the below. I used #Perl originally but here's it in Python:

screenshot of terminal run of circpy-showpins with the output from three different boards
‪@todbot@mastodon.social‬
2025-07-05 19:12:37

I wrote a little tool to show what "board.*" defines for a #CircuitPython build. I got tired for always trawling through ports/*/boards for it. It's called "cirpy-showpins" and its output looks like the below. I used #Perl originally but here's it in Python:

@marcus@hachyderm.io
2025-07-10 02:00:05

#perl

@domm@social.linux.pizza
2025-07-09 19:32:45

Today #mst passed away. I really enjoyed meeting him at conferences, listeing to his weird & wonderful (and thus very Perlish) talks and chatting with him during the social track. I guess I use some of his code every day. :-( #Perl

@marcus@hachyderm.io
2025-07-28 21:47:01

Working on the #perl 5.42 update for #nixpkgs - unfortunately perl-cross hasn't been released for 5.42 yet which is a bit of a blocker. In general it feels like the declining interest in maintaining #CPAN packages are going to be a problem over time. For instance EV hasn't had a release since 2023 and needed a patch to work with 5.42

@sjn@chaos.social
2025-07-09 12:13:26

Rest in Peace, Matt S Trout (MST). This makes me sad. 😢
#perl

@domm@social.linux.pizza
2025-07-29 20:15:03

Today I managed (with help by a subcontractor) to set up a .NET and a Python API to use (and validate!) JWTs issued by our #Perl OAuth2 server.

@domm@social.linux.pizza
2025-05-29 20:42:47

KAMEL-Grillen am 13.6.2025, Donauinsel Grillplatz #10: #Perl

@sjn@chaos.social
2025-06-17 12:26:30

At the German #Perl Workshop, I had the privilege to organize a panel about #OpenSource #Sustainability on #CPAN

@domm@social.linux.pizza
2025-07-28 14:10:59

Today I improved our old OAuth2 server by adding a `/.well-known/openid-configuration` endpoint (and a few other minor improvements to make it work with a new client). But if anybody knows how to generate a JWKS from a ES512 public key (in #Perl) I'd appreciate a hint...