惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园_首页
Engineering at Meta
Engineering at Meta
量子位
A
About on SuperTechFans
阮一峰的网络日志
阮一峰的网络日志
Recent Announcements
Recent Announcements
博客园 - 司徒正美
V
Visual Studio Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
腾讯CDC
Jina AI
Jina AI
C
Check Point Blog
H
Help Net Security
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
爱范儿
爱范儿
I
InfoQ

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
I built a trainer for Conway's Doomsday algorithm (mental...
jesperkileda · 2026-06-26 · via HN's home page

I have built this to properly learn and apply the Doomsday algorithm (John Conway's method for working out the day of the week for any date in your head). Many years ago I read about the doomsday algorithm and I kind of learned it. It took many hours for me to get to a point where I would occasionally right. And it was slow, like a minute per solve.

Now I've built this Free-to-use site to help me practice and get my accuracy up and my solve times down. I'm solving most dates in 3-5 seconds through just "playing" here for a few minutes each day.

The stats here are clear: everyone who's spending time on these mini games and just practicing solving dates get much better and faster at it.

Reading about, and understanding the algorithm is fairly easy, getting fast enough to actually do it live is quite hard, and that's really a practice problem. So this site is built around drilling. There are 10+ mini games to play with increasing complexity to learning the various calculation steps, but more crucially practicing getting fast at solving them.

There's a main game with a few different modes where you're presented a random date and you pick the weekday you've calculated for it. The site gives you all sorts of stats for you to dive into to understand your accuracy and speed progression.

You can try it with no signup. Log in to track progress and unlock a few extras.