Skip to content
OneKitly

Guides & tutorials

Practical guides, how-tos and comparisons to get the most out of our free online tools.

July 14, 2026
July 13, 2026
How-to · Files

Splitting a File That Is Too Big to Send

The last resort when nothing can be compressed further. It works, and it has three sharp edges: the parts are useless on their own, the order is absolute, and the megabyte you set is not the megabyte the limit means.

Daniel Okonkwo · 7 min read

How-to · Files

Turning Notes into a PDF Worth Archiving

Plain text has no layout, so any converter has to invent one for you. Here is exactly which decisions this one makes — page, margins, font, line breaks — what it does with a tab and a long line, and what you have to add yourself before a note is worth keeping.

Daniel Okonkwo · 19 min read

July 10, 2026
Explainer · Files

Why Your CSV Breaks Accents and Dates in Excel

Three completely different faults hide behind the same sentence. One is the encoding, one is the separator, one is Excel guessing at types while it opens the file — and the fix for each is different. Here is how to tell them apart in five seconds.

Daniel Okonkwo · 19 min read

July 9, 2026
Guide · Files

Cutting and Joining Audio Without a Click at the Join

That tick at the edit point is not a flaw in the software. It is a step in the waveform, and a step is broadband energy — which is the definition of a click. Here is the arithmetic, measured, and the two places you can put a cut so it never happens.

Daniel Okonkwo · 18 min read

Explainer · Text

Removing Accents Breaks Search — Until You Do It on Both Sides

Folding diacritics is a normalisation step, and normalisation only works when the same function runs on the index and on the query. NFC against NFD with the code points shown, and the letters — ø, ł, ß, œ, ı — that survive the strip untouched.

Daniel Okonkwo · 15 min read