Here’s a challenge to ethical programmers. I’m trying to implement a like function for my posts on my blog, but don’t want to store IPs, have cookies nor require registrations. How would one prevent likes getting spammed? Meaning one user can only like once?