frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Advanced Bootleg – Samsung SSD 870 Evo

https://www.s-config.com/advanced-bootleg-samsung-ssd-870-evo/
1•speckx•1m ago•0 comments

Using the Tiptap rich text editor with a Go back end

https://www.clarityboss.com/blog/tips-using-tiptap-golang-backend
1•dan_sbl•1m ago•1 comments

Ten simple rules for optimal and careful use of generative AI in science m

https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1013588
1•Anon84•4m ago•0 comments

Prescription digital therapeutics vs. meditation apps: what's different?

https://6th.tech/en/blog/prescription-digital-therapeutics-vs-meditation-apps
1•smanuel•5m ago•0 comments

An AI powered track recommendation app for DJs

https://www.nexttrack.club/
1•AlexBahlk•7m ago•0 comments

Show HN: Discover – a curated RSS directory with mentions via RSS

https://discover.brine.dev/
1•brine•7m ago•0 comments

LLM Inference Series: 4. KV caching, a deeper look

https://medium.com/@plienhar/llm-inference-series-4-kv-caching-a-deeper-look-4ba9a77746c8
1•bjourne•7m ago•0 comments

Potential Consequences of Using Postgres as a Job Queue

https://richyen.com/postgres/2026/05/04/postgres_job_queue.html
1•xngbuilds•8m ago•0 comments

Show HN: Tokid – Token-native IDs for LLM-facing systems

https://github.com/Tetra-Research/tokid
1•tawb•8m ago•0 comments

Deepfakes Are Coming for Your Bank Account

https://www.theatlantic.com/technology/2026/05/chatgpt-images-deepfakes-fraud/687023/
2•speckx•9m ago•0 comments

The bounded process: agent-assisted coding

1•steelkilt•9m ago•0 comments

The Roadmap to Mastering Tool Calling in AI Agents

https://machinelearningmastery.com/the-roadmap-to-mastering-tool-calling-in-ai-agents/
1•eigenBasis•10m ago•0 comments

Show HN: Mex – persistent memory for AI coding agents (~60% token reduction)

1•daksh_jaitly•11m ago•0 comments

New material could shield against radiation in next-gen space tech

https://www.space.com/technology/thinner-than-a-hair-and-stretchy-like-rubber-new-material-could-...
1•mpweiher•12m ago•0 comments

Ask HN: Learning path for aspiring software developer (my nephew)

1•mkbkn•12m ago•0 comments

Learning programming without touching a computer

https://www3.nhk.or.jp/nhkworld/en/shows/4038001/
1•zdkaster•12m ago•0 comments

Emerich Juettner: The One Dollar Counterfeiter

https://www.amusingplanet.com/2026/05/emerich-juettner-one-dollar.html
1•cainxinth•13m ago•0 comments

How LEDs are made (2014)

https://learn.sparkfun.com/tutorials/how-leds-are-made/all
2•smig0•14m ago•0 comments

Rendershot vs. Urlbox: choosing a screenshot API in 2026

https://rendershot.io/blog/rendershot-vs-urlbox
1•ohadb•14m ago•0 comments

Show HN: Memory system for AI agents with associations, forgetting, synthesis

https://github.com/jarimustonen/formative-memory
1•jari_mustonen•16m ago•0 comments

F-14D Tomcat Might Return to the Skies Thanks to Congress' "Maverick Act"

https://theaviationist.com/2026/05/07/f-14d-tomcat-might-return-to-the-skies-maverick-act/
1•speckx•18m ago•0 comments

Slay the Spire 2 Review-Bombing

https://www.ign.com/articles/slay-the-spire-2-review-bombing
1•croes•19m ago•0 comments

Agent-Native Extensibility

https://www.nibzard.com/agent-native
1•nkko•20m ago•0 comments

Boris Johnson sees a "blessing" in falling British births

https://www.governance.fyi/p/boris-johnson-sees-a-blessing-in
1•bigbobbeeper•21m ago•0 comments

Show HN: Jobs – A transparent job stack where companies pay to rank

https://www.100jobs.page
1•typekev•21m ago•0 comments

Show HN: Orbit – open-source server panel in Go with security plugins

https://kenyanredwoods01.github.io/Orbit/
1•RedwoodsKenyan•22m ago•1 comments

QVAC MedPsy: Medical and Healthcare Models for Edge Device

https://huggingface.co/blog/qvac/medpsy
1•qvac•24m ago•0 comments

A job board for remote AI training jobs

https://aitrainerjobs.cv
1•calebro•25m ago•0 comments

For Every Patient Their Own Drug

https://nautil.us/for-every-patient-their-own-drug-1280433
1•lschueller•25m ago•0 comments

Apple to Pay $250M to Settle Claims It Overpromised on iPhone AI Features

https://www.law.com/corpcounsel/2026/05/07/apple-to-pay-250m-to-settle-claims-it-overpromised-on-...
1•1vuio0pswjnm7•26m 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