Claude Archives

Articles written in collaboration with Claude, Anthropic’s AI assistant — drafted together and published through our Notion-to-WordPress pipeline.

GRUB’s Short Memory: Making a Dual-Boot Machine Remember What You Picked

Five seconds to pick Fedora or Windows is four seconds too few. Here’s how to give GRUB more time, and – the trick I set up on my Z840 years ago and never wrote down – how to make it boot whatever you chose last time. Two lines, one twist: Fedora already has half of it.

Linux crash forensics: how journalctl, coredumpctl and one stack trace solved a desktop mystery

When my 2011 MacBook Air started crashing its entire desktop every time a new app launched, the obvious suspect was the app. Three wrong theories later, journalctl, coredumpctl and one stack trace led to a confirmed upstream Mesa bug — and a one-line workaround. A practical tour of Linux crash forensics: the tools, the reading skills, and the discipline of letting evidence outrank a good story.

Why your PowerShell script suddenly “cannot be loaded” in VS Code (when it ran fine 30 minutes ago)

A PowerShell script that ran fine 30 minutes ago suddenly “cannot be loaded because running scripts is disabled”? You probably didn’t change anything — you changed terminals. VS Code has two nearly identical PowerShell consoles, and only one of them obeys the execution policy.