news VS hnrss

Compare news vs hnrss and see what are their differences.

news

Quality News - Towards a fairer ranking formula for Hacker News (by social-protocols)

hnrss

Custom, realtime RSS feeds for Hacker News (by hnrss)
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
news hnrss
15 68
43 493
- 1.4%
8.0 3.5
4 months ago 3 months ago
Go Go
Apache License 2.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-04-10.
  • Ask HN: Do we need more users to browse /newest on HN?
    1 project | news.ycombinator.com | 16 Jul 2023
    I think so. I work with a group that was researching ways to improve the hacker news ranking algorithm. We concluded that there were "false positives" and "false negatives" -- stories often did or did not make the home page based more on timing and luck than the actual content of the story. Read more here: https://github.com/social-protocols/news

    However, we concluded that the biggest problem is false negatives -- good stories that never made the home page -- because of submissions to /newest that simply don't get enough *attention*. There are too many stories and not enough eyeballs. As a result, there is not enough data to know if a story would do well if it were shown on the front page or not.

    You can see this from the fact that there are many stories that are submitted multiple times, and 4 out of 5 submissions get only 1 or two no upvotes, and then the 5th makes the front page and gets hundreds. Sometimes it's due to timing factors -- the story has become relevant for some reason -- but often its just luck.

  • What Deserves Our Attention?
    1 project | news.ycombinator.com | 2 Jun 2023
    It's a short intro to raise awareness for the topic. Earlier, our research group "social protocols" published a new metric for Hacker News, but at that time, people didn't see the problem: https://github.com/social-protocols/news
  • Hacker News Ranking Algorithm: How would you have done it?
    2 projects | news.ycombinator.com | 10 Apr 2023
  • Ask HN: Should HN officially experiment with improving its ranking algorithms?
    1 project | news.ycombinator.com | 17 Mar 2023
    Yesterday, we published our approach to improve the HN ranking algorithm: https://news.ycombinator.com/item?id=35183317

    As a follow-up, we'd like to ask if the community is interested in official experiments with this or similar approaches. We'd suggest having a second, experimental front-page on HN, which applies the upoteRate metric to the HN formula, as described here: https://github.com/social-protocols/news#a-proposed-new-formula

    To get a feeling, how stories with a high upvoteRate look like, we prepared a page, where all frontpage stories are sorted by upvoteRate: https://news.social-protocols.org/best-upvoterate.

    What do you think?

  • Show HN: Quality News – Towards a fairer ranking algorithm for Hacker News
    5 projects | news.ycombinator.com | 16 Mar 2023
    Great to hear! We're still looking for strategies to cheaply retain more data. If you have any ideas, please jump in: https://github.com/social-protocols/news/issues/54
    2 projects | news.ycombinator.com | 2 Mar 2023
    As a consequence, success on HN depends almost entirely on getting enough upvotes in the first hour or so to make the front page and get caught in this feedback loop. And getting these early upvotes is largely a matter of timing, luck, and moderator decisions. And so the best stories don't always make the front page, and the stories on the front page are not always the best.

    Our proposed solution is to use upvoteRate instead of upvotes in the ranking formula. upvoteRate is an estimate of how much more or less likely users are to upvote a story compared to the average story, taking account how much attention the story as received, based on a history of the ranks and times at which it has been shown. You can read about how we calculate this metric in more detail here: https://github.com/social-protocols/news#readme

    About 1.5 years ago, we published an article with this basic idea of counteracting 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). Quality News has been created based largely on this feedback.

    Currently, Quality News shows the upvoteRate metric for live Hacker News data, as well as charts of the rank and upvote history of each story. We have not yet implemented an alternative ranking algorithm, because we don't have access to data on flags and moderator actions, which are a major component of the HN ranking score.

    We'd love to see the Hacker News team experiment with the new formula, perhaps on an alternative front page. This will allow the community to evaluate whether the new ranking formula is an improvement over the current one.

    We look forward discussing our approach with you!

    Links:

    Site: https://news.social-protocols.org/

    Readme: https://github.com/social-protocols/news#readme

    Previous Blog Post: https://felx.me/2021/08/29/improving-the-hacker-news-ranking...

    Previous Discussion: https://news.ycombinator.com/item?id=28391659

  • Towards a fairer ranking algorithm for Hacker News
    1 project | news.ycombinator.com | 7 Mar 2023
  • Show HN: UpvoteRate – Towards a fairer ranking formula for Hacker News
    3 projects | news.ycombinator.com | 22 Feb 2023

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