hnrss VS RSS-Bridge

Compare hnrss vs RSS-Bridge and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hnrss RSS-Bridge
68 135
489 6,835
0.6% 1.1%
3.5 9.6
3 months ago 9 days ago
Go PHP
- The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

hnrss

Posts with mentions or reviews of hnrss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-01.
  • Ask HN: Have you reduced technical knowledge contributions?
    1 project | news.ycombinator.com | 24 Mar 2024
    That’s interesting.

    I have predictive models that can predict if a headline (w/o the rest of the article and not considering the URL) will (a) get more than 10 votes and (b) if it does get more than 10 votes will the votes/comments ratio be more than 2 (which is roughly average)

    The first model gets a ROC-AUC (see https://scikit-learn.org/stable/modules/generated/sklearn.me...) in the low 60’s (not good, the second model gets in the low 70’s (actually pretty good though it is a heat seeking missile for clickbait headlines) and my latest content-based recommender for RSS items gets almost 80. (I saw a paper that one system at TikTok gets about 85)

    To do all that you need about 10,000 headlines and don’t get a lot of benefit from having more than 100,000. The ceilings on performance have more to do with the nature of the problem rather than my models: the same article can get submitted twice and get 0 votes one time and 200 the other time so it can never be as accurate as “is this an article about galactic astronomy?”

    I had it ingest the HN comments firehose and found the amount of articles was overwhelming, my YOShInOn RSS reader now ingests the “best comments” from

    https://hnrss.github.io/

    together with 110 other feeds and actually I like the comments it picks out a lot. Now that the system is adding about 3000 items per day it might be able to handle a big feed like the comments firehose since now those comments are diluted with so many quality articles. For a problem like that you might want a two-score system with: (i) is it relevant? (something I like) and (ii) is it popular? (like Google’s PageRank)

    I think you could make a model that compares comments in the best comments feed with other comments. I have tried formulating the problems above as regression problems where I try to predict the actual score and it does not work well because of the uncertainty problem but formulated as a classification problem for a score over a threshold it is easy to make a well-calibrated model that tells you “this article has a 20% chance of frontpaging” which is about the best anyone can do.

  • Ask HN: How can I get rid of addiction to HN?
    1 project | news.ycombinator.com | 17 Mar 2024
    Subscribe via rss, so you can scratch the curiosity itch and each the FOMO, without coming to the site all the time and looking over the same things 20 times?

    https://hnrss.github.io/

  • Show HN: Hacker News Outliers
    1 project | news.ycombinator.com | 18 Feb 2024
  • Ask HN: Is There an HN Reader and Filter?
    1 project | news.ycombinator.com | 15 Jan 2024
    https://news.ycombinator.com/item?id=9491978

    and this https://hnrss.github.io/

    ps i’m ok with some % of false positives, but hopefully a sprinkle of OpenAI could keep that magically low?

    thanks

  • Orange Site Hit
    4 projects | news.ycombinator.com | 1 Jan 2024
  • RSS can be used to distribute all sorts of information
    9 projects | news.ycombinator.com | 20 Nov 2023
    It sounds interesting but I use https://hnrss.github.io/

    Unless it had most of the features of hnrss.org I would not be able to use it.

    Perhaps you could pivot your approach and submit a PR to hnrss for the feature?

  • Ask HN: Who is hiring? (October 2023)
    9 projects | news.ycombinator.com | 2 Oct 2023
  • Tell HN: There is a new highlights page on HN
    1 project | news.ycombinator.com | 25 Sep 2023
    Looks like there's an unmerged PR on the third-party hnrss project that would add this: https://github.com/hnrss/hnrss/pull/84
  • Why your blog still needs RSS
    9 projects | news.ycombinator.com | 19 Aug 2023
    Check out below link to get a more customized, topic wise rss feeds.

    https://hnrss.github.io/

  • Ask HN: Is there a way to “filter” the posts on HN
    1 project | news.ycombinator.com | 25 Jul 2023

RSS-Bridge

Posts with mentions or reviews of RSS-Bridge. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-26.
  • Web Calendars Should Be Discoverable and Provide iCalendar Feeds
    2 projects | news.ycombinator.com | 26 Jan 2024
    > make the calendar available via rss.

    I've thought a lot about ICS/RSS combinations[0], and my current stance is that while they achieve similar things in some cases, RSS is meant for things that happened in the past (items in the future may or may not show in your client), and calendars are meant for future events. This incompatibility makes it hard to do RSS feeds for events, unless you use event-publication-date, which has its own issues.

    I've instead been working on custom calendars for sites I care about.[1] is one such attempt from someone else, but I've been focusing on simpler options[2]

    There's also the problem that both Android and Windows are horrible with webcal (iOS/MacOS/Linux work decently well), making "subscribable web calendars" out of reach of most Android users, unless the understand the terrible UX that these platforms offer.

    [0]: https://github.com/RSS-Bridge/rss-bridge/issues/1351

    [1]: https://github.com/simon816/ical-bridge

    [2]: https://captnemo.in/blr-habba/

  • XPath Scraping with FreshRSS
    2 projects | news.ycombinator.com | 26 Dec 2023
    rss bridge [1] seems to do the same, but it's not coupled to any rss reader

    [1] https://github.com/RSS-Bridge/rss-bridge

  • Show HN: Extract RSS feed from almost anything
    4 projects | news.ycombinator.com | 3 Sep 2023
    There's also RSS-Bridge: https://github.com/RSS-Bridge/rss-bridge

    "The RSS feed for websites missing it"

  • Why your blog still needs RSS
    9 projects | news.ycombinator.com | 19 Aug 2023
    That is cool for a local feed. Have you tried it on a server?

    I am able to get a lot of generally unavailable feeds using https://github.com/RSS-Bridge/rss-bridge running on my server. Perhaps this code could be someday brought in as a catch-all last resort.

  • Get RSS feed for your Ko-Fi account
    2 projects | dev.to | 17 Aug 2023
    Since everything worked as intended, I created a pull request to the RSS-Bridge repository and after a few hours my code was merged and now every public server will have a new Ko-Fi bridge for everyone to use. And since this is something I will use for myself, I will make sure to maintain it as long as possible.
  • Looking for self-hosted RSS aggregator with "RSS from HTML" feature
    2 projects | /r/selfhosted | 13 Jul 2023
  • Self hosted Social Media/Facebook aggregation and viewer (does it exist)
    2 projects | /r/selfhosted | 4 Jul 2023
  • RSS-bridge: The RSS feed for websites missing it
    1 project | news.ycombinator.com | 30 Jun 2023
  • Twitter to RSS
    1 project | /r/rss | 22 Jun 2023
    I use RSS Bridge although it's unfortunate that I have to. Plus in the past week or two spam has been getting through into it which is lovely.
  • Any way to create RSS of google?
    2 projects | /r/rss | 15 Jun 2023
    RSS-Bridge has a Google search adapter. You can also fake it with Searx (which offers RSS feeds of search results).

What are some alternatives?

When comparing hnrss and RSS-Bridge you can also consider the following projects:

rss-proxy - RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.

RSSHub - 🧡 Everything is RSSible

newsboat - An RSS/Atom feed reader for text terminals

Huginn - Create agents that monitor and act on your behalf. Your agents are standing by!

hackernews-TUI - A Terminal UI to browse Hacker News

nitter - Alternative Twitter front-end

fraidycat - Follow blogs, wikis, YouTube channels, as well as accounts on Twitter, Instagram, etc. from a single page.

Home Assistant - :house_with_garden: Open source home automation that puts local control and privacy first.

ALL-about-RSS - A list of RSS related stuff: tools, services, communities and tutorials, etc.

pyLoad - The free and open-source Download Manager written in pure Python

Hacker News API - Documentation and Samples for the Official HN API

n8n - Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.