Reading List

The most recent articles from a list of feeds I subscribe to.

Untitled

What happened to the old library in Birmingham?

Untitled

Like old times.

Untitled

100% couldn’t agree more with this. Well put.

PHP Psalm warning for RouteServiceProvider configureRateLimiting method

When running psalm in a Laravel project, I get the following error by default: This is the default implementation for configureRateLimiting in the RouteServiceProvider class in Laravel: I change it to the following to get psalm to pass (I’ve added named parameters and the static keyword before the callback function):

Untitled

Really enjoyed this write-up. I’m trying to approach my own website like a personal commonplace book and digital garden now.