nowfound

Alternatives

Products that do what Chat Mode for Hacker News (Live Comments Updater) does

This is a userscript that you can use with Tampermonkey, or paste it to JS console. I generated it with o1-preview, simply by pasting the HTML source of a HN page to the prompt and asking it to make a comment updating script. And it worked flawlessly — great job, OpenAI! I'm impressed. What a time to be alive! The prompt: https://chatgpt.com/share/66eb36c5-a55c-8005-9ee1-d42770297d... The script fetches new comments every 10 seconds and inserts them to a proper place in the DOM, highlighting them with a nice color. With this script, HN feels like a realtime chat in busy…

  1. 1HC
  2. 2

    Generate a ChatGPT for your website In 1 minute

    2023

  3. 3AA

    For example, paste this into Slack or Discord or whatever: https://news.ycombinator1.com/item?id=30179549 It works with comments, too: https://news.ycombinator1.com/item?id=30180253 Hastily-developed source: https://github.com/statico/ycombinator1.com

    2022

  4. 4HF

    I've been working on and off on a Chrome Extension for Hacker News, the extension focusses on improved usability rather than design. I can almost guarantee that after a day you won't want to go back to regular Hacker News. Give it a try, features include: - Improved readability - Quick inline replies from comments page - Quick profiles with social network info when hovering over usernames - Filtering of stories based on terms and phrases / domain or user - Endless scrolling - Collapsible comment threads - Social sharing for Twitter, Facebook, Google+, Buffer Forks, improvements and comments…

    2012 · chrome.google.com

  5. 5EH

    2016 · comments.network

  6. 6HN

    I'm Seth, creator of discourse.fm, a browser-based tool/platform to create live audio chat rooms. I just launched an extension of the site - https://hackernews.discourse.fm/ - which pulls stories in real-time from the HN site using the public API, and enables anyone to join a live audio discussion about the story (think Clubhouse rooms autogenerated for HN stories). Once you enter a room, you can grab the link generated for a room and paste it back to the comments on the HN story to invite more participants. hackernews.discourse.fm is both a full-fledged product and a…

    2021

  7. 7HN

    I recently received access to develop and use ChatGPT plugins, and embarked on a project to build a Hacker News integration as a learning exercise. My goal was to enable retrieval of content from HN to answer questions and produce insights in conversations with ChatGPT. I documented my journey in this blog post, which will hopefully be helpful to other plugin developers or anyone looking to learn more about embeddings. You can try the experience even if you don't have plugin access on ChatGPT through the demo on hn.kix.in - it's a loose approximation but should give you a sense of what's…

    2023 · kix.in

  8. 8GL

    Hi HN, I hacked a simple service for gathering HN replies and organizing them by the parent's username. The main idea is to be able to efficiently get the latest replies to an HN user. For example, you can use this service to send yourself notifications when some replies to you on HN. The service queries the official HN API and can be self-hosted. It is basically ~30 lines of Bash script. I made this mostly for educational purposes -- thought you might find it useful for something. Cheers! Edit: for example, here are the latest replies to me [0]. It includes only recent replies, since I…

    2022 · github.com

  9. 9HL

    I am re posting this because when I had made this post the first time there were a few problem with the site that I had to fix and had not anticipated. I got some nice feedback though, so I thought I'd just make one more post because most of the problems have been fixed. HN Live is an alternative interface to Hacker News which provides all of the data on Hacker News in real time. This allows for the real time viewing of what goes into and leaves the trending page as well as the `newest` section. It is just a personal project, and I would like some feedback if you have any. Thanks Site:…

    2015

  10. 10FI

    This is something fun I’ve been hacking on recently: ridiculously simple group chat. Go to http://faces.io and then get your friends to do the same. That’s it! :-D Currently works best in Chrome. It’s definitely beta status at best. Audio can get weird—be ready to mute. ;-) Let me know what you think!

    2014

  11. 11HN

    Based on your feedback (https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8874801) we've released a new version of the Hacker News Search. It's accessible through the search box in the footer of Hacker News. We hope you'll enjoy the new minimal design and the additional features. Feel free to give us your dream list of improvements :) ChangeLog: 2015-01-19 - Custom date range picker - Responsive design - New "comments[<>=]X" syntax to filter by number of comments - If the story doesn't have any URL, the link goes to the HN discussion - Here and there cosmetics improvements (less padding,…

    2015 · hn.algolia.com

  12. 12NC

    http:&#x2F;&#x2F;mindovermatter.it&#x2F; Just a quick and dirty hack I did while learning Go and how to set up an EC2 server. A proof of concept for a feature I think it would be useful on HN. It often happens that I read the whole thread of comments for a discussion, and get back to it at a later time to see the updates. It's hard to see at a glance which comments are new and which ones I already read. The app uses cookies to record the last time you accessed a discussion thread, and modify the html in order to highlight the new comments (the ones added since your last GET of the page).…

    2013

  13. 13HN
  14. 14SH

    HN has been a destination on the Web for me recently, but I've had trouble really _getting into_ it. I realized that was because there wasn't an intuitive way for me to browse through articles, comments and authors. I started working on a GreaseMonkey script for myself and, as I got into it, decided I would share it with others who may be interested. SuperHN keeps everything on one page and adds keyboard navigation. 'W' and 'S' browse through articles, 'A' and 'D' cycles through an article, its comments and poster. It also makes the front page a bit more readable. You can get Super Hacker…

    2010

  15. 15BE

    We’re George and Ann, and want to share a Hacker News specific browser extension that we have been working on. We all love the rich discussions in HN, but navigating long posts with multiple threads can sometimes be challenging. You get lost in the depth and breadth of the discussion. There are a few AI-based summarization tools, but they typically focus on summarizing the article rather than the comments, and thus miss the essence of threaded discussions. So, we built Hacker News Companion, a browser extension that makes it easy to navigate discussions and understand diverse viewpoints…

    2024 · github.com

  16. 16BH

    I'm sharing a userscript for for those who read the HN comments section a lot: 1. Updates comments without reloading the page — instantly see new ones as they appear. 2. Cleaner comment topline for less distraction — shows controls only when you hover over the topline. There is a preview gif of how it looks in the README.

    Mar 2026 · github.com

  17. 17C1

    I made a ChatGPT client that is contained in 1 HTML file. Would love to know what you guys think. The idea is to have something very simple to use that people can just download and use. If they want, tweak as per their liking. (You will need an OpenAI API to use it). - It doesn't call or use any 3rd party services (except jQuery and Bootstrap loaded from a CDN). Use your own API key, call the OpenAI API directly in its normal functioning ( there is a chatbot feature to pull top HN headlines which calls the HN API ). - Its just an HTML file, so you can run it from anywhere. Repo:…

    2023 · github.com

  18. 18HN

    We're still in private beta but would love to give more invites and get feedback.

    2011

  19. 19HR

    Hey guys, I just flicked the switch on http://hnrecap.com and thought I would make a tiny announcement! The site was created for a simple reason: There is a big rotation of articles on the front page of Hacker News every day, and unless you are on here 24/7, you are bound to miss some great content and discussions. I was tired of this and the rss feed doesn't cut it for me since it doesn't preserve ranking information over time. On HN Recap, rankings are somewhat preserved: Every 2 minutes, I request the HN front page, update articles and attribute points in the following simple fashion: #1…

    2010

  20. 20HN

    2014 · hnlivecomments.pex2.jp

  21. 21AD

    Some years ago, I discovered a bot called Little Birdie to watch HN comments for keywords and post a link to Slack. Unfortunately, it has disappeared and I've found myself missing this. So this bot is a re-implementation of it, but now also supporting Discord. It's very easy to use: 1. install the bot on your workspace&#x2F;guild 2. &#x2F;keywords add rust,hn,foobar (for Discord) ; @newsbutler add rust,hn,foobar (for Slack) 3. done For technical stuff : it is implemented in Crystal + Postgres (hosted on Render+Neon). I will certainly opensource it when I clean the repo of all production…

    2025 · newsbutler.xyz

  22. 22SM

    Twitter is often my source of Hacker News, but I had a problem of getting just the news without HN comments, which many times are even better than news itself, so I came up with an idea to have news and comments under the same URL. I parse RSS feeds, put new items in database, get bit.ly short link and post all to Twitter. Links on twitter are like this http://xcode.x10.mx/?id=2411858 and to see HN comments all you need is to move mouse over the handle on the left side. What do you think? Like it, have any suggestions, ideas or anything else in mind feel free to speak up. I'm happily using…

    2011

  23. 23HV

    Hey HN folks, Last week I released the first public version of 120 HN — a fully native Hacker News client for macOS. This week, I'm excited to share version 0.2.1 with some essential updates: The app now remembers window size, position, and sidebar state between sessions Improved AI summaries: more concise, relevant with link back to the comments, easier to read with short paragraph form. Minor tweaks to navigation and layout for a smoother experience Sneak peek: local LLM support is coming in the next release. As always, the app is free to use. Any suggestions or comments would be…

    2025 · 120.dev

  24. 24IM

    I’ve been using this for my own workflow and friends suggested I share it with them so I quickly threw together my first chrome extension! As an ex-editor, I think chatGPT is overlooked as an editor with everyone jumping straight into writing. Editing is essentially giving it as comprehensive a writing prompt as possible. Playing with the actual prompt also gets you a wide range of different results that grammarly&#x2F;other apps cant really do. The x% has been changed tool was the first thing I built to see how intrusive chatGPT's editing was at a glance. My biggest struggle was trying to…

    2023 · editgpt.app

Ranked by how close each launch is in meaning, then by votes. Refine with a description →