frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Should you avoid blue light before bed?

https://www.economist.com/science-and-technology/2026/09/04/should-you-avoid-blue-light-before-bed
1•vinni2•2m ago•0 comments

The Origin of Circuits (2007)

https://www.damninteresting.com/on-the-origin-of-circuits/
1•mschuster91•8m ago•0 comments

One-Bit Message

https://en.wikipedia.org/wiki/One-bit_message
2•tosh•9m ago•1 comments

It took me more than a year to build – the zombie survival phone

https://zsc.sh/zsc-1/
2•tomccc•17m ago•0 comments

Memocept – Your Guide to Better Everyday Wellness

https://finance.yahoo.com/healthcare/articles/memocept-introduces-multi-ingredient-dietary-163100...
1•Blairrv•18m ago•0 comments

Harness-of-Harness: Multi-day autonomous software development

https://arxiv.org/abs/2609.01481
1•fourfire•24m ago•0 comments

Git hosting that never leaves Europe

https://pushin.eu
3•sevenseacat•27m ago•1 comments

Anthropic & friends caught paying religious NGO's 3.3M for propaganda

https://www.effort.news/revelation
2•nullbio•27m ago•3 comments

Semantic Memory or Just Markdown?

https://laravel.com/blog/semantic-memory-or-just-markdown
1•pushpak1300•27m ago•0 comments

My message to my fellow humans: Emacs is good

https://www.reddit.com/r/emacs/comments/1w5r6by/shoutout_to_remacs_community/p7xby38/
1•iLemming•28m ago•1 comments

Imperial Colors Manifesto

https://qum.cz/imperial_colors/
1•signa11•32m ago•1 comments

Show HN: Mu, two-minute visualized lessons on modern AI

https://mu.vizuara.ai/
1•sreedath•32m ago•0 comments

The U.N. backs a new world map showing Africa in its true relative size

https://www.npr.org/2026/09/04/nx-s1-5958611/africa-world-map-un-vote
1•croes•33m ago•0 comments

Show HN: RagLeap Core – 46 AI Employees, open-source LangChain alt

https://github.com/antonyrag/ragleap-core
1•antonyragleap•34m ago•1 comments

Microsoft says email spammers are adopting ASCII smuggling

https://arstechnica.com/security/2026/09/once-popular-for-attacking-ai-ascii-smuggling-is-embrace...
1•utiiiD•34m ago•0 comments

Show HN: map data onto a globe

https://github.com/atlaslib/globe
1•tosh•36m ago•0 comments

Show HN: Free macOS App to import photos from memory card with file naming rules

https://github.com/jianfenglin-git/photo-batch-importer
2•jianfenglin•38m ago•0 comments

Aerial Saw

https://en.wikipedia.org/wiki/Aerial_saw
1•js2•40m ago•1 comments

Show HN: Hitomaki – A diary that advances when you finish a toilet roll

https://ag3497120.github.io/hitomaki/
2•kofdai•48m ago•1 comments

El Niño Forecast to Be Strongest on Record

https://healthpolicy-watch.news/ongoing-el-nino-set-to-strongest-on-record-increasing-risks-of-ex...
1•geox•49m ago•0 comments

The Cogito – Keyboard designed for human hands

https://wattiv.nl/work/cogito/
2•TGHUvzPtTBFnxRo•51m ago•0 comments

Former Treasury Secretaries: AI is a risk of a different kind

https://www.washingtonpost.com/opinions/2026/09/03/ai-safety-security-risks-demand-new-government...
5•reasonableklout•52m ago•1 comments

Who runs the labor market? Women accounted for 98% of U.S. job gains in August

https://fortune.com/2026/09/04/jobs-report-september-women-162000-jobs/
4•littlexsparkee•52m ago•1 comments

Motivating Myself for Exercise by Arbitrarily Withholding Things I Desire

https://blog.klungo.no/2026/09/04/motivating-myself-for-exercise-by-arbitrarily-withholding-rewards/
1•danielskogly•54m ago•0 comments

Free Sewing Patterns

https://freesewing.eu/
2•gmargari•59m ago•0 comments

Could Anthropic have solved Navier–Stokes?

https://twitter.com/ElliotGlazer/status/2096076054133952516
1•marcelo-earth•1h ago•0 comments

An OS with two syscalls that runs COBOL on bare metal, no LLVM or GCC

https://github.com/AndreeSalazar/BMO-X
1•Salazar-X•1h ago•0 comments

Is AI ruining my brain?

https://thoughtbot.com/blog/is-ai-ruining-my-brain
2•signa11•1h ago•1 comments

Booz Allen Cyber Weapon Index

https://www.boozallen.com/insights/cyber/cyber-weapon-index.html
3•jonbaer•1h ago•0 comments

Why are European countries moving their gold out of North America?

https://www.bbc.com/news/articles/cvgyn8q8gqxo
83•ranit•1h ago•79 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