frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The AI Party House Where Networking Has a Dark Side

https://www.nytimes.com/2026/09/21/technology/agi-house-ai-culture.html
1•timmytokyo•1m ago•0 comments

Wiring Diagrams for BMW Radios

https://bmw-radios.com/instructions/
1•measurablefunc•1m ago•0 comments

Show HN: Hindsight: Automated Work Timeline

https://apps.apple.com/us/app/hindsight-work-timeline/id6806331002?mt=12
1•dark1ord•1m ago•0 comments

Study Sessions Should Be Short and Frequent as Opposed to Long and Sparse

https://www.justinmath.com/study-sessions-should-be-short-and-frequent-as-opposed-to-long-and-spa...
3•gmays•1m ago•0 comments

Show HN: AI·rete·RAG – a Rete rule engine decides, RAG explains why

https://ai-rete-rag.com/
2•ZaharaHussain•1m ago•0 comments

Call of Duty's Activision to make next Halo game as Xbox cuts more jobs

https://www.bbc.co.uk/news/articles/cvj64gz74ky4o
2•mindracer•2m ago•0 comments

Gravity-Gradient Stabilization

https://en.wikipedia.org/wiki/Gravity-gradient_stabilization
2•firephox•2m ago•0 comments

Satsie's Pocket Guide to Op_cat (Bitcoin)

https://satsie.dev/zines/opcat.html
2•EthanHeilman•5m ago•0 comments

16-bit Intel 8088 chip by Charles Bukowski

https://allpoetry.com/16-bit-Intel-8088-chip
5•rbanffy•5m ago•0 comments

Xbox continues its "reset" with dramatic restructuring

https://arstechnica.com/gaming/2026/09/shuffling-the-deck-chairs-xbox-continues-its-reset-with-dr...
4•dgrin91•6m ago•0 comments

6 Years In, $6M Far

https://blog.tally.so/6-years-in-6-million-far/
2•duck•6m ago•0 comments

Jev-blindspot – find the blind spots in the prompt you just sent

https://github.com/jsk4581/jev-blindspot
2•jsk4581•6m ago•0 comments

Show HN: Every Credit Card

https://every-credit-card.numberplanet.com/
1•Fileformat•7m ago•0 comments

Research Harness from First Principles

https://edotenv.com/blog/oh-my-quant-harness
1•RuiWang0811•7m ago•1 comments

Tell HN: Firefox's default browser check dark pattern triggers Windows BSOD

1•xeonmc•8m ago•0 comments

Streamhouse: What It Is, What It Isn't, and What's Missing

https://www.conduktor.io/blog/streamhouse-what-it-is-what-it-isnt-whats-missing
1•chtefi•8m ago•0 comments

No More Warning Shots

https://www.aenguslynch.com/no-more-warning-shots/
1•lukaspetersson•9m ago•0 comments

Raspberry Pi locks boards to factory RAM capacities in firmware

https://www.tomshardware.com/raspberry-pi/raspberry-pi-locks-boards-to-factory-ram-capacities-in-...
3•sbulaev•9m ago•0 comments

1,300 STEM 3D Models created by GPT-6 Astra

https://www.emergentmind.com/3d-models
2•matt1•10m ago•0 comments

The Home Computer Generation

https://www.datagubbe.se/hcg/
2•rbanffy•10m ago•0 comments

We built muse from scratch, but it is definitely inspired by OpenClaw

https://twitter.com/natfriedman/status/2102103707936768130
1•tosh•10m ago•0 comments

Marvin Heemeyer

https://en.wikipedia.org/wiki/Marvin_Heemeyer
2•mooreds•10m ago•0 comments

Our Quantum Future is a documentary exploring the rise of quantum technologies

https://ourquantumfuture.com/
1•mooreds•11m ago•0 comments

Founding Teams

https://writing.ajays.quest/p/founding-teams
2•mooreds•11m ago•0 comments

ESTA Empezando a USAR Telefonos COMO Centro DE Datos

1•donsolo•11m ago•0 comments

FBI Anti-Corruption Squad Was Circling Susan Collins Until Trump Got in the Way

https://www.propublica.org/article/fbi-susan-collins-navatek-campaign-donations-investigation
2•noleary•11m ago•0 comments

Jev-based document editing is 97% faster than ChatGPT Word Plugin

https://twitter.com/jobryan205/status/2102399675999695046
1•jpbryan•12m ago•0 comments

Mathematics Isn't Just a Game to Let A.I. Solve. History Shows Why

https://www.nytimes.com/2026/09/22/science/math-ai-history-understanding.html
1•furcyd•14m ago•0 comments

Trump Orders US to Rename AI to SI – "Super Intelligence"

https://www.msn.com/en-gb/news/other/donald-trump-renaming-ai-super-intelligence-after-bad-it-s-g...
2•4ndrewl•14m ago•0 comments

I built a linter/skill that ensures requests to jev are structured correctly

1•suraj_phanindra•14m 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