frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Powered Photo Gallery Without the Cloud

https://github.com/Arkalogy/best-photo-picker
1•anonu•2m ago•0 comments

I removed the vector database from my AI agent stack

https://github.com/usemoss/moss
1•philosopherr•4m ago•0 comments

Texas Public School Students Will Be Required to Read the Bible

https://www.nytimes.com/2026/06/25/us/texas-schools-book-list.html
1•droidjj•5m ago•0 comments

The Last Bottleneck Is Fear

https://runtimewire.com/article/the-last-bottleneck-is-fear
1•ryanmerket•9m ago•0 comments

The Indus Script-Computational Analysis and Interpretations (2020) [video]

https://www.youtube.com/watch?v=iF_nJ4vfG-A
1•teleforce•14m ago•0 comments

Intel's Chip Business Shows Signs of Life After Years of Struggle

https://www.nytimes.com/2026/06/26/technology/intel-turnaround.html
2•voxadam•15m ago•1 comments

Show HN: OCR.chat

https://ocr.chat/
1•nadermx•20m ago•0 comments

Thinking to recall: How reasoning unlocks parametric knowledge in LLMs

https://research.google/blog/thinking-to-recall-how-reasoning-unlocks-parametric-knowledge-in-llms/
2•krackers•20m ago•0 comments

ComAI – An open-source Linux assistant for troubleshooting with local LLMs

https://github.com/hossbit/comai-linux-assistant
2•mirhacker•23m ago•0 comments

My Addiction with Trading Apps

https://cat.strayforge.com/posts/investment-reflection/
1•litlig•24m ago•0 comments

Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table

https://www.bytebase.com/blog/why-its-hard-to-add-a-column-in-the-middle-of-postgres-table/
1•jonbaer•24m ago•0 comments

Meta Patent: Prescription Lenses That Project Virtual Screens into Your Vision

https://patentlyze.com/patent/meta-holographic-ar-display-built-prescription-lenses/
2•patentlyze•26m ago•0 comments

Show HN: A shareable World Cup 2026 bracket simulator with live results

https://fifasim.com
2•bobbyy•27m ago•0 comments

With AI, researchers discover new way to detect sudden cardiac death risk

https://news.berkeley.edu/2026/06/24/with-ai-researchers-discover-new-way-to-detect-sudden-cardia...
1•hhs•29m ago•0 comments

Computation Is Bound by Physical Laws: A Fact-Based Church-Turing Thesis

https://cryptpad.fr/code/#/2/code/edit/kZK83-Xxeqb1cOHsonKZgAWm/
2•wij•33m ago•0 comments

Quake in 13 Kilobytes

https://js13kgames.com/games/q1k3
2•mortenjorck•33m ago•0 comments

Foreign funds help make housing unaffordable: research

https://news.mccombs.utexas.edu/research/foreign-funds-help-make-housing-unaffordable/
2•hhs•33m ago•0 comments

Holos: Device Is Your Fediverse Server

https://holos.social/
1•severine•34m ago•0 comments

Writing and Code: Same Leverage, Different Story

https://vincentping.com/en/writing-vs-code-leverage
1•vincentping•36m ago•0 comments

Forward Self Models

https://jagilley.github.io/forward-self-models.html
1•E-Reverance•36m ago•0 comments

Om

https://daringfireball.net/2026/06/om
4•throw0101a•36m ago•0 comments

Trump threatens 100% tariff on European digital services taxes

https://www.bbc.co.uk/news/articles/cn4rd71411ko
2•lifeisstillgood•39m ago•1 comments

Waveloop: What Fable Left Me

https://neynt.ca/writing/waveloop/
5•personjerry•40m ago•1 comments

Ask HN: Anthropic Billing Issues?

1•nycdatasci•41m ago•0 comments

Steam Controller auto-charge with computer vision tracking

https://github.com/FossPrime/Steam-Controller-Auto-Charge
1•phoronixrly•43m ago•0 comments

A molecular seesaw drives healthy skin development: research

https://med.stanford.edu/news/all-news/2026/06/molecular-seesaw-skin-development.html
1•hhs•44m ago•0 comments

Darwin: Libsystem_malloc .dylib and XZone

https://df-f.com/blog/darwin-libsystem-malloc-dylib-and-xzone
1•akyuu•47m ago•0 comments

Decker Fantasy Camp 2026

https://itch.io/jam/decker-fantasy-camp-2026
1•RodgerTheGreat•51m ago•0 comments

Understanding Ordinary Events

https://ordinary.blog/posts/understanding-ordinary-events/
2•watters•52m ago•0 comments

Speeding Up Ratchets with Resharp

https://danverbraganza.com/writings/ratchets-run-faster-with-resharp
1•nvader•57m 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