frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: ReviewAssist-Uses coding session to fix code and guided PR walkthrough

https://reviewassist.dev/
1•udik2•4m ago•0 comments

The Wait Equation

https://xendo.bearblog.dev/the-wait-equation/
1•xendo•5m ago•0 comments

Uber allies with driver unions in bid to slow robotaxi rollout

https://www.ft.com/content/84171f91-5f39-4878-bbc5-e4e6262c4321
2•JumpCrisscross•8m ago•0 comments

'A crisis of authenticity': the truth about food influencers

https://www.theguardian.com/news/ng-interactive/2026/sep/03/a-crisis-of-authenticity-the-truth-ab...
1•rdmuser•10m ago•0 comments

KPMG warned Guggenheim unit over deficiencies in internal controls

https://www.ft.com/content/70e8e4e6-def9-4683-9aa3-4bf7351474e4
1•JumpCrisscross•11m ago•0 comments

Ask HN: Is anyone working on this? (Silent texts)

1•quantum2022•13m ago•0 comments

Ski Voice Coding for Claude Code now available on Linux

https://heyski.io/
1•jomon003•16m ago•1 comments

China's Private Sector Botnets Are Worth Disrupting

https://news.risky.biz/srsly-risky-biz-chinas-private-sector-botnets-are-worth-disrupting/
1•Yctg•16m ago•0 comments

The $250k Synth That Replaced Frank Zappa's Band [video]

https://www.youtube.com/watch?v=GMmBsbnmEME
1•thm•18m ago•0 comments

Birkhoff's Theorem (Relativity)

https://en.wikipedia.org/wiki/Birkhoff%27s_theorem_(relativity)
1•vismit2000•19m ago•0 comments

Show HN: The Simpsons Hit and Run Revamped

https://github.com/xaskasdf/The-Simpsons-Hit-and-Run
2•xaskasdf•24m ago•0 comments

What happens when your AI agent edits its own tests to pass?

https://bartholomew.info/
2•itsub_sa•25m ago•0 comments

AI Can Help Plan a Bioweapon

https://secondthoughts.ai/p/ai-can-help-plan-a-bioweapon-building
1•soltanov•29m ago•0 comments

WithExe: In-process EXE host for Windows x64

https://github.com/IgorTebelev/WithExe
1•AngryIgor•33m ago•1 comments

How viable is LLM-assisted 3D modeling in Blender?

https://twitter.com/louszbd/status/2093047548550525165
1•HyperAI•36m ago•0 comments

New York City Bans AI from Elementary Schools

https://gizmodo.com/new-york-city-bans-ai-from-elementary-schools-2000806172
1•the-mitr•36m ago•1 comments

Quasi-Bialgebra

https://en.wikipedia.org/wiki/Quasi-bialgebra
1•blizow•42m ago•0 comments

Trump's Lake Ontario push forces tech to pick a side

https://www.politico.com/news/2026/09/02/tech-lake-ontario-01062631
1•JumpCrisscross•43m ago•2 comments

Show HN: Free app for offline image search and smart file renaming

https://ringlochid.me/imagesage/index.html
1•ringlochid•49m ago•0 comments

Ask HN: A tool to share my data

1•roromainmain•54m ago•0 comments

Update on RISC-V Standards and Adoption at Hot Chips 2026

https://www.servethehome.com/update-on-risc-v-standards-and-adoption-at-hot-chips-2026/
2•lumpa•54m ago•0 comments

PromptSonar – Execution path analyzer for AI agents and MCP servers

https://github.com/meghal86/promptsonar
1•meghal86•56m ago•0 comments

Show HN: Vanity Domain Generator

https://vanitydomain.net
2•i3oi3•56m ago•1 comments

Who Survived the Great Dying – and Why, from PBS

https://www.pbs.org/video/who-survived-the-great-dying-and-why-life-and-death-on-pangea-pzs3ev/
1•blizow•57m ago•0 comments

SF's Tech Right Debates the Ideal Dictator

https://bayareacurrent.com/sfs-tech-caesar/
3•hliyan•1h ago•3 comments

What do you think about elastic workload?

https://xflops.io/blog/flame-v0-6/
2•k82cn•1h ago•0 comments

Dutch central bank moves 86 tonnes of gold from US citing 'geopolitical unrest'

https://www.theguardian.com/world/2026/sep/03/netherlands-gold-dutch-central-bank-uk-us-and-canad...
18•Jimmc414•1h ago•12 comments

Show HN: Review-to-rule – Turn accepted review feedback into durable repo rules

https://github.com/vamgan/review-to-rule
1•vamgan•1h ago•0 comments

The Loose: The Coming of Useless Agents

https://twitter.com/deanwball/status/2094794694572015854
1•jjwiseman•1h ago•0 comments

Toxic haze from Indonesia spreads to Malaysia and Philippines as wildfires rage

https://www.bbc.com/news/live/cqevw9y34y34t
1•blondie9x•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