Hi,
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 about this idea.
Besides that I love concept of RSS, so wanted to play with it :)
Sounds good. Congrats! Just wondering if it can accept submissions as HN does or it just checks the RSS feed for newly created articles in personal websites? And if my personal website is using RSS, how can I know it's picked by IndieFeeder?
If I inderstand correctly, you created an RSS feed agregator, were the criteria for selecting the feeds is that a) they appeared on HN and b) they are perosnal websitea, not corporate..
I think it's valuable... but where do you draw the line betweeb perosnal and corporate can get blurry..
You might be interested in https://hnblogs.substack.com/. You could use its RSS feed as an input source. I'm not sure exactly what the author's filtering process is--I think it's partly filtering out domains that are known to not be personal sites and then going over the remainder manually, or something--but I read it every day, and while I usually don't follow any of the links, every once in a while I find something golden that I never would've found otherwise.
Good question, and I'm not sure what's the correct answer for this. Sometimes you just want to build something. I guess my main motivation was nostalgia for the times when I first discovered Internet (late 90s) and I remember it as a network of personal sites, usenet and irc :) Besides that I thought it's something people here on HN would like.
Very nice. I think you need to decide what is the main point of your site. is it an alternative way to read HN? Is is a curated edition of HN? or is it going to be something on its own eventually, and HN is only a method to jump start it?
There have been several similar efforts on HN recently; search engine for blogs, recommendation platform, etc. What is the number one problem you are trying to solve? Maybe we can join force and make a better platform together.
For example, my pet peeve for HN is that they don't send emails, so I have to check back here. So, my project is exactly about that: Your comment should be send back to you and the one you rely to, in full text with basic markup, with proper email threading maintained.
22 comments
[ 617 ms ] story [ 2729 ms ] threadBesides that I love concept of RSS, so wanted to play with it :)
Thanks
I think it's valuable... but where do you draw the line betweeb perosnal and corporate can get blurry..
What is your main motivation for building IndieFeeds?
To get more activity onto the site, have you thought about including HN upvote counts & comments?
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') }
https://news.indieweb.org/
For example, my pet peeve for HN is that they don't send emails, so I have to check back here. So, my project is exactly about that: Your comment should be send back to you and the one you rely to, in full text with basic markup, with proper email threading maintained.