Notes

After two more technical releases of the ActivityPub module, now working on adding fun stuff: first post from the Mastodon Android client! With images, and alt! #drupal

Starting this monday, I'm going to work for about 5 months on the ActivityPub module for Drupal: multi-user support, an API allowing you to use any (mobile) client, a new front-end and Drupal recipes, it will rock! Thank you @NLnet!

We hiked around the Tre Cime di Lavaredo today in the Dolomites (Italy). It's crazy beautiful in that area, glad I could wave to the #drone :)

The feeling of being a ghost from the past reflected very well in this polaroid from 1xINTERNET :) Felt great seeing many old friends at Drupal Developer Days Leuven after all these years, and looking forward connecting next year in Athens! #DDD25

Stunning views at El Torcal! #andalusia #drone

Ok, a video of a squirrel getting nuts is much more fun!

Side note: It also means the Drupal ActivityPub module can now attach videos as well :)

My view this working week is watching squirrels eating nuts all day. Fair to say I'm less productive, but somehow I don't really mind :) #scotland

Pro PHP Guzzle tip: if you need to send a file resource, don't pass in 'Content-Type: multipart/form-data' yourself in the headers. You've just won a couple of hours of your life.

Ok, I know strict comparison is usually safer, but this, really PHP .. ?!

$value = 0;
if ($value == 'isNull') print 'I am null';