{{story.title}}

{{story.url.split('/')[2]}}
{{story.points}} points | {{story.created_at | fromNow}} → Score: {{(story.created_at | fromNow).split(' ')[1] === 'hours' ? Math.round(((story.points - 1) / Math.pow(((story.created_at | fromNow).split(' ')[0] + 2), 1.8)) * 1000) : (story.created_at | fromNow).split(' ')[1] === 'minutes' ? Math.round(((story.points - 1) / Math.pow((9 + 2), 1.8)) * 1000) : Math.round(((story.points - 1) / Math.pow(((story.created_at | fromNow).split(' ')[0] * 19 + 2), 1.8)) * 1000)}}
by {{story.author}}
Subscribe to {{story.author}}
{{story.num_comments ? story.num_comments + ' comments' : 'discuss'}}