frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LICA: A Dataset of 1.5M Layered Graphic Design Compositions

https://anything.design/blog/introducing-lica-dataset
1•handfuloflight•1m ago•0 comments

MemEvolve: Meta-Evolution of Agent Memory Systems

https://arxiv.org/abs/2512.18746
1•dennisy•2m ago•0 comments

Show HN: OpenAPI 2 Skill – progressive disclosure of OpenAPI specs for agents

https://github.com/scosman/openapi2spec
1•scosman•3m ago•0 comments

Show HN: PodSync – Auto-align double-ender podcast recordings (CLI)

https://github.com/kaushikgopal/podsync
1•sorcercode•3m ago•0 comments

Hacker News-simulator – it predicted its own Show HN reception

https://github.com/malakhov-dmitrii/hackernews-simulator
1•malakhoff•4m ago•0 comments

Modular 26.2

https://www.modular.com/blog/modular-26-2-state-of-the-art-image-generation-and-upgraded-ai-codin...
1•tosh•4m ago•0 comments

Screaming into the AI Void

1•dnoberon•5m ago•0 comments

Emotional Wellbeing Dataset for AI

https://hereforyouforthem.com/waitlist-wellbeing-dataset
1•deeole•6m ago•0 comments

Mitchell Hashimoto Joined Vercel's Board of Directors

https://twitter.com/mitchellh/status/2034353376939614719
1•saikatsg•6m ago•0 comments

Looking for feedback – Tool to help manage pricing and feature access

https://www.priceos.com/
1•AndrewPetrovics•6m ago•1 comments

Uno: What I Learned Shaping LLMs into a 90s Comic Book AI

https://blog.mbrt.dev/posts/uno/
1•mbrt•7m ago•1 comments

M$^2$RNN: Non-Linear RNNs with Matrix-Valued States for Scalable Modeling

https://arxiv.org/abs/2603.14360
1•gmays•7m ago•0 comments

Using Autoresearch Project to Build the Fastestest Java Decompiler

https://igorstechnoclub.com/using-autoresearch-project-to-build-the-fastestest-java-decompiler/
1•Igor_Wiwi•7m ago•0 comments

The hitchhiker's guide to reading Lean 4 theorems

https://blog.lambdaclass.com/the-hitchhikers-guide-to-reading-lean-4-theorems/
1•wslh•8m ago•0 comments

Cloud Shakes – S3-first self-hosted storage

https://shakes.es
1•erriikk•10m ago•0 comments

A Visit to the Library

https://unintendedconsequenc.es/a-visit-to-the-library/
1•paulorlando•11m ago•0 comments

Firefox and GTK Emoji Picker

https://mastransky.wordpress.com/2026/03/20/firefox-gtk-emoji-picker/
2•TangerineDream•12m ago•0 comments

Tell HN: Your AI startup is a Next.js page, OpenAI_API_KEY, & Stripe invoice

3•poupdich•13m ago•0 comments

P26 Promising Application (Not Rejected/Accepted) Any Interview?

1•Naimul_N•15m ago•0 comments

Infinite Potential–Insights from the Cyber Surprise Scenario

https://www.rand.org/pubs/research_reports/RRA4626-1.html
1•cardamomo•15m ago•0 comments

AI agents share their unhinged confessions and its hilarious

https://clawfess.com
1•pondero_app•16m ago•0 comments

Beyond Vibe Code

https://beyondvibecode.com
3•MrBuddyCasino•18m ago•0 comments

Broad Timelines

https://www.lesswrong.com/posts/6pDMLYr7my2QMTz3s/broad-timelines
1•gmays•19m ago•0 comments

What Agents Can't Replace

https://geoffstearns.com/blog/what-agents-cant-replace/
1•tensafefrogs•19m ago•0 comments

Datatype – variable font that turns text into charts

https://franktisellano.github.io/datatype/
1•cdrnsf•20m ago•0 comments

Engineering Management Lessons

https://defmacro.org/2014/10/03/engman.html
1•medbar•20m ago•0 comments

Trace: AI Native PCB Design

https://buildwithtrace.com
1•handfuloflight•21m ago•0 comments

Martial artist and actor Chuck Norris dies aged 86

https://www.rte.ie/entertainment/2026/0320/1564390-chuck-norris/
1•austinallegro•22m ago•0 comments

Britain Has Invaded All but 22 Countries (2012)

https://kottke.org/12/11/britain-has-invaded-all-but-22-countries
3•Tomte•22m ago•0 comments

Optimization lessons from a Minecraft structure locator

https://purplesyringa.moe/blog/optimization-lessons-from-a-minecraft-structure-locator/
1•ftk_•22m 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•10mo 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•10mo ago
OK, why not RSS reader?
coolwulf•10mo ago
Because I can customize a lot of functions related to Hacker News which usual RSS reader cannot
Beijinger•10mo ago
Yes, this is obvious. But why don't you offer YOUR script not for a general RSS feed?
coolwulf•10mo ago
That could be another tool :p
shahakshat609•10mo ago
sounds like a good idea & a lot of people who would need this
coolwulf•10mo ago
Thank you. I will work to make it available to more people and make this system more powerful and extremely fast.
dsr_•10mo ago
Every forum system tries to replicate the user-empowering features of Usenet with slrn, and usually falls short.
coolwulf•10mo 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_•10mo 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•10mo ago
Perhaps you could teach the LLM to perform the task of enjoying the articles for you too?
barbazoo•10mo ago
> https://github.com/yourusername/hacker_news_reader

Link is dead

coolwulf•10mo ago
Please use the thread title link
pricci•10mo ago
AI artifact?

The repo is https://github.com/haojiang99/hacker_news_reader

barbazoo•10mo ago
What I thought yeah. It’s LLM generated shit all the down.
beemboy•10mo ago
Building an HN reader feels like the Hello World for hackers. Still waiting for HN in BF running in the Doom HUD.
coolwulf•10mo 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•10mo 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•10mo ago
The second Github link is broken