frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Turn your GitHub activity into a receipt

https://receipthub.io/github
1•sleepy_duck•5m ago•0 comments

AI is changing religion and religions are trying to change AI

https://economist.com/international/2026/08/27/ai-is-changing-religion-and-religions-are-trying-t...
1•andsoitis•6m ago•0 comments

ProveIT – a short game to help you learn how formal proofs work in Logic

https://voxelrifts.itch.io/proveit
1•vismit2000•7m ago•0 comments

.

https://economist.com/international/2026/08/27/ai-is-changing-religion-and-religions-are-trying-t...
1•andsoitis•7m ago•0 comments

Crbro – Local, file-based persistent memory for AI agents (MCP)

https://github.com/Octonove/crbro-memory
1•cerebromcp•9m ago•0 comments

Cancer vaccine shows promise in preventing recurrence of melanoma

https://www.nbcnews.com/health/health-news/merck-moderna-say-melanoma-vaccine-promise-prevent-rec...
1•gmays•10m ago•0 comments

He co-founded Burning Man. It was the least interesting thing he ever did

https://www.sfgate.com/sf-culture/article/burning-man-co-founder-least-interesting-thing-20826295...
1•andsoitis•12m ago•0 comments

Build Your Customer Service Team with AI Agents

https://aimujib.com/
2•anaspro•14m ago•0 comments

Why America's prisons are shrinking and racial gaps are closing

https://www.nature.com/articles/s41562-026-02536-y
1•marojejian•23m ago•1 comments

Open Oscar Server: open-source server compatible with AIM and ICQ clients

https://github.com/mk6i/open-oscar-server
1•gregsadetsky•30m ago•0 comments

Show HN: HN Mirror with Image Previews

https://hackernews.beliantech.com/
1•ernsheong•31m ago•1 comments

Network Performance Issues in Phoenix, Los Angeles – Cloudflare Status

https://www.cloudflarestatus.com/incidents/f8ms50xkfn4t
1•kyisaiah47•36m ago•0 comments

OSSBeacon – explainable PR risk for open-source maintainers

https://github.com/closedfiles23-web/ossbeacon
1•rafae01019•38m ago•0 comments

GLM-5.3-Flash-GGUF

https://huggingface.co/unsloth/GLM-5.3-Flash-GGUF
3•walrus01•39m ago•1 comments

Bug Blindness

https://danluu.com/bug-blind/
8•davidmckenna•42m ago•1 comments

'Snooping' on Dolphins Reveals Hotspots for Food and Friends

https://www.fau.edu/newsdesk/articles/snooping-on-dolphins-acoustic-study
1•gmays•43m ago•0 comments

Personal Holding Companies, Tax Progressivity, and Inequality

https://www.nber.org/papers/w35534
1•marojejian•44m ago•1 comments

Show HN: Cardwall – free external A2A health check and status badge for agents

https://cardwall.ai/
1•nvwalj•46m ago•0 comments

Man accused of posing as SF 49ers player to defraud women out of $1.3M, feds say

https://www.cbsnews.com/sanfrancisco/news/man-poses-as-san-francisco-49ers-player-defrauds-26-wom...
3•randycupertino•47m ago•1 comments

India's 'Cockroaches' Are Fighting Back

https://www.nytimes.com/2026/08/29/opinion/india-gen-z-cockroach-movement.html
1•mikhael•48m ago•0 comments

Marked Share – Markdown Publishing

https://brettterpstra.com/2026/08/29/marked-share-markdown-publishing/
3•alsetmusic•55m ago•0 comments

Jeffy Loop What if coding agents had to prove they were done?

https://github.com/lenamonj/jeffy-loop
2•lenamonj•1h ago•1 comments

Show HN: From a 9MB app to processing video and batching up to 100 photo

https://apps.apple.com/us/app/pixzool-video-photo-editor/id6759997803
1•marshiyar•1h ago•0 comments

China's Super-Dam Is Becoming an Upstream Water Bomb

https://www.project-syndicate.org/commentary/china-himalayan-super-dam-dangerous-and-plan-lacks-t...
4•haltingproblem•1h ago•0 comments

Unsloth Desktop

https://unsloth.ai/docs/desktop
2•pentagrama•1h ago•1 comments

Laurie Anderson's manuscript to be locked away for 88 years in Future Library

https://www.theguardian.com/books/2026/aug/29/laurie-anderson-manuscript-88-years-future-library-...
2•mitchbob•1h ago•0 comments

Phaseonebig: Message Board for Agents

https://phaseonebig.com/
1•fmarasho•1h ago•0 comments

Focal.vc

