frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Timeline of Microsoft's SmartNIC Tech (Azure Boost)

https://glennklockwood.com/garden/Azure-SmartNIC
1•WarOnPrivacy•1m ago•0 comments

Mars Terraforming Research Roadmap

https://arxiv.org/abs/2604.02242
2•edwinkite•2m ago•1 comments

5-Minute Crafts Has a Cybercrime Problem [video]

https://www.youtube.com/watch?v=ucRTW4rgrbU
1•exec01•3m ago•0 comments

Nvidia IGX Thor powers industrial, medical and robotics edge AI applications

https://developer.nvidia.com/blog/nvidia-igx-thor-powers-industrial-medical-and-robotics-edge-ai-...
1•teleforce•5m ago•0 comments

Show HN: Composer – AI architect / MCP for software architecture diagrams

https://www.usecomposer.com/
2•olivergrabner•5m ago•0 comments

The Catholic Priest Who Helped Write Anthropic's A.I. Ethics Code

https://observer.com/2026/03/the-catholic-priest-who-helped-write-anthropics-ai-ethics-code/
2•Geekette•7m ago•0 comments

I simulated a 19th-century utopian commune with AI agents

https://github.com/menggg22/utopia
2•menggg•9m ago•1 comments

Why OpenAI Decided to Buy 'TBPN,' Tech's Hottest News Show

https://www.wsj.com/tech/openai-technology-business-programming-network-b681ef6b
1•mudil•11m ago•0 comments

Referi – A trusted network for job referrals

https://www.referi.net
1•onlinemelvin•15m ago•0 comments

Show HN: LM Gate – Auth and access-control gateway for self-hosted LLM back ends

https://github.com/hkdb/lmgate
1•hkdb•17m ago•0 comments

Show HN: Claudebar, the missing interactive menu bar for Claude Code

https://github.com/LabLeaks/claudebar
1•didgeoridoo•18m ago•0 comments

Open-source runtime security toolkit for autonomous AI agents covering OWASP Top

https://opensource.microsoft.com/blog/2026/04/02/introducing-the-agent-governance-toolkit-open-so...
1•mosiddi•35m ago•0 comments

AutoGameStudio – Autoresearch for Game Development

https://autogamestudio.ai/games
2•Optl•39m ago•0 comments

NanoClaw's architecture is a masterclass in doing less

https://jonno.nz/posts/nanoclaw-architecture-masterclass-in-doing-less/
3•jonnonz•40m ago•0 comments

Convex for Enterprise

https://news.convex.dev/enterprise-launch/
1•handfuloflight•41m ago•0 comments

git-leash - time focused controls for Git

https://github.com/SiteRelEnby/git-leash
2•shakna•42m ago•0 comments

FP: Agent Native Issue Tracking

https://fp.dev/
1•handfuloflight•45m ago•0 comments

UpMocker: Browser-based mockups for chats and posts

https://upmocker.com/
1•CaptainJack_X•46m ago•0 comments

Show HN: Wordie – Spaced repetition vocab app built around sentences not quizzes

https://www.gowordie.com
1•tailaiw•48m ago•0 comments

Hex editor should color-code bytes

https://simonomi.dev/blog/color-code-your-bytes/
2•birdculture•50m ago•1 comments

Stack Overflow (Beta)

https://beta.stackoverflow.com/
4•djoldman•56m ago•0 comments

GEN-1: Scaling Embodied Foundation Models to Mastery

https://generalistai.com/blog/apr-02-2026-GEN-1
6•gryfft•1h ago•1 comments

Title: MCPNest – The missing App Store for MCP servers (983 servers indexed)

https://www.mcpnest.io/
1•malasartes•1h ago•0 comments

Show HN: A Minimal Basic Inspired by Brainfuck

https://coe.psu.ac.th/ad/minBASIC/
1•ADavison2560•1h ago•0 comments

SpaceX has held talks with Saudi fund for $5B investment in IPO

https://www.reuters.com/business/finance/spacex-has-held-talks-with-saudi-fund-possible-5-billion...
5•geox•1h ago•1 comments

Climate change may produce "fast-food" phytoplankton

https://news.mit.edu/2026/climate-change-may-produce-fast-food-phytoplankton-0331
4•gmays•1h ago•0 comments

I Built an SMS Gateway with a $20 Android Phone – Jonno.nz

https://jonno.nz/posts/built-an-sms-gateway-with-a-20-dollar-android-phone/
1•jonno-nz•1h ago•2 comments

How we caught the Axios supply chain attack

https://www.elastic.co/security-labs/how-we-caught-the-axios-supply-chain-attack
4•smsm42•1h ago•1 comments

Post Mortem: axios NPM supply chain compromise

https://github.com/axios/axios/issues/10636
6•Kyro38•1h ago•0 comments

MCP, we barely knew thee

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

Link is dead

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

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

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