frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

PocketJS: UI runtime for every kind of computer

https://pocketjs.dev/
3•tomcam•11m ago•1 comments

Transitous – Community-run public transport routing service

https://transitous.org
1•rickcarlino•12m ago•0 comments

Learn about Meshtastic and Austin Mesh

https://www.austinmesh.org/about/
1•simonpure•16m ago•0 comments

Cursor launches Origin code hosting platform as GitHub outage exposes opening

https://venturebeat.com/infrastructure/cursor-launches-origin-code-hosting-platform-as-github-out...
2•gmays•19m ago•0 comments

Minutes to 33 Seconds

https://luca.lowndes.net/blog/bun-tests-10-minutes-to-33-seconds
1•lucalow•22m ago•0 comments

Sitegeist – The ultimate design extraction toolkit

https://chromewebstore.google.com/detail/sitegeist/npgjkgkkjcbbafihmojgodekkfgnjgdc
1•BillyMangino•22m ago•0 comments

Gram Editor Release 3.3.0

https://gram-editor.com/posts/release-3.3.0/
1•signa11•33m ago•0 comments

Google Maps Changes Lake Ontario to 'Lake America' on US Phones

https://thehill.com/policy/transportation/6059553-google-maps-renames-lake-america/
5•LopRabbit•33m ago•0 comments

Armageddon by Anthropomorphism: On Security and the Frontier

https://hardcoresoftware.learningbyshipping.com/p/242-armageddon-by-anthropomorphism
1•jeffreyrogers•33m ago•0 comments

Is Japan backpedaling on its work-style reforms?

https://www.japantimes.co.jp/news/2026/08/30/japan/society/japan-work-life-overtime/
1•mikhael•35m ago•0 comments

Pgwire explorer: the Postgres wire protocol, byte by byte

https://pgwire-explorer.dhuk.net/
1•thunderbong•37m ago•0 comments

Show HN: Magic Layers – Turn Any Image into Layers

https://magiclayers.net
1•QingWu•40m ago•0 comments

The quality you should most wish for your children

https://www.economist.com/business/2026/08/27/the-quality-you-should-most-wish-for-your-children
2•Anon84•42m ago•1 comments

Yen weakens past ¥160 per dollar, eroding intervention gains

https://www.japantimes.co.jp/business/2026/08/29/markets/yen-160-dollar-intervention/
20•rguiscard•42m ago•6 comments

AI Accelerator Designed, Verified, and Deployed from Scratch in 2 Weeks by AI

https://arxiv.org/abs/2608.26418
1•Jimmc414•42m ago•0 comments

Benchmarking Confidential Computing Performance on Nvidia Blackwell GPUs

https://arxiv.org/abs/2608.26575
1•Jimmc414•43m ago•0 comments

Free tools for the Microsoft Project Online retirement, 30 days out

https://onplana.com/tools
1•Onplana•47m ago•0 comments

Static Evaluation of Model Switching in LLM Agents Scores the Wrong World

https://arxiv.org/abs/2608.08239
3•danbitengo•51m ago•0 comments

Show HN: Python Static Site Generator for Small Businesses

https://codeberg.org/Marking-Time/MicroStore
1•marking-time•52m ago•0 comments

Ace Targets Streaming Pirates Through Cloudflare and Discord Subpoenas

https://torrentfreak.com/ace-targets-dozens-of-streaming-pirates-through-cloudflare-and-discord-s...
2•gslin•1h ago•1 comments

Europe's warm nights nearly doubled this summer

https://emot.substack.com/p/europes-warm-nights-nearly-doubled
3•emot•1h ago•0 comments

Anyone Got a Fenty.dev Invite?

1•penguinsnetwork•1h ago•0 comments

The Distractor

http://booktwo.org/notebook/the-distractor/
2•zetamax•1h ago•0 comments

Show HN: Clownbid.lol – pay to be the biggest clown on the internet

https://clownbid.lol/
2•nadermx•1h ago•0 comments

Give Your Coding Agent a Journal

https://doug.sh/posts/give-your-coding-agent-a-journal/
4•dougcalobrisi•1h ago•1 comments

If You Knew God Exists, Wouldn't You Become a Priest?

https://joecmarshall.com/posts/if-you-knew-god-exists-wouldnt-you-become-a-priest/
6•CoreSet•1h ago•1 comments

Are We Learning to Think Less?

https://socketstudy.com/sparks/are-we-learning-to-think-less/
2•wingrove•1h ago•2 comments

The Ternus Era at Apple Begins, but Cook Isn't Leaving

https://www.bloomberg.com/news/videos/2026-08-30/the-ternus-era-at-apple-begins-but-cook-isn-t-le...
2•sbulaev•1h ago•0 comments

Will anybody use AI as much as coders?

https://www.economist.com/business/2026/08/30/will-anybody-use-ai-as-much-as-coders
2•tagawa•1h ago•1 comments

Show HN: Break 5, the addictive, free 5 minute, daily word game

https://break5.co.uk/
2•dwgebler•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