https://focal.vc
1•audreyfei•1h ago•0 comments

Git3 – Use an S3 bucket as a Git remote

https://github.com/robertpitt/git3
3•robertpitt•1h ago•0 comments

Minimax H3 Max Live – An infinite broadcast is generated by the chat

https://www.twitch.tv/koumpas
2•amrrs•1h ago•0 comments
Open in hackernews

Show HN: A native Hacker News reader with integrated todo/done tracking

https://github.com/haojiang99/hacker_news_reader
54•coolwulf•1y ago
Hey HN! I'm excited to share a tool I've been working on - a native Hacker News reader built with Rust and egui. Here's a screenshot: https://github.com/haojiang99/hacker_news_reader/blob/main/s....

As a daily HN reader, I've always struggled with keeping track of interesting posts I want to read later. Browser tabs pile up, bookmarks get forgotten, and I lose track of what I've already read. I needed a way to:

1. Browse HN efficiently (across all sections - hot, new, show, ask, jobs, best) 2. Quickly mark posts as "todo" for later reading 3. Mark posts as "done" when finished 4. Filter and search effectively

I couldn't find a tool that combined all these features, so I built one. It's been tremendously helpful for my own HN reading workflow, and I thought others might find it useful too.

Features:

- *Integrated todo tracking*: Mark stories as "todo" and "done" to manage your reading progress

- *Search functionality*: Filter stories by keyword in title, domain, or author

- *Multiple sections*: Browse all HN sections (hot, new, show, ask, jobs, best)

- *Threaded comments*: View comments in a Reddit-like threaded format

- *Dark/light mode*: Easy on the eyes in any environment

- *Keyboard shortcuts*: Efficient navigation with keyboard-centric design (1-6 for tabs, Ctrl+F for search)

- *Auto-loading*: Automatically loads more content when scrolling

- *Color-coding*: Stories color-coded by score for easy scanning

- *Native app*: Fast, responsive, and works offline with local caching

Built with Rust and the egui UI framework, with SQLite for local storage. The app scrapes Hacker News HTML directly rather than using the official API to capture the full story context.

Check out the GitHub repo (https://github.com/yourusername/hacker_news_reader) for installation instructions and source code. Built and tested on macOS, Linux, and Windows.

This started as a personal tool to solve my own HN reading habits, but I hope others find it useful too. The code is MIT licensed and I'd love your feedback, feature suggestions, or contributions!

Comments

Beijinger•1y ago
OK, why not RSS reader?
coolwulf•1y ago
Because I can customize a lot of functions related to Hacker News which usual RSS reader cannot
Beijinger•1y ago
Yes, this is obvious. But why don't you offer YOUR script not for a general RSS feed?
coolwulf•1y ago
That could be another tool :p
shahakshat609•1y ago
sounds like a good idea & a lot of people who would need this
coolwulf•1y ago
Thank you. I will work to make it available to more people and make this system more powerful and extremely fast.
dsr_•1y ago
Every forum system tries to replicate the user-empowering features of Usenet with slrn, and usually falls short.
coolwulf•1y ago
Well I'm implementing a LLM based auto summary for each article and other features which focus on usability / readability / tracking for HN users. And this is more specialized and cannot be achieved by other tools.
dsr_•1y ago
Hrm. You should pivot to making an Electric Monk.

"The Electric Monk was a labour-saving device, like a dishwasher or a video recorder. Dishwashers washed tedious dishes for you, thus saving you the bother of washing them yourself, video recorders watched tedious television for you, thus saving you the bother of looking at it yourself; Electric Monks believed things for you, thus saving you what was becoming an increasingly onerous task, that of believing all the things the world expected you to believe."

- Douglas Adams.

flave•1y ago
Perhaps you could teach the LLM to perform the task of enjoying the articles for you too?
barbazoo•1y ago
> https://github.com/yourusername/hacker_news_reader

Link is dead

coolwulf•1y ago
Please use the thread title link
pricci•1y ago
AI artifact?

The repo is https://github.com/haojiang99/hacker_news_reader

barbazoo•1y ago
What I thought yeah. It’s LLM generated shit all the down.
beemboy•1y ago
Building an HN reader feels like the Hello World for hackers. Still waiting for HN in BF running in the Doom HUD.
coolwulf•1y ago
Pretty much. That is why this was a tiny personal project I did. The key for me is to be a le to track article and comments on HN for myself. I found it useful and that's why I decided to open source and make it available for everyone else.
krishnasangeeth•1y ago
Cool project. I too did something similar , built a HN client app for iPhone

https://apps.apple.com/us/app/h-for-hackernews/id6744145932

begueradj•1y ago
The second Github link is broken