Show HN: IndieFeeds.com, HN clone where submissions come from personal websites
11–20 of 23 posts
Re: Show HN: IndieFeeds.com, HN clone where submissions come from personal websites
#12Happy to help if you want to talk about it.
Re: Show HN: IndieFeeds.com, HN clone where submissions come from personal websites
#13Which voting algorithm are you using? I recently wrote an article about that topic and working on part 2: https://felx.me/2021/08/29/improving-the-hacker-news-ranking... Happy to help if you want to talk about it.
scope :ranked, -> { select('posts.*, ((posts.upvotes_count + 1) / POWER(EXTRACT(EPOCH FROM (NOW() - posts.published_at)), 1.8)) AS rank').order('rank DESC') }
Re: Show HN: IndieFeeds.com, HN clone where submissions come from personal websites
#14Which voting algorithm are you using? I recently wrote an article about that topic and working on part 2: https://felx.me/2021/08/29/improving-the-hacker-news-ranking... Happy to help if you want to talk about it.
Not sure where I found it, but I have it coded like this: scope :ranked, -> { select('posts.*, ((posts.upvotes_count + 1) / POWER(EXTRACT(EPOCH FROM (NOW() - posts.published_at)), 1.8)) AS rank').order('rank DESC') }
Re: Show HN: IndieFeeds.com, HN clone where submissions come from personal websites
#15Hi, IndieFeeds is a HN clone, where submissions come from personal websites only. For now I add feeds manually while reading HN. If I see submission coming from personal website I check if it uses RSS and in case it does, I add it to IndieFeeds.com. So now HN works as a filter of content for IndieFeeds :). Site is probably lacking some functionality, but for now I wanted to share it with you and see what you think ab…
What is your main motivation for building IndieFeeds?
To get more activity onto the site, have you thought about including HN upvote counts & comments?
Re: Show HN: IndieFeeds.com, HN clone where submissions come from personal websites
#16Re: Show HN: IndieFeeds.com, HN clone where submissions come from personal websites
#17Re: Show HN: IndieFeeds.com, HN clone where submissions come from personal websites
#18Hi, IndieFeeds is a HN clone, where submissions come from personal websites only. For now I add feeds manually while reading HN. If I see submission coming from personal website I check if it uses RSS and in case it does, I add it to IndieFeeds.com. So now HN works as a filter of content for IndieFeeds :). Site is probably lacking some functionality, but for now I wanted to share it with you and see what you think ab…
Interesting idea! There are so many great posts that otherwise get lost in the noise. What is your main motivation for building IndieFeeds? To get more activity onto the site, have you thought about including HN upvote counts & comments?
Re: Show HN: IndieFeeds.com, HN clone where submissions come from personal websites
#19Re: Show HN: IndieFeeds.com, HN clone where submissions come from personal websites
#20Hi, IndieFeeds is a HN clone, where submissions come from personal websites only. For now I add feeds manually while reading HN. If I see submission coming from personal website I check if it uses RSS and in case it does, I add it to IndieFeeds.com. So now HN works as a filter of content for IndieFeeds :). Site is probably lacking some functionality, but for now I wanted to share it with you and see what you think ab…