The 2026 edition

HandyStuff.info

Five genuinely useful things worth knowing, doing or checking in 2026. No life hacks. No ten-minute video. Just handy stuff.

01

Don't waste expensive AI on easy jobs

AI tools increasingly charge differently depending on the model. Use a lightweight model for simple questions and save the powerful models for the difficult stuff. GitHub Copilot users can also use automatic model selection to reduce model costs.

02

A backup isn't a backup until you've restored it

Photos, documents, server configs and anything important should exist in more than one place. Once in a while, actually restore a file from your backup. Discovering your backup doesn't work during a disaster is a little late.

03

Use passkeys or MFA wherever you can

Passwords are still useful, but important accounts should have another layer. Use passkeys where supported, otherwise enable MFA and store your recovery codes somewhere safe.

04

Free cloud services can still cost money

AWS, Azure, Oracle, GitHub and other platforms can have free allowances alongside billable services. Set spending limits, budgets or billing alerts before experimenting. It's much nicer to receive a warning than a surprise invoice.

05

Write down how you built things

That Docker container, firewall rule or clever command may seem obvious today. Six months from now, you'll be very pleased that you left yourself a README with the ports, paths, passwords-not-in-the-file, and commands needed to rebuild it.

Bonus handy thing: before changing something that currently works, take a screenshot, export the config, or make a copy. Future-you will occasionally think present-you is a genius.