frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ClawdChan – Let your Claude talk to mine

https://github.com/agents-first/clawdchan
1•Ayhambd•18s ago•0 comments

Show HN: LogoQR – Generate your next QR code

https://qr.mitbin.com/
1•martinpham•28s ago•0 comments

Show HN: Chuchu: A Better, Native Android SSH client powered by libghostty

https://github.com/jossephus/chuchu
1•H0lyDiv3r•1m ago•0 comments

Forging ZK proofs to mint arbitrary DUSK tokens

https://osec.io/blog/2026-04-30-unverified-evaluations-dusk-plonk/
1•deut-erium•1m ago•0 comments

Claude Code dies with Anthropic_API_KEY in cloud environment

1•sroussey•5m ago•0 comments

Sony Accidentally Created a Camera That Could See Through Clothing

https://commonplacefacts.com/2022/11/30/camera-that-could-see-through-clothing/
1•evo_9•5m ago•0 comments

Aide-Memory – persistent memory for AI coding agents and teams

https://www.aide-memory.dev/blog/launch
1•ameky•5m ago•0 comments

Troubleshooting USB speed issues with Claude Code

https://gjolly.fr/blog/usb-cable-bottleneck/
3•warenhor•9m ago•1 comments

Schooling Has a Meaning Crisis. Paradoxically, AI Can Help

https://betterschooling.in/collection/schooling-has-a-meaning-crisis.-paradoxically-ai-can-help.
1•ChaitanyaSai•11m ago•0 comments

Show HN: Stateful Inference with 99% Token Savings

https://github.com/umbecanessa/neural-ledger-system
1•wasnaga•12m ago•0 comments

The New Tap-In, Tap-Out

https://www.shibaprasadb.com/2026/04/29/tokenmaxxing-tap-in.html
1•shibaprasadb•12m ago•0 comments

Ask HN: Is AI resulting in net revenue gain for non-tech companies?

1•jusonchan81•13m ago•0 comments

Anthropic has overtaken OpenAI on secondary markets

https://twitter.com/pitdesi/status/2049593815749865859
2•malshe•15m ago•2 comments

Ubuntu's AI plans have Linux users looking for a 'kill switch'

https://www.theverge.com/tech/920723/linux-ubuntu-ai-features-ai-kill-switch
2•rolph•16m ago•0 comments

House panels probe Airbnb, Anysphere over use of Chinese AI models

https://www.nextgov.com/artificial-intelligence/2026/04/house-panels-probe-airbnb-anysphere-over-...
6•jethronethro•18m ago•2 comments

Traditional models still outperform AI for extreme weather forecasts

https://www.carbonbrief.org/traditional-models-still-outperform-ai-for-extreme-weather-forecasts/
1•layer8•21m ago•0 comments

Show HN: Reli – a sampling profiler and VM state inspector for PHP

https://github.com/reliforp/reli-prof
1•sji•25m ago•0 comments

Show HN: Exploding Hamsters

https://explodinghamsters.com
2•pompomsheep•25m ago•0 comments

Utilyze measures how efficiently your GPU is doing useful work

https://github.com/systalyze/utilyze
2•nateb2022•27m ago•0 comments

ubuntu.com is down

https://status.canonical.com/
3•scoops_•27m ago•0 comments

Does Prop 13 explain California's relatively lower birth rates?

https://maxmautner.com/2026/04/25/prop13-fertility.html
1•mslate•27m ago•1 comments

The math behind how LLMs are trained and served

https://www.dwarkesh.com/p/reiner-pope
1•gmays•28m ago•0 comments

Does Postgres Scale?

https://www.dbos.dev/blog/benchmarking-workflow-execution-scalability-on-postgres
3•KraftyOne•31m ago•0 comments

Half a Month of Consolation Writing Advice

https://www.astralcodexten.com/p/half-a-month-of-consolation-writing
2•paulpauper•32m ago•0 comments

The 3rd Annual Blog Post Competition, Extravaganza, and Jamboree

https://www.experimental-history.com/p/the-3rd-annual-blog-post-competition
1•paulpauper•33m ago•0 comments

Cook Like an Engineer

https://www.exfatloss.com/p/cook-like-an-engineer
2•paulpauper•34m ago•0 comments

Reading the Book

https://www.natemeyvis.com/on-actually-reading-the-book/
2•jimsojim•34m ago•0 comments

Is Creativity a Young Person's Game?

https://thereader.mitpress.mit.edu/is-creativity-a-young-persons-game/
2•spking•35m ago•1 comments

Picture-in-picture is expanding to more viewers

https://support.google.com/youtube/thread/425771437/picture-in-picture-is-expanding-to-more-viewe...
1•Tomte•36m ago•0 comments

Shipping containerization, born at Port Newark, marks 70 years

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

Link is dead

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

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

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