Urgent.News

What's breaking now, across thousands of outlets.

Tech

I built an email scorer in one HTML file with zero dependencies. Here is every threshold and where it came from.

I built an email scorer in one HTML file with zero dependencies. Here is every threshold and where it came from. I write about B2B sales for a living, which means I read a lot of cold emails and a lot of advice about cold emails. The advice is almost always unfalsifiable. "Keep it short." How short? "Be personal." Measured how? So I turned the advice into numbers and put the numbers in a file.…

The author built an email scorer in a single HTML file without any dependencies. This scorer assesses cold emails and provides a score out of 100 based on eight checks. The entire project is deterministic and does not rely on models or network calls. The thresholds for each check were determined to ensure consistency and privacy.

The subject line length is important, as short subjects (28 characters) and mobile truncation are correlated with automation. The scoring is 15 points for a perfect subject length, 8 points for being too short, and 6 points otherwise. Capital letters and exclamation marks are also considered, with more of them increasing the score. Common spam phrases are matched as substrings against the subject and body, with the score adjusted based on the number of hits found.

In the body, a word count between 50 and 150 is optimal for response rates. The reading grade is calculated using the Flesch-Kincaid formula, aiming for a score of 8 or below. The call to action check uses keyword matching against a predefined list of phrases, with a fallback for unusually phrased requests. Personalization is achieved by counting the occurrences of the company name in the email.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Kernel prepatch 7.3-rc3

The 7.3-rc3 kernel prepatch is out for testing. Linus said: " Another fairly large rc release, and again one with a bigger filesystem footprint that we usually see. "

Do you know how Chinese super apps work? A study with Flutter

Você já deve ter ouvido que "o WeChat é seu WhatsApp, seu banco e seu Uber, tudo no mesmo app". Essa comparação vende bem a ideia pra quem nunca usou um super app chinês, mas é só a superfície.

  • Chinese super apps have three-layer architecture: shell, runtime, and mini-programs
  • Shell handles authentication, payments, system permissions
  • Runtime executes third-party code for mini-programs in isolated, secure manner

The Contagion of Fear

  • Students spread panic by warning of computer virus
  • AI expert Jacob Coxon claims 10% AI killing humans risk
  • Fear of AI driven by experts' speculation over reality

More from Sunday 13 September →