frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Outbid case study: auction became the ad (2026)

https://medium.com/@threadotter/outbid-case-study-auction-became-the-ad-2026-719bf85c3c7d
1•threadotter•9s ago•0 comments

Four reproducible vLLM parser failures that return 200 with the wrong tool call

https://ingot.tools/reports/parser-silent-failure
1•glitch003•2m ago•0 comments

Anomalyco/OpenCode Review

https://github.com/anomalyco/opencode
1•paretolaw•4m ago•1 comments

Show HN: IQ Routing – route every call to the cheapest model that holds quality

https://iq-routing.com
1•Georgeavvila•4m ago•0 comments

Show HN: Per Diem, a daily dice game like Balatro

https://perdiem.loch.tools
1•lwansbrough•4m ago•0 comments

Storm Summoner, a MIDI controller for effects pedals

https://kabaragoya.com/products/storm-summoner
1•peteforde•5m ago•0 comments

The Minolta SR-T I kept for myself

https://robertmay.photography/journal/the-minolta-sr-t-i-kept-for-myself
1•robotmay•7m ago•0 comments

Agent Swarms Are a Distributed Systems Problem

https://www.trychroma.com/engineering/transactions
1•rescrv•11m ago•1 comments

Ask HN: How does your preferred AI handle questions we are not allowed to ask?

1•arionhardison•11m ago•0 comments

The Weed Got Too Strong

https://www.nytimes.com/2026/08/24/opinion/weed-marijuna-children-regulation.html
3•bookofjoe•13m ago•2 comments

The Trump administration's March to the Spoils System

https://www.contrariannews.org/p/the-trump-administrations-march-to
1•petethomas•14m ago•0 comments

Model Success Rate May Count the Wrong Runs

https://topicqueue.substack.com/p/four-new-benchmarks-say-your-success
1•DISCURSIVE•14m ago•0 comments

Tim O'Reilly – Writing with AI

https://oreillyradar.substack.com/p/writing-with-ai
1•rmason•16m ago•0 comments

Simple Machine

https://en.wikipedia.org/wiki/Simple_machine
2•ogogmad•17m ago•0 comments

Selected by Mel Brooks (20 titles): 100 Years at the Movies

https://www.americancinematheque.com/series/programmed-by-mel-brooks-100-years-at-the-movies/
1•mdp2021•17m ago•0 comments

Why coding agents stop early on long-horizon software tasks

https://factory.com/news/what-it-takes-for-coding-agents-to-complete-large-software-tasks
2•favoboa•18m ago•0 comments

Show HN: Webtoolio dev tools that run entirely in the browser, nothing uploaded

https://webtoolio.org/
1•deezduudez•19m ago•0 comments

Show HN: A shop that makes it hard to buy things

https://earnyourdescent.com/
1•rexfuzzle•19m ago•0 comments

Bill Gates proposes major limits on AI development

https://www.cnn.com/2026/08/26/business/bill-gates-wants-limits-on-ai
1•rmason•19m ago•2 comments

OpenAI Is Developing a 'Persistent' AI Agent

https://www.wired.com/story/openai-is-developing-a-persistent-ai-agent/
2•thm•20m ago•0 comments

YouTube Shopping Creators can now tag Amazon products

https://blog.youtube/news-and-events/youtube-shopping-amazon-creator-affiliates/
2•thm•21m ago•0 comments

Show HN: ChessRabbit – The AI Chess Analysis Platform

https://chessrabbit.com
1•ahmedhosssam•21m ago•0 comments

Data Centers and the Open Access Order

https://marginalrevolution.com/marginalrevolution/2026/08/data-centers-and-the-open-access-order.htm
1•sershe•22m ago•0 comments

Integrity Bench – Measuring LLM confidence errors

https://integrity-bench.com
1•Topfi•23m ago•0 comments

Google Flow – AI Creative Studio for Video, Images and Custom Tools

https://labs.google/fx/tools/flow
1•thekyle•25m ago•0 comments

The Open Source Maintenance Fee for Polly

https://thepollyproject.org/2026/07/14/polly-osmf-announcement.html
1•billwashere•27m ago•0 comments

Simular's Sai tops OSWorld 2.0, beats GPT and Opus at 2/3 the cost

https://www.simular.ai/articles/sai-tops-osworld-2-0
2•taro666•31m ago•0 comments

SK Hynix CEO: Memory Shortage to Persist Through the End of 2030

https://www.newsis.com/view/NISX20260828_0003766114
2•mfiguiere•32m ago•0 comments

Sam Altman says the economy is adapting to AI slower than he expected

1•oenton•33m ago•2 comments

Millennium Criteria Assessment 2027

https://prachub.com/resources/millennium-criteria-assessment-2027-work-preferences-games-and-what...
1•nian2326076•33m 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