Musings of an aging computer nerd hitting 0x32
Flickr shortcode

Testing a Flickr shortcode I found here flickr-hugo-embed and tweaked for my own needs.
Reading
One positive thing that’s come out of the COVID-19 situation is that I’ve had more time to read than before.
So much so I’ve already smashed my GoodReads reading challenge for this year.
0x32 years old
0x32 (50) years old
So it’s happened, 50 years, where did they go.
I don’t feel any different (mentally) that when I was younger, maybe a bit more grumpy and opinionated, but that’s the benefit of getting old surely?
Hugo Lbry Shortcode
One thing I like about Hugo is how easy it is to expand its functionality with your own code.
For example was able to create a shortcode to embed Lbry.tv videos into a post in around five minutes.
First I created an empty file layouts/shortcodes/lbry.html
which I pasted the basic embed code take from the share button on one of their videos.
<iframe id="lbry-iframe" width="560" height="315" src="https://lbry.tv/$/embed/this-new-fedora-powered-thinkpad-p53-is/097106eb68aebc90b33d83bb053467af942a8e20" allowfullscreen></iframe>
Then parameterized this so that the src url can be changed.
The Pit New Retro Game
New retro game, looks worth getting a Commodore emulator setup to play it.
This style of game is one of my favorites, loved Boulder Dash and Repton.