Tiny-Tiny-RSS VS hnrss

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Tiny-Tiny-RSS hnrss
63 68
181 488
- 0.4%
0.0 3.5
about 8 years ago 2 months ago
PHP Go
GNU General Public License v3.0 only -
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.

Tiny-Tiny-RSS

Posts with mentions or reviews of Tiny-Tiny-RSS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-13.
  • Tiny Tiny RSS
    1 project | news.ycombinator.com | 27 Mar 2024
  • Dark UX doesn't work in the long run
    1 project | news.ycombinator.com | 18 Feb 2024
    I just want to vent here a bit:

    Feedly is the only app I ditched because I did not understand the interface. AT ALL. I tried multiple times, like really hard, over the course of 2-3 years, and all it delivered was a feeling of being insanely stupid.

    I started my attempts around 2012 (kind of around Google killing Reader). I could not understand if that app even deliver that same functionality as Reader, could not understand if it allows to just add custom RSS url. I was not sure which title-description was an actual pair. I struggled to find article boundaries - I scrolled while reading and it suddenly just closed that and opened another unrelated thing. I struggled to use categories. I struggled to stabilize the layout - every week or so it switched from a list, to two-pane thumbnails, then some other weird view. I tried to set up my custom view but it just toyed with me. It took me an embarrassing amount of time to figure out how to actually browse my feeds by publish time (instead of some random metric app thrown them at me).

    Dark theme just made it even harder - I had no idea what I'm looking at. I felt that I have more control over watching commercials on TV, than actually using Feedly.

    It made me start hosting TinyTinyRSS [0] app on public internet for me and friends for many years. When I finally turned off tt-rss instance (due to my servers going down permanently) I came back to feedly... to just realize I don't even try to use it any more. A decade old frustration ended up with simply uninstalling.

    [0] https://tt-rss.org/

  • Ask HN: How do you organize your life?
    2 projects | news.ycombinator.com | 13 Oct 2023
  • Post Will Not Go Viral
    2 projects | news.ycombinator.com | 14 Sep 2023
    > I want to host my own RSS server though and then maybe use a native reader to view it, like an RSS of RSS feeds.

    I've been using Tiny Tiny RSS to do this for years. It works very well. https://tt-rss.org/

  • Unleashing the Potential of RSS; Harnessing Its Benefits for Everyday Learning
    1 project | dev.to | 12 Jul 2023
    Tiny Tiny RSS (TT-RSS) https://tt-rss.org/ is a self-hosted, open-source RSS feed reader that provides a lightweight and customizable solution for managing and reading RSS feeds. It offers a simple web-based interface, allowing users to aggregate, organize, and access their favorite content from various sources in one centralized location. With its extensibility and robust feature set, TT-RSS offers a powerful tool for individuals who prefer to have full control over their RSS reading experience. As a dedicated programmer and avid user of Tiny Tiny RSS (TT-RSS), I can confidently say that it is an exceptional self-hosted, open-source RSS feed reader. With TT-RSS, I have the freedom to personalize and fine-tune my RSS reading experience to perfection. Its lightweight web-based interface offers a seamless way to aggregate, organize, and access all my favorite content from a multitude of sources. TT-RSS has become an indispensable tool in my daily routine, empowering me to stay informed, discover new insights, and effortlessly manage my RSS feeds with ease. If you're a fellow developer seeking a powerful, customizable RSS reader, TT-RSS is an absolute game-changer.
  • Reddit restored the last six months of my comments after I deleted them with shreddit. They also deleted everything older that I had saved.
    4 projects | /r/privacy | 19 Jun 2023
    I would recommend Tiny Tiny RSS or FreshRSS as examples but you can use anything you want, there's plenty of them. Why would you want to pay for something like this?
  • Find Alternatives for Ourselves Megathread
    6 projects | /r/RedditAlternatives | 9 Jun 2023
    Tiny Tiny RSS
  • If you do happen to switch to an alternative, remember to also consider RSS syndication - it can be very useful
    4 projects | /r/RedditAlternatives | 6 Jun 2023
    Back when I was using Tiny Tiny RSS I've developed af_feedmod to download the article from the linked webpage so you'd end up with a full feed. This was later forked into FeedIron and seems to be somewhat popular by now.
  • My collection of Ansible roles for self-hosting everything with Rocky Linux and FreeIPA
    17 projects | /r/selfhosted | 2 Jun 2023
    TinyTinyRSS feed aggregator
  • Anything you wish there was an open source solution for?
    52 projects | /r/selfhosted | 16 May 2023
    Have you seen https://tt-rss.org/

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

What are some alternatives?

When comparing Tiny-Tiny-RSS 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.

Wallabag - wallabag is a self hostable application for saving web pages: Save and classify articles. Read them later. Freely.

newsboat - An RSS/Atom feed reader for text terminals

hackernews-TUI - A Terminal UI to browse Hacker News

Nextcloud - ☁️ Nextcloud server, a safe home for all your data

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

RSS-Bridge - The RSS feed for websites missing it

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

MonitoRSS - MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz

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