Go hacker-news

Open-source Go projects categorized as hacker-news

Top 5 Go hacker-news Projects

  • circumflex

    🌿 It's Hacker News in your terminal

  • Project mention: Orange Site Hit | news.ycombinator.com | 2024-01-01
  • neonmodem

    Neon Modem Overdrive

  • Project mention: Neonmodem: TUI for Lobsters, HN, etc. | news.ycombinator.com | 2024-01-11

    They seem to have spent a ton of time on their website, why link to the github with no information? https://neonmodem.com/

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

    InfluxDB logo
  • hnrss

    Custom, realtime RSS feeds for Hacker News

  • Project mention: Ask HN: Have you reduced technical knowledge contributions? | news.ycombinator.com | 2024-03-24

    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.

  • news

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

  • Project mention: Ask HN: Do we need more users to browse /newest on HN? | news.ycombinator.com | 2023-07-16

    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.

  • GoHN

    Hacker News API wrapper for Go

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-24.

Go hacker-news related posts

Index

What are some of the best open-source hacker-news projects in Go? This list will help you:

Project Stars
1 circumflex 1,046
2 neonmodem 495
3 hnrss 487
4 news 43
5 GoHN 29
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com