frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Keeping the Candle Lit

https://idiallo.com/blog/keeping-the-candle-lit
1•foxfired•4m ago•0 comments

France Champagne Output Set to Halve on Heat Waves and Drought

https://www.bloomberg.com/news/articles/2026-09-07/france-champagne-output-set-to-halve-on-heat-w...
2•geox•5m ago•0 comments

Has Teleportation Been Successful

2•JodiMiller•6m ago•0 comments

Enough

https://github.com/jtc268/enough
2•husky8•7m ago•0 comments

The Cordon Sanitaire/Brandmauer Was a Mistake

https://twitter.com/phl43/status/2097026853412204731
1•barry-cotter•7m ago•0 comments

Utah development wants to be a solution for affordable housing

https://www.sltrib.com/news/2026/09/06/lehi-townhome-complex-shows-how/
1•toomuchtodo•12m ago•1 comments

What Hidden Motives Imply

https://www.overcomingbias.com/p/what-hidden-motives-imply
1•paulpauper•13m ago•0 comments

Like Terraform, but in Lean 4

https://ngrislain.github.io/blog/2026-9-6-like-terraform-but-in-lean-4/
1•ngrislain•13m ago•0 comments

An Alien Mind: Jakub Pachocki Warns Us

https://thezvi.substack.com/p/an-alien-mind-jakub-pachocki-warns
2•paulpauper•13m ago•0 comments

Dotfiles That Save Themselves – Jdx

https://jdx.dev/posts/2026-09-07-dotfiles-that-save-themselves/
1•grappler•14m ago•0 comments

Quire – humans and AI agents editing local Markdown together

https://github.com/heetdalsania/quire
1•heet_dalsania•15m ago•0 comments

Lightpanda Session Bridge – Hand real logins to headless AI agents

https://github.com/Raknaos/lightpanda-session-bridge
1•Raknaos•15m ago•0 comments

The Better You Are at Programming, the Worse AI Looks [video]

https://www.youtube.com/watch?v=_590TxMwvWM
1•happy-go-lucky•16m ago•0 comments

Keep Track – 3D Satellite Toolkit

https://app.keeptrack.space/
2•ColinWright•17m ago•0 comments

Can I Root My TV?

https://cani.rootmy.tv/
3•cosmojg•17m ago•1 comments

Show HN: Animaxxing – get agents to animate the shit out of your website

https://animaxxing.com
2•johnpolacek•17m ago•1 comments

Show HN: Relay – an update after three years on anonymous team check-ins

https://www.openrelay.app/
2•techdiff•18m ago•0 comments

Show HN: Stuxnet – A reconstructed source code of the infamous cyber-weapon

https://github.com/Sadpainy/Stuxnet
3•CMDDestory•19m ago•0 comments

The End of Ads

https://carlmastrangelo.com/blog/the-end-of-ads
2•guglecwoam•20m ago•0 comments

Hoover (Seal)

https://en.wikipedia.org/wiki/Hoover_(seal)
1•aggrrrh•21m ago•0 comments

Claude Code fable 5.1 is seriously flawed

https://lance.black
2•code-delta-app•22m ago•1 comments

Open-Source Intelligence

https://en.wikipedia.org/wiki/Open-source_intelligence
2•wseqyrku•26m ago•0 comments

Principia: Relational Physics Tests for Video Models

https://principiabench.github.io/
1•porridgeraisin•28m ago•0 comments

The online shopping trend where you buy nothing

https://restofworld.org/2026/south-korea-shopping-trend/
1•paulpauper•28m ago•0 comments

Lookup Which Local Veterinarians Are Owned by Private Equity Groups

https://privateequityvet.org/vet-list/
1•WarOnPrivacy•29m ago•0 comments

Why Meta Wanted to Pay $18B [video]

https://www.youtube.com/watch?v=IUMUJgjDvU0
2•DyslexicAtheist•30m ago•0 comments

Gawk Extensions Library

https://gawkextlib.sourceforge.net/
1•shakna•30m ago•0 comments

How to Scale an Engineering Team in 90 Days: A Practical Latam Playbook

https://nearshorebusinesssolutions.com/news/scale-engineering-team-90-days/
2•etabone•31m ago•0 comments

Active Prelude to Calculus

https://activecalculus.org/prelude/root-1-2.html
1•gurjeet•32m ago•0 comments

My Folding iPhone Predictions

https://birchtree.me/blog/my-folding-iphone-predictions/
1•CharlesW•32m 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