Roundup - July 2026

Well, it was hotter than Hades during July, so some of my plans were scuppered. Nothing is that much fun when it feels as though you’re being cooked in your own juices. When I looked back, though, I realised I didn’t spend the entire month complaining about the heat. Concerts 🎵 Many of my local churches host lunchtime and evening concerts. It’s the perfect place to hide when the temperature soars. ...

12 August, 2026 · 6 min · 1066 words · Catherine Pope

The Seven Habits of Highly Effective Tomatoes: The Pomodoro Technique Revisited

It’s no exaggeration to claim that my PhD was transformed by the Pomodoro Technique. As I was studying part-time, it was crucial to make the best possible use of every spare moment. Without that structure, I’d have been trapped in a cycle of procrastination and recrimination. Since then, I’ve used it to write three books, and dozens of shorter pieces. I’ve also shared the Pomodoro Technique in hundreds of workshops and coaching sessions. That’s given me the opportunity to find out how people are actually using it. As with any technique, you get purists who insist you must use it in a specific way. They want you to pay them money to explain that you’re doing it all wrong. There’s no wrong way to use the Pomodoro Technique. And there’s no right way, either. It’s whatever way is helpful for you. ...

7 August, 2026 · 7 min · 1477 words · Catherine Pope

Wearing Your Writing Hat

Does this sound familiar? You spend all morning squeezing out a paragraph, then all afternoon trying to make it the best paragraph in the world. The next morning, you reread that paragraph, decide it’s rubbish, then delete it. That’s your inner editor ambushing you before you’ve built any momentum. Although we talk about writing as a single monolithic activity, it actually involves three distinct roles or hats: the project manager, the writer, and the editor. Every piece of writing is a project. As project manager, you create a plan for the writer … who also happens to be you. When you’ve completed your draft, you hand it to the editor. Yes, that’s you, too. No wonder you’re tired. ...

5 August, 2026 · 3 min · 540 words · Catherine Pope

Building a Writing Fortress

One of the biggest barriers to writing is waiting until we have the time and space: “When I have a clear day, I’ll definitely get some writing done.” If I had 50p for every time a client told me that, I could afford to retire before I’m 97. I’m not immune to this problem, either. Although I’m good at blocking out time for writing, an early interruption often spirals into a pit of distraction and grumpiness. “Why did I bother starting?” 😾 ...

4 August, 2026 · 4 min · 662 words · Catherine Pope

Ace of Bass

This year has been challenging, to say the least. I’ve needed to focus a lot on mental health and generally being a lot more selective about what I do. One of the most restorative practices I’ve found is learning a musical instrument. I’d already been learning piano and classical guitar, but needed a new adventure. I’ve always enjoyed hearing the bass, but had never even touched one. Last year, I was mesmerised by Tamsin Greig playing bass in the TV series Riot Women. ...

3 August, 2026 · 3 min · 586 words · Catherine Pope

How to Add Fathom Analytics to Hugo

Although you can install Fathom Analytics with one line of code, it’s not immediately obvious where that line goes in a static site generator like Hugo 🤔 In this post, I’ll explain how to add Fathom Analytics tracking to a Hugo website. 💡 I’m using the Papermod theme, which supports extend_head.html for adding code to the header. Some Hugo themes use different approaches. Check your theme’s documentation if these steps don’t work for you. ...

9 February, 2026 · 3 min · 449 words · Catherine Pope

Fathoming Web Analytics

One of my pet hates is cookie notices. Not only do they constantly interrupt my web browsing, but also it’s a faff to set them up on my own sites. Thanks to GDPR and similar legislation, website owners are legally required to obtain consent for collecting visitors’ personal data with tools such as Google Analytics. I was delighted to discover Fathom Analytics, a straightforward alternative to Google Analytics that doesn’t require cookie notices. Yes, that’s right. Fathom doesn’t collect personal data: it anonymises visitors’ IP addresses and doesn’t track people across websites. Plus, all the data from EU traffic is processed within the EU, which helps with GDPR compliance. ...

4 February, 2026 · 3 min · 586 words · Catherine Pope

How to Push to GitHub and GitLab Simultaneously

I’m trying to follow a self-imposed rule of backing up important work to at least three places. Given much of what I do is text-based, online git repositories are an obvious choice. But what if one of them suffers a DOS attack? Or tomfoolery around data protection and tariffs means it becomes unavailable in specific regions? I resolved to push my commits to both GitHub and GitLab. Initially, I tried GitLab’s mirroring to automatically pull all my changes from my GitHub repo. Although this works perfectly with public repos, it was a lot more fiddly with private repos. I definitely didn’t want a manual process or one that involved configuring additional passwords. ...

2 February, 2026 · 3 min · 546 words · Catherine Pope

How to Use Zotero With Google Docs

Although Zotero works smoothly with Word, not everyone wants to dedicate the best years of their life to Microsoft products. While Google Docs won’t necessarily bring you much more joy, at least it’s free and doesn’t occupy half your hard drive. In this post, I’ll explain how you can use Zotero to create citations and bibliographies in a Google Doc. To use Zotero with Google Docs, you need two elements: ...

30 January, 2026 · 2 min · 336 words · Catherine Pope

How to Save Gmail Attachments to a Folder

One of my many new year’s resolutions was to impose order on my Gmail inbox. Despite my best efforts, I have several gigabytes of emails - all of which makes it difficult to back up or migrate them. Many of those email are invoices, receipts, or statements. I need to keep them for my business records, but they’re seriously cluttering up my workspace. Although I could create a mail archive with an email client like Thunderbird, that’s not very accessible. To find a specific invoice, I’d need to reimport those thousands of emails. I suddenly wondered whether there was a way of systematically saving the PDF attachments to a folder. After all, I don’t need the email itself, just the file. Needless to say, there wasn’t an especially straightforward method, or one that didn’t involve paying a third-party and giving them access to my mailbox. Finally, I discovered that I could run a script on my Gmail. ...

28 January, 2026 · 4 min · 808 words · Catherine Pope