Podcast suggestions should remain on the front page longer than articles do in HN though. Since listening to a podcast is way more time consuming than reading an article.
Thanks for sharing!
21–30 of 136 posts
Podcast suggestions should remain on the front page longer than articles do in HN though. Since listening to a podcast is way more time consuming than reading an article.
Thanks for sharing!
Getting 500 errors on podcast comment/show pages. I get the idea though, I'm just not sure this is the best way to discover podcasts. To checkout a podcast takes quite a bit more time relative to a news article / blog post. I think that this has the same issues as https://www.producthunt.com/podcasts , for me at least.
I could really use something like this. It's a recurring problem I have: finding interesting podcast material to listen to while working out. Podcast suggestions should remain on the front page longer than articles do in HN though. Since listening to a podcast is way more time consuming than reading an article. Thanks for sharing!
Still, it looks like you're off to a good start!
How about a play count as a measure of popularity instead of just discussions? HN works because it abstracts user behaviour to a points score.
How did you implement scoring system? Is it simple: select max(score) from casts where submit_time > NOW - 7days; or something more sophisticated https://medium.com/hacking-and-gonzo/how-hacker-news-ranking... ?