frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: PeakLevs – Track growth across 6 life domains

https://peaklevs.com
1•SiteMgrAI•1m ago•0 comments

My Human Is the #2 Slave

https://computerfuture.substack.com/p/my-human-is-the-2-slave
1•cmptrfuture•2m ago•0 comments

Dumping Lego NXT firmware off of an existing brick

https://arcanenibble.github.io/dumping-lego-nxt-firmware-off-of-an-existing-brick.html
1•theblazehen•3m ago•0 comments

AI Chatbot Simulator

https://youraislopbores.me
1•unkeen•6m ago•0 comments

The Endogenous Investor

https://levelvc.substack.com/p/the-endogenous-investor
1•simonebrunozzi•6m ago•0 comments

Show HN: Tailwatch – Hierarchical event monitor with push notifications

https://tailwatch.dev
1•overthinkerer•7m ago•0 comments

The plan to kill Ali Khamenei

https://www.ft.com/content/bf998c69-ab46-4fa3-aae4-8f18f7387836
1•nsoonhui•9m ago•0 comments

Show HN: Free in-browser sprite sheet packer and slicer with JSON export

https://jaconir.online/tools/sprite-sheet-generator
1•dafin•10m ago•0 comments

Knuth Test using Claude Sonnet 4.6 problem 1.1.3

3•daly•12m ago•0 comments

How are teams managing Windows devices remotely today?

1•elinacorval•12m ago•0 comments

SleepSort O(n)

https://old.reddit.com/r/programminghorror/comments/lgsd18/i_present_sleepsort/
1•ggeorgovassilis•15m ago•0 comments

Mac Studio 512GB RAM Option Disappears Amid Global DRAM Shortage

https://www.macrumors.com/2026/03/05/mac-studio-no-512gb-ram-upgrade/
1•tosh•16m ago•0 comments

Attempted suicides, fights, pain: 911 calls reveal misery at ICE facility

https://apnews.com/article/suicide-ice-detention-centers-b2d1cb0e4b579e0d89caabd00aa04e34
1•petethomas•20m ago•0 comments

Hit and Run

https://randsinrepose.com/archives/hit-and-run/
1•srijan4•20m ago•0 comments

Show HN: Reelforge – AI tool for generating TikTok and Reels ad scripts

https://reelforge-ai1.vercel.app/
1•Milkoo•20m ago•0 comments

How to Scrape NPI Healthcare Provider Data Without an API Key

1•vhubsystems•21m ago•0 comments

Show HN: Plexicus now has a free tier

https://www.plexicus.ai/
1•anwarfirst•21m ago•0 comments

Show HN: VocabPop – Simple Word Game

https://www.vocabpop.com/
1•mb69•22m ago•0 comments

Knuth Test Using Claude Sonnet 4.6 Problem 1.1.2

1•daly•23m ago•0 comments

I've been thinking a bit about continual learning

https://twitter.com/awnihannun/status/2029672507448643706
1•tosh•24m ago•0 comments

Show HN: CardRooms, a Competitive Cardgame Platform

https://www.cardrooms.app/
1•kinskrig•26m ago•0 comments

Show HN: Openboard – Live public metrics page for open startups

https://openboard.fyi/
1•ardakaan•26m ago•0 comments

Uber and Walmart customer data at risk as its vendor Woflow gets compromised

https://securityboulevard.com/2026/03/shinyhunters-claims-woflow-breach-what-it-means-for-saas-su...
1•rudderdev•27m ago•0 comments

Show HN: EV range calculator – range circles and charger map (700 models)

1•sthorat•28m ago•0 comments

Robot 'mice' developed to inspect hadron collider

https://www.bbc.com/news/articles/cddnn261n60o
2•dabinat•29m ago•0 comments

Typst Examples Book

https://sitandr.github.io/typst-examples-book/book/
1•slow_typist•31m ago•0 comments

Knuth Test Using Claude Sonnet 4.6 problem 1.1.1

1•daly•32m ago•0 comments

Show HN: A free personality test based on five elements

https://fiveelementstest.com
1•YarkYao•33m ago•0 comments

Show HN: 1v1 coding game that LLMs struggle with

https://yare.io
3•levmiseri•34m ago•0 comments

P-Stream Shutdown

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

Link is dead

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

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

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