news VS hnrss

Compare news vs hnrss and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
news hnrss
18 69
823 495
2.4% 1.2%
9.6 3.5
3 days ago 4 months ago
JavaScript Go
GNU Affero General Public License v3.0 -
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.

news

Posts with mentions or reviews of news. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-09.
  • Artifact Is Shutting Down
    1 project | news.ycombinator.com | 12 Jan 2024
    Nextcloud running the News app [1] on your own server, either an old laptop/desktop or a SBC like a Raspberry/Orange/Banana/${fruit} Pi. You'll get total control over whatever you do with the thing, as much 'free' cloud storage as you want and loads of other possible services. It runs fine on a Raspberry Pi 4 or one of the equivalent boards from other manufacturers.

    Source: I've been running this before the Owncloud/Nextcloud split, it works as advertised.

    [1] https://apps.nextcloud.com/apps/news

  • Show HN: It's Like HN, but for Science
    2 projects | news.ycombinator.com | 9 Sep 2023
    One of the first things I do when I test aggregator sites like this one is to look for the RSS feed. I may have missed something but I did not find one here - could that be added? It would make it much easier to integrate into my normal 'news flow' which is more or less entirely built around RSS feeds presented through Nextcloud News [1]. I can scrape sites which do not provide their own feed but that is tedious and just increases the load on those sites.

    [1] https://github.com/nextcloud/news

  • [Open Source] Lecteur RSS multiplateforme
    5 projects | /r/enfrancais | 9 May 2023
    NextCloud News (nécessite NextCloud installé)
  • Nextcloud News: When adding subscription folders are sorted randomly - any way to fix this?
    1 project | /r/NextCloud | 7 Feb 2023
    If you think this is a bug, you should open a ticket here: https://github.com/nextcloud/news
  • You should be saving RSS files in archive.org
    1 project | news.ycombinator.com | 18 Jan 2023
    I have contacted next cloud 'News' plugin developer https://github.com/nextcloud/news/discussions/2066 to request automated call to archive.org.

    I have received a response:

    I don't think archive.org would be very happy if every nextcloud/news install would request they store the CNN frontpage every hour for example. I think this is better suited in feed creation software since that would know exactly when a feed is updated.

  • Gripes with RSS after one week
    7 projects | news.ycombinator.com | 31 Dec 2022
    Previously I used Nextcloud News and enjoyed it, but recent versions require 64-bit PHP [1], which I didn’t have on the Raspberry Pi. Never did figure out why this requirement was imposed just for the News app.

    [1] https://github.com/nextcloud/news/issues/1423

  • RSS Readers That You Can Self Host
    9 projects | news.ycombinator.com | 23 Dec 2022
  • My slow progression towards and away from NextCloud
    14 projects | /r/selfhosted | 12 Nov 2022
    NC News was my first RSS aggregator, back when I was doubing whether I might need something like this at all - now I can't imagine not having one
  • Thoughts about Feedly?
    2 projects | /r/PrivacyGuides | 12 Jul 2022
    cross-platform and with an app for android would be Nextcloud News. (https://apps.nextcloud.com/apps/news) - But obviously you'd be needing a nextcloud first.
  • Ask HN: What are you using for a RSS Reader?
    12 projects | news.ycombinator.com | 24 Apr 2022
    I'm using Nextcloud already and that has an officially supported RSS daemon app[1]. I mainly use it with this really good Android client[2] (that's on F-Droid) that supports connecting to it (and Miniflux it appears, which I noticed a bunch of mentions in this thread of).

    [1] https://github.com/nextcloud/news

    [2] https://github.com/bubelov/news

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-06-09.
  • What does it feel like to read RSS feeds?
    2 projects | news.ycombinator.com | 9 Jun 2024
    > Newsblur allows you to have precisely those type of keyword filters.

    Indeed, many RSS readers do.

    See also Hacker News RSS: https://hnrss.github.io

  • 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/

What are some alternatives?

When comparing news and hnrss you can also consider the following projects:

FreshRSS - A free, self-hostable news aggregator…

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.

newsboat - An RSS/Atom feed reader for text terminals

elfeed - An Emacs web feeds client

hackernews-TUI - A Terminal UI to browse Hacker News

full-text-rss-docker - A debian:buster-slim full-text-rss Docker Container

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

NewsBlur - NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.

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

Feeder

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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