nowfound

Alternatives

Products that do what One RSS Feed for the Most Popular HN Bloggers (2025 Rankings) does

Built this RSS aggregator based on the 2025 HN Popularity Contest rankings by Refactoring English [1]. If there's interest in other slices (top 10, top 200, etc.), happy to add them. [1] https://news.ycombinator.com/item?id=46478377

  1. 1HN

    I saw this [0] pretty cool thread by user revskill, and wanted a quicker way to search through it, but also to keep them all in one place so I can read them at my leisure whenever I get time. Right now is like 60 lines of Ruby using Nokogiri, but I will certainly look into it further down the line and improve the list. There's a cronjob checking the thread every 12 hours but I will eventually shut that down and it will become static after that. There are some really awesome blogs in there. I really recommend going through the list, it made my day. [0] "Could you share your personal blog…

    2023 · dm.hn

  2. 2RH

    Link: https://www.reddit.com/r/hnblogs/ Old Reddit Link: https://old.reddit.com/r/hnblogs/ Hi HN, Inspired by this post earlier this week: https://news.ycombinator.com/item?id=23237559, I thought we could make blog discovery easier by having a place to find interesting, unusual, niche, or really any kind of non-marketing blogs that are posted by the people that write them. There are a ton of interesting blogs on the web, probably more than there were when the web was new, but even though there's more they're a smaller…

    2020

  3. 3PC

    Personal blogs are my favorite part of Hacker News, so I was curious to find out which ones are the most popular. There are tools for finding popular individual posts on HN, but I'd never found anything that aggregates scores across multiple submissions for the same domain, so I decided to build one. I also had a vain curiosity about how my own blog compared to other popular HN authors like Simon Willison and Dan Luu. I had fun making this, as it helped me discover a lot of high-quality personal blogs that weren't on my radar, especially from the earlier days of HN. Suggestions, questions,…

    2025 · refactoringenglish.com

  4. 4AW

    I submitted a link, when someone clicks on it I get an up-vote for this article. I don't want people to misuse this I just want to bring attention to this problem. This is the link I used that up-votes this: http://news.ycombinator.com/vote?for=3742742&dir=up&...

    2012

  5. 5BH

    Like others on here, I was inspired by the "personal blogs" post :) [0] https://news.ycombinator.com/item?id=36575081 In proper HN fashion, the site is open-source and requires no JS! There's instructions on how to add/edit a blog on the Github README. [1] https://github.com/surprisetalk/blogs.hn Note that your blog might appear in blogs.json, but not on the site! Right now I'm using the following code to filter out blogs. Your blog might appear if you add more metadata: if ( 3 > 0 + !!blog.title + (blog.desc.length > 40) + !!blog.about + !!blog.now +…

    2023 · blogs.hn

  6. 6HR

    Hey guys, I just flicked the switch on http://hnrecap.com and thought I would make a tiny announcement! The site was created for a simple reason: There is a big rotation of articles on the front page of Hacker News every day, and unless you are on here 24/7, you are bound to miss some great content and discussions. I was tired of this and the rss feed doesn't cut it for me since it doesn't preserve ranking information over time. On HN Recap, rankings are somewhat preserved: Every 2 minutes, I request the HN front page, update articles and attribute points in the following simple fashion: #1…

    2010

  7. 7AT

    Hi HN, I spent a few weeks looking at the top HN posts of all time. This included exploration, clustering, creating visualizations, and zooming in on what (to me personally) seems like some of the best discussions on here. Three things in this post: 1- The interesting groups of HN posts 2- The interactive visualizations that you can explore in your browser 3- The data from this exploration -- this includes CSV of the titles as well as the text embeddings of 3,000 Ask HN articles. Blog post about this whole process here: [1] ============ 1- The interesting groups of HN posts From the…

    2022

  8. 8RB
    RSS Brain139

    I wrote an RSS reader called RSS Brain recently. The motivate is the current RSS readers either don't sort articles by priority, which makes it hard to read posts from HackerNews and Reddit, or sort it with some "smart" algorithm which I don't trust. I also like the Google News feature that can show related story from different source, but the sources are not configurable and the algorithm is not transparent either. So with RSS Brain, I implemented these features: * Recommend related articles from the feeds of your choice. It's backed by ElasticSearch and the algorithm is described on RSS…

    2022 · rssbrain.com

  9. 9T1

    HN has some of the best discussions on the internet, but I don’t love reading 100 comments to find 10 great insights. This site analyzes top HN threads with LLMs and summarizes the key ideas, disagreements, and resources — while preserving links to the original discussion. Useful for revisiting old threads as well. Updated daily, manual-assisted for quality, no spam, fan project only. Would love thoughts from the community. https://hn-discussions.top

    Jan 2026

  10. 10SH

    I built this tool to help me find interesting discussions on Hacker News. I love reading HN discussions almost more than the articles themselves. However, I found that full text search, although highly performant, is not always good at surfacing interesting discussions on a certain topic -- especially if you don't know what to search for exactly. I built this by scraping the most recent ~6 million posts (that's about 2 years of history) and putting the resulting posts and their vector embeddings into Postgres. Let me know what could be improved, and if you'd like a more detailed writeup of…

    2024 · searchhacker.news

  11. 11AP

    Hi HN, I've been a daily user here for almost 15 years. Over that time, my interests have shifted. I find I'm now more interested in deep-dive technical posts and personal blogs than the big tech announcements that often dominate the front page. The "top" feed was starting to feel stale, and I was spending more time digging through "new". So, I decided to build what I wanted: a personalized "For You" feed. Link: https://hn.shaped.ai It's a simple concept: you log in with your normal HN credentials, and as you favorite stories, it learns what you're interested in and re-ranks the…

    Sep 2025 · hn.shaped.ai

  12. 12IC

    I figured, "what better way to look at a list of (hopefully) inspiring projects?" The upvotes work and are globally synced.

    2024 · guycombinator.net

  13. 13UT

    Hello HN! About 1.5 years ago we published an idea on how to improve the Hacker News ranking algorithm (https://felx.me/2021/08/29/improving-the-hacker-news-ranking...). The main idea was to counteract the rank-upvotes feedback loop by using attention as negative feedback. We received very valuable input from the HN community (https://news.ycombinator.com/item?id=28391659), and have since come up with something that we think could be a real contribution: the upvoteRate metric. upvoteRate is an estimate of how much more or less likely users are to…

    2023

  14. 14GY

    Hi HN, We wanted to celebrate the new year so we built this little toy. Enjoy it and happy new year! P.S. If you want, take a look at our product (now in early access) - userjam.com

    Dec 2025 · hn-2025.userjam.com

  15. 15TS

    Some interesting posts/comments. Meteor (April 2012) https://news.ycombinator.com/item?id=3824908 Codecademy (August 2011) https://news.ycombinator.com/item?id=2901156 Kimono Labs (Jan 2014) https://news.ycombinator.com/item?id=7066479 Firebase (April 2012) https://news.ycombinator.com/item?id=3832877 Dropbox (April 2007) https://news.ycombinator.com/item?id=8863 Watsi (August 2012) https://news.ycombinator.com/item?id=4424081 Heap Analytics (March 2013)…

    2014

  16. 16HN

    I prepared a nice snippet that interactively sorts HN news feed on the main page https://news.ycombinator.com/news. Works on Chrome. Check this out! $$('.athing, .athing + tr').map((tr, i, all) => [tr, all[i+1]]).filter(a => a[0].className === 'athing').map(all => [all, parseInt(($$('a', all[1])[3] || {innerText:'0'}).innerText.split(' ')[0]) || -1]).sort((a,b) => a[1] - b[1]).forEach(all => $$('table.itemlist tbody')[0].prepend(all[0][1]) || $$('table.itemlist tbody')[0].prepend(all[0][0]) )

    2019

  17. 17HN

    This was submitted about 9 months ago as a Show HN (https://news.ycombinator.com/item?id=36605493), people was generally favorable to it, but I never got around to do anything else with it past the first few days. I recently rescued a Github account I had, so I'm putting the source of the Rails app over there in case anyone wanted to do anything with it. The site still runs on https://dm.hn Generates about 2 to 3 GB bandwidth usage every month, and the blogs are still checked every day for new content. I must say, I still visit every week and find interesting entries…

    2024 · github.com

  18. 18IV
  19. 19IB

    Hey HN community, I built a tool that helps optimize your post for hitting the first page of Show HN. How it works: I used a Hugging Face dataset of all Hacker News posts from the past 3 years and trained a model that predicts how successful your post might be. There's still a lot of randomness on HN, so nothing is guaranteed, but the tool helps optimize your post for higher odds. A couple of interesting findings: - GitHub repo links work x3 better than regular domains - Open-source tools have a steady virality rate (13.9% - one of the highest) - "I built" outperforms "We built" - Using…

    May 2026 · wannalaunch.com

  20. 20RF

    Sylvain at Algolia was kind enough to accept a small pull request for HN search, which means you can now add things like http://hn.algolia.com/userfeed/pg to your RSS reader, to get the most recent comments from that user. Each feed item currently includes just the text of the comment, but it should be easy to add some extra info, like the article title and parent URL. I'll take a look at the weekend unless someone beats me to it :)

    2014

  21. 21SH

    I analyzed 10 years of Hacker News data (2016-2025) to track Show HN submission trends. - Show HN posts went from ~900/month (2016-2019) to 3,315 in Dec 2025 - Share of all stories: 2.4% (2016) → 12.8% (Dec 2025) - Notable spikes: COVID-19 (2020), AI boom (2023), and accelerating growth through 2024-2025 Data source: HackerBook (144k Show HN posts / 3.4M total stories)

    Jan 2026 · imgur.com

  22. 22RO

    I was lucky enough to have my site trending on Friday (https://news.ycombinator.com/item?id=25872922). It’s an icon site that lists open source icons. I wanted to share some stats on the results after 3 days. Worth noting was that I submitted it on a Friday morning (at which point I went for a walk and a coffee; eek). - 24,997 page views. I (embarrassingly) didn’t have GA set up when I first submitted it, so this is probably missing a few hundred page views - 21 “feedback” emails (half of which were spam). I assume such a high percentage of these were spam because my Feedback…

    2021

  23. 23HN

    Based on your feedback (https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8874801) we've released a new version of the Hacker News Search. It's accessible through the search box in the footer of Hacker News. We hope you'll enjoy the new minimal design and the additional features. Feel free to give us your dream list of improvements :) ChangeLog: 2015-01-19 - Custom date range picker - Responsive design - New "comments[<>=]X" syntax to filter by number of comments - If the story doesn't have any URL, the link goes to the HN discussion - Here and there cosmetics improvements (less padding,…

    2015 · hn.algolia.com

  24. 24RR

    There's lots of improvements I'd like to make but thought I should get some feedback first to see if anyone's interested in it. The main page just shows the most recent feed items (currently from only the 3 feeds I've added myself), but the idea is that it'll show the most popular items aggregated from all users. It also provides TLDR summaries for each item, based on word frequency. http://bayfig.com EDIT: Typo

    2010

Ranked by how close each launch is in meaning, then by votes. Refine with a description →