The Delphi Method: A Better Way to Make Team Decisions

We’ve all attended meetings where there’s been a lot of noise, but very little to show for it at the end. The discussion is dominated by a member with one terrible idea that they’re determined to force upon everyone. The quieter colleagues who actually have something valuable to say slump in defeat and start wondering what they’re going to have for dinner. The only outcome is agreement on the date for the next exhausting meeting. ...

13 November, 2025 · 6 min · 1208 words · Catherine Pope

How to Create a Linux Virtual Machine on a Mac

As a technical writer, I often work with different operating systems and environments to test applications. It would be a nuisance if I needed a separate machine for every test case. Happily, it’s possible to run multiple operating systems on a single machine. In this tutorial, I’ll explain how to create a Linux virtual machine (VM) on an Apple Silicon Mac using UTM (which stands for Universal Turing Machine). UTM is free, open-source virtualisation software that’s specifically designed for macOS. ...

5 November, 2025 · 6 min · 1090 words · Catherine Pope

The Three Clerks by Anthony Trollope

“Bad fiction provides nuggets of social history unobtainable elsewhere,” writes Victorian Glendinning in her magisterial biography Trollope.1 That’s not to say that The Three Clerks (1858) is a bad novel, but I think its value lies more in what it tells us about the 1850s, rather than its ability to keep us away from Netflix. Although Glendinning was referring to another Trollope novel, The Struggles of Brown, Jones, and Robinson, those title characters make a couple of oblique appearances here, too. Indeed, The Three Clerks is an odd concoction of autobiography, other Trollope novels, and Dickensian pastiche. ...

3 November, 2025 · 8 min · 1615 words · Catherine Pope

How to Disable Automatic Tags in Zotero

I’m a huge Zotero fangirl, but there’s one feature that really annoys me: automatic tags. You’re merrily adding articles, only to find that your Tag Selector is bulging with weird descriptors from databases and catalogues. It’s then hard to find the tags you carefully created for yourself. The good news is there’s a simple fix to remove those automatic tags and to prevent them from reappearing. Step 1 - Delete or hide the existing tags In the bottom right-hand corner of your Tag Selector, click the tiny funnel icon. In the pop-up window, uncheck Show Automatic. This hides all those database tags, displaying just those you created yourself. To remove them completely, click Delete Automatic Tags in This Library. Much better! 😅 ...

29 October, 2025 · 2 min · 238 words · Catherine Pope

Why Your MacBook Wi-Fi Keeps Dropping (and how I fixed mine)

I’ve used a few different MacBooks over the last couple of years. Although the M2 offered a big performance boost over the M1, I noticed a couple of downsides. Firstly, the way the M2 handles external drives; secondly, my network connectivity repeatedly slowing down and dropping. These problems disappeared when I briefly had an M3 through work, but returned when I switched back to an M2. My network connection would suddenly drop for no apparent reason. The internet connection itself was fine, but my Mac hadn’t got the memo. It turns out, my MacBook was connecting to the slower, more congested 2.4GHz network instead of the faster 5GHz band. ...

24 October, 2025 · 5 min · 969 words · Catherine Pope

How to Use Zotero with Scrivener - Part 2

Around 10 years ago, I wrote a tutorial on using Zotero with Scrivener through the RTF/ODF plugin. This method was fiddly, but ultimately produced live Zotero citations in a Word or LibreOffice document. Unfortunately, since the launch of Zotero 7, this method no longer works. In my previous post, I described a simple Zotero-Scrivener workflow, using the RTF Scan tool. Here, I’ll explain why the more complicated method is no longer working and outline some other alternatives. ...

22 October, 2025 · 7 min · 1378 words · Catherine Pope

How to Use Zotero with Scrivener

Although being a 21st-century researcher has its challenges, we are at least blessed with some excellent tools. Scrivener and Zotero are two of the best. This dream team makes it much easier to plan and draft your writing, then add citations and bibliographies in the right format. Unfortunately, the two tools aren’t directly integrated. This means finding workarounds and making compromises. In a pair of blog posts, I’ll explain two approaches - one simple, one more complicated - so you can decide what’s right for you. ...

21 October, 2025 · 7 min · 1338 words · Catherine Pope

A Catastrophist's Guide to Backing Up a Mac

One of my most memorable moments in academia was when two PhD researchers lost all their work just before submission. In one case, it was a house fire; in the other, a laptop stolen with the backup drive attached. This was devastating. In both cases, they’d created backups. Unfortunately, though, those backups were in the same physical location as the original files. Devising a proper backup strategy is something we’re always planning to do next month, when it’s a bit quieter. We’re far too busy right now. But it’s precisely when we’re frantically busy that we’re most likely to hit the wrong button, and also when a data loss would be most inconvenient. ...

17 October, 2025 · 12 min · 2415 words · Catherine Pope

How to Safely Eject an External Drive on a Mac

When I replaced my MacBook recently, it suddenly started shrieking “Disk Not Ejected Properly” every time I wakened it from its slumbers. As the disk is my external backup drive, I felt nervous. My previous MacBook (an M3) handled the ejection without any problems; my replacement M2 has other ideas.1 Sometimes the error is triggered by the length of time it takes the drive to respond, rather than failing to eject safely. Either way, the risks are the same. ...

10 October, 2025 · 3 min · 471 words · Catherine Pope

How to Create a Book Database with Hugo and YAML - Part 3

Once I got my YAML book list set up, I couldn’t stop thinking of different uses for it. Although I’m mainly using it to generate reading lists for specific workshops, I thought it would be useful to also generate a full reading list or bibliography. In this tutorial, I’ll extend the code from Part 1 and Part 2 to retrieve and display all the books, arranged by subject. To follow along, you’ll need the following files from those earlier tutorials: ...

5 October, 2025 · 3 min · 569 words · Catherine Pope