frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mastering Programming (2016, 2024)

https://tidyfirst.substack.com/p/mastering-programming
1•e12e•2m ago•0 comments

Spanish traders set the standard forGnuCash database design

https://handson.money/blog/2026-06-06-horse-arse-and-design/
1•vitalikpie•2m ago•0 comments

Blaise v0.10.0: Native Back End, Threads and Incremental Compilation

https://github.com/graemeg/blaise/discussions/82
2•mariuz•5m ago•0 comments

Show HN: Two Pillars Protocol – a maturity model for AI-era software engineering

https://assess.rlabs.cl/
2•rlabbe•6m ago•0 comments

Two Brothers Are Trying to Put the Person Back into AI

https://www.wearefounders.uk/how-two-brothers-are-trying-to-put-the-person-back-into-ai/
1•snoren•7m ago•0 comments

Get-a-Waymo: How a burglar used a robotaxi to flee the scene

https://www.sfchronicle.com/crime/article/waymo-burglary-camera-video-22277358.php
1•breve•8m ago•0 comments

AI Notepad

https://online-notepad.com/
1•ent101•8m ago•0 comments

Show HN: Nudgra – Open-source, self-hostable alternative to ManyChat

https://github.com/MaikoCode/nudgra-oss
1•Maiko11•9m ago•0 comments

A Fixation and Distance-Dependent Color Illusion

https://arxiv.org/abs/2509.11582
1•robert-boehnke•10m ago•0 comments

Melia: A Privacy-First, Modern Desktop Email Client Made Just for Linux

https://itsfoss.com/melia/
1•mikece•10m ago•0 comments

Is 'Just Buy an Index Fund' Enough? 20 Years of Backtested Data

https://ctrl-trade.com/blog/long-term-investment-strategies-compared/
1•frenxi•13m ago•1 comments

Did Ahmes find the best expansions for 2/n?

https://blog.plover.com/2026/03/17/#egyptian-fractions-2
1•surprisetalk•14m ago•0 comments

Show HN: Batch printing Avery label paper name label generator

https://name-tag-template.com
1•66k•14m ago•0 comments

Value Numbering

https://bernsteinbear.com/blog/value-numbering/
1•surprisetalk•15m ago•0 comments

Show HN: Pokayoke – deterministic guardrails for agentic coding

https://pokayoke.codes
1•sarreph•16m ago•0 comments

Classifying animal behaviour from acceleration data using a U-Net

https://www.sciencedirect.com/science/article/pii/S1574954126001676?via%3Dihub
1•PaulHoule•18m ago•0 comments

Bending Spoons Form F-1

https://www.sec.gov/Archives/edgar/data/2004711/000110465926071170/tm2613674-7_f1.htm
1•ea016•19m ago•0 comments

HN Alerts: get an email when a story is trending

https://hnalerts.com/
1•davidbarker•19m ago•0 comments

Kilo Code: Getting my Hands dirty

https://www.mariusb.net/blog/2026/06/kilo-code-getting-my-hands-dirty/
1•mariusb16•20m ago•0 comments

The quiet problem with unnecessary async

https://allthingssmitty.com/2026/06/08/the-quiet-problem-with-unnecessary-async/
1•AllThingsSmitty•21m ago•0 comments

DeepSeek Made AI Cheap. Now It Needs Billions to Keep It Cheap

https://chinacompany.substack.com/p/deepseek-made-ai-cheap-now-it-needs
1•zacfire•23m ago•0 comments

Datasette is a tool for exploring and publishing data

https://github.com/simonw/datasette
1•andsoitis•25m ago•0 comments

The iPhone explains 33–52% of fertility decline among women aged 15–44

https://www.nber.org/papers/w35310
6•delichon•25m ago•1 comments

Anthropic's Project Glasswing Update

https://www.schneier.com/blog/archives/2026/06/anthropics-project-glasswing-update.html
19•mikece•26m ago•0 comments

Y Combinator: Paxel, understand how you build with AI

https://paxel.ycombinator.com/
2•edweis•27m ago•1 comments

The Artificial Intelligence Revolution (2015)

https://waitbutwhy.com/2015/01/artificial-intelligence-revolution-1.html
2•chr15m•27m ago•0 comments

Dario's fictional origin story using Seedance 2

https://xcancel.com/cuimao/status/2058458683781365873
1•hmokiguess•29m ago•0 comments

Great Saunter (2021)

https://shorewalkers.org/great-saunter/
1•surprisetalk•30m ago•0 comments

Using SwiftUI to Build a Mac-Assed App in 2026

https://pfandrade.me/blog/mac-assed-swiftui-app/
1•Luc•30m ago•0 comments

Stop Vibecoding Screen Readers

https://fireborn.mataroa.blog/blog/stop-vibecoding-screen-readers/
1•calcifer•30m 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