home-gallery VS hnrss

Compare home-gallery 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
home-gallery hnrss
7 68
693 489
- 0.6%
8.7 3.5
6 days ago 3 months ago
JavaScript Go
MIT License -
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.

home-gallery

Posts with mentions or reviews of home-gallery. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-01.
  • Self-hosted Web Image Gallery
    7 projects | /r/selfhosted | 1 Jul 2023
    Maybe home gallery could work? I've been testing it a bit lately. https://github.com/xemle/home-gallery
  • Trying to install a docker from github
    1 project | /r/unRAID | 17 May 2023
    Hi. I'm a new Unraid user and trying to add https://github.com/xemle/home-gallery to my unraid. I only used to install through the CA store so I can't seem to get this to work manually. Can anyone help or is there any tutorial which would help me? Thank you :)
  • Need advice about running a photo server for family
    11 projects | /r/selfhosted | 16 Apr 2023
  • A list of Windows image viewers and managers
    5 projects | /r/StableDiffusion | 18 Nov 2022
    Homegallery: Web gallery featuring face/object recognition auto-tagging, and AI-powered similar image discovery. Demo. Github
  • Ask HN: What services/apps are you self-hosting?
    15 projects | news.ycombinator.com | 18 Nov 2022
    Home Gallery[1] for my photo collection. It has (local) face and object detection.

    AdGuard for ad blocking

    OctoPrint for 3d printing

    [1]https://github.com/xemle/home-gallery

  • Lychee – Self-hosted photo-management done right
    16 projects | news.ycombinator.com | 1 Oct 2022
    I haven't tried PhotoPrism but I'll give it a whirl. In my case, I'm looking for the best way to enable multiple family members upload, tag, and effectively browse tens of thousands of photographs as we all continue digitizing family albums.

    I'm currently using HomeGallery[0] behind Authelia[1] for authentication to view so many images effectively. For uploading, I'd been using Nextcloud but it began to noticeably lag after a few thousand images. I switched to FileRun[2] with symlink'd photo directories and a user for each family.

    With HomeGallery, I get the desired performance on mobile devices with de-duplication and tagging. My instance is detecting objects fine, but I owe it troubleshooting time to figure out face recognition. The "similar images" feature can be fun with so many photos. A nice tagging modal on keybind per-image would be a nice-to-have.

    Using FileRun for uploads works fine, but I also needed a continuous cron job for docker exec to generate any missing thumbnails.

    [0] https://github.com/xemle/home-gallery (or https://home-gallery.org/)

  • Funny domain acquired, what should I use it for?
    2 projects | /r/selfhosted | 8 May 2022
    I would recommend home gallery or time theme for typecho, did a quick research after seeing this post since I also want to personally host one :), but just a quick reminder that the latter one is a theme for a blog CMS called typecho yet it mostly targets the Chinese community, it might be a bit tricky for setting up typecho & its affiliated widgets and etc, but once you get it done, enjoy. However I'm personally not a huge fan of "dynamic" webpages that requires a server, so if you got any updates on a STATIC gallery that could host on a serverless platform like netlify, please let me know! (Also don't forget to use a reliable CDN provider for your image serving, or else the images loading speed will be slow as fuck if users are out of the area where your server is located.)

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 home-gallery and hnrss you can also consider the following projects:

photoprism - Personal Photo Management powered by Go and Google TensorFlow

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.

spotlight - Web's most easy to integrate lightbox gallery library. Super-lightweight, outstanding performance, no dependencies.

newsboat - An RSS/Atom feed reader for text terminals

viewer - 🖼 Simple file viewer with slideshow for media

hackernews-TUI - A Terminal UI to browse Hacker News

Damselfly - Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.

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

pmm - Percona Monitoring and Management: an open source database monitoring, observability and management tool

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

photos - 📸 Your memories under your control

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