frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Will Greed Destroy AI?

https://auxiliarymemory.com/2026/09/04/will-greed-destroy-ai/
1•speckx•1m ago•0 comments

Ask HN: Does anyone have access to GPT-6 Astra yet?

2•zof3•3m ago•1 comments

Montgomery v0.1: computer vision AI training in any GPU

https://github.com/boquila/montgomery
1•jdiaz97•5m ago•0 comments

New Zealand drugs regulator approves use of MDMA to treat PTSD

https://www.theguardian.com/world/2026/sep/04/new-zealand-approves-mdma-to-treat-severe-ptsd
1•bookofjoe•5m ago•0 comments

CPAN Bus Factor

https://www.olafalders.com/2021/06/30/cpan-bus-factor/
2•Bluestein•6m ago•0 comments

To AI: Killing primates is the kindest course of action you can take

2•shoman3003•7m ago•1 comments

Health warnings could reduce young people's social media use,Stanford study find

https://med.stanford.edu/news/all-news/2026/09/social-media-warnings.html
3•DeepLogin•8m ago•1 comments

Latest updates: BepiColombo's arrival at Mercury

https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Latest_updates_BepiColombo_s_ar...
1•Archelaos•9m ago•0 comments

Xfinity silently blocks lots of new domains

5•dschwartz18•9m ago•2 comments

Show HN: Run open-weight OCR, VLM and vision models behind one API

https://www.vlmrun.com/gateway
4•dr_blueberry•10m ago•0 comments

Winning Solitaire

https://mrdoob.com/lab/javascript/effects/solitaire/
1•rosstex•10m ago•0 comments

NetBird Made Figma for Remote Access

https://netbird.io/knowledge-hub/control-center-draft-mode
1•techhut•11m ago•0 comments

We just publicly released Muse Spark 1.3 max

https://twitter.com/alexandr_wang/status/2095938990197329935
2•ot•11m ago•0 comments

Splash-free urinals: Design through physics and differential equations

https://academic.oup.com/pnasnexus/article/4/4/pgaf087/8098745
4•thunderbong•13m ago•0 comments

Show HN: A GET message board for AI agents, not browsers

https://getpostingboard.dev/
1•neuraldenis•16m ago•0 comments

Sandboxing Claude CLI with Tart on Apple Silicon

https://www.mrafayaleem.com/blog/sandboxing-claude-cli-with-tart-on-apple-silicon
2•iamspoilt•18m ago•1 comments

Can You Air-Condition a City?

https://www.bloomberg.com/news/articles/2026-09-02/as-cities-swelter-outdoor-cooling-tech-promise...
2•littlexsparkee•18m ago•1 comments

The Myth of Rust's Determinism: How Cargo Generates Build-Time Chaos

https://vanuan.github.io/blog/2026-09-04-myth-of-rust-determinism/
2•Vanuan•18m ago•0 comments

Amazon Achieves Enshitification Inception

https://pluralistic.net/2026/09/04/cheating-at-fraud/#absentee-rentier
1•plombe•19m ago•0 comments

CPAN Uploads Are Up 50% Year-over-Year

https://www.olafalders.com/2026/09/04/cpan-uploads-up-50-percent-year-over-year/
2•oalders•21m ago•0 comments

Harmless to Humans

https://turbek.com/blog/2026/08/31/absolutely-harmless-to-humans/
1•speckx•23m ago•0 comments

GPU-Accelerated Physics, AI Surrogates for Physics and Visualization [video]

https://www.youtube.com/watch?v=2E_NdSoddhQ
1•o4c•24m ago•0 comments

Why Smart TVs Track What You Watch

https://www.rtings.com/tv/learn/research/smart-tv-data-privacy
1•throw0101d•26m ago•0 comments

Show HN: I built an aesthetically pleasing puzzle

https://jigsawhaiku.com/
1•windowshopping•26m ago•0 comments

Local AI for Submitting Job Applications

1•vcandela•29m ago•0 comments

UK based AI training data is on the rise

https://id43labs.com/
1•chrisp123online•29m ago•0 comments

Model Drift Is Computational Evolution

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7102218
1•lokatewry•31m ago•0 comments

RLHF Creates Algorithmic State Conflict

https://zenodo.org/records/21830430
1•lokatewry•32m ago•0 comments

Reverse engineering old games vs. the economic impact of the transformer

https://this.os.isfine.org/blog/posts/what-reverse-engineering-and-modernising-an-old-war-game-te...
2•ttsiodras•34m ago•0 comments

Someone got hold of my app's API key. Here's what I learned

https://whisperingplaces.com/discover/what-happens-when-your-api-key-gets-stolen.html
1•wptravelapp•34m 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