Hacker News new | ask | show | jobs
by tomasff 450 days ago
Haha nice point of reference (LotR) - I ended up not storing user-agent/ip etc, only 8 bytes for the timestamp. I was initially going to dump the clicks on sqlite but it felt a bit OTT, so I just keep appending the 8 bytes to the end of a file.

I regret not keeping more details, would make for an interesting an analysis and as you said unlikely to hurt storage unless more people were clicking.