Building Accurate Address Matching Systems (robinlinacre.com)
1 points by Bogdanp 10m ago 0 comments
Monkeys, Typewriters, and Busy Beavers (lcamtuf.substack.com)
1 points by rbanffy 31m ago 0 comments
That boolean should probably be something else
4 todsacerdoti 1 6/30/2025, 2:44:34 PM ntietz.com ↗
In the case of those email verification requests I think there should be a table that has one row for each verification attempt because you can track the history of the process, something you'll want to do someday because (1) email is wonky and (2) registration is on the critical path for everything. It may still make sense to have an email_verified flag on the user table because this gets looked at a lot and the join on the side table is a hassle. Not least you might need admins to flip that flag on an account for one reason or another.