Note #18760

Everyone Is Awesome LEGO mode showing BIPOC/LGBTQ+ colours.

Ahead of schedule on work project. Invited to 2nd COVID jab next week. Spent half of day working on laptop in sunny garden. Parcel arrived from @LEGO_group with Everyone Is Awesome model (pictured).

Today was a Good Day.

×

Note #18572

Hey @LloydsBank! 2009 called and asked if you’re done sending your customers links to unencrypted HTTP endpoints yet. How do you feel about switching this to a HTTPS link rather than relying on an interceptable/injectable HTTP request?

Text message: "Follow this link to download your free Lloyds Bank Mobile Banking app. http://www.lloydsbank.com/mobileapp"

×

I’m On Fire

P2 user badge for me, showing my job title and team as "Code Magician on Fire"

In 2020 at @automattic my team, Alpha, forked into teams Fuel and Fire (I’ll tell you the story another time). But it took ’til now for me to notice that our internal systems use something like the string ${jobTitle} on ${teamName}. Which leads to this excellent title.

×

Note #18069

Can you tell me how to get in touch with your technical/security team @firstdirecthelp? Apparently my report about a vulnerability in your website contains characters that aren’t “valid” for your sucky feedback form… but it doesn’t say which ones.

Best Before

Thanks, supermarket bagels, for expressing exactly how I was feeing when I reached the kitchen this morning:

Label: Best Before 8 Jan 2021.

Look at Banner, Dan!

First thing I saw when I came downstairs this morning:

Happy Birthday banner with handwritten cardboard "Dan" sign hung underneath.

Totally a banner especially for my birthday, today, and not a repurposed decoration from Annabel’s yesterday.

Context for the oblivious:

×

Recursively repackaging .mkvs as .mp4s

A note for my own reference. If you want to repackage a lot of .mkv files as .mp4, without transcoding, here’s a one-liner:

for f in **/*.mkv; do echo "$f"; ffmpeg -y -hide_banner -loglevel panic -i "$f" -c copy "${f%.mkv}.mp4"; rm "$f"; done

Note #17836

Keyboard with Pride rainbow function keys

With thanks to @wasdkeyboards, my new #keyboard can show some #Pride. 🏳️‍🌈

×

Note #17583

Needed new UPS batteries.
Almost bought from @insight_uk but they require registration to checkout.
Purchased from @SourceUPSLtd instead.
Moral: having no “guest checkout” costs you business.

Note #17552

Dan with his Masters Degree certificate (Master of Science in Computing: Information Security and Forensics)

I’m unlikely to get a graduation ceremony like last time (on account of social distancing and whatnot), but I get a certificate to acknowledge my most-recent qualification.

×