frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How we made Notion available offline

https://www.notion.com/blog/how-we-made-notion-available-offline
1•birdculture•43s ago•0 comments

International cyber attack disrupts swathe of universities and schools

https://www.bbc.com/news/articles/ce3pq0136eqo
1•neversaydie•52s ago•0 comments

Brain motion is driven by mechanical coupling with the abdomen

https://www.nature.com/articles/s41593-026-02279-z
1•PaulHoule•53s ago•0 comments

The companies making billions from the Iran war

https://www.bbc.com/news/articles/ce8pyyz5e0ro
1•breve•1m ago•0 comments

How are you handling prompt injection across multi-step agent workflows?

https://msukhareva.substack.com/p/prompt-injection-is-not-just-one
1•AnViF•2m ago•0 comments

Notes on Incidents

https://www.seangoedecke.com/notes-on-incidents/
1•swah•2m ago•0 comments

Four stable kernels with partial fixes for Dirty Frag

https://lwn.net/Articles/1071775/
1•Brajeshwar•4m ago•0 comments

Foundation Model Engineering: From theory to production

https://sungeuns.github.io/foundation-model-engineering/
2•sungeuns•4m ago•0 comments

A local coordinator for parallel AI coding agents

https://github.com/DmarshalTU/coord
1•V1291l•6m ago•0 comments

Scaling, Stretching and Shifting Sinusoids

https://eli.thegreenplace.net/2026/scaling-stretching-and-shifting-sinusoids/
1•ibobev•6m ago•0 comments

Show HN: Git for AI Agents

https://github.com/regent-vcs/re_gent
1•doshay•6m ago•0 comments

Mesh LLM to build private personal AI, using open models

https://www.anarchai.org
1•phillc73•7m ago•0 comments

PC Engine CPU

https://jsgroth.dev/blog/posts/pc-engine-cpu/
1•ibobev•7m ago•0 comments

Data Race Freedom in OxCaml

https://kcsrk.info/ocaml/oxcaml/x-ocaml/blogging/2026/05/07/data-race-freedom-in-oxcaml/
1•ibobev•8m ago•0 comments

Reflections on NetBSD 11

2•morpheos137•8m ago•0 comments

Lime Files for IPO

https://techcrunch.com/2026/05/08/lime-the-uber-backed-micromobility-company-files-for-ipo/
1•tylerc230•9m ago•1 comments

Adult Age Differences in the Response to Recent versus Long-Term Regrets [pdf]

https://www.apa.org/pubs/journals/releases/emo-emo0001672.pdf
1•herbertl•9m ago•0 comments

"Invisible" bend insensitive bidi fiber is amazing for home wiring

https://old.reddit.com/r/homelab/comments/1sz9li4/invisible_bend_insensitive_bidi_fiber_is_amazing/
1•unleaded•10m ago•0 comments

CEO AI Psychosis, AI Playbook, Product Taste – Food for Agile Thought #543

https://age-of-product.com/food-agile-thought-543-ai-playbook/
1•swolpers•10m ago•0 comments

Growth Hacking was an awful idea

https://mrmarket.bearblog.dev/escape-growth-trap/
1•seltzerboys•12m ago•0 comments

Become a Claude Certified Architect

https://anthropic.skilljar.com/claude-certified-architect-foundations-access-request
2•petethomas•14m ago•0 comments

On-Chain Art Since 2012

https://newsletter.iryanbell.com/p/on-chain-art-since-2012-684
1•iryanbell•15m ago•0 comments

Meta's Broken Promises (2023)

https://www.hrw.org/report/2023/12/21/metas-broken-promises/systemic-censorship-palestine-content...
1•ciconia•16m ago•0 comments

Ask HN: What should go in a new Jargon File

2•mghackerlady•17m ago•0 comments

OpenZL 0.2 Released for Meta's Content-Aware Compression Software

https://www.phoronix.com/news/OpenZL-0.2-Released
1•breve•18m ago•0 comments

Three hikers dead after Indonesia's Mount Dukono volcano erupts

https://www.theguardian.com/world/2026/may/08/hikers-dead-missing-eruption-indonesia-mount-dukono...
1•tosh•19m ago•0 comments

Modula-2 and Oberon [pdf]

https://people.inf.ethz.ch/wirth/Articles/Modula-Oberon-June.pdf
3•drob518•20m ago•1 comments

A small and fast recursive grep written in Go

https://github.com/bep/grrep
1•tjek•22m ago•0 comments

AirPods with cameras for AI apparently close to production

https://www.theverge.com/tech/926376/apple-airpods-cameras-ai-production
2•krunck•23m ago•1 comments

Show HN: I built VybSec to secure the new wave of apps

1•favourusifo•23m 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