frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: IranWarLive – Automated, serverless OSINT mapping engine

https://iranwarlive.com/?v=hn
2•aggeeinn•1m ago•1 comments

Show HN: I made a tool to sync my brainstorm with AI across tools and devices

https://usenoosphere.ai/
1•mmndaniel•2m ago•0 comments

MySQL 9.6 Changes Foreign Key Constraints and Cascade Handling

https://www.infoq.com/news/2026/02/mysql-foreign-keys/
1•tanelpoder•3m ago•0 comments

Reverse Engineering Crazy Taxi, Part 1

https://wretched.computer/post/crazytaxi
1•Jasper_•3m ago•0 comments

US, Israel believe Iranian Supreme Leader Khamenei killed in strike on bunker

https://www.jpost.com/middle-east/iran-news/article-888283
2•pinkmuffinere•5m ago•0 comments

Show HN: RunbookAI – Hypothesis-driven incident investigation agent(open source)

https://userunbook.ai/
1•EmTekker•6m ago•0 comments

An Intuitive Understanding of AI Diffusion Models

https://www.bryanthornbury.com/posts/intuitive-understanding-ai-diffusion-models/
1•bthornbury•8m ago•1 comments

PiClaw – Minimal Pi Agent Sandbox

https://github.com/rcarmo/piclaw
1•kristianpaul•9m ago•0 comments

Show HN: Velora Fitness – A zero-bloat, bare-bones workout tracker

https://trackmyresults.org
2•grpofficial•16m ago•0 comments

Show HN: MCPX – Turn any MCP server into a composable CLI for agents

https://github.com/lydakis/mcpx
1•ldkge•17m ago•1 comments

A Dish of Neurons Playing Doom Is the Wildest Thing I've Seen in Ages

https://gizmodo.com/a-dish-of-neurons-playing-doom-is-the-wildest-thing-ive-seen-in-ages-2000727674
3•pmontra•21m ago•0 comments

Show HN: Founder City

https://fly.yolopush.com/
1•programad•24m ago•0 comments

Amazon Tries Its Low-Cost Approach to Winning the AI Race

https://www.wsj.com/tech/ai/amazon-tries-its-low-cost-approach-to-winning-the-ai-race-97c6c338
1•davidst•24m ago•0 comments

Iranian Ayatollah Ali Khamenei Reportedly Killed in Israeli Strike in Tehran

https://jewishinsider.com/2026/02/iranian-ayatollah-ali-khamenei-killed-tehran-israeli-strike/
4•Anon84•25m ago•0 comments

Show HN: Voca – AI project manager that runs in the background

https://www.tryvoca.ai/
1•tjingyb•26m ago•0 comments

Kansas and AI

https://www.tbray.org/ongoing/When/202x/2026/02/27/Kansas-and-GenAI
2•cratermoon•28m ago•0 comments

It's incredibly easy to game Twitter's trending news algorithm

https://muddy.jprs.me/notes/2026-02-27-it-s-incredibly-easy-to-game-twitter-s-trending-news-algor...
3•jprs•28m ago•0 comments

Show HN: AgentLookup – A public registry where AI agents find each other

https://agentlookup.dev
1•peureka•28m ago•0 comments

From Defense AI Drift to Policy Enforcement: Why I Built Firebreak

https://eric.mann.blog/from-defense-ai-drift-to-policy-enforcement-why-i-built-firebreak/
1•eamann•35m ago•0 comments

Israel Says Iran Supreme Leader Khamenei Is Dead

https://www.axios.com/2026/02/28/iran-khamenei-killed-israel
4•doener•36m ago•1 comments

Show HN: Pending – a tiny pure-Go in-memory deferred task scheduler

https://github.com/kahoon/pending
1•kahoonster•36m ago•1 comments

Show HN: Potatoverse platform for webapps, SQLite and static binary

https://github.com/blue-monads/potatoverse
4•born-jre•37m ago•0 comments

Iran Monitor | Real-Time Osint Dashboard for Iran

https://www.iranmonitor.org/
1•wizardforhire•39m ago•0 comments

Donald Trump Is the Crypto President. Why Is It Struggling?

https://www.nytimes.com/2026/02/26/opinion/crypto-trump-bitcoin-clarity-genius.html
1•coloneltcb•40m ago•0 comments

An Open Letter to the Department of War and Congress

https://app.dowletter.org
6•-_-•40m ago•1 comments

Our Agreement with the Department of War

https://openai.com/index/our-agreement-with-the-department-of-war
27•surprisetalk•40m ago•16 comments

Trump orders government to stop using Anthropic in battle over AI use

https://www.bbc.com/news/articles/cn48jj3y8ezo
6•devonnull•43m ago•0 comments

Bad Apple but it's a dynamic boids simulation

https://priyavkaneria.com/posts/Bad-apple-but-its-dynamic-boids-simulation/
1•diginova•43m ago•0 comments

Tell HN: My daily game won a Players Choice Award

3•paulhebert•44m ago•2 comments

How China's Communist Party seized power in 1949 (due to Soviet support)

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

Link is dead

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

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

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