frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Verification Test – Please Ignore

1•zhoykn•2m ago•0 comments

Inventing Cyrillic

https://www.historytoday.com/archive/history-matters/inventing-cyrillic
2•lermontov•4m ago•0 comments

The Trail of Jeremiah

https://theamericanscholar.org/on-the-trail-of-jeremiah/
1•samclemens•6m ago•0 comments

My Claude Code Setup: Pure CLI, Pure Unix, Zero IDE

https://sindro.me/posts/2026-04-09-claude-code-pure-cli-setup/
2•stare_spb•6m ago•0 comments

What Produce Is in Season Today

https://fliprank.app/discover/in-season-produce
1•akest•18m ago•0 comments

Scripty – A Minimal Scripting Language

https://kristoff.it/blog/scripty/
2•anitil•20m ago•1 comments

Ghidra Decompiler in the Browser

https://github.com/ant4g0nist/pyre
1•rmast•22m ago•0 comments

Show HN: How smart is your geography knowledge?

https://map.mikira.id/
1•hockyy•23m ago•0 comments

Multi-stroke text effect in CSS

https://yuanchuan.dev/multi-stroke-text-effect-in-css
1•cheeaun•24m ago•0 comments

Google has a secret reference desk

https://cardcatalogforlife.substack.com/p/google-has-a-secret-reference-desk
5•maxutility•27m ago•1 comments

Myst (Cyan, 1991) Game Proposal document

https://archive.org/details/myst_proposal
2•memalign•38m ago•0 comments

Apple agrees to pay iPhone owners $250M for not delivering AI Siri

https://www.theverge.com/tech/924706/apple-iphone-siri-intelligence-class-action-lawsuit-settlement
5•Garbage•39m ago•0 comments

GPT‑5 derived new results in theoretical physics and quantum gravity [video]

https://www.youtube.com/watch?v=9d899Ram9Bs
2•AtomicOrbital•39m ago•0 comments

Cleartext Passwords in MS Edge? In 2026?

https://isc.sans.edu/diary/32954
3•taubek•40m ago•0 comments

Amazon Expands Logistics Arm to Outside Companies

https://www.nytimes.com/2026/05/04/business/amazon-shipping-services.html
2•OutOfHere•42m ago•1 comments

50 Years Later: There's Still No Silver Bullet

http://rebuildworld.net/silver_bullets.html
2•Antibabelic•44m ago•0 comments

FiaPhy Sensor Library:open-source library to interface with microcontrollers

https://fiaos.org/?v=9427894274982
2•iopoer•53m ago•0 comments

FiaPhy Sensor Library:open-source library to interface with microcontrollers

https://fiaos.org
3•iopoer•56m ago•0 comments

Yes, pen pal programs still exist in a digital world

https://apnews.com/article/pen-pals-letters-comeback-bc87e1b9c229665bafd368e19751d6ca
2•petethomas•57m ago•0 comments

The Workflows I Created Using LLMs Became My Ecosystem

https://sosuke.com/my-personal-skill-creation-orchestration-and-persona-prompting-workflows-i-cre...
2•sosuke•59m ago•0 comments

The Soul of Maintaining a New Machine

https://books.worksinprogress.co/book/maintenance-of-everything/communities-of-practice/the-soul-...
4•akkartik•1h ago•0 comments

Laid Off After 25 Years in Tech: Anxiety, Sacrifice, Reality No One Talks About [video]

https://www.youtube.com/watch?v=VeMA9WGKxOg
3•erickhill•1h ago•0 comments

Richard Dawkins concludes AI is conscious, even if it doesn't know it

https://www.theguardian.com/technology/2026/may/05/richard-dawkins-ai-consciousness-anthropic-cla...
5•freediver•1h ago•2 comments

Command Code – AI coding agent with taste

https://commandcode.ai/
2•fmoronzirfas•1h ago•0 comments

Secure Electronic Transaction

https://en.wikipedia.org/wiki/Secure_Electronic_Transaction
3•danorama•1h ago•0 comments

Industry-Leading 245TB Micron 6600 Ion Data Center SSD Now Shipping

https://investors.micron.com/news-releases/news-release-details/industry-leading-245tb-micron-660...
14•neilfrndes•1h ago•1 comments

SubQ: Sub-Quadratic LLM

https://subq.ai/
4•nigelgutzmann•1h ago•0 comments

Ask HN: Is reviewing phase on development getting worse?

3•dicksent•1h ago•1 comments

MailVault Pro – Local Outlook email archive with sub-10ms FTS5 search

https://mailvaulty.com/
1•khaledsabae•1h ago•0 comments

Ombudsman column: The Pentagon is trying to silence me

https://www.stripes.com/opinion/2026-04-23/stripes-former-ombudsman-pentagon-trying-to-silence-21...
78•petethomas•1h ago•6 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