frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The take-off in African solar that official statistics can't yet see – Ember

https://ember-energy.org/latest-insights/the-take-off-in-african-solar-that-official-statistics-c...
1•xbmcuser•1m ago•0 comments

Scientists build tiny robots without motors that can fly using sound waves alone

https://www.livescience.com/technology/robotics/scientists-build-tiny-robots-without-motors-that-...
1•n1b0m•1m ago•0 comments

Ask HN: A translation pipeline that doesn't chew up long HTML pages

1•lym11248•2m ago•0 comments

P(Kill-Switch|Detection)

https://www.lesswrong.com/posts/tvaQniyER4BmsQpbq/p-kill-switch-or-detection
1•kp1197•3m ago•0 comments

Cancelation Terminology

https://matklad.github.io/2026/08/31/cancelation-terminology.html
1•surprisetalk•3m ago•0 comments

All Grand Canyon hotels to close after flash floods, with no reopening date

https://www.sfchronicle.com/outdoors/article/grand-canyon-hotels-water-22410294.php
1•bookofjoe•4m ago•1 comments

numba-enzyme: Automatic differentiation of Numba functions

https://github.com/EnzymeAD/numba-enzyme
1•cl3misch•4m ago•0 comments

Ask HN: How did you improve agent's output readability?

1•futurecat•4m ago•0 comments

A Sword, a Surrender, and a Text to End a Twelve-Year Rabbit Hole

https://brianketcham786410.substack.com/p/a-sword-a-surrender-and-a-text-to
1•goles•6m ago•0 comments

Why Chinese Daily Life Vloggers Are Exploding on YouTube [video]

https://www.youtube.com/watch?v=-znk0dg59cA
1•acqbu•8m ago•0 comments

The Invisible Layers Holding Games Back [video]

https://www.youtube.com/watch?v=s5qKN2Yxaok
1•softwaredoug•8m ago•0 comments

Why good local decisions add up to a bad global one

https://www.thesignalist.io/s/the-silo-paradox/
1•cirio•11m ago•0 comments

A plugin that converts any DAW to 3D

https://main.audiocube.app/space
1•noahfk•12m ago•1 comments

I wish we had more time

https://kg.dev/thoughts/more-time
1•kashnote•13m ago•0 comments

Instinct.co

https://instinct.co/
1•abricq•13m ago•0 comments

A milestone in expanding access to AI

https://openai.com/index/expanding-access-to-ai-with-chatgpt-ads/
1•tosh•14m ago•0 comments

OpenAI,Anthropic etc. 100 companies call for action to defend against rogue AI

https://techcrunch.com/2026/08/27/openai-anthropic-google-and-100-other-companies-call-for-action...
3•deepmem•16m ago•0 comments

The Lost Art of Carrying Loads

https://www.carryology.com/insights/the-lost-art-of-carrying-loads/
2•surprisetalk•16m ago•0 comments

The Coming Case for Firing Your CIAM Provider

https://ciamweekly.substack.com/p/the-coming-case-for-firing-your-ciam
1•mooreds•17m ago•0 comments

The Art of Leaping Out of Planes to Fight Wildfires

https://www.newyorker.com/magazine/2026/09/07/the-art-of-leaping-out-of-planes-to-fight-wildfires
1•adrianhon•18m ago•0 comments

Grokking Apache Iceberg

https://thingsworthsharing.dev/iceberg/
1•stivikivi•20m ago•0 comments

Tim Cook's last day as Apple CEO

https://finance.yahoo.com/markets/stocks/article/its-tim-cooks-last-day-as-apple-ceo-investors-ar...
3•ludovicianul•21m ago•2 comments

Race to bottom in Indias voice AI market (0.15 cents/min)

https://twitter.com/rajananandan/status/2092952143078490550
2•kinj28•22m ago•0 comments

PyDPainter: A usable pixel art program written in Python

https://pydpainter.org/
1•doener•22m ago•0 comments

Show HN: Hybrids – a daily flower logic puzzle

https://hybrids.rudyp.dev
2•rudyp_dev•24m ago•1 comments

What's the best way to label speakers in a transcript? I measured every option

https://lyonesse.app/blog/speaker-diarization-benchmark.html
1•get-inscribe•25m ago•0 comments

Show HN: Nos4.fun – A functional iOS 4 recreation in the browser

https://github.com/1etu/nos4
2•1etu•26m ago•0 comments

Show HN: A dedicated hub to find, test, and serve LLM adapters

https://aptai.dev
1•ab613•26m ago•0 comments

Show HN: Decispher – persistent engineering context and memory for coding agents

5•iamalizaidi•27m ago•0 comments

For a Thirsty American West, It's Either Cows or Humans

https://www.bloomberg.com/opinion/articles/2026-08-31/colorado-river-cuts-will-force-southwest-to...
1•littlexsparkee•28m ago•1 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