<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ToolsNow — Guides</title>
    <link>https://www.toolsnow.net/blog/</link>
    <description>Practical guides on units, dates, files, percentages and the other everyday calculations behind the tools.</description>
    <language>en</language>
    <atom:link href="https://www.toolsnow.net/rss.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Business days vs calendar days: why &quot;within 10 days&quot; is ambiguous</title>
      <link>https://www.toolsnow.net/blog/business-days-vs-calendar-days/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/business-days-vs-calendar-days/</guid>
      <description>Ten business days can span more than two calendar weeks. How business-day counting works, where weekends differ worldwide, and the counting traps in contracts.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>EXIF data: what your photos quietly reveal (and how to strip it)</title>
      <link>https://www.toolsnow.net/blog/exif-data-what-your-photos-reveal/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/exif-data-what-your-photos-reveal/</guid>
      <description>Photos carry hidden metadata — GPS location, device, timestamps — that survives most sharing. What EXIF contains, where it gets stripped, and how to remove it.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Base64 is not encryption (encoding, encryption and hashing, untangled)</title>
      <link>https://www.toolsnow.net/blog/base64-is-not-encryption/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/base64-is-not-encryption/</guid>
      <description>Encoding, encryption and hashing all turn data into gibberish — and solve completely different problems. What each guarantees, and where each is misused.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Compound interest, mechanically: what &quot;interest on interest&quot; really does</title>
      <link>https://www.toolsnow.net/blog/compound-interest-the-mechanics/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/compound-interest-the-mechanics/</guid>
      <description>The compound interest formula, why compounding frequency matters less than people think, the rule of 72, and how the same mechanics work against you in fees.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Cron syntax explained: reading the five fields without a cheat sheet</title>
      <link>https://www.toolsnow.net/blog/cron-syntax-explained/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/cron-syntax-explained/</guid>
      <description>Cron expressions like 0 3 * * 1 pack a schedule into five fields. How to read them, the day-of-month vs day-of-week trap, and the mistake that fires 60 times.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How loan amortisation actually works (why early payments are mostly interest)</title>
      <link>https://www.toolsnow.net/blog/how-loan-amortisation-actually-works/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/how-loan-amortisation-actually-works/</guid>
      <description>Equal monthly payments hide a shifting split between interest and principal. The mechanics of the amortisation formula, explained step by step with a worked example.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to read a JWT (and what the three parts actually do)</title>
      <link>https://www.toolsnow.net/blog/how-to-read-a-jwt/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/how-to-read-a-jwt/</guid>
      <description>A JSON Web Token is three Base64 sections split by dots — readable by anyone, forgeable by no one. How the format works, the claims, and the classic pitfalls.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>JPEG vs PNG: a practical rule that covers almost every case</title>
      <link>https://www.toolsnow.net/blog/jpeg-vs-png-when-to-use-which/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/jpeg-vs-png-when-to-use-which/</guid>
      <description>One format is built for photographs, the other for sharp edges and transparency. How each compresses, where each fails, and a rule of thumb that rarely misses.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Ounces vs fluid ounces: they are not the same unit</title>
      <link>https://www.toolsnow.net/blog/ounces-vs-fluid-ounces/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/ounces-vs-fluid-ounces/</guid>
      <description>An ounce measures weight, a fluid ounce measures volume, and they only coincide for water. Why &quot;8 oz of chicken&quot; and &quot;8 oz of milk&quot; are different kinds of quantity.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>MB vs MiB: why a 1 TB drive shows up as 931 GB</title>
      <link>https://www.toolsnow.net/blog/mb-vs-mib-why-your-drive-looks-smaller/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/mb-vs-mib-why-your-drive-looks-smaller/</guid>
      <description>Drive makers count in powers of 1000, operating systems in powers of 1024. Nobody is lying — the maths behind the missing gigabytes, and what KiB and MiB mean.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Percent vs percentage points: a small wording difference that changes the number</title>
      <link>https://www.toolsnow.net/blog/percent-vs-percentage-points/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/percent-vs-percentage-points/</guid>
      <description>An interest rate rising from 2% to 3% is one percentage point — but a 50% increase. Why the two phrasings differ, and the percentage traps hiding in everyday claims.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>The two kinds of PDF password (and why one barely protects anything)</title>
      <link>https://www.toolsnow.net/blog/pdf-password-types-explained/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/pdf-password-types-explained/</guid>
      <description>A PDF can have an open password, a permissions password, or both — and they offer very different protection. What each one does, and what removing them involves.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>A cup is not a cup: US, UK, metric and Australian cups compared</title>
      <link>https://www.toolsnow.net/blog/us-uk-metric-cups-why-recipes-fail/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/us-uk-metric-cups-why-recipes-fail/</guid>
      <description>A US cup is 236.6 ml, a metric cup is 250 ml, and an old UK cup is 284 ml. Why the same recipe measures differently by country, and when the gap actually matters.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Week numbers explained: why your week 1 is not my week 1</title>
      <link>https://www.toolsnow.net/blog/week-numbers-explained/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/week-numbers-explained/</guid>
      <description>Europe plans by week numbers, but ISO 8601 and US conventions disagree about week 1 — and some years have 53 weeks. How the numbering systems actually work.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What checksums are for: verifying a download with a hash</title>
      <link>https://www.toolsnow.net/blog/what-checksums-are-for/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/what-checksums-are-for/</guid>
      <description>Sites publish SHA-256 hashes next to downloads for a reason. What a checksum proves, what it cannot prove, how to check one on any OS, and why MD5 still exists.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Scanned PDF vs text PDF: why you sometimes cannot copy the text</title>
      <link>https://www.toolsnow.net/blog/scanned-pdf-vs-text-pdf/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/scanned-pdf-vs-text-pdf/</guid>
      <description>Some PDFs let you select and search text, others behave like photos. The difference is the text layer — what it is, how to check for it, and what OCR actually does.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What &quot;one month later&quot; actually means (dates are harder than they look)</title>
      <link>https://www.toolsnow.net/blog/what-adding-a-month-actually-means/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/what-adding-a-month-actually-means/</guid>
      <description>What is 31 January plus one month? There is no single right answer — how month arithmetic works, why software clamps dates, and where the edge cases bite.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why time zone conversion is harder than adding hours</title>
      <link>https://www.toolsnow.net/blog/why-timezone-conversion-is-hard/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/why-timezone-conversion-is-hard/</guid>
      <description>UTC offsets change with the calendar, half-hour zones exist, and DST switches on different dates worldwide. Why fixed-offset arithmetic is only usually right.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why compressing a PDF sometimes makes it bigger</title>
      <link>https://www.toolsnow.net/blog/why-compressing-a-pdf-can-make-it-bigger/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/why-compressing-a-pdf-can-make-it-bigger/</guid>
      <description>PDF compressors shrink scans dramatically but can inflate text documents. The difference is what the PDF stores inside — here is how to tell before you compress.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What DPI actually means (and which number to pick)</title>
      <link>https://www.toolsnow.net/blog/what-dpi-actually-means/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/what-dpi-actually-means/</guid>
      <description>72, 96, 150, 300 — DPI settings decide between blurry prints and bloated files. What the number controls, and which value fits screen, print and OCR.</description>
      <pubDate>Sun, 26 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What an extra €100 a month actually does to your mortgage</title>
      <link>https://www.toolsnow.net/blog/extra-mortgage-payments-math/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/extra-mortgage-payments-math/</guid>
      <description>Overpaying a loan saves far more than the amount you overpay. Here is why the effect is non-linear, and how to work out the saving for your own loan.</description>
      <pubDate>Tue, 07 Oct 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Why a cup of flour and a cup of honey are not the same weight</title>
      <link>https://www.toolsnow.net/blog/cups-to-grams-why-it-depends-on-the-ingredient/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/cups-to-grams-why-it-depends-on-the-ingredient/</guid>
      <description>A cup is a volume, a gram is a weight, and the bridge between them is density. Here is what a cup of each common baking ingredient actually weighs.</description>
      <pubDate>Tue, 16 Sep 2025 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>How to remove VAT from a price (and the mistake almost everyone makes)</title>
      <link>https://www.toolsnow.net/blog/how-to-remove-vat-from-a-price/</link>
      <guid isPermaLink="true">https://www.toolsnow.net/blog/how-to-remove-vat-from-a-price/</guid>
      <description>Removing VAT is not the same as subtracting the VAT percentage. Here is the correct formula, why the intuitive method is wrong, and how much it costs you.</description>
      <pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>
