Hacker News new | ask | show | jobs
by mkyc 5928 days ago
You should track at what times the people click next.

Your like button is too far away from the next button, and neither has keyboard shortcuts.

1 comments

Keyboard shortcuts is an awesome idea. I'll add that to the backlog.
Why not the frontlog?

Site looks great, by the way. One thing I'll say is that I ran into the same reel after just two clicks -- this should be pretty easy to avoid, either by shuffling an array of reels (rather than pulling one out at random), or by tracking which reels I've seen in a session variable.

Good luck!