The most important data I keep is my photo library. Decades worth of memories are not something I want to lose. This is data that’s…
Leave a CommentCategory: Technology
In my first real homelab experiment, I replaced Spotify with Audiobookshelf and Plappa. How I can download my favourite podcasts to my home server, and stream them from my phone, remotely.
Leave a CommentI’ve been a long time user of Backblaze for cloud-based backups. This post is just me sharing a tool I recommend.
1 CommentIn a world where open source project maintainers need to deal with angry bots.
Leave a CommentOne of my side projects for this year is to begin setting up my “home lab”. It will be a great learning experience, open hub…
Leave a CommentFor decades now, I’ve used spreadsheets to help build SQL statements instead of using import tools in SQL desktop apps.
7 CommentsToday I learned about the history command in bash. In particular, a keyboard shortcut (!!) to execute the previous command.
Leave a CommentThe bash `type` command – showing you how a command would be executed. Wish I knew about this 20 years ago….
3 CommentsI was out for a walk a few weeks ago and came across the house pictured above, under construction in my neighbourhood. This reminded me…
Leave a CommentI have generally been unimpressed with AI as a coding assistant, at least where it’s built into my IDE. (My experimenting as been with GitHub…
Leave a Comment







![➜ ~ type echo cat sail if echo is a shell builtin cat is /bin/cat sail is an alias for [ -f sail ] && bash sail || bash vendor/bin/sail if is a reserved word](https://shawnhooper.ca/wp-content/uploads/2025/10/Screenshot-2025-10-10-at-11.41.47-AM.png)

