Urgent.News

What's breaking now, across thousands of outlets.

Tech

I Built a Fun Name-Based Love Calculator — Here's How It Works

A while back, I built a small side project called NameLoveCalculator — a simple tool that takes two names and generates a fun compatibility score. Why I Built It Love calculators have been an internet staple for decades. People type in two names, hit a button, and get a percentage. It's silly, it's nostalgic, and it's a great way to spark conversations or add some fun to a group chat. I wanted to…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

Two Cloudflare Pages behaviours I had to measure to believe

I run a static browser-games site on Cloudflare Pages: about 4,700 prerendered HTML files, a small React shell, no server. Two things cost me days because the platform did not fail loudly.

  • Cache-Control in headers ignored for static assets, causing stale content.
  • redirects rule limit likely around 100, beyond which rules are disregarded.
  • Regular monitoring and cache-busting tests crucial to ensure proper rule application.

More from Thursday 17 September →