The small things you look up ten times a week
- Word and character counts as you type, with reading time and the platform limits you are near.
- Case conversion.
- Comparing two versions of something, to see exactly what changed.
- A notepad that saves as you type and needs no account.
- Sorting, de-duplicating and shuffling a list of lines.
None of it is clever and all of it is quicker than opening a document to do it.
Dates, which are less obvious than they look
Days between two dates, what date is ninety days from now, exact age on any date, and which ISO week a date falls in.
Working days carry the commercial weight. Business days between two dates with the right bank holidays for England, Scotland, Wales or Northern Ireland, which are not the same set. Payment terms, notice periods and statutory deadlines all resolve to a working day calculation, and a bank holiday you forgot is how a deadline gets missed.
The British split is not a British quirk, it is the normal arrangement. <strong>None of these four countries has one national list.</strong> America sets federal holidays that many states extend with their own. Australia sets them state by state, so a national deadline lands on a working day in one capital and a holiday in another. Canada splits them between federal and provincial, which means a federally regulated employer and the shop next door can be closed on different days. So a working day calculation is a question about a jurisdiction rather than about a country, everywhere, and the tool asks you which one for that reason.
Generators, and the one that is worth a paragraph
Lorem ipsum when a layout needs filling before the copy exists, checklists you can actually print, and a markdown editor that shows the result as you type. None of these is clever. All of them are the thing you wanted at the moment you wanted it, which is the entire brief for this hub.
The password generator is the one that deserves more than a line, because where a password comes from decides whether it is worth having. It is built on this page from your own browser <strong>cryptographic random source</strong>, not generated on a server and sent to you, and that distinction is the whole point: a password that travelled to you across the internet has already been somewhere it should never have been.
The other half is what makes a password strong, and the modern answer is not the one most people were taught. <strong>Length beats complexity</strong>, comfortably. A long passphrase you can type from memory is stronger than a short scramble of symbols, and it is stronger precisely because you will not write it on a note stuck to the monitor. Forced special characters and ninety day expiry both make passwords worse in practice, which is why the current NIST guidance dropped them.