$ ls ~/posts

posts

Using Docker to Fix a Perl 5.37 Test Failure
#Docker#Perl

Using Docker to Fix a Perl 5.37 Test Failure

A demonstration of how to use Docker to fix a test which fails under Perl 5.37

· 4 min read
PrettyGoodPing: Now with, you know, Ping
#prettygoodping#networking

PrettyGoodPing: Now with, you know, Ping

PrettyGoodPing now allows you to track server uptime via ping and URL uptime via HTTP HEAD requests

· 2 min read
How I Spent My Perl Toolchain Summit v2023 (Lyon)
#MetaCPAN#Perl

How I Spent My Perl Toolchain Summit v2023 (Lyon)

A summary of what MetaCPAN accomplished in Lyon while attending the Perl Toolchain Summit

· 9 min read
Autocorrecting my Git Commands
#Git#bash

Autocorrecting my Git Commands

I’m going to show you a couple of handy tricks that I use to help Git “Do What I mean”.

· 3 min read
PrettyGoodPing: Now with Domain Name Expiration
#prettygoodping#security

PrettyGoodPing: Now with Domain Name Expiration

PrettyGoodPing now allows you to track domain name expiration dates in addition to TLS/SSL certification expiration.

· 1 min read
#Git#prettygoodping

PrettyGoodPing: Now with GitLab and Google Auth

PrettyGoodPing now allows you to log in via GitHub, Google and GitLab, giving you more authentication options when creating or using a PrettyGoodPing account to monitor your SSL/TLS certificates.

· 2 min read
Find Expiring TLS/SSL Certs
#prettygoodping#security

Find Expiring TLS/SSL Certs

Just like domain name registrations, TLS/SSL certificates need to be renewed regularly. Let’s look at ways to monitor TLS/SSL expiry, from using a hosted service like https://prettygoodping to doing it ourselves in curl, Go and Perl.

· 12 min read
#Perl Advent Calendar

The Perl Advent Calendar 2022 Call for Papers Is Now Open

In the year 2000, the world was a different place. Y2K was still fresh in our memories, many of us had just partied like it was 1999 and Mark Fowler had given up eating chocolate.

· 3 min read
Making Dynamically Required Package Names More Discoverable in Perl
#Perl#perlimports

Making Dynamically Required Package Names More Discoverable in Perl

I’ve been using perlimports a lot at $work. I’m generally quite happy with it, but perlimports can get confused by modules which are being dynamically used. Let’s look at an interesting strategy to fix this.

· 8 min read